Age | Commit message (Expand) | Author |
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 |
2006-05-29 | document the optional "weight" keyword, and a little cleanup; | Jason McIntyre |
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 | small grammar improvement; | Jason McIntyre |
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 | scan for new timedelta sensors every five minutes for now, ok deraadt | Henning Brauer |
2006-05-27 | ntpd does timedelta sensors now too | Henning Brauer |
2006-05-27 | document timedelat sensors. ok deraadt | Henning Brauer |
2006-05-27 | config file bits for timedelta sensors, so one can specify which devices | Henning Brauer |
2006-05-26 | \<char> is <char> except for \<newline> -- no exceptions. much like how | Theo de Raadt |
2006-05-26 | add support for timedelta sensors, which pretty much means udcf(4) right | Henning Brauer |
2006-05-25 | more bits from transatlanic flight: | Henning Brauer |
2006-05-25 | figure out the refid to send to NTP v3 clients early and store it | Henning Brauer |
2006-05-23 | make listen on example idiot proof | Henning Brauer |
2006-05-14 | PFD_MAX betterer than harcoded 1 | Henning Brauer |
2006-02-21 | handle -1 return from host_dns(); ok henning@ | Kevin Steves |
2006-01-19 | Do not attempt to listen on interfaces with a wildcard address; ok henning@ | Darren Tucker |
2006-01-19 | Check SA_LEN(sa) after sa is checked for NULL. Pointed out by solar at | Darren Tucker |
2005-09-24 | Log source address for 'malformed packet' errors. ok henning@ | Darren Tucker |
2005-09-06 | when running ntpd with "-s" as it's argument from /etc/rc.conf, make sure the | Wim Vandeputte |
2005-08-11 | on writing, we actually can deal with ENOBUFS just as well as with EAGAIN | Henning Brauer |
2005-08-11 | check for EINTR too after writev(), pt out by Alexander Farber | Henning Brauer |
2005-08-10 | Propogate server's leap indicator flags to clients; ok henning@ | Darren Tucker |
2005-08-08 | with -s, do not wait if we don't have any peers at all. | Henning Brauer |
2005-07-22 | Skip invalid interfaces during 'listen on *'; ok henning@ | Darren Tucker |
2005-07-15 | shrink read buffer size from 64k to 4k, this is not bgpd and we're dealing | Henning Brauer |
2005-07-15 | remove recently added "using privsep user X" message, spams console in -s | Henning Brauer |