summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig/mdconfig.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r257036:hrs2014-10-091-6/+12
* Resolve fflag with realpath().delphij2013-07-311-1/+3
* When listing with -f, skip all memory disks that are not vnode-backed.delphij2013-07-021-1/+2
* - Use length of _PATH_DEV instead of a hardcoded value[*].hrs2013-06-211-6/+6
* eturn -1 when the specified backing store file is not found in the mdhrs2013-06-201-5/+9
* - Add "-f file" support to listing mode (-l). When a -f option ishrs2013-06-201-24/+30
* Disallow attaching preloaded memory disks via ioctl.jh2012-11-211-3/+1
* Make it possible to resize md(4) devices.trasz2012-07-071-16/+39
* Add missing "static".trasz2012-03-141-1/+1
* Rewrite option parsing in mdconfig(8). This makes it more user-friendlytrasz2012-01-271-118/+131
* Replace the beerware license on mdconfig(8) with standard 2-clause BSD.trasz2012-01-211-8/+25
* Somewhere around the 473rd time I mistyped "mdconfig file" instead ofdes2011-04-291-20/+38
* whitespace nit - sorry for the churndes2011-04-271-2/+2
* whitespace nitdes2011-04-271-1/+1
* Add a check to make sure the provider name is "mdN" before printing thebrucec2011-02-141-1/+5
* Only print the unit number when invoked with the -n flag.brucec2011-02-131-1/+1
* Use "cylinder" instead of "cyl" for consistency.joel2010-11-131-1/+1
* Make mdconfig(8) WARNS=6 clean:jh2010-01-221-7/+6
* Print sizes up to INT64_MAX in md_prthumanval().jh2010-01-181-5/+6
* 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
OpenPOWER on IntegriCloud