summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig/mdconfig.8
Commit message (Expand)AuthorAgeFilesLines
* Fix a long-standing deadlock issue with vnode backed md(4) devices:phk2004-03-101-0/+3
* s/bytes/byte/phk2004-02-191-1/+1
* Note that geometry can also be specified on vnode backed deviecs.phk2004-01-121-1/+1
* Warn that big malloc disks are a panic(8) implementation.phk2004-01-021-0/+5
* Add a full example of a file-backed disk creation, I used the Handbook'sblackend2003-10-111-0/+9
* s/disklabel/bsdlabel where needed.blackend2003-10-111-1/+1
* Document the -x and -y options.phk2003-09-211-0/+14
* Add "-n" argument, which causes mdconfig to simply print the unitrwatson2003-06-111-0/+5
* Add .Xr's to mdmfs(8).dougb2003-04-271-0/+1
* Add a "-S sectorsize" option to enable Kirk to find a bug :-)phk2003-03-031-0/+3
* Don't show disklabel in the examples, it is not necessary.phk2002-09-261-3/+2
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-1/+1
* Replace extra call to "tunefs" with the equivalent of "newfs -U".rse2002-07-151-2/+1
* The .Nm utilitycharnier2002-07-061-3/+3
* mdoc(7) police: removed (now gratuitous) .Xo/.Xc brackets.ru2001-08-101-18/+6
* Introduce a force option, MD_FORCE, that instructs the driver todd2001-08-071-0/+5
* Remove whitespace at EOL.dd2001-07-151-5/+5
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: add a missing An call.ru2001-03-121-1/+2
* Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8)phk2001-03-091-0/+15
* Remove "autounit" from settable options, it's the default unless youphk2001-02-261-7/+2
* Make "md" and "mdctl" macroized parameters.phk2001-02-251-0/+10
* Duh, the version of mdconfig.c I committed came from the wrong machine.phk2001-01-281-19/+0
* Don't specify fragment size, it autosizes from the sectorsize.phk2001-01-281-1/+2
* Mdoc(7)ify.ru2001-01-101-36/+66
* Add padding space and a version number to the md_ioctl structre for futurephk2001-01-011-2/+17
* Improve cmdline parsing and messages.phk2000-12-311-0/+145
OpenPOWER on IntegriCloud