summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntpd/control.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If constraints are configured but do not work for whatever reason ntpdotto2020-02-121-1/+2
* fix printing when the pool is specified as an IP address; reported by andotto2019-07-101-2/+2
* proper level of two messages, prompted by deraadt@otto2019-07-071-3/+3
* A step in solving the bootstrap problem in a dnssec environement.otto2019-05-281-3/+7
* Prevent multiple ntpds from tripping over each other.florian2019-01-141-1/+27
* Revert back previous commit, we have decided that socket files don't cause anymestre2018-08-041-8/+1
* Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withkrw2017-01-091-4/+5
* Teach ntpd(8) how to fork+exec.rzalamena2016-09-141-2/+2
* Rename session_socket_blockmode() to session_socket_nonblockmode(),krw2016-03-271-9/+6
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+2
* use RMS for jitter. we're linking with enough libraries that libm is tiny.tedu2015-11-201-7/+7
* Allowing upstream servers of ntp being in multiple routing tables isphessler2015-10-231-3/+2
* replace bzero with memsetbcook2015-07-181-2/+2
* Add support for "constraints": when configured, ntpd(8) will query thereyk2015-02-101-1/+4
* remove excessive/wrong use of sys/param.hderaadt2015-01-091-9/+9
* rename sockaddr_un variables from 'sun' to the more common 'sa'.bcook2015-01-041-10/+10
* from sthen: handle msgbuf_write() returning EAGAINbenno2013-11-131-2/+2
* Add ntpctl(8), which allows us to query the locally running ntpd(8) processphessler2013-10-041-0/+427