Age | Commit message (Expand) | Author |
2006-05-29 | when we cannot open /dev/hotplug, donn't bail, just work without | Henning Brauer |
2006-05-28 | Even better nexthop delete behaviour. Do not delete nexthop if they are used | Claudio Jeker |
2006-05-28 | Correct more bounds checks which can lead to crashes. | Moritz Jodeit |
2006-05-28 | Preload and pin nexthop used in filtersets so the are validiated when used. | Claudio Jeker |
2006-05-28 | Check that a complete struct llc was captured (not only 3 bytes), | Moritz Jodeit |
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 | Device id was removed from hotplug events so cope with this. | Michael Knudsen |
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-28 | Include device id in hotplug event logging. id is passed as new | Michael Knudsen |
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 | fix potential crash when using -v. ok canacar@ | Moritz Jodeit |
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 | Wait for a response from bgpd on reloads. | Claudio Jeker |
2006-05-27 | Pass a IMSG_CTL_RESULT messgae back to bgpctl on reloads to indicate if | Claudio Jeker |
2006-05-27 | grok modp3072, ok moritz@ | Hans-Joerg Hoexer |
2006-05-27 | sync to bgpd: use ibuf->pid in imsg_create if pid == 0, claudio ok | Henning Brauer |
2006-05-27 | if the pid given to imsg_create is 0, use the pid sored in the ibuf (which | Henning Brauer |
2006-05-27 | Don't exit just because an interface has no subnet configured in | Kenneth R Westerback |
2006-05-27 | Revert last commit. Having ifindex of 0 is an error and needs to be reported. | Claudio Jeker |
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-27 | Cleanup with lint. Make the poll fd indexes unsigned and because of that | Claudio Jeker |
2006-05-27 | Unfuck community delete. The if () statement to match communities was FUBAR | Claudio Jeker |
2006-05-27 | Move prinitng of communities into own function so that special communities | Claudio Jeker |
2006-05-27 | When an interface is ignored because it has no IP address, say so. | Kenneth R Westerback |
2006-05-26 | make pkg_add exit gracefully if it cannot read from a file handle, which | Steven Mestdagh |
2006-05-26 | simplify synopsis; ok deraadt | Jason McIntyre |
2006-05-26 | change keyword for route refresh request to just refresh, discussed with | Henning Brauer |
2006-05-26 | let us not talk about ipsecadm and vpn anymore; ok reyk | Theo de Raadt |
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-25 | tidy up EXAMPLES; | Jason McIntyre |
2006-05-24 | add $OpenBSD$, prompted by steven@ | Kevin Steves |
2006-05-24 | Please use portable C code | Theo de Raadt |
2006-05-23 | clean an XXX and don't print preceding ',' on first attribute; ok | Kevin Steves |
2006-05-23 | make listen on example idiot proof | Henning Brauer |