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_4_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.29   5 years  kn   Make host_*() AF-agnostic Merge host_v{4,6}() into much simpler host_ip() using...
[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.13   5 years  mestre   Revert back previous commit, we have decided that socket files don't cause any h...
[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.148   5 years  sthen   revert previous, something isn't quite right as clients see ntpd as unsynced. re...
[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.117   5 years  deraadt   the main process must chdir to /, since it cannot have daemon() do the job at st...
[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.136   5 years  mestre   Revert back previous commit, we have decided that socket files don't cause any h...
[TXT] parse.y  1.69   5 years  krw   No need to mention which memory allocation entry point failed (malloc, calloc or...
[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...