summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig/mdconfig.c
Commit message (Expand)AuthorAgeFilesLines
* Add the possibility to specify "-o force" with "mdconfig -du".trasz2009-01-101-1/+11
* Add -v (verbose) option to -l command, to show size and backing storemarck2008-06-211-6/+12
* Fix exit code when using -l on a non-existent md(4) device.flz2007-11-161-3/+9
* Kris suggested that swap is a better choice as a default than malloc.n_hibma2007-02-201-3/+3
* [Found the original diff I made, see previous commit for other part]n_hibma2007-02-201-2/+13
* Make attach the default for -f. That wayn_hibma2007-02-201-1/+5
* Unbreak the build.jasone2006-03-271-6/+1
* For now, bring back some of the old bits as a fix for specifying md(4)wkoszek2006-03-271-0/+7
* Teach md(4) and mdconfig(8) how to understand XML. Right now there won't bewkoszek2006-03-261-63/+156
* Keep proper order of includes. Additionally, sort them. Make functions usedwkoszek2006-03-261-23/+20
* Use kld(3) for loading geom_md.ko.pjd2006-02-181-20/+3
* Sort the list results by the unit number. The list returned by thedd2005-12-221-3/+13
* Rename GEOM class kernel module g_md.ko to geom_md.ko for consistencypjd2005-11-111-27/+12
* When using files as backing stores for devices, and the user has requested thecsjp2005-08-301-0/+11
* We can specify device size in bytes. Document this in usage.pjd2005-03-011-2/+3
* Document the terabyte "-s" parameter in the usage string.mr2005-02-211-1/+2
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-1/+1
* Allow to specify device size in bytes.pjd2005-01-221-0/+2
* Rewrite piece of code which I committed some time ago that allows topjd2004-12-271-1/+5
* Sync usage() with manpage SYNOPSIS and code.ru2004-11-131-4/+6
* For file backed md(4) devices output their source file viapjd2004-11-061-2/+7
* If there aren't any devices to list, output nothing instead of andd2004-11-061-10/+2
* - Make md(4) 64-bit clean.pjd2004-09-161-16/+41
* add support for documented readonly option...jmg2004-09-081-1/+5
* change the name of the md module, to g_md, introduce a define with thejmg2004-08-091-1/+1
* Give better diagnostic for problems with backing files.phk2004-07-251-0/+4
* Fix a long-standing deadlock issue with vnode backed md(4) devices:phk2004-03-101-1/+5
* Do not compare unsigned int values with ULONG_MAX. The comparison iskan2003-07-111-1/+1
* Add "-n" argument, which causes mdconfig to simply print the unitrwatson2003-06-111-5/+11
* Add a couple of undocumented test options to MD(4) to aid in regressionphk2003-04-091-1/+11
* Give clearer diagnostics on some cases of invalidyar2003-04-011-0/+6
* Add a "-S sectorsize" option to enable Kirk to find a bug :-)phk2003-03-031-2/+7
* Don't use the kern.disks sysctl to find a list of md devices, use thephk2003-01-271-41/+7
* Make sure strsep() gets a nul-terminated string.keramida2002-10-101-1/+2
* Don't use NULL where you really mean 0 to sysctlbyname.imp2002-08-211-1/+1
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* Revert 1.20:mike2002-03-211-2/+0
* Provide a proper error message in mdconfig(8) when a filesystem is toomike2002-03-211-0/+2
* Actually make use of the md_version field of 'struct mdio'. In orderdd2001-12-201-0/+2
* Move all the prototypes to one place.dd2001-08-071-3/+2
* Introduce a force option, MD_FORCE, that instructs the driver todd2001-08-071-0/+4
* Use MD_NAME and MDCTL_NAME constants where appropriate.dd2001-07-181-1/+2
* Constify mdmaybeload(), add a prototype for usage(), and get rid of add2001-06-211-3/+5
* Don't assume the length of MD_NAME is 2.dd2001-06-211-2/+2
* Fail if -s isn't specified for an MD_MALLOC or MD_SWAP disk; thedd2001-06-211-1/+7
* In the absence of explicit ``-t type'' option assume that ``-f file''sobomax2001-03-091-1/+6
* 1) If mdconfig isn't given an action argument, it assumes detach.phk2001-03-091-4/+5
* Remove "autounit" from settable options, it's the default unless youphk2001-02-261-5/+1
* Forgot to remove unneeded "intcmp" function.phk2001-02-251-8/+0
* Make "md" and "mdctl" macroized parameters.phk2001-02-251-10/+124
OpenPOWER on IntegriCloud