summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2006-05-31Missing $OpenBSD$ tag. Spotted by Masao Uebayashi.Chris Kuethe
2006-05-31more tweaks; ok grangeJason McIntyre
2006-05-31tweak the sample attach script; ok grangeJason McIntyre
2006-05-31- tidy up SYNOPSISJason McIntyre
2006-05-31Support for "[no] redistribute 10.6/16", all routes that match into thisClaudio Jeker
2006-05-31More redistribute fun. Add a possibility to deny redistribution of specifiedClaudio Jeker
2006-05-31This diff makes dhcpd able to manipulate pf tables on certain lease events.Chris Kuethe
2006-05-31Plug memory leak; ok claudio@Patrick Latifi
2006-05-31Plug memory leaks in error path; ok henning@Patrick Latifi
2006-05-31remove extra space in output; ok markus@ moritz@Kevin Steves
2006-05-31only actually run sensor_query when it is due, not every time poll returnsHenning Brauer
2006-05-30This patch renames dhcpd's "struct timeout" to "struct dhcpd_timeout"Chris Kuethe
2006-05-30Correctly calculate point-to-point nexthop address. The logic was badly twistedClaudio Jeker
2006-05-30Uups, this file should be commited with the redistribute rtlabel stuff.Claudio Jeker
2006-05-30Now that rtlabels are accessable via sysctl we can use route lables toClaudio Jeker
2006-05-29When ntpd backs off polling due to a negative delay, tell the user how longChris Kuethe
2006-05-29No need for return; at end of functions returning void.Moritz Jodeit
2006-05-29better wording for the "weight" section;Jason McIntyre
2006-05-29Be more careful to not touch memory outside theMoritz Jodeit
2006-05-29repair some broken indentation in an example; ok jmc@Kevin Steves
2006-05-29document the optional "weight" keyword, and a little cleanup;Jason McIntyre
2006-05-29ANSI and whitespace. No binary change.Moritz Jodeit
2006-05-29Check that struct p8022Hdr was completely captured,Moritz Jodeit
2006-05-29The end pointer to fn_print() could possibly point behind the capturedMoritz Jodeit
2006-05-29Add proper bounds checks for the CDP and SSDP protocols byMoritz Jodeit
2006-05-29Delay lsa database deletes for MIN_LS_INTERVAL seconds so that flappingClaudio Jeker
2006-05-29Remove useless debug message that gets triggered all the time in big networks.Esben Norby
2006-05-29when we cannot open /dev/hotplug, donn't bail, just work withoutHenning Brauer
2006-05-28Even better nexthop delete behaviour. Do not delete nexthop if they are usedClaudio Jeker
2006-05-28Correct more bounds checks which can lead to crashes.Moritz Jodeit
2006-05-28Preload and pin nexthop used in filtersets so the are validiated when used.Claudio Jeker
2006-05-28Check that a complete struct llc was captured (not only 3 bytes),Moritz Jodeit
2006-05-28allow for weight to be added to sensors or servers, so that one canHenning Brauer
2006-05-28get clock src id from the timedelta sensor desc.Henning Brauer
2006-05-28if sysctl gives ENOENT the sensor is gone and we remove itHenning Brauer
2006-05-28let sensor_query handle removals itselfHenning Brauer
2006-05-28Device id was removed from hotplug events so cope with this.Michael Knudsen
2006-05-28sensor_byid not needed any moreHenning Brauer
2006-05-28hotplug devid will go away in a minute, so don't use it here any longerHenning Brauer
2006-05-28do not bother with rmeoval events, we remove sensors whoch vanished orHenning Brauer
2006-05-28small grammar improvement;Jason McIntyre
2006-05-28DV_SENSORS is no more, plug workaround for the time to the real solutionHenning Brauer
2006-05-28make use of the new hotplug events for sensors showing up or vanishingHenning Brauer
2006-05-28Include device id in hotplug event logging. id is passed as newMichael Knudsen
2006-05-27add sensor_byid(), return sensor by its idHenning Brauer
2006-05-27stop passing the config around all time, just store one copyHenning Brauer
2006-05-27fix potential crash when using -v. ok canacar@Moritz Jodeit
2006-05-27factor out sensor_probe from sensor_scan so we can probe a sensors whenHenning Brauer
2006-05-27make ntpd listen on the hotplug socket and decode yadda yadda, becauseHenning Brauer
2006-05-27Wait for a response from bgpd on reloads.Claudio Jeker