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_6_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.16   8 years  tedu   use RMS for jitter. we're linking with enough libraries that libm is tiny. ok de...
[TXT] client.c  1.104   7 years  reyk   Remove the oh so funny "LOSS OF MIND" from the diclaimer that was not part of th...
[TXT] config.c  1.28   8 years  reyk   Move execution of the constraints from the ntp to the parent process. This helps...
[TXT] constraint.c  1.35   7 years  rzalamena   Use the stack to hold the constraint child process variables instead of using th...
[TXT] control.c  1.12   7 years  krw   Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with TAILQ_FOREACH(). ...
[TXT] log.c  1.17   7 years  bluhm   From a syslog perspective it does not make sense to log fatal and warn with the ...
[TXT] ntp.c  1.145   7 years  phessler   add logging messages to distinguish which safty check failed
[TXT] ntp.h  1.13   15 years  henning   ignore replies with timestamps after 2030 to prevent time_t / tv_sec wraps input...
[TXT] ntp_dns.c  1.19   7 years  rzalamena   Teach ntpd(8) how to use socket status to shutdown the daemon. While at it, remo...
[TXT] ntp_msg.c  1.22   7 years  reyk   Remove the oh so funny "LOSS OF MIND" from the diclaimer that was not part of th...
[TXT] ntpctl.8  1.8   9 years  jmc   -s is not optional, sadly; while here i've reformatted the page to stop kidding ...
[TXT] ntpd.8  1.40   8 years  reyk   Remove support for sending status reports to syslog on SIGINFO; we have ntpctl n...
[TXT] ntpd.c  1.113   7 years  reyk   Stop accessing verbose and debug variables from log.c directly. This replaces l...
[TXT] ntpd.conf.5  1.34   7 years  jmc   markup from jan stary;
[TXT] ntpd.h  1.134   7 years  reyk   Stop accessing verbose and debug variables from log.c directly. This replaces l...
[TXT] parse.y  1.65   8 years  naddy   fully revert some parts introduced with the original server rtable support, so s...
[TXT] sensors.c  1.52   7 years  reyk   Remove the oh so funny "LOSS OF MIND" from the diclaimer that was not part of th...
[TXT] server.c  1.44   7 years  reyk   Remove the oh so funny "LOSS OF MIND" from the diclaimer that was not part of th...
[TXT] util.c  1.24   7 years  gsoares   *nargv[] holds an array of pointers, so it should be terminated by a null pointe...