aboutsummaryrefslogtreecommitdiff
path: root/sbin/mdconfig
Commit message (Expand)AuthorAgeFilesLines
* Do not compare unsigned int values with ULONG_MAX. The comparison isAlexander Kabaev2003-07-111-1/+1
* Add "-n" argument, which causes mdconfig to simply print the unitRobert Watson2003-06-112-5/+16
* Add .Xr's to mdmfs(8).Doug Barton2003-04-271-0/+1
* Add a couple of undocumented test options to MD(4) to aid in regressionPoul-Henning Kamp2003-04-091-1/+11
* Give clearer diagnostics on some cases of invalidYaroslav Tykhiy2003-04-011-0/+6
* Add a "-S sectorsize" option to enable Kirk to find a bug :-)Poul-Henning Kamp2003-03-032-2/+10
* Don't use the kern.disks sysctl to find a list of md devices, use thePoul-Henning Kamp2003-01-271-41/+7
* Make sure strsep() gets a nul-terminated string.Giorgos Keramidas2002-10-101-1/+2
* Don't show disklabel in the examples, it is not necessary.Poul-Henning Kamp2002-09-261-3/+2
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-1/+1
* Don't use NULL where you really mean 0 to sysctlbyname.Warner Losh2002-08-211-1/+1
* Replace extra call to "tunefs" with the equivalent of "newfs -U".Ralf S. Engelschall2002-07-151-2/+1
* The .Nm utilityPhilippe Charnier2002-07-061-3/+3
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* Revert 1.20:Mike Barcroft2002-03-211-2/+0
* Provide a proper error message in mdconfig(8) when a filesystem is tooMike Barcroft2002-03-211-0/+2
* Actually make use of the md_version field of 'struct mdio'. In orderDima Dorfman2001-12-201-0/+2
* Default to WARNS=2.David E. O'Brien2001-12-041-1/+0
* mdoc(7) police: removed (now gratuitous) .Xo/.Xc brackets.Ruslan Ermilov2001-08-101-18/+6
* Move all the prototypes to one place.Dima Dorfman2001-08-071-3/+2
* Introduce a force option, MD_FORCE, that instructs the driver toDima Dorfman2001-08-072-0/+9
* Use MD_NAME and MDCTL_NAME constants where appropriate.Dima Dorfman2001-07-181-1/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-151-5/+5
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Constify mdmaybeload(), add a prototype for usage(), and get rid of aDima Dorfman2001-06-212-3/+6
* Don't assume the length of MD_NAME is 2.Dima Dorfman2001-06-211-2/+2
* Fail if -s isn't specified for an MD_MALLOC or MD_SWAP disk; theDima Dorfman2001-06-211-1/+7
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* mdoc(7) police: add a missing An call.Ruslan Ermilov2001-03-121-1/+2
* In the absence of explicit ``-t type'' option assume that ``-f file''Maxim Sobolev2001-03-091-1/+6
* Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8)Poul-Henning Kamp2001-03-092-2/+16
* 1) If mdconfig isn't given an action argument, it assumes detach.Poul-Henning Kamp2001-03-091-4/+5
* Remove "autounit" from settable options, it's the default unless youPoul-Henning Kamp2001-02-262-12/+3
* Forgot to remove unneeded "intcmp" function.Poul-Henning Kamp2001-02-251-8/+0
* Make "md" and "mdctl" macroized parameters.Poul-Henning Kamp2001-02-252-10/+134
* Make md/mdconfig do kld.Poul-Henning Kamp2001-02-241-0/+36
* Strip optional prefixes "/dev/" and "md" from the -u argument.Poul-Henning Kamp2001-01-311-0/+5
* Duh, the version of mdconfig.c I committed came from the wrong machine.Poul-Henning Kamp2001-01-282-20/+1
* Don't specify fragment size, it autosizes from the sectorsize.Poul-Henning Kamp2001-01-281-1/+2
* Mdoc(7)ify.Ruslan Ermilov2001-01-101-36/+66
* Add padding space and a version number to the md_ioctl structre for futurePoul-Henning Kamp2001-01-012-3/+18
* This is the first snapshot of the new all-singing-and-dancing md(4).Poul-Henning Kamp2000-12-311-6/+13
* Improve cmdline parsing and messages.Poul-Henning Kamp2000-12-313-21/+210
* Preliminary scaffolding for the new integrated vn+md device driver.Poul-Henning Kamp2000-12-282-0/+110