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_5_8_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.14   9 years  miod   Fix library ordering on the link line for the sake of static arches. It's, in th...
[TXT] client.c  1.102   8 years  bcook   replace bzero with memset ok phessler@ deraadt@
[TXT] config.c  1.27   8 years  bcook   replace bzero with memset ok phessler@ deraadt@
[TXT] constraint.c  1.14   8 years  bluhm   Handle short writes and TLS_{READ,WRITE}_AGAIN around tls_write(). input doug@; ...
[TXT] control.c  1.6   8 years  bcook   replace bzero with memset ok phessler@ deraadt@
[TXT] log.c  1.11   9 years  bcook   log as LOG_DAEMON in log_init again. I mirrored from smtpd a little too literal...
[TXT] log.h  1.1   9 years  bcook   sync log.c from smtpd. Reduces the number of log.c snowflakes by a little, and ...
[TXT] ntp.c  1.135   8 years  millert   When checking whether we should scan the sensors again use <= rather than < for ...
[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.10   9 years  henning   instead of routing SIGHUP thru sighdlr_dns() which then ignores it, ignore it di...
[TXT] ntp_msg.c  1.21   9 years  bcook   use correct formatters for s/size_t data types. ok deraadt@
[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.39   9 years  jmc   do not encourage random uppercasing;
[TXT] ntpd.c  1.94   8 years  bcook   replace bzero with memset ok phessler@ deraadt@
[TXT] ntpd.conf.5  1.31   9 years  dtucker   Simplify example constraints URL to reduce load on the server side. ok henning@,...
[TXT] ntpd.h  1.121   9 years  reyk   Remove hotplug(4) sensor support: the code has been disabled by henning@ 9 years...
[TXT] parse.y  1.63   8 years  bcook   replace bzero with memset ok phessler@ deraadt@
[TXT] sensors.c  1.50   9 years  reyk   Remove hotplug(4) sensor support: the code has been disabled by henning@ 9 years...
[TXT] server.c  1.43   8 years  bcook   replace bzero with memset ok phessler@ deraadt@
[TXT] util.c  1.19   9 years  bcook   Avoid overflow on 32-bit time_t systems converting timeval to NTP time. Origina...