summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig
Commit message (Expand)AuthorAgeFilesLines
...
* 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-222-2/+4
* 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
* Bump .Dd, replace missing letter, and prefer to use a verb thatdd2004-11-061-5/+3
* For file backed md(4) devices output their source file viapjd2004-11-061-2/+7
* Update the description of -l to reflect reality. After mdconfig.cdd2004-11-061-6/+5
* 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-163-19/+47
* 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
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
* Assorted markup, grammar, and spelling fixes.ru2004-05-171-11/+16
* Fix a long-standing deadlock issue with vnode backed md(4) devices:phk2004-03-102-1/+8
* 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
* 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-112-5/+16
* Add .Xr's to mdmfs(8).dougb2003-04-271-0/+1
* 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-032-2/+10
* 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 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
* Don't use NULL where you really mean 0 to sysctlbyname.imp2002-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
* 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
* Default to WARNS=2.obrien2001-12-041-1/+0
* mdoc(7) police: removed (now gratuitous) .Xo/.Xc brackets.ru2001-08-101-18/+6
* Move all the prototypes to one place.dd2001-08-071-3/+2
* Introduce a force option, MD_FORCE, that instructs the driver todd2001-08-072-0/+9
* Use MD_NAME and MDCTL_NAME constants where appropriate.dd2001-07-181-1/+2
* Remove whitespace at EOL.dd2001-07-151-5/+5
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Constify mdmaybeload(), add a prototype for usage(), and get rid of add2001-06-212-3/+6
* 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
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
OpenPOWER on IntegriCloud