aboutsummaryrefslogtreecommitdiff
path: root/sbin/mdconfig
Commit message (Expand)AuthorAgeFilesLines
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Fix path to the run.pl script to let these tests run.Julio Merino2014-03-271-1/+1
* Add Makefile missed in r263220.Julio Merino2014-03-161-0/+13
* Migrate tools/regression/sbin/ to the new tests layout.Julio Merino2014-03-164-0/+613
* multiple: Remove 3rd clause from BSD license where approved by theEitan Adler2014-03-141-5/+1
* Add "null" backend to mdconfig(8). This does exactly what the nameEdward Tomasz Napierala2013-12-042-4/+10
* bump date forgotten in r257165John-Mark Gurney2013-10-261-1/+1
* Document that -a will output the device name when -u is not specified..John-Mark Gurney2013-10-261-6/+12
* 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
* mdoc: remove EOL whitespace.Joel Dahl2013-06-291-1/+1
* - 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-202-25/+45
* Disallow attaching preloaded memory disks via ioctl.Jaakko Heinonen2012-11-211-3/+1
* Add an example showing the use of gnop(8) to skip over header data.Warren Block2012-11-041-1/+13
* Make it possible to resize md(4) devices.Edward Tomasz Napierala2012-07-072-16/+46
* Remove ancient vnconfig symlinkEitan Adler2012-07-071-1/+0
* The -S option, to specify the sector size, has been usable on all types ofGavin Atkinson2012-06-271-2/+2
* Remove end of line whitespace.Joel Dahl2012-05-121-1/+1
* mdoc: use Po and Pc macros instead of parens. Also avoid starting a lineJoel Dahl2012-05-121-4/+6
* Fix a couple of style issues. Tweak grammar and markup while here.Benjamin Kaduk2012-04-091-22/+27
* 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-292-20/+49
* 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-132-2/+2
* Make mdconfig(8) WARNS=6 clean:Jaakko Heinonen2010-01-222-8/+6
* Print sizes up to INT64_MAX in md_prthumanval().Jaakko Heinonen2010-01-181-5/+6
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-0/+1
* Add the possibility to specify "-o force" with "mdconfig -du".Edward Tomasz Napierala2009-01-102-1/+12
* Add -v (verbose) option to -l command, to show size and backing storeDmitry Morozovsky2008-06-212-7/+17
* Every newline should start on it's own line. I didn't do that in theRemko Lodder2007-11-281-3/+4
* Sync with md(4)'s information regarding the swap backend.Remko Lodder2007-11-281-2/+9
* Fix exit code when using -l on a non-existent md(4) device.Florent Thoumie2007-11-161-3/+9
* * Expand the example descriptions, fix mdoc-bugs inGiorgos Keramidas2007-11-111-9/+20
* Instead of hardcoding md10 as the device node in the cd9660 example,Giorgos Keramidas2007-11-091-3/+2
* Add an example which shows how mdconfig(8) can be usedGiorgos Keramidas2007-05-181-1/+7
* Kris suggested that swap is a better choice as a default than malloc.Nick Hibma2007-02-202-4/+4
* [Found the original diff I made, see previous commit for other part]Nick Hibma2007-02-202-4/+23
* Make attach the default for -f. That wayNick Hibma2007-02-202-3/+11
* Make WITHOUT_DYNAMICROOT=foo work again: remember to referencePoul-Henning Kamp2006-04-011-2/+2
* 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-262-65/+158