25 Commits (9268532441b941fd01f247ebcf1907b8075373ff)

Author SHA1 Message Date
  otto 0e2d622180 Properly determine era 0 or era 1, making it possible to move past 4 years ago
  gsoares ef079a5b2e *nargv[] holds an array of pointers, so it should be 7 years ago
  rzalamena c82eb97e2b Fix a possible bug that will happen with dup2() when oldd == newd. In that 8 years ago
  rzalamena 1305c0d5de Teach ntpd(8) how to fork+exec. 8 years ago
  reyk d7b0c49beb Fix copyright disclaimer in util.c. 8 years ago
  reyk b8496badea Move log_sockaddr() to from log.c to util.c as it is a local addition 9 years ago
  bcook d72cee2563 Avoid overflow on 32-bit time_t systems converting timeval to NTP time. 9 years ago
  reyk 2a9806d4a4 spacing 9 years ago
  reyk 7433fa0bce Add support for "constraints": when configured, ntpd(8) will query the 9 years ago
  bcook d33f0cc042 Add a missing include for time.h to get the definitions of clock_gettime and strftime. 9 years ago
  krw b4d8d01803 Remove stray (long) cast of value being assigned to tv_secs. 11 years ago
  phessler a32e45b068 Add rdomain support to NTPd. 13 years ago
  otto 66f330d94f Normalize tv so that tv_usec is positive. The kernel also normalizes, 17 years ago
  henning 4f07972cbe use clock_gettime(CLOCK_MONOTONIC, ..) to get a monotonically increasing 18 years ago
  otto 89f43414db Compensate old offsets with the amount of adjustment done, avoiding 18 years ago
  mickey b521cde7ce uniquely name members of s_fixedpt and l_fixedpt; henning@ ok 20 years ago
  henning b89628e731 some missing includes, from Joerg Sonnenberger <joerg@britannica.bec.de> 20 years ago
  alexander d1a5206262 short fixed point <-> double conversion routines; ok henning@ 20 years ago
  henning 727098a446 help the compiler a bit with a cast, spotted by theo 20 years ago
  alexander 353bc5222d * Convert to use the new double-based time handling functions. 20 years ago
  alexander 59dafa077b Endian conversion mistakenly done before fraction math; ok henning@ 20 years ago
  otto 74f0809de0 use correct multiplier for us -> s conversion 20 years ago
  henning 7cb3db11e2 calculate the median offset from all servers we sync to and call 20 years ago
  henning bc7ac3d288 KNF 20 years ago
  alexander 9b6618babd Compute the local clock offset from the server's response. 20 years ago