summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig/mdconfig.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make md/mdconfig do kld.phk2001-02-241-0/+36
* Strip optional prefixes "/dev/" and "md" from the -u argument.phk2001-01-311-0/+5
* Duh, the version of mdconfig.c I committed came from the wrong machine.phk2001-01-281-1/+1
* Add padding space and a version number to the md_ioctl structre for futurephk2001-01-011-1/+1
* This is the first snapshot of the new all-singing-and-dancing md(4).phk2000-12-311-6/+13
* Improve cmdline parsing and messages.phk2000-12-311-19/+64
* Preliminary scaffolding for the new integrated vn+md device driver.phk2000-12-281-0/+101
OpenPOWER on IntegriCloud