summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support to IPFW for matching by TCP data length.green2004-10-032-0/+29
* Add the documentation for IPFW's diverted(-loopback|-output) matches.green2004-10-031-0/+8
* Add support to IPFW for classification based on "diverted" statusgreen2004-10-031-0/+35
* Remove accidentally-added O_DIVERTED section.green2004-10-031-17/+0
* Add to IPFW the ability to do ALTQ classification/tagging.green2004-10-033-33/+258
* Fix a deadlock in ggatel(8) simlar to one which was fixed some timepjd2004-10-021-1/+1
* Fixed desctiptions of some options:ru2004-09-301-18/+6
* FreeBSD has full support for multiple consoles since 2001.ru2004-09-301-7/+1
* o Store timestamp in network byte order.maxim2004-09-301-4/+15
* This is a small tool which will read an entire disk(partition) usingphk2004-09-282-0/+149
* Turns out that revision 1.52 was a bad idea. It broke the longimp2004-09-281-1/+1
* Embellish the man page after trying to migrate to gstripe from ccd(4).obrien2004-09-261-4/+27
* Don't allow to specify wrong stripe size.pjd2004-09-261-1/+11
* Sort the SEE ALSO list correctly. Update the document date.brooks2004-09-231-2/+2
* Refrence bsdlabel.8 and bsdlabel.5 rather then the obsolete disklabel.8brooks2004-09-231-3/+3
* Since "d" is an array of 32 bit values, it is morecsjp2004-09-211-1/+1
* Prepare for 5.x soon becoming -STABLE.ru2004-09-191-8/+8
* Fix '-s' option for large disks and fix printing maximum file system size.pjd2004-09-191-4/+7
* Document '-p' flag for 'insert' command correct.pjd2004-09-181-3/+4
OpenPOWER on IntegriCloud