Age | Commit message (Expand) | Author |
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 |