1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.sbin/ntpd
2008-11-10 17:55:36 +00:00
..
buffer.c on writing, we actually can deal with ENOBUFS just as well as with EAGAIN 2005-08-11 16:26:29 +00:00
client.c For IPv6 addresses, return the first 32 bits of the MD5 hash of the 2008-06-10 03:51:53 +00:00
config.c config file bits for timedelta sensors, so one can specify which devices 2006-05-27 17:01:07 +00:00
imsg.c when our red/recv/recvmsg in imsg_read gives EINTR or EAGAIN, do not 2007-03-19 10:03:25 +00:00
log.c Allow ntpd to log sensor offsets and adjtime calls to syslog at LOG_DEBUG 2007-08-22 21:04:30 +00:00
Makefile move dns lookups to its own (privilege revoking, not chrooting) process. 2008-09-12 10:46:09 +00:00
ntp_dns.c move dns lookups to its own (privilege revoking, not chrooting) process. 2008-09-12 10:46:09 +00:00
ntp_msg.c don't fill the logs; spotted by deraadt@ ok henning@ 2007-10-19 15:53:57 +00:00
ntp.c in priv_settime(), we must not adjust the 'next' timestamps on their for 2008-10-02 14:00:21 +00:00
ntp.h use __packed structs for the on-the-wire packets and just memcpy at once 2007-05-26 21:20:35 +00:00
ntpd.8 ntpd does not require you to run rdate -n before it -- it notices such an 2008-09-28 20:19:51 +00:00
ntpd.c Use errx instead of fprintf, exit combo. 2008-07-19 21:31:39 +00:00
ntpd.conf.5 - use nmea(4) for general sensor example rather than udcf(4) 2008-10-10 12:17:09 +00:00
ntpd.h move dns lookups to its own (privilege revoking, not chrooting) process. 2008-09-12 10:46:09 +00:00
parse.y bring in findeol() fix from pfctl 2008-10-17 14:32:47 +00:00
sensors.c According to the latest SNTPv4 spec in RFC4330, secondary servers 2008-06-10 03:46:09 +00:00
server.c delete operation not needed; from naddy 2008-11-10 17:55:36 +00:00
util.c Normalize tv so that tv_usec is positive. The kernel also normalizes, 2007-03-27 18:22:02 +00:00