| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 289113: | trasz | 2016-01-11 | 1 | -2/+5 |
* | MFC r258909: | trasz | 2015-10-18 | 1 | -3/+7 |
* | MFC r257036: | hrs | 2014-10-09 | 1 | -6/+12 |
* | 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 |
* | - 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 | 1 | -24/+30 |
* | Disallow attaching preloaded memory disks via ioctl. | jh | 2012-11-21 | 1 | -3/+1 |
* | Make it possible to resize md(4) devices. | trasz | 2012-07-07 | 1 | -16/+39 |
* | 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 | 1 | -20/+38 |
* | 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 | 1 | -1/+1 |
* | Make mdconfig(8) WARNS=6 clean: | jh | 2010-01-22 | 1 | -7/+6 |
* | Print sizes up to INT64_MAX in md_prthumanval(). | jh | 2010-01-18 | 1 | -5/+6 |
* | Add the possibility to specify "-o force" with "mdconfig -du". | trasz | 2009-01-10 | 1 | -1/+11 |
* | Add -v (verbose) option to -l command, to show size and backing store | marck | 2008-06-21 | 1 | -6/+12 |
* | Fix exit code when using -l on a non-existent md(4) device. | flz | 2007-11-16 | 1 | -3/+9 |
* | Kris suggested that swap is a better choice as a default than malloc. | n_hibma | 2007-02-20 | 1 | -3/+3 |
* | [Found the original diff I made, see previous commit for other part] | n_hibma | 2007-02-20 | 1 | -2/+13 |
* | Make attach the default for -f. That way | n_hibma | 2007-02-20 | 1 | -1/+5 |
* | 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 | 1 | -63/+156 |
* | 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 | 1 | -0/+2 |
* | Rewrite piece of code which I committed some time ago that allows to | pjd | 2004-12-27 | 1 | -1/+5 |
* | Sync usage() with manpage SYNOPSIS and code. | ru | 2004-11-13 | 1 | -4/+6 |
* | For file backed md(4) devices output their source file via | pjd | 2004-11-06 | 1 | -2/+7 |
* | If there aren't any devices to list, output nothing instead of an | dd | 2004-11-06 | 1 | -10/+2 |
* | - Make md(4) 64-bit clean. | pjd | 2004-09-16 | 1 | -16/+41 |
* | add support for documented readonly option... | jmg | 2004-09-08 | 1 | -1/+5 |
* | change the name of the md module, to g_md, introduce a define with the | jmg | 2004-08-09 | 1 | -1/+1 |
* | Give better diagnostic for problems with backing files. | phk | 2004-07-25 | 1 | -0/+4 |
* | Fix a long-standing deadlock issue with vnode backed md(4) devices: | phk | 2004-03-10 | 1 | -1/+5 |
* | Do not compare unsigned int values with ULONG_MAX. The comparison is | kan | 2003-07-11 | 1 | -1/+1 |
* | Add "-n" argument, which causes mdconfig to simply print the unit | rwatson | 2003-06-11 | 1 | -5/+11 |