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_6_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.12   10 years  phessler   Add ntpctl(8), which allows us to query the locally running ntpd(8) process dif...
[TXT] client.c  1.93   10 years  miod   Fix format strings involving time_t arguments, fixes `ntpd -d' on sparc (and pro...
[TXT] config.c  1.19   18 years  henning   config file bits for timedelta sensors, so one can specify which devices to use....
[TXT] control.c  1.2   10 years  benno   from sthen: handle msgbuf_write() returning EAGAIN ok krw
[TXT] log.c  1.8   16 years  ckuethe   Allow ntpd to log sensor offsets and adjtime calls to syslog at LOG_DEBUG priori...
[TXT] ntp.c  1.120   10 years  benno   from sthen: handle msgbuf_write() returning EAGAIN ok krw
[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.5   10 years  dtucker   Run the serving and privileged ntpd processes at high priority and the dns proce...
[TXT] ntp_msg.c  1.19   11 years  mglocker   Remove unused function argument variables 'len' and 'auth' from ntp_sendmsg(). ...
[TXT] ntpctl.8  1.6   10 years  benno   allow -s<abrev> in addition to -s <word> in ntpctl commandline, like all the oth...
[TXT] ntpd.8  1.37   10 years  schwarze   Remove the bogus author "U. Delaware" from RFC 5905 as noticed by Arto Jonsson <...
[TXT] ntpd.c  1.79   10 years  dtucker   Run the serving and privileged ntpd processes at high priority and the dns proce...
[TXT] ntpd.conf.5  1.24   11 years  patrick   Allow ntpd.conf to assign a stratum to a sensor with the syntax stratum <level>....
[TXT] ntpd.h  1.109   10 years  benno   allow -s<abrev> in addition to -s <word> in ntpctl commandline, like all the oth...
[TXT] parse.y  1.52   10 years  benno   use u_char for buffers in yylex, for ctype calls found by millert@, ok deraadt@
[TXT] sensors.c  1.47   10 years  phessler   Add ntpctl(8), which allows us to query the locally running ntpd(8) process dif...
[TXT] server.c  1.39   10 years  chl   remove set but not used variable found while building portable OpenNTPD ok hen...
[TXT] util.c  1.15   10 years  krw   Remove stray (long) cast of value being assigned to tv_secs. ok guenther@