Age | Commit message (Expand) | Author |
2009-05-13 | when using a timedelta sensor for -s, if the sensor is invalid during | Kevin Steves |
2009-02-08 | spelling in comment | Kevin Steves |
2009-01-27 | fix printf format specification to print max len 4 for refid, | Kevin Steves |
2009-01-26 | return the correct refid for a sensor; ok henning@ | Christian Weisgerber |
2008-06-10 | According to the latest SNTPv4 spec in RFC4330, secondary servers | Christian Weisgerber |
2008-06-09 | rename refstr to refid since it is an int32; ok henning | Theo de Raadt |
2008-06-09 | do not copy up to two garbage characters from a 1 char string into a 4 char | Theo de Raadt |
2008-06-09 | spacing | Theo de Raadt |
2008-06-09 | Allow outgoing replies from sensor-driven servers to have a | Chris Kuethe |
2008-03-02 | set the refid for v4 queries too. this allows sensor-driven ntpd to says its | Chris Kuethe |
2007-09-12 | Add a knob to compensate for a refclock that is early or late. Based on a | Chris Kuethe |
2007-08-04 | This diff makes ntpd poll for sensors more aggressively when the use of | Chris Kuethe |
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 | 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-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-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-08-19 | make sure updates from sensors have the "synced" flag set | Henning Brauer |
2006-06-30 | spaces | Theo de Raadt |
2006-06-02 | just ise "HARD" as refid with sensors for v3 clients | Henning Brauer |
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-05-29 | when we cannot open /dev/hotplug, donn't bail, just work without | Henning Brauer |
2006-05-28 | allow for weight to be added to sensors or servers, so that one can | Henning Brauer |
2006-05-28 | get clock src id from the timedelta sensor desc. | Henning Brauer |
2006-05-28 | if sysctl gives ENOENT the sensor is gone and we remove it | Henning Brauer |
2006-05-28 | let sensor_query handle removals itself | Henning Brauer |
2006-05-28 | sensor_byid not needed any more | Henning Brauer |
2006-05-28 | hotplug devid will go away in a minute, so don't use it here any longer | Henning Brauer |
2006-05-28 | do not bother with rmeoval events, we remove sensors whoch vanished or | Henning Brauer |
2006-05-28 | DV_SENSORS is no more, plug workaround for the time to the real solution | Henning Brauer |
2006-05-28 | make use of the new hotplug events for sensors showing up or vanishing | Henning Brauer |
2006-05-27 | add sensor_byid(), return sensor by its id | Henning Brauer |
2006-05-27 | stop passing the config around all time, just store one copy | Henning Brauer |
2006-05-27 | factor out sensor_probe from sensor_scan so we can probe a sensors when | Henning Brauer |
2006-05-27 | make ntpd listen on the hotplug socket and decode yadda yadda, because | Henning Brauer |
2006-05-27 | config file bits for timedelta sensors, so one can specify which devices | Henning Brauer |
2006-05-26 | add support for timedelta sensors, which pretty much means udcf(4) right | Henning Brauer |