summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd/control.c
AgeCommit message (Expand)Author
2019-01-14Prevent multiple ntpds from tripping over each other.Florian Obser
2018-08-04Revert back previous commit, we have decided that socket files don't cause anyRicardo Mestre
2017-01-09Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withKenneth R Westerback
2016-09-14Teach ntpd(8) how to fork+exec.Rafael Zalamena
2016-03-27Rename session_socket_blockmode() to session_socket_nonblockmode(),Kenneth R Westerback
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-11-20use RMS for jitter. we're linking with enough libraries that libm is tiny.Ted Unangst
2015-10-23Allowing upstream servers of ntp being in multiple routing tables isPeter Hessler
2015-07-18replace bzero with memsetBrent Cook
2015-02-10Add support for "constraints": when configured, ntpd(8) will query theReyk Floeter
2015-01-09remove excessive/wrong use of sys/param.hTheo de Raadt
2015-01-04rename sockaddr_un variables from 'sun' to the more common 'sa'.Brent Cook
2013-11-13from sthen: handle msgbuf_write() returning EAGAINSebastian Benoit
2013-10-04Add ntpctl(8), which allows us to query the locally running ntpd(8) processPeter Hessler