aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* SSIDs are of length 32-bytes and not NUL terminated. Use the correctBrooks Davis2005-10-301-2/+3
* Don't crash when given an invalid nwkey string.Brooks Davis2005-10-281-0/+2
* gmirror.8:Ceri Davies2005-10-252-2/+4
* Restore the documentation about uid, gid or prison based rules requiringChristian S.J. Peron2005-10-231-0/+10
* Remove a diagnostic message that can't occur: we lost the ability toDiomidis Spinellis2005-10-201-3/+0
* Make devd WARNS=4 clean and bump WARNS accordingly. This will insureBrooks Davis2005-10-192-3/+3
* As pointed out on current@, we don't want to declare a variable in a scopeWarner Losh2005-10-191-1/+1
* Use the new name H_SETSIZE instead of the old H_EVENT to set the historyStefan Farfeleder2005-10-191-1/+1
* Add new option `q', which makes second stage loader quiet unless autobootMaxim Sobolev2005-10-161-1/+10
* Fix parsing of mdmfs(8) option "-w <user>:<group>" in case <user> orRalf S. Engelschall2005-10-141-10/+6
* fixed a crush when either -lh or -ls option is used.Hajimu UMEMOTO2005-10-131-3/+3
* setkey(8) is not WARNS=2 compliant, yet.Hajimu UMEMOTO2005-10-131-0/+2
* setkey(8) was repo-copied from usr.sbin/ to sbin/.Pawel Jakub Dawidek2005-10-121-0/+1
* Replace "/etc/make.conf" with references to make.conf(5)Yaroslav Tykhiy2005-10-101-1/+2
* Switch from K&R-style C prototypes to ISO/ANSI-style C prototypes.Craig Rodrigues2005-10-071-11/+4
* Bump WARNS up to 3.Craig Rodrigues2005-10-071-1/+1
* In prmount(), use an unsigned int variable to eliminateCraig Rodrigues2005-10-071-1/+2
* Switch from K&R-style C prototypes to ISO/ANSI-style C prototypes.Craig Rodrigues2005-10-073-25/+11
* Display the status of the spanning tree for each port.Andrew Thompson2005-10-071-8/+16
* Eliminate some unneeded code bits.Yaroslav Tykhiy2005-10-061-10/+7
* media-type predicate is used in contexts where device-name is undefined.Warner Losh2005-10-041-1/+9
* Use a callback to set up a vlan interface so that "vlan"Yaroslav Tykhiy2005-10-041-37/+31
* - s/cd0c/cd0Marc Fonvieille2005-10-031-2/+2
* Compile fdisk for arm as well.Olivier Houchard2005-10-031-0/+4
* Document that -q option is also applicable to the "change" command.Ruslan Ermilov2005-10-021-2/+2
* o Restore kerneldumpheader.architectureversion bytes swoppingMaxim Konovalov2005-10-021-1/+2
* Now ifconfig is the one right way to turn polling on. Thus, removeGleb Smirnoff2005-10-011-5/+6
* For the sake of consistency and easier typing,Yaroslav Tykhiy2005-09-292-1/+6
* Forgot to touch .Dd in the previous commit.Yaroslav Tykhiy2005-09-291-1/+1
* Deprecate the useless argument to -vlandev.Yaroslav Tykhiy2005-09-292-5/+10
* err() -> errx() where appropriate.Ruslan Ermilov2005-09-291-5/+5
* Add a note in example as well, that last sector is used for metadata,Pawel Jakub Dawidek2005-09-291-1/+2
* Introduce "route del" as an alias to "route delete".Anton Berezin2005-09-283-1/+7
* Redirect bridge(4) to if_bridge(4) and rename sysctl accordingly.Max Laier2005-09-281-4/+4
* Simplified markup.Ruslan Ermilov2005-09-281-10/+3
* Update usage.Pawel Jakub Dawidek2005-09-241-1/+1
* Add '-q' option, which (when used with '-m' option) just tells if the givenPawel Jakub Dawidek2005-09-232-3/+15
* Since special interface types get their own subsectionsYaroslav Tykhiy2005-09-221-98/+104
* - Understand EADDRINUSE, and forget EDQUOT. [1]Gleb Smirnoff2005-09-211-2/+6
* Mention the default location of alternative super block on aXin LI2005-09-201-2/+2
* Merged from src/sbin/fdisk/fdisk.c revision 1.81.Yoshihiro Takahashi2005-09-181-1/+4
* Clarify wording for -m flag.Craig Rodrigues2005-09-171-2/+12
* Call gctl_free() to free resource allocated with gctl_get_handle().Craig Rodrigues2005-09-171-1/+4
* Add "-q" argument to sysctl(8), which suppresses a limited set of warnings/Robert Watson2005-09-152-5/+17
* Fix system shutdown timeout handling by again supporting longer runningRalf S. Engelschall2005-09-152-2/+8
* Xref msdosfs(5)Joel Dahl2005-09-141-0/+1
* Don't consider being unable to open the bounds file worthy of printingRobert Watson2005-09-131-1/+2
* Clean up.Lukas Ertl2005-09-121-198/+106
* Even if there are no valid keys in metadata, but provider is attachedPawel Jakub Dawidek2005-09-101-5/+5
* Avoid updating resolv.conf when no changes have actually occured.Brooks Davis2005-09-081-0/+10