summaryrefslogtreecommitdiffstats
path: root/sbin/adjkerntz/adjkerntz.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r253748,253749avg2013-07-281-0/+1
* remove needless inclusion of machine/cpu.h in userlandavg2013-07-281-1/+0
* Rework all non-contributed files that use `struct timezone'.ed2012-09-011-4/+1
* If not compiled for debugging, redirect standard input/output/errorru2006-10-231-1/+7
* Correct various mistakes in the last commit.pjd2006-05-131-4/+4
* Use sysctlbynamephk2006-05-111-25/+14
* Invoke tzset(3) within the main loop to catch changes to /etc/localtimeghelmer2004-04-271-0/+2
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-5/+4
* o Use real prototypesimp2002-03-181-8/+6
* Fix a prototype and set WARNS=2.dd2001-07-151-1/+8
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Correct use of .Nm. Add missing .El. Add rcsid. Remove unused #include.charnier1998-06-041-4/+6
* Implement Helbig idea of offset calculation reducing mktime() callsache1998-04-111-22/+22
* Add workaround suggestion for 'nonexistent time' diagnosticache1998-03-301-3/+3
* Minimize clock drift between getting and setting timeache1998-02-251-9/+26
* Add Id, add usage function.charnier1997-06-101-8/+19
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Detect if /etc/wall_cmos_clock gone while adjkerntz paused.ache1996-04-051-1/+6
* Dynamically sense /etc/wall_cmos_clock presence/absenseache1996-04-051-20/+8
* Fix error with multiply 'adjkerntz -a' copies running.ache1996-04-051-32/+86
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* Use more AI to predict initial/final isdst,ache1995-03-261-19/+37
* Use timelocal() instead of mktime() hackache1994-12-261-10/+18
* Fix resetting adjkerntz to 0 (pointed by Bruce),ache1994-12-121-0/+2
* Optimize setting of DISRTCSETache1994-12-121-2/+2
* Clean internal logic, helps for some unusual casesache1994-12-121-28/+29
* -i case goes to background pause and acts like -a case on receivingache1994-11-031-0/+29
* Restore back -i, -aache1994-11-021-127/+130
* Remove options, run adjkerntz as daemon nowache1994-11-011-130/+129
* Now:ache1994-11-011-20/+20
* Modify adjkerntz to not write RTC clock per initial call,ache1994-10-041-2/+28
* rewritted to use sysctl, no more /var/run/.adjkerntz nowache1994-09-191-32/+25
* Cosmetique patch from bdeache1994-02-051-9/+23
* Fix sign of offset diff.ache1993-12-201-6/+36
* Attempt to import adjkerntz...ache1993-12-161-0/+180
OpenPOWER on IntegriCloud