aboutsummaryrefslogtreecommitdiff
path: root/sbin/mdconfig/mdconfig.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add ability to label md(4) devices.Maxim Sobolev2017-08-281-8/+18
* Add MD_VERIFY option to enable O_VERIFY in open for vnode type.Stephen J. Kiernan2017-05-311-0/+4
* Make mdconfig(8) not segfault when the kernel returns garbage data.Edward Tomasz Napierala2017-02-191-2/+2
* For MD_PRELOAD type md(4) devices, if there is a file name in the preloadedStephen J. Kiernan2017-02-131-1/+2
* Add 'p' postfix to mdconfig(8).Edward Tomasz Napierala2015-10-101-2/+5
* Add "null" backend to mdconfig(8). This does exactly what the nameEdward Tomasz Napierala2013-12-041-3/+7
* Return 0 if:Hiroki Sato2013-10-241-6/+12
* Resolve fflag with realpath().Xin LI2013-07-311-1/+3
* When listing with -f, skip all memory disks that are not vnode-backed.Xin LI2013-07-021-1/+2
* - Use length of _PATH_DEV instead of a hardcoded value[*].Hiroki Sato2013-06-211-6/+6
* eturn -1 when the specified backing store file is not found in the mdHiroki Sato2013-06-201-5/+9
* - Add "-f file" support to listing mode (-l). When a -f option isHiroki Sato2013-06-201-24/+30
* Disallow attaching preloaded memory disks via ioctl.Jaakko Heinonen2012-11-211-3/+1
* Make it possible to resize md(4) devices.Edward Tomasz Napierala2012-07-071-16/+39
* Add missing "static".Edward Tomasz Napierala2012-03-141-1/+1
* Rewrite option parsing in mdconfig(8). This makes it more user-friendlyEdward Tomasz Napierala2012-01-271-118/+131
* Replace the beerware license on mdconfig(8) with standard 2-clause BSD.Edward Tomasz Napierala2012-01-211-8/+25
* Somewhere around the 473rd time I mistyped "mdconfig file" instead ofDag-Erling Smørgrav2011-04-291-20/+38
* whitespace nit - sorry for the churnDag-Erling Smørgrav2011-04-271-2/+2
* whitespace nitDag-Erling Smørgrav2011-04-271-1/+1
* Add a check to make sure the provider name is "mdN" before printing theRebecca Cran2011-02-141-1/+5
* Only print the unit number when invoked with the -n flag.Rebecca Cran2011-02-131-1/+1
* Use "cylinder" instead of "cyl" for consistency.Joel Dahl2010-11-131-1/+1
* Make mdconfig(8) WARNS=6 clean:Jaakko Heinonen2010-01-221-7/+6
* Print sizes up to INT64_MAX in md_prthumanval().Jaakko Heinonen2010-01-181-5/+6
* Add the possibility to specify "-o force" with "mdconfig -du".Edward Tomasz Napierala2009-01-101-1/+11
* Add -v (verbose) option to -l command, to show size and backing storeDmitry Morozovsky2008-06-211-6/+12
* Fix exit code when using -l on a non-existent md(4) device.Florent Thoumie2007-11-161-3/+9
* Kris suggested that swap is a better choice as a default than malloc.Nick Hibma2007-02-201-3/+3
* [Found the original diff I made, see previous commit for other part]Nick Hibma2007-02-201-2/+13
* Make attach the default for -f. That wayNick Hibma2007-02-201-1/+5
* 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-261-63/+156
* 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-221-0/+2
* 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
* For file backed md(4) devices output their source file viaPawel Jakub Dawidek2004-11-061-2/+7
* 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-161-16/+41
* add support for documented readonly option...John-Mark Gurney2004-09-081-1/+5