aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* -mdoc sweep.Ruslan Ermilov2005-11-1814-93/+100
* Do not install boot_i386.8 on all architectures.Ruslan Ermilov2005-11-171-1/+3
* Do not pass noauto to nmount() or external mount program.Craig Rodrigues2005-11-161-1/+10
* In build_iovec(), if passed in len is -1, check to see ifCraig Rodrigues2005-11-141-3/+6
* o Style: restore tab indentation mangled in the previous delta.Maxim Konovalov2005-11-141-5/+5
* Reuse delete_and_clear() template helper.Alexander Nedotsukov2005-11-141-5/+1
* Increase WARNS level to 6.Craig Rodrigues2005-11-131-1/+1
* Convert mount_msdosfs to use nmount().Craig Rodrigues2005-11-131-98/+76
* Increase WARNS level to 6.Craig Rodrigues2005-11-131-0/+1
* Changes to reflect that size_t parameter to build_iovec() is a size_t.Craig Rodrigues2005-11-131-3/+4
* Increase WARNS level to 6Craig Rodrigues2005-11-131-1/+1
* Convert mount_cd9660 to use nmount().Craig Rodrigues2005-11-131-46/+53
* - Make size parameter to build_iovec() a size_t, not an intCraig Rodrigues2005-11-133-8/+31
* - Minor fixes to raise WARNS level to 6.Craig Rodrigues2005-11-125-52/+223
* Document -32 flag in usage() output as well.John Baldwin2005-11-111-1/+1
* Document the -32 switch available on amd64.John Baldwin2005-11-111-0/+4
* Rename GEOM class kernel module g_md.ko to geom_md.ko for consistencyPawel Jakub Dawidek2005-11-111-27/+12
* Fix malloc size (visible on amd64, with "kldconfig -r").Ruslan Ermilov2005-11-071-1/+1
* 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