index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ntpd
/
control.c
Age
Commit message (
Expand
)
Author
2019-01-14
Prevent multiple ntpds from tripping over each other.
Florian Obser
2018-08-04
Revert back previous commit, we have decided that socket files don't cause any
Ricardo Mestre
2017-01-09
Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with
Kenneth R Westerback
2016-09-14
Teach ntpd(8) how to fork+exec.
Rafael Zalamena
2016-03-27
Rename session_socket_blockmode() to session_socket_nonblockmode(),
Kenneth R Westerback
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-11-20
use RMS for jitter. we're linking with enough libraries that libm is tiny.
Ted Unangst
2015-10-23
Allowing upstream servers of ntp being in multiple routing tables is
Peter Hessler
2015-07-18
replace bzero with memset
Brent Cook
2015-02-10
Add support for "constraints": when configured, ntpd(8) will query the
Reyk Floeter
2015-01-09
remove excessive/wrong use of sys/param.h
Theo de Raadt
2015-01-04
rename sockaddr_un variables from 'sun' to the more common 'sa'.
Brent Cook
2013-11-13
from sthen: handle msgbuf_write() returning EAGAIN
Sebastian Benoit
2013-10-04
Add ntpctl(8), which allows us to query the locally running ntpd(8) process
Peter Hessler