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_5_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.9   15 years  henning   move dns lookups to its own (privilege revoking, not chrooting) process. reason:...
[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.110   15 years  henning   use monotime instead of wallclock for the report thing as well found on this lap...
[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_dns.c  1.2   15 years  stevesk   endservent() not needed here; ok henning@
[TXT] ntp_msg.c  1.18   16 years  otto   don't fill the logs; spotted by deraadt@ ok henning@
[TXT] ntpd.8  1.27   15 years  stevesk   -v logs debug adjtime calls also; ok henning@
[TXT] ntpd.c  1.64   15 years  stevesk   log tiny frequency adjustments at debug only. ok henning@, 'I think I agree' ott...
[TXT] ntpd.conf.5  1.21   15 years  sthen   - use nmea(4) for general sensor example rather than udcf(4) which only works ...
[TXT] ntpd.h  1.99   15 years  stevesk   move prototypes that are really in ntp.c; ok henning@
[TXT] parse.y  1.45   15 years  henning   bring in findeol() fix from pfctl
[TXT] sensors.c  1.43   15 years  stevesk   spelling in comment
[TXT] server.c  1.34   15 years  deraadt   delete operation not needed; from naddy
[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...