the ntp engine can run with "stdio inet proc". For many reasons,
authorderaadt <deraadt@openbsd.org>
Fri, 9 Oct 2015 03:54:53 +0000 (03:54 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 9 Oct 2015 03:54:53 +0000 (03:54 +0000)
commit13e678ec1b9aac2933490f8053e961f827ba4a61
tree1069b2990331d7da8ccec548ebc8de8330991b88
parentd2f9ff44a45d9074406d6472b1311c0e9d77e94d
the ntp engine can run with "stdio inet proc".  For many reasons,
including fork/exec cost, it would be better if constraints were
forked from the master process, which would then tell the ntp
engine.  That would increase accuracy and security.
Lots of conversations with reyk and bcook
usr.sbin/ntpd/ntp.c