summaryrefslogtreecommitdiffstats
path: root/sbin/adjkerntz
Commit message (Collapse)AuthorAgeFilesLines
* Correct use of .Nm. Add missing .El. Add rcsid. Remove unused #include.charnier1998-06-042-19/+25
|
* Implement Helbig idea of offset calculation reducing mktime() callsache1998-04-112-25/+25
| | | | Immediately exit if /etc/wall_cmos_clock not present
* Add workaround suggestion for 'nonexistent time' diagnosticache1998-03-301-3/+3
|
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-191-3/+3
|
* Minimize clock drift between getting and setting timeache1998-02-251-9/+26
| | | | Submitted by: bde
* 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
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Sort cross references.wosch1997-01-131-1/+3
|
* English corrections from jdp.ache1996-04-091-18/+23
| | | | Add main purpose description (MSDOS timestamps)
* Correct some man page cross references and file location references.mpp1996-04-071-5/+5
|
* More info and more correctionsache1996-04-051-4/+8
|
* Describe new adjkerntz variant + various changes from jdpache1996-04-051-50/+91
|
* 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
| | | | | Manage adjkerntz kernel variable even for UTC clocks. Code cleanup.
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* Use more AI to predict initial/final isdst,ache1995-03-261-19/+37
| | | | latest isdst preffered.
* Use timelocal() instead of mktime() hackache1994-12-261-10/+18
|
* Fix resetting adjkerntz to 0 (pointed by Bruce),ache1994-12-121-0/+2
| | | | forget to initialize mib variable.
* Optimize setting of DISRTCSETache1994-12-121-2/+2
|
* Clean internal logic, helps for some unusual casesache1994-12-121-28/+29
|
* Fix spelling/grammar errorspst1994-12-051-1/+1
|
* -i case goes to background pause and acts like -a case on receivingache1994-11-032-4/+40
| | | | | SIGTERM. This helps to keep CMOS clock updated before reboot. Idea from J.Wunsch.
* Restore back -i, -aache1994-11-021-10/+21
|
* Restore back -i, -aache1994-11-021-127/+130
|
* Remove options, run adjkerntz as daemon nowache1994-11-012-161/+149
|
* Now:ache1994-11-011-20/+20
| | | | | adjkerntz -i writes kernel clock only, don't touch RTC clock adjkerntz -a writes RTC clock only, don't touch kernel clock
* Modify adjkerntz to not write RTC clock per initial call,ache1994-10-041-2/+28
| | | | suggested by Bruce
* Correction for new sysctl interfaceache1994-09-191-4/+4
|
* rewritted to use sysctl, no more /var/run/.adjkerntz nowache1994-09-193-39/+26
|
* Cosmetique patch from bdeache1994-02-051-9/+23
|
* Fix sign of offset diff.ache1993-12-201-6/+36
| | | | Use Bruce initial/final hour scheme to avoid critical hours.
* Attempt to import adjkerntz...ache1993-12-164-0/+342
OpenPOWER on IntegriCloud