aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Add -m option (find module using modfind() and stat it).Max Khon2005-05-042-5/+31
* Update ifconfig's pfsync module for 3.7 pfsync(4)Max Laier2005-05-031-14/+80
* Adapt Makefiles for pfctl(8) and authpf(8) to 3.7 sources.Max Laier2005-05-031-0/+1
* Cleanups for gcc4:Xin LI2005-05-023-4/+3
* WARNS=6 and gcc4 cleanup:Xin LI2005-05-021-15/+15
* include stdarg.h for va_listXin LI2005-05-021-0/+1
* Make gcc4 happy by making consistent signedness.Xin LI2005-05-021-1/+1
* - Merged some missing changes from fdisk/fdisk.c.Yoshihiro Takahashi2005-05-012-434/+39
* cosmetic changes.Yoshihiro Takahashi2005-05-011-17/+15
* Merged more changes from fdisk/fdisk.c.Yoshihiro Takahashi2005-05-011-26/+7
* Use NDOSPART macro instead of a magic number.Yoshihiro Takahashi2005-05-011-2/+2
* Merged from src/sbin/fdisk/fdisk.c revision 1.77.Yoshihiro Takahashi2005-05-011-2/+2
* If we resort to opening a slice instead of the base device, do so withPoul-Henning Kamp2005-04-291-1/+1
* Remove trailing spaces.Pawel Jakub Dawidek2005-04-291-1/+1
* Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanupDarren Reed2005-04-288-38/+4
* Fix a the previous commit. I wanted to remove the if and always run theBrooks Davis2005-04-261-0/+1
* Don't force IPv6 proto to be printed numericaly.Brooks Davis2005-04-261-2/+0
* Not looking for ipfilter source files in the right placeDarren Reed2005-04-261-1/+1
* Fix stripe size in example.Pawel Jakub Dawidek2005-04-261-1/+1
* remove old directories used to build ipfilter toolsDarren Reed2005-04-254-69/+0
* There's only one ipfilter directory nowDarren Reed2005-04-251-8/+0
* create a new build heirarchy for ipfilter toolsDarren Reed2005-04-2514-16/+418
* - distinguish between the device name (what the user called it on theDag-Erling Smørgrav2005-04-245-17/+45
* Remove duplicated description of 'clear' subcommand.Pawel Jakub Dawidek2005-04-231-2/+0
* Use .Pa instead of .Xr to follow mdoc(7)Jesus R. Camou2005-04-201-2/+2
* Add IPv6 support to IPFW and Dummynet.Brooks Davis2005-04-182-65/+820
* 'r' disk devices no longer exist, so don't try to create a pathnameWarner Losh2005-04-181-20/+10
* Fix parsing of nomatch events.Warner Losh2005-04-181-3/+6
* Document 'clear' and 'dump' subcommands.Pawel Jakub Dawidek2005-04-151-0/+11
* Remove dead code.Jim Rees2005-04-141-6/+0
* Show descriptions for type CTLTYPE_NODES.Matthew N. Dodd2005-04-131-0/+5
* Zero buffers. Seatbelt against sysctl(3) returning non-NUL terminatedMatthew N. Dodd2005-04-131-0/+2
* ISO C does not allow unnamed union members.Stefan Farfeleder2005-04-082-6/+6
* Fix typo in comment.Stefan Farfeleder2005-04-081-1/+1
* Grammatical improvement.Ceri Davies2005-04-081-1/+1
* When accessing the sysctl vfs.nfs.iodmax, don't report errors as beingBrooks Davis2005-04-071-1/+1
* Allow classes to specify local source files.Pawel Jakub Dawidek2005-04-071-2/+2
* Empty error buffer is not an error.Pawel Jakub Dawidek2005-04-071-1/+1
* Document the configuration files used.Jesus R. Camou2005-04-051-0/+3
* Be more specific when complaining about bit masks.Brooks Davis2005-04-051-2/+2
* Remove debug from last commitWarner Losh2005-04-031-2/+0
* /*-Warner Losh2005-04-031-1/+1
* Don't define FS_DEBUG by default, as this causes growfs to write debuggingRobert Watson2005-03-311-1/+0
* Don't default to '/var/tmp/ffsinfo' for the output of ffsinfo(8), sinceRobert Watson2005-03-312-8/+8
* Fix grammar error caused by my previous edit.Joerg Wunsch2005-03-301-2/+2
* This is the much rumoured ATA mkIII update that I've been working on.Søren Schmidt2005-03-301-14/+34
* Support VTOC volume names. This can be useful to distinguish multipleJoerg Wunsch2005-03-302-6/+59
* Initialize iovlen variable to 0 before passing it by reference to theAlexander Kabaev2005-03-281-0/+1
* Add "report only" functionality to 'camcontrol format', so users can get aKenneth D. Merry2005-03-262-5/+20
* When executing mount_foo, pass "mount_foo" as argv[0] instead of "foo".Colin Percival2005-03-261-2/+4