History log of /freebsd-10.0-release/sbin/adjkerntz/adjkerntz.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 253750 28-Jul-2013 avg

Revert r253748,253749

This WIP should not have been committed yet.

Pointyhat to: avg


# 253749 28-Jul-2013 avg

remove needless inclusion of machine/cpu.h in userland

MFC after: 21 days


# 239991 01-Sep-2012 ed

Rework all non-contributed files that use `struct timezone'.

This structure is not part of POSIX. According to POSIX, gettimeofday()
has the following prototype:

int gettimeofday(struct timeval *restrict tp, void *restrict tzp);

Also, POSIX states that gettimeofday() shall return 0 (as long as tzp is
not used). Remove dead error handling code. Also use NULL for a
nul-pointer instead of integer 0.

While there, change all pieces of code that only use tv_sec to use
time(3), as this provides less overhead.


# 163628 23-Oct-2006 ru

If not compiled for debugging, redirect standard input/output/error
to /dev/null before becoming a daemon.


# 158516 13-May-2006 pjd

Correct various mistakes in the last commit.


# 158444 11-May-2006 phk

Use sysctlbyname


# 128683 27-Apr-2004 ghelmer

Invoke tzset(3) within the main loop to catch changes to /etc/localtime
when running as a daemon in the hope that it will fix situations
where the CMOS clock was apparently set using the stale TZ offset.


# 114589 03-May-2003 obrien

Use __FBSDID() to quiet GCC 3.3 warnings.


# 92536 18-Mar-2002 imp

o Use real prototypes
o Remove __P.
o main(int, char *[])


# 79747 15-Jul-2001 dd

Fix a prototype and set WARNS=2.

Submitted by: Mike Barcroft <mike@q9media.com>


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 36625 04-Jun-1998 charnier

Correct use of .Nm. Add missing .El. Add rcsid. Remove unused #include.


# 35142 11-Apr-1998 ache

Implement Helbig idea of offset calculation reducing mktime() calls
Immediately exit if /etc/wall_cmos_clock not present


# 34960 30-Mar-1998 ache

Add workaround suggestion for 'nonexistent time' diagnostic


# 33831 25-Feb-1998 ache

Minimize clock drift between getting and setting time
Submitted by: bde


# 26540 10-Jun-1997 charnier

Add Id, add usage function.


# 24359 29-Mar-1997 imp

compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.


# 15057 05-Apr-1996 ache

Detect if /etc/wall_cmos_clock gone while adjkerntz paused.


# 15052 05-Apr-1996 ache

Dynamically sense /etc/wall_cmos_clock presence/absense


# 15046 05-Apr-1996 ache

Fix error with multiply 'adjkerntz -a' copies running.
Manage adjkerntz kernel variable even for UTC clocks.
Code cleanup.


# 8871 30-May-1995 rgrimes

Remove trailing whitespace.


# 7398 26-Mar-1995 ache

Use more AI to predict initial/final isdst,
latest isdst preffered.


# 5232 26-Dec-1994 ache

Use timelocal() instead of mktime() hack


# 5078 12-Dec-1994 ache

Fix resetting adjkerntz to 0 (pointed by Bruce),
forget to initialize mib variable.


# 5077 12-Dec-1994 ache

Optimize setting of DISRTCSET


# 5076 12-Dec-1994 ache

Clean internal logic, helps for some unusual cases


# 4107 03-Nov-1994 ache

-i case goes to background pause and acts like -a case on receiving
SIGTERM. This helps to keep CMOS clock updated before reboot.
Idea from J.Wunsch.


# 4090 02-Nov-1994 ache

Restore back -i, -a


# 4048 01-Nov-1994 ache

Remove options, run adjkerntz as daemon now


# 4039 01-Nov-1994 ache

Now:
adjkerntz -i writes kernel clock only, don't touch RTC clock
adjkerntz -a writes RTC clock only, don't touch kernel clock


# 3368 04-Oct-1994 ache

Modify adjkerntz to not write RTC clock per initial call,
suggested by Bruce


# 2910 19-Sep-1994 ache

rewritted to use sysctl, no more /var/run/.adjkerntz now


# 1092 05-Feb-1994 ache

Cosmetique patch from bde


# 882 19-Dec-1993 ache

Fix sign of offset diff.
Use Bruce initial/final hour scheme to avoid critical hours.


# 868 16-Dec-1993 ache

This commit was generated by cvs2svn to compensate for changes in r867,
which included commits to RCS files with non-trunk default branches.


# 867 16-Dec-1993 ache

Attempt to import adjkerntz...