summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Forgot to commit those: introduce hardcoded provider functionality,pjd2004-08-101-14/+31
* New ipfw option "antispoof":andre2004-08-092-3/+49
* The multiplier prefix is actually a multiplier suffix.des2004-08-091-1/+1
* - Introduce option for hardcoding providers' names into metadata.pjd2004-08-094-41/+79
* change the name of the md module, to g_md, introduce a define with thejmg2004-08-091-1/+1
* Fix long standing mediaopt setting bugs seen on sparc64. Thoughyongari2004-08-091-6/+12
* Use fallthrough to simplify the multiplier logic; optimistically adddes2004-08-081-9/+14
* Fix some whitespace issues, and move a curly brace out of an #ifdef todes2004-08-081-13/+14
* Due to popular demand, hook up geom_vinum to the build.le2004-08-071-0/+1
* Document the remove command.marcel2004-08-071-1/+37
* Implement a remove command. The remove command iterates the GPTmarcel2004-08-075-3/+217
* Use __FBSDID.marcel2004-08-077-14/+21
* o Save the partition number (=index) in the internal map. The indexmarcel2004-08-076-34/+75
* Add and document kern.geom.stripe.fast_failed sysctl, which shows howpjd2004-08-061-0/+7
* Now that we have gcc 3.4, we can flip ia64 to using a dynamically linkedgordon2004-08-061-1/+1
* Allow 'create <filename>'.le2004-08-041-26/+35
* Add Linux swap partition and MS reserved partition descriptions.marcel2004-08-021-19/+27
* What's in a name: s/disklabel/bsdlabel/marcel2004-08-021-1/+1
* Don't use version number in library name. The library version is checkedpjd2004-08-024-6/+3
* - Signal handlers must have an int argument.stefanf2004-08-022-16/+14
* After changing LIBDIR to SHLIBDIR, because of dependencies problems,pjd2004-08-014-6/+8
* Use SHLIBDIR instead of LIBDIR. This should fix buildworld breakage.pjd2004-07-311-2/+1
* Add '-p' option for 'insert' command which allows to specify prioritypjd2004-07-311-1/+3
* Connect GEOM_MIRROR class to the build.pjd2004-07-301-0/+1
* Add GEOM_MIRROR class which provide RAID1 functionality and has many usefulpjd2004-07-302-0/+419
* - Add '-S' option, which allow to specify sector size for transparentpjd2004-07-302-1/+6
* Fix typo.pjd2004-07-301-1/+1
* Make lookup_host function invocation parameter match its prototype.kan2004-07-291-1/+2
* Catch up with recent gcc changes and introduce a DIP_SET macrole2004-07-292-3/+9
* No need to include if_var.h.harti2004-07-281-1/+0
* Get rid of several unneeded includes (if.h, if_var.h, if_mib.h).harti2004-07-281-3/+0
* Downgrade WARNS level until GCC 3.4.2 warning are fixed.kan2004-07-282-1/+2
* Avoid casts as lvalues.kan2004-07-282-4/+11
* Downgrade WARNS level until GCC 3.4.2 warning have been fixed.kan2004-07-281-1/+1
* Bump the date, .Dd, since the document content has been changedyar2004-07-271-1/+1
* Improve geom(8)'s 'list' command to show geoms and their providers andpjd2004-07-264-50/+75
* Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>.pjd2004-07-261-2/+2
* Change naming scheme from /dev/<name>.concat to /dev/concat/<name>.pjd2004-07-261-2/+2
* Assign the result of getopt() to an int rather than to a char (which isstefanf2004-07-261-1/+1
* Add two knobs to ifconfig(8), `vlanmtu' and `vlanhwtag',yar2004-07-262-0/+17
* re-enabled Rev 1.15 (lost during KAME merge at Rev 1.25, due to a KAME bug...)suz2004-07-261-1/+1
* Give better diagnostic for problems with backing files.phk2004-07-251-0/+4
* Fix potential buffer overflow.le2004-07-241-2/+2
* Add references to pf(4) and pfctl(8) at the description ofkeramida2004-07-221-2/+7
* Extend versrcreach by checking against the rt_flags for RTF_REJECT andandre2004-07-211-2/+2
* The media info is printed with the -hardware option so there is noharti2004-07-211-1/+1
* 'atmconfig natm show' shows all currently configured PVCs for IP over ATM,harti2004-07-211-1/+1
* Add special lines for 'help commands'.harti2004-07-211-4/+7
* Allow more than one help file. There is a restriction thatharti2004-07-211-74/+289
* Allow the help file path and name to be overwritten by cc -D...harti2004-07-212-1/+9
OpenPOWER on IntegriCloud