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_2_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.105   7 years  benno   add option "query from <ip>" to ntpd.conf, to specify a local IP address for out...
[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.146   7 years  benno   add option "query from <ip>" to ntpd.conf, to specify a local IP address for out...
[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.20   7 years  otto   don't manipulate hdr.len, it's used internally by libutil now; ok florian@
[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.41   6 years  jmc   ntpd has been on by default for over two years now, so rework the text about ena...
[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.37   6 years  job   naddy@ reported confusion on why "query from" seemed to be ignored in some cases...
[TXT] ntpd.h  1.135   7 years  benno   add option "query from <ip>" to ntpd.conf, to specify a local IP address for out...
[TXT] parse.y  1.67   6 years  naddy   zero out sockaddr_in before use; fixes use of stack garbage as port number in "q...
[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...