| Commit message (Expand) | Author | Age | Files | Lines |
* | Resolve fflag with realpath(). | delphij | 2013-07-31 | 1 | -1/+3 |
* | When listing with -f, skip all memory disks that are not vnode-backed. | delphij | 2013-07-02 | 1 | -1/+2 |
* | mdoc: remove EOL whitespace. | joel | 2013-06-29 | 1 | -1/+1 |
* | - Use length of _PATH_DEV instead of a hardcoded value[*]. | hrs | 2013-06-21 | 1 | -6/+6 |
* | eturn -1 when the specified backing store file is not found in the md | hrs | 2013-06-20 | 1 | -5/+9 |
* | - Add "-f file" support to listing mode (-l). When a -f option is | hrs | 2013-06-20 | 2 | -25/+45 |
* | Disallow attaching preloaded memory disks via ioctl. | jh | 2012-11-21 | 1 | -3/+1 |
* | Add an example showing the use of gnop(8) to skip over header data. | wblock | 2012-11-04 | 1 | -1/+13 |
* | Make it possible to resize md(4) devices. | trasz | 2012-07-07 | 2 | -16/+46 |
* | Remove ancient vnconfig symlink | eadler | 2012-07-07 | 1 | -1/+0 |
* | The -S option, to specify the sector size, has been usable on all types of | gavin | 2012-06-27 | 1 | -2/+2 |
* | Remove end of line whitespace. | joel | 2012-05-12 | 1 | -1/+1 |
* | mdoc: use Po and Pc macros instead of parens. Also avoid starting a line | joel | 2012-05-12 | 1 | -4/+6 |
* | Fix a couple of style issues. Tweak grammar and markup while here. | bjk | 2012-04-09 | 1 | -22/+27 |
* | Add missing "static". | trasz | 2012-03-14 | 1 | -1/+1 |
* | Rewrite option parsing in mdconfig(8). This makes it more user-friendly | trasz | 2012-01-27 | 1 | -118/+131 |
* | Replace the beerware license on mdconfig(8) with standard 2-clause BSD. | trasz | 2012-01-21 | 1 | -8/+25 |
* | Somewhere around the 473rd time I mistyped "mdconfig file" instead of | des | 2011-04-29 | 2 | -20/+49 |
* | whitespace nit - sorry for the churn | des | 2011-04-27 | 1 | -2/+2 |
* | whitespace nit | des | 2011-04-27 | 1 | -1/+1 |
* | Add a check to make sure the provider name is "mdN" before printing the | brucec | 2011-02-14 | 1 | -1/+5 |
* | Only print the unit number when invoked with the -n flag. | brucec | 2011-02-13 | 1 | -1/+1 |
* | Use "cylinder" instead of "cyl" for consistency. | joel | 2010-11-13 | 2 | -2/+2 |
* | Make mdconfig(8) WARNS=6 clean: | jh | 2010-01-22 | 2 | -8/+6 |
* | Print sizes up to INT64_MAX in md_prthumanval(). | jh | 2010-01-18 | 1 | -5/+6 |
* | Switch the default WARNS level for sbin/ to 6. | ru | 2009-10-19 | 1 | -0/+1 |
* | Add the possibility to specify "-o force" with "mdconfig -du". | trasz | 2009-01-10 | 2 | -1/+12 |
* | Add -v (verbose) option to -l command, to show size and backing store | marck | 2008-06-21 | 2 | -7/+17 |
* | Every newline should start on it's own line. I didn't do that in the | remko | 2007-11-28 | 1 | -3/+4 |
* | Sync with md(4)'s information regarding the swap backend. | remko | 2007-11-28 | 1 | -2/+9 |
* | Fix exit code when using -l on a non-existent md(4) device. | flz | 2007-11-16 | 1 | -3/+9 |
* | * Expand the example descriptions, fix mdoc-bugs in | keramida | 2007-11-11 | 1 | -9/+20 |
* | Instead of hardcoding md10 as the device node in the cd9660 example, | keramida | 2007-11-09 | 1 | -3/+2 |
* | Add an example which shows how mdconfig(8) can be used | keramida | 2007-05-18 | 1 | -1/+7 |
* | Kris suggested that swap is a better choice as a default than malloc. | n_hibma | 2007-02-20 | 2 | -4/+4 |
* | [Found the original diff I made, see previous commit for other part] | n_hibma | 2007-02-20 | 2 | -4/+23 |
* | Make attach the default for -f. That way | n_hibma | 2007-02-20 | 2 | -3/+11 |
* | Make WITHOUT_DYNAMICROOT=foo work again: remember to reference | phk | 2006-04-01 | 1 | -2/+2 |
* | Unbreak the build. | jasone | 2006-03-27 | 1 | -6/+1 |
* | For now, bring back some of the old bits as a fix for specifying md(4) | wkoszek | 2006-03-27 | 1 | -0/+7 |
* | Teach md(4) and mdconfig(8) how to understand XML. Right now there won't be | wkoszek | 2006-03-26 | 2 | -65/+158 |
* | Keep proper order of includes. Additionally, sort them. Make functions used | wkoszek | 2006-03-26 | 1 | -23/+20 |
* | Use kld(3) for loading geom_md.ko. | pjd | 2006-02-18 | 1 | -20/+3 |
* | Sort the list results by the unit number. The list returned by the | dd | 2005-12-22 | 1 | -3/+13 |
* | Rename GEOM class kernel module g_md.ko to geom_md.ko for consistency | pjd | 2005-11-11 | 1 | -27/+12 |
* | When using files as backing stores for devices, and the user has requested the | csjp | 2005-08-30 | 1 | -0/+11 |
* | We can specify device size in bytes. Document this in usage. | pjd | 2005-03-01 | 1 | -2/+3 |
* | Document the terabyte "-s" parameter in the usage string. | mr | 2005-02-21 | 1 | -1/+2 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 1 | -1/+1 |
* | Allow to specify device size in bytes. | pjd | 2005-01-22 | 2 | -2/+4 |