| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add a couple of undocumented test options to MD(4) to aid in regression | phk | 2003-04-09 | 1 | -1/+11 |
* | Give clearer diagnostics on some cases of invalid | yar | 2003-04-01 | 1 | -0/+6 |
* | Add a "-S sectorsize" option to enable Kirk to find a bug :-) | phk | 2003-03-03 | 1 | -2/+7 |
* | Don't use the kern.disks sysctl to find a list of md devices, use the | phk | 2003-01-27 | 1 | -41/+7 |
* | Make sure strsep() gets a nul-terminated string. | keramida | 2002-10-10 | 1 | -1/+2 |
* | Don't use NULL where you really mean 0 to sysctlbyname. | imp | 2002-08-21 | 1 | -1/+1 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -1/+1 |
* | Revert 1.20: | mike | 2002-03-21 | 1 | -2/+0 |
* | Provide a proper error message in mdconfig(8) when a filesystem is too | mike | 2002-03-21 | 1 | -0/+2 |
* | Actually make use of the md_version field of 'struct mdio'. In order | dd | 2001-12-20 | 1 | -0/+2 |
* | Move all the prototypes to one place. | dd | 2001-08-07 | 1 | -3/+2 |
* | Introduce a force option, MD_FORCE, that instructs the driver to | dd | 2001-08-07 | 1 | -0/+4 |
* | Use MD_NAME and MDCTL_NAME constants where appropriate. | dd | 2001-07-18 | 1 | -1/+2 |
* | Constify mdmaybeload(), add a prototype for usage(), and get rid of a | dd | 2001-06-21 | 1 | -3/+5 |
* | Don't assume the length of MD_NAME is 2. | dd | 2001-06-21 | 1 | -2/+2 |
* | Fail if -s isn't specified for an MD_MALLOC or MD_SWAP disk; the | dd | 2001-06-21 | 1 | -1/+7 |
* | In the absence of explicit ``-t type'' option assume that ``-f file'' | sobomax | 2001-03-09 | 1 | -1/+6 |
* | 1) If mdconfig isn't given an action argument, it assumes detach. | phk | 2001-03-09 | 1 | -4/+5 |
* | Remove "autounit" from settable options, it's the default unless you | phk | 2001-02-26 | 1 | -5/+1 |
* | Forgot to remove unneeded "intcmp" function. | phk | 2001-02-25 | 1 | -8/+0 |
* | Make "md" and "mdctl" macroized parameters. | phk | 2001-02-25 | 1 | -10/+124 |
* | Make md/mdconfig do kld. | phk | 2001-02-24 | 1 | -0/+36 |
* | Strip optional prefixes "/dev/" and "md" from the -u argument. | phk | 2001-01-31 | 1 | -0/+5 |
* | Duh, the version of mdconfig.c I committed came from the wrong machine. | phk | 2001-01-28 | 1 | -1/+1 |
* | Add padding space and a version number to the md_ioctl structre for future | phk | 2001-01-01 | 1 | -1/+1 |
* | This is the first snapshot of the new all-singing-and-dancing md(4). | phk | 2000-12-31 | 1 | -6/+13 |
* | Improve cmdline parsing and messages. | phk | 2000-12-31 | 1 | -19/+64 |
* | Preliminary scaffolding for the new integrated vn+md device driver. | phk | 2000-12-28 | 1 | -0/+101 |