346 Commits (ed8a0556b143d991f804f7145f293fa1dfecef84)

Author SHA1 Message Date
  fgsch 5d7a07e45a catch SIGQUIT too. ckuethe@ and henning@ ok. 17 years ago
  otto 2dc039e348 be a bit less aggressive retrying; this keeps the message queue 17 years ago
  otto 40598298ed if the drift file is missing, reset adjfreq to zero; iirc diff from Glaser 17 years ago
  mpf e2f849e9a7 Remove space/tab compression function from lgetc() and replace 17 years ago
  pyr bf599d131d ntpd and bgpd's turn to behave like the others. 17 years ago
  otto 218fc01263 don't fill the logs; spotted by deraadt@ ok henning@ 17 years ago
  mpf e2ae46bb11 Allow '=' to end a number in all lexers. 17 years ago
  deraadt 2c7a142792 in the lex... even inside quotes, a \ followed by space or tab should 17 years ago
  otto a4d5c83577 Allow ntpd to report the status of peers and sensors to syslog. This 17 years ago
  deraadt b30a9ec75b in all these programs using the same pfctl-derived parse.y, re-unify the 17 years ago
  deraadt 708686ed78 next step in the yylex unification: handle quoted strings in a nicer fashion 17 years ago
  deraadt 464e8d28dd use a setup function for options, cleaner; ok cloder 17 years ago
  ckuethe 89d498e9d8 Correctly assign a default weight of 1 to sensors and servers. 17 years ago
  jmc 121bce7837 add -n to usage(); 17 years ago
  pyr 90f5650e4c Provide the -n switch like in the other imsg daemons for testing 17 years ago
  jmc 81600a329d one more missed change; 17 years ago
  ckuethe e2f42bb333 Small style tweak, from jmc and Maurice Janssen 17 years ago
  ckuethe 4f75588722 Add a knob to compensate for a refclock that is early or late. Based on a 17 years ago
  deraadt a345b0c863 default weight has to remain 1; seen by Maurice Janssen 17 years ago
  deraadt 17638a8659 this is where it all started, since future ntpd.conf commands will require 17 years ago
  ckuethe 05c8b9ebe9 Allow ntpd to log sensor offsets and adjtime calls to syslog at LOG_DEBUG 17 years ago
  ckuethe 5b4a0b0b28 This diff makes ntpd poll for sensors more aggressively when the use of 17 years ago
  jmc 14302f5699 convert to new .Dd format; 17 years ago
  henning f9096ad09f use __packed structs for the on-the-wire packets and just memcpy at once 17 years ago
  otto 8c79773d1d if resolving a name fails, be more aggressive retrying, but with care: 17 years ago
  deraadt c34c8f6d6a aggressive spelling fix, spotted by jbg 17 years ago
  otto 66f330d94f Normalize tv so that tv_usec is positive. The kernel also normalizes, 17 years ago
  ckuethe 67b5aa4d57 Increase sensor polling interval to 30s, just like ntp polls. This 17 years ago
  henning 0b2f522118 when our red/recv/recvmsg in imsg_read gives EINTR or EAGAIN, do not 17 years ago
  henning fcd399814f read buffer size must be >= max imsg size. 17 years ago
  otto 8609f91a61 xref adjfreq(2); from Igor Zinovik 17 years ago
  claudio 3b46e875e2 Typo in fatal() message found by dunceor @ gmail dot com 17 years ago
  henning 5a0d6270be the new sensors tre can give us the number of sensors per type. 17 years ago
  otto 1f8bd32eb8 Although Unix compilers accept more than one definition of a global 17 years ago
  otto 4116dad0a1 Esape from the Mouth of Madness by adjusting stored sensor offsets 17 years ago
  otto 7690556ff8 Add some comments on the expresssion which converts sensor timedeltas 17 years ago
  naddy 6c7f751ad1 forgot a dereference in the previous conversion; ok deraadt@ 18 years ago
  deraadt 44cfc5dfde adapt to new two-level sensor sysctl framework; by Constantine A. Murenin 18 years ago
  henning 0cb81b5488 let ntpd use sensors immediately after system boot by special casing 18 years ago
  ckuethe e0df755dbd Allow sensors in a sensors-only configuration to set the time at startup. 18 years ago
  henning a4d68a0292 with usig the meadian offset froma number of measurements the recording 18 years ago
  henning 4f07972cbe use clock_gettime(CLOCK_MONOTONIC, ..) to get a monotonically increasing 18 years ago
  henning f5c6db18a7 timedelta sensors are usually updated very often, but we used to query 18 years ago
  henning 9e886819ac in client_nextaddr, check fd != -1 before close, just nicer this way 18 years ago
  henning 431920cccf Found that even if client fd (i.e to NTP source) is set to 18 years ago
  henning 43bb2c0b5f when ntp_sendmsg fails, reset trustlevel to TRUSTLEVEL_PATHETIC 18 years ago
  henning 8031d5c7e5 EADDRNOTAVAIL after connect is one of the soft errors where we don't abort 18 years ago
  henning 153642fa72 need to call adjtime once in a while here too, otherwise sensor-only 18 years ago
  henning 988040972e internally, ntpd doesn't work with absolute offsets to system time, but 18 years ago
  stevesk 70c89238ab use 'weight-value' vs. 'offset' for the weight argument; 18 years ago