Age | Commit message (Expand) | Author |
2007-03-27 | Normalize tv so that tv_usec is positive. The kernel also normalizes, | Otto Moerbeek |
2007-03-23 | Increase sensor polling interval to 30s, just like ntp polls. This | Chris Kuethe |
2007-03-19 | when our red/recv/recvmsg in imsg_read gives EINTR or EAGAIN, do not | Henning Brauer |
2007-03-01 | read buffer size must be >= max imsg size. | Henning Brauer |
2007-02-24 | xref adjfreq(2); from Igor Zinovik | Otto Moerbeek |
2007-01-23 | Typo in fatal() message found by dunceor @ gmail dot com | Claudio Jeker |
2007-01-15 | the new sensors tre can give us the number of sensors per type. | Henning Brauer |
2007-01-15 | Although Unix compilers accept more than one definition of a global | Otto Moerbeek |
2007-01-14 | Esape from the Mouth of Madness by adjusting stored sensor offsets | Otto Moerbeek |
2007-01-14 | Add some comments on the expresssion which converts sensor timedeltas | Otto Moerbeek |
2006-12-28 | forgot a dereference in the previous conversion; ok deraadt@ | Christian Weisgerber |
2006-12-23 | adapt to new two-level sensor sysctl framework; by Constantine A. Murenin | Theo de Raadt |
2006-12-20 | let ntpd use sensors immediately after system boot by special casing | Henning Brauer |
2006-11-30 | Allow sensors in a sensors-only configuration to set the time at startup. | Chris Kuethe |
2006-11-20 | with usig the meadian offset froma number of measurements the recording | Henning Brauer |
2006-10-27 | use clock_gettime(CLOCK_MONOTONIC, ..) to get a monotonically increasing | Henning Brauer |
2006-10-24 | timedelta sensors are usually updated very often, but we used to query | Henning Brauer |
2006-10-21 | in client_nextaddr, check fd != -1 before close, just nicer this way | Henning Brauer |
2006-10-21 | Found that even if client fd (i.e to NTP source) is set to | Henning Brauer |
2006-10-21 | when ntp_sendmsg fails, reset trustlevel to TRUSTLEVEL_PATHETIC | Henning Brauer |
2006-10-21 | EADDRNOTAVAIL after connect is one of the soft errors where we don't abort | Henning Brauer |
2006-10-12 | need to call adjtime once in a while here too, otherwise sensor-only | Henning Brauer |
2006-10-12 | internally, ntpd doesn't work with absolute offsets to system time, but | Henning Brauer |
2006-10-08 | use 'weight-value' vs. 'offset' for the weight argument; | Kevin Steves |
2006-10-03 | strtonum() with INT_MAX intead of LONG_MAX, problem pointed out by pierre-yve... | Theo de Raadt |
2006-08-19 | make sure updates from sensors have the "synced" flag set | Henning Brauer |
2006-07-01 | remove some unneeded includes; one found by vetinari | 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 | increase polling intervbal, but only after we are synced and have done | Otto Moerbeek |
2006-06-26 | Reset adjtime() on startup; having an adjtime() active while starting | Otto Moerbeek |
2006-06-22 | Document /var/db/ntpd.drift; ok jmc@ | 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-18 | tsk, tsk, tsk... the rule is simple: any define consisting of | Otto Moerbeek |
2006-06-17 | Import frequency conrrection code from dragonfly, whith some changes: | Otto Moerbeek |
2006-06-09 | set session id and init logging in -s mode. tested by david@ and matthieu@; | Otto Moerbeek |
2006-06-08 | simplify; ok henning@ | Otto Moerbeek |
2006-06-07 | Compensate old offsets with the amount of adjustment done, avoiding | Otto Moerbeek |
2006-06-04 | Only invalidate stored replies if an adjustment was really made. | Otto Moerbeek |
2006-06-02 | just ise "HARD" as refid with sensors for v3 clients | Henning Brauer |
2006-06-02 | incredibly stupid typo | Henning Brauer |
2006-06-01 | even though the bounds are long long having an upper bound of | Otto Moerbeek |
2006-06-01 | When expanding servers, do not forget to copy weight. ok henning@ | Otto Moerbeek |
2006-06-01 | urgs, other stuff snuck in | Henning Brauer |
2006-06-01 | do not use /dev/hotplug for now, only one reader supported yet | Henning Brauer |
2006-06-01 | put back regular sensors scanning | Henning Brauer |
2006-05-31 | only actually run sensor_query when it is due, not every time poll returns | Henning Brauer |
2006-05-29 | When ntpd backs off polling due to a negative delay, tell the user how long | Chris Kuethe |
2006-05-29 | better wording for the "weight" section; | Jason McIntyre |