summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* First there was an -m option.ru2004-11-061-3/+0
* For file backed md(4) devices output their source file viapjd2004-11-061-2/+7
* Remove a useless use of cat, strip overzealous punctuation, anddd2004-11-061-16/+16
* Parse file mode with setmode(3) for consistency with other programsdd2004-11-062-12/+9
* Update the description of -l to reflect reality. After mdconfig.cdd2004-11-061-6/+5
* If there aren't any devices to list, output nothing instead of andd2004-11-061-10/+2
* Note that sysctls documentation is missing.pjd2004-11-052-0/+4
* Grammatical and spelling improvements.ceri2004-11-047-64/+65
* Ups! Forgot to put "sbin" on the commit line:phk2004-11-047-7679/+0
* Fix markup: .Dv -> .Vabms2004-11-041-2/+2
* Document the fact that blackhole routes normally need to be boundbms2004-11-041-0/+10
* Be more clear that "bridged" is a synonym for "layer2".ceri2004-11-031-1/+2
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarru2004-11-031-1/+2
* Remove extra 's'.pjd2004-11-031-2/+2
* Be more correct.pjd2004-11-031-2/+2
* Remove one more redundant 'not'.pjd2004-11-031-1/+1
* Remove redundant 'not'.pjd2004-11-011-1/+1
* Replace link to nonexistent raid(4) with one to geom(8). I don't likedd2004-10-311-2/+1
* Remove the -k option to migrate. The option causes gpt(8) to preservemarcel2004-10-312-39/+25
* Remove useless inclusion of <sys/disklabel.h>marcel2004-10-252-2/+0
* Declare variables as static, like I intended.marcel2004-10-254-4/+4
* Fix bogon. Create the BSD label in the FreeBSD slice.marcel2004-10-251-1/+1
* Catch up with the BSD label changes. The partition offsets are relativemarcel2004-10-251-3/+20
* Build gpt(8) on all platforms.marcel2004-10-251-5/+1
* Add byte swapping and UUID encoding/decoding to allow gpt to be compiledmarcel2004-10-259-140/+192
* For variables that are only checked with defined(), don't provideru2004-10-2410-12/+12
* Fixed misspelling of DPADD.ru2004-10-241-2/+2
* Merged from src/sbin/fdisk/fdisk.c revision 1.75.nyan2004-10-241-1/+1
* Use %zu to format size_t instead of %jd and an intmax_t cast.des2004-10-231-6/+5
* Stop amd64 warnings.phk2004-10-231-3/+4
* Refuse to unload the ipdivert module unless the 'force' flag is given to kldu...andre2004-10-221-4/+4
* Explicitly break out NETA license from Berkeley license to clearlyrwatson2004-10-201-0/+21
* Don't prepend "/dev" if an argument given is an absolute pathname.ru2004-10-201-1/+1
* Print a usage message if a non-option is specified.schweikh2004-10-131-1/+2
* The got_siginfo = 0 should have been got_sigalarm=0 to match the otherimp2004-10-101-1/+1
* Add a note to the man page warning users about possible lock ordercsjp2004-10-091-0/+10
* Make fsck WARNS=2 clean.le2004-10-092-17/+17
* 3 important fixes for growfs:scottl2004-10-091-22/+42
* Eliminate linked list used to track inodes with an initial linktruckman2004-10-0810-60/+43
* Only print progress statistics once per second.phk2004-10-081-9/+16
* Reference altq(4) instead of pf.conf(5).green2004-10-081-2/+2
* Commit forgotten documentation for "diverted" rules.green2004-10-081-1/+2
* Promote mediasize and physmem to uintmax_t when comparing them.des2004-10-041-1/+1
* Whitespace nit.des2004-10-031-1/+0
* dumpon builds cleanly at WARNS level 6.des2004-10-031-1/+1
* Verify that the specified device is at least as large as hw.physmem.des2004-10-032-20/+52
* Wrap some long lines (no content changes)des2004-10-031-6/+6
* Don't add integers to void pointers.stefanf2004-10-031-2/+4
* Remove blindly-copied extra include path.green2004-10-031-1/+0
* Remove -I from CFLAGS. This splipped in with the 3.5 import (as I wasmlaier2004-10-031-1/+0
OpenPOWER on IntegriCloud