424 Commits (a9366630a791066495181a974857bfcb954a4bf2)

Author SHA1 Message Date
  jmc 2c27302534 last stage of rfc changes, using consistent Rs/Re blocks, and moving the 11 years ago
  patrick bb4b345cc6 Allow ntpd.conf to assign a stratum to a sensor with the syntax stratum <level>. 11 years ago
  henning 824638f799 clarify which process writes out stats upong SIGINFO reception. 11 years ago
  jmc 12b562f515 rfc 5905 replaces rfc 2030; for now, the reference to 2030 in ntpd.conf 12 years ago
  phessler b318654d5a only add the rdomain for hostname lookups, when we have a hostname to lookup. 12 years ago
  phessler 70681d307c fix the two most offensive indentation violations in here. 12 years ago
  phessler a32e45b068 Add rdomain support to NTPd. 12 years ago
  jmc 38829c6b69 tweak previous; 12 years ago
  henning cd6e519e99 improve -s description. the major points are set vs adjust and stay in 12 years ago
  jmc 6abc52961d tweak previous; 13 years ago
  deraadt 3fe791be41 timed's time is up. use ntpd(8). Even our own fossil developers 13 years ago
  henning 42e087b3c6 close pipe_prnt[0] earlier, foremost before forking the dns process 13 years ago
  henning 2d925b01d9 clamp stratum to NTP_MAXSTRATUM. lingering in my tree for ages. someone likely 13 years ago
  okan 59189da029 use timerclear macro 13 years ago
  henning 029fb73afa fix linecount bug with comments spanning multiple lines 14 years ago
  eric 6f6b8fa1fb don't need to setup the resolver early now that dns lookups are done 14 years ago
  nicm 8b7d56fe29 Move imsg into libutil and add a man page. 14 years ago
  nicm 62564ff79f Rename some imsg bits to make namespace collisions less likely buf to 14 years ago
  nicm f68c72e36f imsg.h does not need sys/tree.h. 14 years ago
  deraadt 70f0799f54 Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled 14 years ago
  nicm b70ec51c0d Remove XXX comment and just close received fd if calloc() fails. 14 years ago
  jacekm 3a304260b4 Enclose repeated buffer draining code in a new msgbuf_drain() 15 years ago
  nicm 1ce69afa27 Make imsg_clear close and free any fds in the received fd queue as well as 15 years ago
  eric c6ea694786 make buf_write() behave like msgbuf_write(): send out only the 15 years ago
  deraadt ca24495ec9 incorrect .PATH setting, discovered with nicm 15 years ago
  henning f4727d5d25 recvmsg ENOENT noncritical too 15 years ago
  henning c9840c00e0 ENOPROTOOPT is non-fatal on recvfrom, can apparently happen with ipvshit 15 years ago
  henning 975a1387cb effectively un-do r1.111, it fucks machines with bad clocks royally. 15 years ago
  dlg eb4aea697b revert this change by eric@: 15 years ago
  eric 1349f312f5 Change the way fds passed over a socket are retreived on the receiving side. 15 years ago
  eric bc6efb40cd Make the imsg protocol network-safe. 15 years ago
  eric d11817a0e5 change the imsg header fields a bit to prepare for upcoming changes. 15 years ago
  ckuethe f86c299c09 If ntpd decides the clock has become unsynced, reset the number of saved 15 years ago
  ckuethe 5bc96f22cf Turns up the polling rate of sensors and makes ntpd calculate frequency 15 years ago
  pyr 239fd25471 make ntpd imsg-in-a-lib ready as well. extensive testing done, no 15 years ago
  ckuethe b6c201f1e1 After calling adjfreq to correct the clock's rate, measure and fix the clock 15 years ago
  henning 847353da0b no we don't need endpwent 15 years ago
  henning eac29aab5e use the SCM_TIMESTAMP socket option to get the time we received the 15 years ago
  henning e519398421 fix looking at the mode bits so that we do not reply to broadcast and other 15 years ago
  stevesk 5c2e164cbc move text on weight to where it is first referred to; 15 years ago
  stevesk d3e46edd9e when using a timedelta sensor for -s, if the sensor is invalid during 15 years ago
  henning d56fbb72de ignore replies with timestamps after 2030 to prevent time_t / tv_sec wraps 15 years ago
  tobias 1a4725225f Fixed memory leaks which would occur if the second of two memory 15 years ago
  stevesk 00ae9b8707 I should know outside data must be vis(3)'d. 15 years ago
  stevesk 5181f4815e received refid should not be converted to host byte order; ok henning@ 15 years ago
  stevesk 41d74ba791 log reason when not synced; ok henning@ 15 years ago
  stevesk dce94defaf -v logs debug adjtime calls also; ok henning@ 15 years ago
  stevesk 63f41dd5bb move prototypes that are really in ntp.c; ok henning@ 15 years ago
  stevesk 75af6f507d log tiny frequency adjustments at debug only. 15 years ago
  stevesk 7599b90b0a endservent() not needed here; ok henning@ 15 years ago