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_4_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.8   18 years  henning   add support for timedelta sensors, which pretty much means udcf(4) right now. un...
[TXT] client.c  1.81   16 years  naddy   For IPv6 addresses, return the first 32 bits of the MD5 hash of the address as r...
[TXT] config.c  1.19   18 years  henning   config file bits for timedelta sensors, so one can specify which devices to use....
[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.106   16 years  naddy   According to the latest SNTPv4 spec in RFC4330, secondary servers return the add...
[TXT] ntp.h  1.12   17 years  henning   use __packed structs for the on-the-wire packets and just memcpy at once instead...
[TXT] ntp_msg.c  1.18   16 years  otto   don't fill the logs; spotted by deraadt@ ok henning@
[TXT] ntpd.8  1.24   16 years  ckuethe   Allow ntpd to step the time at startup, now matter how large or small the offset...
[TXT] ntpd.c  1.61   15 years  claudio   Use errx instead of fprintf, exit combo. Diff from Gleydson Soares gsoares (at) ...
[TXT] ntpd.conf.5  1.20   16 years  ckuethe   Allow outgoing replies from sensor-driven servers to have a user-configurable re...
[TXT] ntpd.h  1.95   16 years  naddy   According to the latest SNTPv4 spec in RFC4330, secondary servers return the add...
[TXT] parse.y  1.44   16 years  deraadt   do not leak memory on failure in refid production; ok ckuethe henning
[TXT] sensors.c  1.40   16 years  naddy   According to the latest SNTPv4 spec in RFC4330, secondary servers return the add...
[TXT] server.c  1.32   16 years  naddy   According to the latest SNTPv4 spec in RFC4330, secondary servers return the add...
[TXT] util.c  1.13   17 years  otto   Normalize tv so that tv_usec is positive. The kernel also normalizes, but this m...
[TXT] buffer.c (in the Attic) [Hide]  1.9   18 years  henning   on writing, we actually can deal with ENOBUFS just as well as with EAGAIN and EI...
[TXT] imsg.c (in the Attic) [Hide]  1.12   17 years  henning   when our red/recv/recvmsg in imsg_read gives EINTR or EAGAIN, do not signal "con...