Age | Commit message (Expand) | Author |
2007-01-15 | Although Unix compilers accept more than one definition of a global | Otto Moerbeek |
2006-06-30 | spaces | Theo de Raadt |
2006-06-30 | don't write anything to log until we are daemonized. spotted by | Otto Moerbeek |
2006-06-26 | Reset adjtime() on startup; having an adjtime() active while starting | Otto Moerbeek |
2006-06-22 | Save the computed clock drift and use it on startup. ok deraadt@ | Otto Moerbeek |
2006-06-21 | avoid a race by installing SIGCHLD handler before fork() is called. | Otto Moerbeek |
2006-06-17 | Import frequency conrrection code from dragonfly, whith some changes: | Otto Moerbeek |
2006-06-07 | Compensate old offsets with the amount of adjustment done, avoiding | Otto Moerbeek |
2006-02-21 | handle -1 return from host_dns(); ok henning@ | Kevin Steves |
2005-09-06 | when running ntpd with "-s" as it's argument from /etc/rc.conf, make sure the | Wim Vandeputte |
2005-07-11 | More descriptive error if a signal causes the child to exit; ok henning@ | Darren Tucker |
2005-06-19 | use a #define for the time to wait on -s and clarify a log msg | Henning Brauer |
2005-06-19 | use a little state engine to keep track of delayed dns lookups and such, | Henning Brauer |
2005-05-26 | Ensure previous adjust has completed before clearing alarm flag; ok henning@ | Darren Tucker |
2005-04-18 | extra paranoia, from a discussion with joerg | Henning Brauer |
2005-03-31 | zap includes, grunk | Henning Brauer |
2005-03-24 | fatal vs fatalx, Alexander von Gernler | Henning Brauer |
2005-03-13 | Fixes in ntpd_settime (ie ntpd -s): | Darren Tucker |
2005-03-09 | nasty: host_dns used to run before forking and chrooting etc, so it was | Henning Brauer |
2005-03-08 | from the "shut the fuck up, ntpd" department: | Henning Brauer |
2005-02-02 | usage() is __dead | Henning Brauer |
2005-01-28 | fatal() if daemon() fails, Alexander von Gernler <grunk@pestilenz.org> | Henning Brauer |
2004-12-22 | d can be negative, take that into account when comparing to the logging | Henning Brauer |
2004-12-20 | some typos in log messages. | Moritz Jodeit |
2004-12-06 | do not log tiny local clock drifts; w/ help from Joerg Sonnenberger <joerg@br... | Michael Shalayeff |
2004-11-10 | const'ify conffile | Henning Brauer |
2004-11-04 | use SIG_DFL instead of SIG_IGN when we are not interested in SIG_CHILD | Henning Brauer |
2004-09-23 | reset chld_pid to 0 when acting upon a SIGCHLD so we don't try to send it | Henning Brauer |
2004-09-18 | jmc says S before s and not s before S, sssssssso we do. | Henning Brauer |
2004-09-18 | implement -S to override earlier -s, requested by theo | Henning Brauer |
2004-09-18 | don't call settimeofday() when the offset is smaller than 180 seconds, | Henning Brauer |
2004-09-18 | add a new -s option, that tells ntpd to set the time using settimeofday() | Henning Brauer |
2004-09-15 | imsg framework cleanup: | Henning Brauer |
2004-09-15 | malloc the imsg buffers instead of having them statically, suggested by | Henning Brauer |
2004-09-15 | unused variables, theo | Henning Brauer |
2004-08-12 | do not try to getaddrinfo() in the unprivileged process, send an imsg | Henning Brauer |
2004-07-13 | liek bgpd, use a socketpair(2) instead of a pipe(2) | Henning Brauer |
2004-07-12 | Add missing newlines | Darren Tucker |
2004-07-12 | Replace errx with equivalent fprintf+exit to make porting easier; ok henning@ | Darren Tucker |
2004-07-09 | too chatty; ok henning | Theo de Raadt |
2004-07-09 | remove leftover pieces of on-the-fly reconfig shitz that made ntpd exit on | Henning Brauer |
2004-07-08 | kill traces of on-the-fly reconfigure (from bgpd), not needed in ntpd | Henning Brauer |
2004-07-07 | don't log every single reply we receive and log local clock adjustemt nicer | Henning Brauer |
2004-07-05 | calculate the median offset from all servers we sync to and call | Henning Brauer |
2004-06-17 | provide most of the client functionality. | Henning Brauer |
2004-06-01 | first cut at config file parser | Henning Brauer |
2004-06-01 | allow ntpd to listen on nearly arbitary number of sockets (OPEN_MAX - 1 atm). | Henning Brauer |
2004-05-31 | fix usage() | Henning Brauer |
2004-05-31 | initial cut at ntpd. | Henning Brauer |