summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2005-08-04Support for SENSOR_INTEGER.Jonathan Gray
2005-08-04a quick diff for marco, who wanted to see if his power supplies were on orDavid Gwynne
2005-08-03device is not optional; spotted by jmcTheo de Raadt
2005-08-03clarify device vs drive; marco okTheo de Raadt
2005-08-03Fix usage.Marco Peereboom
2005-08-03be more careful when using struct ipsec_auth, might be NULL now.Hans-Joerg Hoexer
2005-08-03link back to ciss from here as wellMichael Shalayeff
2005-08-03extend the sensors framework to allow it to report the state of theDavid Gwynne
2005-08-03be more sure about what is a drive vs controller; ok marcoTheo de Raadt
2005-08-03various cleanups, the way i like it, ok marcoTheo de Raadt
2005-08-02add -a properly to SYNOPSIS; sync usage();Jason McIntyre
2005-08-02add missing break; ok henning@Moritz Jodeit
2005-08-02sort SEE ALSO;Jason McIntyre
2005-08-02Make use of struct ipsec_auth dynamic.Hans-Joerg Hoexer
2005-08-02Reflect new reality. Lots of help and ok jmc@Marco Peereboom
2005-08-02$TAPE Ev may refer to a number of things, not just a physical tape device:Jason McIntyre
2005-08-02Make sure to always load at least the default configuration values. Fixes aHans-Joerg Hoexer
2005-08-02Rip out code dealing with multiple/nested interfaces. Each instance ofKenneth R Westerback
2005-08-01Add alarm support.Marco Peereboom
2005-07-29Fix erroneous use of '=' instead of '+' that caused infinite loopsKenneth R Westerback
2005-07-29add some tweaks that were lost...Jason McIntyre
2005-07-29Redo bioctl because initial implementation was too complex.Marco Peereboom
2005-07-26Fix buffer overflows in dhcpd and dhclient. Closes PR#4306.Kenneth R Westerback
2005-07-25Use payload NAT-D or NAT-D-DRAFT according to NAT-T vendor ID advertised by theHans-Joerg Hoexer
2005-07-25output some more information on UI command "S"Hans-Joerg Hoexer
2005-07-24use correct function names in error messagesHans-Joerg Hoexer
2005-07-24prepare for combining SAs and flows in one single rule, no functional changeHans-Joerg Hoexer
2005-07-23Our dhclient.conf lives in /usr/src/etc.Kenneth R Westerback
2005-07-23document automatic generation of reverse SA rules.Hans-Joerg Hoexer
2005-07-23add automatic creation of reverse SAs.Hans-Joerg Hoexer
2005-07-23prepare for specifying both in and out key, not used yet.Hans-Joerg Hoexer
2005-07-23prepare for specifying incoming and outgoing SPIs, not used yet.Hans-Joerg Hoexer
2005-07-22spacing and tiny knfHans-Joerg Hoexer
2005-07-21remove trailing newlines from err(3) calls; millert@ and matthieu@ ok.Federico G. Schwindt
2005-07-20Print the last two kern.nchstats entries.Miod Vallat
2005-07-20revert one TAILQ_FOREACH conversion from r1.112 which wasMoritz Jodeit
2005-07-18revert marcos bio changes, mickey not okDavid Gwynne
2005-07-18tweaks;Jason McIntyre
2005-07-18Fix online help.Marco Peereboom
2005-07-18Reflect new reality.Marco Peereboom
2005-07-18Kill initial implementation because it sucked. It was far too complex the newMarco Peereboom
2005-07-17No longer used.Kenneth R Westerback
2005-07-17Insist on correct hardware addresses in dhclient.conf andKenneth R Westerback
2005-07-16No longer used.Kenneth R Westerback
2005-07-16Rejig struct string_list to use char array rather than char pointer, andKenneth R Westerback
2005-07-16fix printing of hostname, from brooks davis via jmcHenning Brauer
2005-07-16back out last; breaks in cases where we want hex and the last byte is 0Henning Brauer
2005-07-16NULL is not a time_t. From brooks at freebsd.Kenneth R Westerback
2005-07-16Eliminate unnecessary 'code' field from struct option. MakeKenneth R Westerback
2005-07-15Fix handling of comma separated option value lists, broken in r1.20.Kenneth R Westerback