| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Bump .Dd, replace missing letter, and prefer to use a verb that | dd | 2004-11-06 | 1 | -5/+3 |
* | For file backed md(4) devices output their source file via | pjd | 2004-11-06 | 1 | -2/+7 |
* | Update the description of -l to reflect reality. After mdconfig.c | dd | 2004-11-06 | 1 | -6/+5 |
* | 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 | 3 | -19/+47 |
* | 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 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
* | Assorted markup, grammar, and spelling fixes. | ru | 2004-05-17 | 1 | -11/+16 |
* | Fix a long-standing deadlock issue with vnode backed md(4) devices: | phk | 2004-03-10 | 2 | -1/+8 |
* | s/bytes/byte/ | phk | 2004-02-19 | 1 | -1/+1 |
* | Note that geometry can also be specified on vnode backed deviecs. | phk | 2004-01-12 | 1 | -1/+1 |
* | Warn that big malloc disks are a panic(8) implementation. | phk | 2004-01-02 | 1 | -0/+5 |
* | Add a full example of a file-backed disk creation, I used the Handbook's | blackend | 2003-10-11 | 1 | -0/+9 |
* | s/disklabel/bsdlabel where needed. | blackend | 2003-10-11 | 1 | -1/+1 |
* | Document the -x and -y options. | phk | 2003-09-21 | 1 | -0/+14 |
* | 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 | 2 | -5/+16 |
* | Add .Xr's to mdmfs(8). | dougb | 2003-04-27 | 1 | -0/+1 |
* | 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 | 2 | -2/+10 |
* | 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 show disklabel in the examples, it is not necessary. | phk | 2002-09-26 | 1 | -3/+2 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 1 | -1/+1 |
* | Don't use NULL where you really mean 0 to sysctlbyname. | imp | 2002-08-21 | 1 | -1/+1 |
* | Replace extra call to "tunefs" with the equivalent of "newfs -U". | rse | 2002-07-15 | 1 | -2/+1 |
* | The .Nm utility | charnier | 2002-07-06 | 1 | -3/+3 |
* | 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 |