summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2006-12-20let ntpd use sensors immediately after system boot by special casingHenning Brauer
2006-12-20Fix potential buffer overread in function, even though the currentRay Lai
2006-12-19no need for -DJun-ichiro itojun Hagino
2006-12-19no need for -DINET6Jun-ichiro itojun Hagino
2006-12-19eliminate #ifdef OLDRAWSOCKETJun-ichiro itojun Hagino
2006-12-19sort these commands too;Jason McIntyre
2006-12-19sort the various commands; discussed w/ pyrJason McIntyre
2006-12-19no more acpid.8;Jason McIntyre
2006-12-18some initial improvements for the hostated pages;Jason McIntyre
2006-12-18avoid p = realloc(p idiom, ok claudio, spotted deraadtHenning Brauer
2006-12-18we will not use , but later modify apmd to handle it; ok marcoTheo de Raadt
2006-12-18we will not use acpid, but later modify apmd to handle it; ok marcoTheo de Raadt
2006-12-18align, no binary changeKevin Steves
2006-12-18it appears some sensors flip duen to bugs or erroneous readings.Michael Shalayeff
2006-12-18warn() -> warning() to not overload with libc function; this hasKevin Steves
2006-12-17remove one-lease-per-client parameter which was never implemented (itKevin Steves
2006-12-16- allow to use host/service/table names instead of Ids in hostatectl.Reyk Floeter
2006-12-16typoMartin Reindl
2006-12-16unused variableTheo de Raadt
2006-12-16spacing, plus dubious \% in format stringTheo de Raadt
2006-12-16spacingTheo de Raadt
2006-12-16Fix up s390 assembler in arla's lwp threading. Results from beck@ request toMarc Aurele La France
2006-12-16spacingReyk Floeter
2006-12-16more spacingReyk Floeter
2006-12-16Fix two comments. ok reyk@Bernd Ahlers
2006-12-16knf (second level indents are four spaces)Reyk Floeter
2006-12-16knf, spacingReyk Floeter
2006-12-16knf, spacingReyk Floeter
2006-12-16ltlib marker for libtool convenience library.Marc Espie
2006-12-16knf, add copyright and license for in_cksum() from ping.cReyk Floeter
2006-12-16new sentence, new lineReyk Floeter
2006-12-16new sentence, new lineReyk Floeter
2006-12-16Import hostated, the host status daemon. This daemon will monitorReyk Floeter
2006-12-15small KNFKevin Steves
2006-12-15typo in commentKevin Steves
2006-12-15reduce RFC2292/3542 #ifdef.Jun-ichiro itojun Hagino
2006-12-15reduce RFC2292/3542 #ifdef.Jun-ichiro itojun Hagino
2006-12-15cleanup RFC2292/3542 #ifdef.Jun-ichiro itojun Hagino
2006-12-15reduce RFC2292/3542 #ifdefs.Jun-ichiro itojun Hagino
2006-12-13Doh! I forgot the change from kroute to rroute in the deletion case.Claudio Jeker
2006-12-13Correct funtion name in fatal message.Claudio Jeker
2006-12-13IPv6 passive OS fingerprinting.Jun-ichiro itojun Hagino
2006-12-12Xr bgplg and bgplgsh;Jason McIntyre
2006-12-12remove unused #defines; no binary changeKevin Steves
2006-12-12<signal.h> not neededKevin Steves
2006-12-12Change nexthop_delete() to be more obvious what's going on. No functionalClaudio Jeker
2006-12-12Even IPv6 has a prefixlen limit. This ensures that we do not overflow theClaudio Jeker
2006-12-12In path_remove() remove only local prefixes from the pftable.Claudio Jeker
2006-12-12Kill peer_remove(). This function is only used once so inline it there.Claudio Jeker
2006-12-12Ignore sigpipe as libevent does not handle that for us. Confirmed byCamiel Dobbelaar