History log of /freebsd-10.0-release/sbin/adjkerntz/
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.


232712 09-Mar-2012 eadler

Fix a variety of grammar and style nits

PR: docs/165841
Submitted by: Robert Simmons <rsimmons0@gmail.com>
Approved by: brd
MFC after: 1 week


202532 17-Jan-2010 ed

Raise WARNS for various tools where possible.

Submitted by: Marius Nünnerich <marius@nuenneri.ch>


198236 19-Oct-2009 ru

Switch the default WARNS level for sbin/ to 6.

Submitted by: Ulrich Spörlein


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


141846 13-Feb-2005 ru

Expand *n't contractions.


140415 18-Jan-2005 ru

Sort sections.


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.


102231 21-Aug-2002 trhodes

s/filesystem/file system/g as discussed on -developers


99501 06-Jul-2002 charnier

The .Nm utility


96707 16-May-2002 trhodes

more file system > filesystem


92536 18-Mar-2002 imp

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


87325 04-Dec-2001 obrien

Default to WARNS=2.
Binary builds that cannot handle this must explicitly set WARNS=0.

Reviewed by: mike


79747 15-Jul-2001 dd

Fix a prototype and set WARNS=2.

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


79530 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


77577 01-Jun-2001 ru

- VFS_SET(msdos) -> VFS_SET(msdosfs)
- msdos.ko -> msdosfs.ko
- mount_msdos(8) -> mount_msdosfs(8)
- "msdos" -> "msdosfs" compatibility glue in mount(8)


74815 26-Mar-2001 ru

- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.


74531 20-Mar-2001 ru

Set the default manual section for sbin/ to 8.


73233 28-Feb-2001 ru

Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.


70152 18-Dec-2000 ru

Prepare for mdoc(7)NG.


68960 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


68716 14-Nov-2000 ru

Use Fx macro wherever possible.


57668 01-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


50476 28-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


34673 19-Mar-1998 charnier

.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.


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.


22990 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

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.


21635 13-Jan-1997 wosch

Sort cross references.


15157 09-Apr-1996 ache

English corrections from jdp.
Add main purpose description (MSDOS timestamps)


15082 07-Apr-1996 mpp

Correct some man page cross references and file location references.


15064 05-Apr-1996 ache

More info and more corrections


15063 05-Apr-1996 ache

Describe new adjkerntz variant + various changes from jdp


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


4992 05-Dec-1994 pst

Fix spelling/grammar errors


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.


4093 02-Nov-1994 ache

Restore back -i, -a


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


2912 19-Sep-1994 ache

Correction for new sysctl interface


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 20-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.