OpenBSD CVS

src/usr.sbin/ntpd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / ntpd

Current tag: OPENBSD_4_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.8   18 years  henning   add support for timedelta sensors, which pretty much means udcf(4) right now. un...
[TXT] client.c  1.74   17 years  henning   use clock_gettime(CLOCK_MONOTONIC, ..) to get a monotonically increasing time, a...
[TXT] config.c  1.19   18 years  henning   config file bits for timedelta sensors, so one can specify which devices to use....
[TXT] log.c  1.7   19 years  henning   zap includes, Alexander von Gernler <grunk@pestilenz.org>
[TXT] ntp.c  1.98   17 years  otto   Although Unix compilers accept more than one definition of a global symbol, foll...
[TXT] ntp.h  1.11   19 years  dtucker   Discard replies with alarm flag set or invalid stratum; ok henning@
[TXT] ntp_msg.c  1.16   17 years  otto   remove some unneeded includes; one found by vetinari
[TXT] ntpd.8  1.17   17 years  otto   xref adjfreq(2); from Igor Zinovik
[TXT] ntpd.c  1.49   17 years  otto   Although Unix compilers accept more than one definition of a global symbol, foll...
[TXT] ntpd.conf.5  1.15   17 years  stevesk   use 'weight-value' vs. 'offset' for the weight argument; ok jmc@ henning@
[TXT] ntpd.h  1.82   17 years  henning   read buffer size must be >= max imsg size. after release we should revisit this ...
[TXT] parse.y  1.30   17 years  deraadt   strtonum() with INT_MAX intead of LONG_MAX, problem pointed out by pierre-yves@s...
[TXT] sensors.c  1.32   17 years  claudio   Typo in fatal() message found by dunceor @ gmail dot com
[TXT] server.c  1.31   17 years  otto   Although Unix compilers accept more than one definition of a global symbol, foll...
[TXT] util.c  1.12   17 years  henning   use clock_gettime(CLOCK_MONOTONIC, ..) to get a monotonically increasing time, a...
[TXT] buffer.c (in the Attic) [Hide]  1.9   18 years  henning   on writing, we actually can deal with ENOBUFS just as well as with EAGAIN and EI...
[TXT] imsg.c (in the Attic) [Hide]  1.11   19 years  henning   unify shared code a bit again to make future syncs easier From: Alexander von Ge...