aboutsummaryrefslogtreecommitdiff
path: root/sbin/mdconfig/mdconfig.8
Commit message (Expand)AuthorAgeFilesLines
* Fix a long-standing deadlock issue with vnode backed md(4) devices:Poul-Henning Kamp2004-03-101-0/+3
* s/bytes/byte/Poul-Henning Kamp2004-02-191-1/+1
* Note that geometry can also be specified on vnode backed deviecs.Poul-Henning Kamp2004-01-121-1/+1
* Warn that big malloc disks are a panic(8) implementation.Poul-Henning Kamp2004-01-021-0/+5
* Add a full example of a file-backed disk creation, I used the Handbook'sMarc Fonvieille2003-10-111-0/+9
* s/disklabel/bsdlabel where needed.Marc Fonvieille2003-10-111-1/+1
* Document the -x and -y options.Poul-Henning Kamp2003-09-211-0/+14
* Add "-n" argument, which causes mdconfig to simply print the unitRobert Watson2003-06-111-0/+5
* Add .Xr's to mdmfs(8).Doug Barton2003-04-271-0/+1
* Add a "-S sectorsize" option to enable Kirk to find a bug :-)Poul-Henning Kamp2003-03-031-0/+3
* 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
* 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
* mdoc(7) police: removed (now gratuitous) .Xo/.Xc brackets.Ruslan Ermilov2001-08-101-18/+6
* Introduce a force option, MD_FORCE, that instructs the driver toDima Dorfman2001-08-071-0/+5
* 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
* mdoc(7) police: add a missing An call.Ruslan Ermilov2001-03-121-1/+2
* Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8)Poul-Henning Kamp2001-03-091-0/+15
* Remove "autounit" from settable options, it's the default unless youPoul-Henning Kamp2001-02-261-7/+2
* Make "md" and "mdctl" macroized parameters.Poul-Henning Kamp2001-02-251-0/+10
* Duh, the version of mdconfig.c I committed came from the wrong machine.Poul-Henning Kamp2001-01-281-19/+0
* 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-011-2/+17
* Improve cmdline parsing and messages.Poul-Henning Kamp2000-12-311-0/+145