aboutsummaryrefslogtreecommitdiff
path: root/sbin/mdconfig
Commit message (Expand)AuthorAgeFilesLines
* Sync with md(4)'s information regarding the swap backend.Remko Lodder2007-11-281-2/+9
* Fix exit code when using -l on a non-existent md(4) device.Florent Thoumie2007-11-161-3/+9
* * Expand the example descriptions, fix mdoc-bugs inGiorgos Keramidas2007-11-111-9/+20
* Instead of hardcoding md10 as the device node in the cd9660 example,Giorgos Keramidas2007-11-091-3/+2
* Add an example which shows how mdconfig(8) can be usedGiorgos Keramidas2007-05-181-1/+7
* Kris suggested that swap is a better choice as a default than malloc.Nick Hibma2007-02-202-4/+4
* [Found the original diff I made, see previous commit for other part]Nick Hibma2007-02-202-4/+23
* Make attach the default for -f. That wayNick Hibma2007-02-202-3/+11
* Make WITHOUT_DYNAMICROOT=foo work again: remember to referencePoul-Henning Kamp2006-04-011-2/+2
* Unbreak the build.Jason Evans2006-03-271-6/+1
* For now, bring back some of the old bits as a fix for specifying md(4)Wojciech A. Koszek2006-03-271-0/+7
* Teach md(4) and mdconfig(8) how to understand XML. Right now there won't beWojciech A. Koszek2006-03-262-65/+158
* Keep proper order of includes. Additionally, sort them. Make functions usedWojciech A. Koszek2006-03-261-23/+20
* Use kld(3) for loading geom_md.ko.Pawel Jakub Dawidek2006-02-181-20/+3
* Sort the list results by the unit number. The list returned by theDima Dorfman2005-12-221-3/+13
* Rename GEOM class kernel module g_md.ko to geom_md.ko for consistencyPawel Jakub Dawidek2005-11-111-27/+12
* When using files as backing stores for devices, and the user has requested theChristian S.J. Peron2005-08-301-0/+11
* We can specify device size in bytes. Document this in usage.Pawel Jakub Dawidek2005-03-011-2/+3
* Document the terabyte "-s" parameter in the usage string.Michael Reifenberger2005-02-211-1/+2
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-1/+1
* Allow to specify device size in bytes.Pawel Jakub Dawidek2005-01-222-2/+4
* Rewrite piece of code which I committed some time ago that allows toPawel Jakub Dawidek2004-12-271-1/+5
* Sync usage() with manpage SYNOPSIS and code.Ruslan Ermilov2004-11-131-4/+6
* Bump .Dd, replace missing letter, and prefer to use a verb thatDima Dorfman2004-11-061-5/+3
* For file backed md(4) devices output their source file viaPawel Jakub Dawidek2004-11-061-2/+7
* Update the description of -l to reflect reality. After mdconfig.cDima Dorfman2004-11-061-6/+5
* If there aren't any devices to list, output nothing instead of anDima Dorfman2004-11-061-10/+2
* - Make md(4) 64-bit clean.Pawel Jakub Dawidek2004-09-163-19/+47
* add support for documented readonly option...John-Mark Gurney2004-09-081-1/+5
* change the name of the md module, to g_md, introduce a define with theJohn-Mark Gurney2004-08-091-1/+1
* Give better diagnostic for problems with backing files.Poul-Henning Kamp2004-07-251-0/+4
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-05-171-11/+16
* Fix a long-standing deadlock issue with vnode backed md(4) devices:Poul-Henning Kamp2004-03-102-1/+8
* 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
* 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