Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Id, add usage function. | charnier | 1997-06-10 | 1 | -8/+19 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -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. | wosch | 1997-01-13 | 1 | -1/+3 |
| | |||||
* | English corrections from jdp. | ache | 1996-04-09 | 1 | -18/+23 |
| | | | | Add main purpose description (MSDOS timestamps) | ||||
* | Correct some man page cross references and file location references. | mpp | 1996-04-07 | 1 | -5/+5 |
| | |||||
* | More info and more corrections | ache | 1996-04-05 | 1 | -4/+8 |
| | |||||
* | Describe new adjkerntz variant + various changes from jdp | ache | 1996-04-05 | 1 | -50/+91 |
| | |||||
* | Detect if /etc/wall_cmos_clock gone while adjkerntz paused. | ache | 1996-04-05 | 1 | -1/+6 |
| | |||||
* | Dynamically sense /etc/wall_cmos_clock presence/absense | ache | 1996-04-05 | 1 | -20/+8 |
| | |||||
* | Fix error with multiply 'adjkerntz -a' copies running. | ache | 1996-04-05 | 1 | -32/+86 |
| | | | | | Manage adjkerntz kernel variable even for UTC clocks. Code cleanup. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -1/+1 |
| | |||||
* | Use more AI to predict initial/final isdst, | ache | 1995-03-26 | 1 | -19/+37 |
| | | | | latest isdst preffered. | ||||
* | Use timelocal() instead of mktime() hack | ache | 1994-12-26 | 1 | -10/+18 |
| | |||||
* | Fix resetting adjkerntz to 0 (pointed by Bruce), | ache | 1994-12-12 | 1 | -0/+2 |
| | | | | forget to initialize mib variable. | ||||
* | Optimize setting of DISRTCSET | ache | 1994-12-12 | 1 | -2/+2 |
| | |||||
* | Clean internal logic, helps for some unusual cases | ache | 1994-12-12 | 1 | -28/+29 |
| | |||||
* | Fix spelling/grammar errors | pst | 1994-12-05 | 1 | -1/+1 |
| | |||||
* | -i case goes to background pause and acts like -a case on receiving | ache | 1994-11-03 | 2 | -4/+40 |
| | | | | | SIGTERM. This helps to keep CMOS clock updated before reboot. Idea from J.Wunsch. | ||||
* | Restore back -i, -a | ache | 1994-11-02 | 1 | -10/+21 |
| | |||||
* | Restore back -i, -a | ache | 1994-11-02 | 1 | -127/+130 |
| | |||||
* | Remove options, run adjkerntz as daemon now | ache | 1994-11-01 | 2 | -161/+149 |
| | |||||
* | Now: | ache | 1994-11-01 | 1 | -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, | ache | 1994-10-04 | 1 | -2/+28 |
| | | | | suggested by Bruce | ||||
* | Correction for new sysctl interface | ache | 1994-09-19 | 1 | -4/+4 |
| | |||||
* | rewritted to use sysctl, no more /var/run/.adjkerntz now | ache | 1994-09-19 | 3 | -39/+26 |
| | |||||
* | Cosmetique patch from bde | ache | 1994-02-05 | 1 | -9/+23 |
| | |||||
* | Fix sign of offset diff. | ache | 1993-12-20 | 1 | -6/+36 |
| | | | | Use Bruce initial/final hour scheme to avoid critical hours. | ||||
* | Attempt to import adjkerntz... | ache | 1993-12-16 | 4 | -0/+342 |