aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Sync usage() and SYNOPSIS.Ruslan Ermilov2004-11-132-2/+3
* Sync usage() with manpage SYNOPSIS and code.Ruslan Ermilov2004-11-131-4/+6
* For create and migrate, remove the `.Op Fl f' introduced in theMarcel Moolenaar2004-11-131-4/+2
* Add an -f option (for force) to the migrate command. Normally an MBRMarcel Moolenaar2004-11-132-5/+21
* Add an -f option (for force) to the create command. The -f optionMarcel Moolenaar2004-11-132-6/+25
* Reflect the cuaa->cuad namechange in documentation.Philip Paeps2004-11-132-2/+2
* Fix a braino: the partition size in the PMBR is in sectors, not bytesMarcel Moolenaar2004-11-122-8/+8
* Help Tinderbox and remove mount_autofsMark Murray2004-11-101-1/+0
* Add 0xbf as new partition id for Solaris.Poul-Henning Kamp2004-11-101-0/+1
* Bump .Dd, replace missing letter, and prefer to use a verb thatDima Dorfman2004-11-061-5/+3
* First there was an -m option.Ruslan Ermilov2004-11-061-3/+0
* For file backed md(4) devices output their source file viaPawel Jakub Dawidek2004-11-061-2/+7
* Remove a useless use of cat, strip overzealous punctuation, andDima Dorfman2004-11-061-16/+16
* Parse file mode with setmode(3) for consistency with other programsDima Dorfman2004-11-062-12/+9
* Update the description of -l to reflect reality. After mdconfig.cDima Dorfman2004-11-061-6/+5
* If there aren't any devices to list, output nothing instead of anDima Dorfman2004-11-061-10/+2
* Note that sysctls documentation is missing.Pawel Jakub Dawidek2004-11-052-0/+4
* Grammatical and spelling improvements.Ceri Davies2004-11-047-64/+65
* Ups! Forgot to put "sbin" on the commit line:Poul-Henning Kamp2004-11-047-7679/+0
* Fix markup: .Dv -> .VaBruce M Simpson2004-11-041-2/+2
* Document the fact that blackhole routes normally need to be boundBruce M Simpson2004-11-041-0/+10
* Be more clear that "bridged" is a synonym for "layer2".Ceri Davies2004-11-031-1/+2
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-031-1/+2
* Remove extra 's'.Pawel Jakub Dawidek2004-11-031-2/+2
* Be more correct.Pawel Jakub Dawidek2004-11-031-2/+2
* Remove one more redundant 'not'.Pawel Jakub Dawidek2004-11-031-1/+1
* Remove redundant 'not'.Pawel Jakub Dawidek2004-11-011-1/+1
* Replace link to nonexistent raid(4) with one to geom(8). I don't likeDima Dorfman2004-10-311-2/+1
* Remove the -k option to migrate. The option causes gpt(8) to preserveMarcel Moolenaar2004-10-312-39/+25
* Remove useless inclusion of <sys/disklabel.h>Marcel Moolenaar2004-10-252-2/+0
* Declare variables as static, like I intended.Marcel Moolenaar2004-10-254-4/+4
* Fix bogon. Create the BSD label in the FreeBSD slice.Marcel Moolenaar2004-10-251-1/+1
* Catch up with the BSD label changes. The partition offsets are relativeMarcel Moolenaar2004-10-251-3/+20
* Build gpt(8) on all platforms.Marcel Moolenaar2004-10-251-5/+1
* Add byte swapping and UUID encoding/decoding to allow gpt to be compiledMarcel Moolenaar2004-10-259-140/+192
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-2410-12/+12
* Fixed misspelling of DPADD.Ruslan Ermilov2004-10-241-2/+2
* Merged from src/sbin/fdisk/fdisk.c revision 1.75.Yoshihiro Takahashi2004-10-241-1/+1
* Use %zu to format size_t instead of %jd and an intmax_t cast.Dag-Erling Smørgrav2004-10-231-6/+5
* Stop amd64 warnings.Poul-Henning Kamp2004-10-231-3/+4
* Refuse to unload the ipdivert module unless the 'force' flag is given to kldu...Andre Oppermann2004-10-221-4/+4
* Explicitly break out NETA license from Berkeley license to clearlyRobert Watson2004-10-201-0/+21
* Don't prepend "/dev" if an argument given is an absolute pathname.Ruslan Ermilov2004-10-201-1/+1
* Print a usage message if a non-option is specified.Jens Schweikhardt2004-10-131-1/+2
* The got_siginfo = 0 should have been got_sigalarm=0 to match the otherWarner Losh2004-10-101-1/+1
* Add a note to the man page warning users about possible lock orderChristian S.J. Peron2004-10-091-0/+10
* Make fsck WARNS=2 clean.Lukas Ertl2004-10-092-17/+17
* 3 important fixes for growfs:Scott Long2004-10-091-22/+42
* Eliminate linked list used to track inodes with an initial linkDon Lewis2004-10-0810-60/+43
* Only print progress statistics once per second.Poul-Henning Kamp2004-10-081-9/+16