Age | Commit message (Expand) | Author |
2007-09-14 | Correctly assign a default weight of 1 to sensors and servers. | Chris Kuethe |
2007-09-13 | add -n to usage(); | Jason McIntyre |
2007-09-13 | Provide the -n switch like in the other imsg daemons for testing | Pierre-Yves Ritschard |
2007-09-13 | one more missed change; | Jason McIntyre |
2007-09-13 | Small style tweak, from jmc and Maurice Janssen | Chris Kuethe |
2007-09-12 | Add a knob to compensate for a refclock that is early or late. Based on a | Chris Kuethe |
2007-09-12 | default weight has to remain 1; seen by Maurice Janssen | Theo de Raadt |
2007-09-11 | this is where it all started, since future ntpd.conf commands will require | Theo de Raadt |
2007-08-22 | Allow ntpd to log sensor offsets and adjtime calls to syslog at LOG_DEBUG | Chris Kuethe |
2007-08-04 | This diff makes ntpd poll for sensors more aggressively when the use of | Chris Kuethe |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-26 | use __packed structs for the on-the-wire packets and just memcpy at once | Henning Brauer |
2007-05-01 | if resolving a name fails, be more aggressive retrying, but with care: | Otto Moerbeek |
2007-04-30 | aggressive spelling fix, spotted by jbg | Theo de Raadt |
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 |