aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Use a local "compress" symbol corresponding to a variable in BSS,Ruslan Ermilov2004-08-161-2/+2
* Connect RAID3 GEOM class to the build.Pawel Jakub Dawidek2004-08-161-0/+1
* Introduce GEOM RAID3 class, i.e. kernel module, which implements RAID3Pawel Jakub Dawidek2004-08-162-0/+351
* Avoid using void pointers in additive expressions.Stefan Farfeleder2004-08-142-3/+3
* Don't declare everything we find on a loopback interface for passive:Poul-Henning Kamp2004-08-141-3/+9
* Removed commented out bitrot.Ruslan Ermilov2004-08-132-2/+0
* Remove trailing whitespace and change "prisoniD" to "prisonID".Christian S.J. Peron2004-08-131-2/+2
* Add the ability to associate ipfw rules with a specific prison ID.Christian S.J. Peron2004-08-122-0/+26
* The geom(8) utility needs dynamic linker functionality to work, so it can'tPawel Jakub Dawidek2004-08-121-0/+2
* Add support for the examination and modification of the devices.Hartmut Brandt2004-08-129-8/+817
* Forgot to commit those: introduce hardcoded provider functionality,Pawel Jakub Dawidek2004-08-101-14/+31
* New ipfw option "antispoof":Andre Oppermann2004-08-092-3/+49
* The multiplier prefix is actually a multiplier suffix.Dag-Erling Smørgrav2004-08-091-1/+1
* - Introduce option for hardcoding providers' names into metadata.Pawel Jakub Dawidek2004-08-094-41/+79
* change the name of the md module, to g_md, introduce a define with theJohn-Mark Gurney2004-08-091-1/+1
* Fix long standing mediaopt setting bugs seen on sparc64. ThoughPyun YongHyeon2004-08-091-6/+12
* Use fallthrough to simplify the multiplier logic; optimistically addDag-Erling Smørgrav2004-08-081-9/+14
* Fix some whitespace issues, and move a curly brace out of an #ifdef toDag-Erling Smørgrav2004-08-081-13/+14
* Due to popular demand, hook up geom_vinum to the build.Lukas Ertl2004-08-071-0/+1
* Document the remove command.Marcel Moolenaar2004-08-071-1/+37
* Implement a remove command. The remove command iterates the GPTMarcel Moolenaar2004-08-075-3/+217
* Use __FBSDID.Marcel Moolenaar2004-08-077-14/+21
* o Save the partition number (=index) in the internal map. The indexMarcel Moolenaar2004-08-076-34/+75
* Add and document kern.geom.stripe.fast_failed sysctl, which shows howPawel Jakub Dawidek2004-08-061-0/+7
* Now that we have gcc 3.4, we can flip ia64 to using a dynamically linkedGordon Tetlow2004-08-061-1/+1
* Allow 'create <filename>'.Lukas Ertl2004-08-041-26/+35
* Add Linux swap partition and MS reserved partition descriptions.Marcel Moolenaar2004-08-021-19/+27
* What's in a name: s/disklabel/bsdlabel/Marcel Moolenaar2004-08-021-1/+1
* Don't use version number in library name. The library version is checkedPawel Jakub Dawidek2004-08-024-6/+3
* - Signal handlers must have an int argument.Stefan Farfeleder2004-08-022-16/+14
* After changing LIBDIR to SHLIBDIR, because of dependencies problems,Pawel Jakub Dawidek2004-08-014-6/+8
* Use SHLIBDIR instead of LIBDIR. This should fix buildworld breakage.Pawel Jakub Dawidek2004-07-311-2/+1
* Add '-p' option for 'insert' command which allows to specify priorityPawel Jakub Dawidek2004-07-311-1/+3
* Connect GEOM_MIRROR class to the build.Pawel Jakub Dawidek2004-07-301-0/+1
* Add GEOM_MIRROR class which provide RAID1 functionality and has many usefulPawel Jakub Dawidek2004-07-302-0/+419
* - Add '-S' option, which allow to specify sector size for transparentPawel Jakub Dawidek2004-07-302-1/+6
* Fix typo.Pawel Jakub Dawidek2004-07-301-1/+1
* Make lookup_host function invocation parameter match its prototype.Alexander Kabaev2004-07-291-1/+2
* Catch up with recent gcc changes and introduce a DIP_SET macroLukas Ertl2004-07-292-3/+9
* No need to include if_var.h.Hartmut Brandt2004-07-281-1/+0
* Get rid of several unneeded includes (if.h, if_var.h, if_mib.h).Hartmut Brandt2004-07-281-3/+0
* Downgrade WARNS level until GCC 3.4.2 warning are fixed.Alexander Kabaev2004-07-282-1/+2
* Avoid casts as lvalues.Alexander Kabaev2004-07-282-4/+11
* Downgrade WARNS level until GCC 3.4.2 warning have been fixed.Alexander Kabaev2004-07-281-1/+1
* Bump the date, .Dd, since the document content has been changedYaroslav Tykhiy2004-07-271-1/+1
* Improve geom(8)'s 'list' command to show geoms and their providers andPawel Jakub Dawidek2004-07-264-50/+75
* Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>.Pawel Jakub Dawidek2004-07-261-2/+2
* Change naming scheme from /dev/<name>.concat to /dev/concat/<name>.Pawel Jakub Dawidek2004-07-261-2/+2
* Assign the result of getopt() to an int rather than to a char (which isStefan Farfeleder2004-07-261-1/+1
* Add two knobs to ifconfig(8), `vlanmtu' and `vlanhwtag',Yaroslav Tykhiy2004-07-262-0/+17