CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/09/12 04:46:09
Modified files:
usr.sbin/ntpd : Makefile ntp.c ntpd.h
Added files:
usr.sbin/ntpd : ntp_dns.c
Log message:
move dns lookups to its own (privilege revoking, not chrooting) process.
reason: the parent process must never ever block, but the dns routines can.
last not least this fixes ntpd -s 'hanging' for a long time.
tested by a couple of people
