summaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* re-enabled Rev 1.15 (lost during KAME merge at Rev 1.25, due to a KAME bug...)SUZUKI Shinsuke2004-07-261-1/+1
* Give better diagnostic for problems with backing files.Poul-Henning Kamp2004-07-251-0/+4
* Fix potential buffer overflow.Lukas Ertl2004-07-241-2/+2
* Add references to pf(4) and pfctl(8) at the description ofGiorgos Keramidas2004-07-221-2/+7
* Extend versrcreach by checking against the rt_flags for RTF_REJECT andAndre Oppermann2004-07-211-2/+2
* The media info is printed with the -hardware option so there is noHartmut Brandt2004-07-211-1/+1
* 'atmconfig natm show' shows all currently configured PVCs for IP over ATM,Hartmut Brandt2004-07-211-1/+1
* Add special lines for 'help commands'.Hartmut Brandt2004-07-211-4/+7
* Allow more than one help file. There is a restriction thatHartmut Brandt2004-07-211-74/+289
* Allow the help file path and name to be overwritten by cc -D...Hartmut Brandt2004-07-212-1/+9
* The natm sub-command was missing in the TOC of the helpfile.Hartmut Brandt2004-07-201-0/+1
* MFp4: Add two options for gnop(8)'s 'create' command:Pawel Jakub Dawidek2004-07-192-1/+11
* Clarify boot.8 (i386 version) a bit, so that people knowMike Silbersack2004-07-181-2/+10
* `off' is a keyword, not a parameter name.Maxim Konovalov2004-07-181-1/+1
* MFp4: Add 'dump' command to gconcat(8), glabel(8) and gstripe(8) which allowPawel Jakub Dawidek2004-07-186-3/+181
* Mention the vfs.usermount sysctl.Christian Brueffer2004-07-181-0/+4
* Add a reference to glabel(8).Pawel Jakub Dawidek2004-07-141-0/+1
* Give kldunload a -f(orce) argument.Poul-Henning Kamp2004-07-132-2/+13
* Document sysctl variables.Pawel Jakub Dawidek2004-07-133-0/+52
* Those sysctl are used to control GEOM class, not a userland utility.Pawel Jakub Dawidek2004-07-131-4/+6
* Document sysctls variables used by GEOM_STRIPE class.Pawel Jakub Dawidek2004-07-131-0/+37
* Decrease default stripe size to 4k, as we have "FAST" mode turned on byPawel Jakub Dawidek2004-07-092-2/+2
* Remove support for gemdos, John removed it from the driver awhile ago.Tom Rhodes2004-07-081-8/+0
* Slight markup and grammar fixes.Ruslan Ermilov2004-07-075-20/+23
* mdoc(7) fixes.Ruslan Ermilov2004-07-072-2/+4
* Removed redundant and unsafe BINDIR redefinition.Ruslan Ermilov2004-07-071-1/+0