| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvs | cvs2svn | 2006-05-06 | 3 | -3/+3 |
| * | MFC md.c rev 1.154 | Christian S.J. Peron | 2005-09-09 | 1 | -0/+11 |
| * | We can specify device size in bytes. Document this in usage. | Pawel Jakub Dawidek | 2005-03-01 | 1 | -2/+3 |
| * | Document the terabyte "-s" parameter in the usage string. | Michael Reifenberger | 2005-02-21 | 1 | -1/+2 |
| * | Sync program's usage() with manpage's SYNOPSIS. | Ruslan Ermilov | 2005-02-10 | 1 | -1/+1 |
| * | Allow to specify device size in bytes. | Pawel Jakub Dawidek | 2005-01-22 | 2 | -2/+4 |
| * | Rewrite piece of code which I committed some time ago that allows to | Pawel Jakub Dawidek | 2004-12-27 | 1 | -1/+5 |
| * | Sync usage() with manpage SYNOPSIS and code. | Ruslan Ermilov | 2004-11-13 | 1 | -4/+6 |
| * | Bump .Dd, replace missing letter, and prefer to use a verb that | Dima Dorfman | 2004-11-06 | 1 | -5/+3 |
| * | For file backed md(4) devices output their source file via | Pawel Jakub Dawidek | 2004-11-06 | 1 | -2/+7 |
| * | Update the description of -l to reflect reality. After mdconfig.c | Dima Dorfman | 2004-11-06 | 1 | -6/+5 |
| * | If there aren't any devices to list, output nothing instead of an | Dima Dorfman | 2004-11-06 | 1 | -10/+2 |
| * | - Make md(4) 64-bit clean. | Pawel Jakub Dawidek | 2004-09-16 | 3 | -19/+47 |
| * | add support for documented readonly option... | John-Mark Gurney | 2004-09-08 | 1 | -1/+5 |
| * | change the name of the md module, to g_md, introduce a define with the | John-Mark Gurney | 2004-08-09 | 1 | -1/+1 |
| * | Give better diagnostic for problems with backing files. | Poul-Henning Kamp | 2004-07-25 | 1 | -0/+4 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -1/+2 |
| * | Assorted markup, grammar, and spelling fixes. | Ruslan Ermilov | 2004-05-17 | 1 | -11/+16 |
| * | Fix a long-standing deadlock issue with vnode backed md(4) devices: | Poul-Henning Kamp | 2004-03-10 | 2 | -1/+8 |
| * | s/bytes/byte/ | Poul-Henning Kamp | 2004-02-19 | 1 | -1/+1 |
| * | Note that geometry can also be specified on vnode backed deviecs. | Poul-Henning Kamp | 2004-01-12 | 1 | -1/+1 |
| * | Warn that big malloc disks are a panic(8) implementation. | Poul-Henning Kamp | 2004-01-02 | 1 | -0/+5 |
| * | Add a full example of a file-backed disk creation, I used the Handbook's | Marc Fonvieille | 2003-10-11 | 1 | -0/+9 |
| * | s/disklabel/bsdlabel where needed. | Marc Fonvieille | 2003-10-11 | 1 | -1/+1 |
| * | Document the -x and -y options. | Poul-Henning Kamp | 2003-09-21 | 1 | -0/+14 |
| * | Do not compare unsigned int values with ULONG_MAX. The comparison is | Alexander Kabaev | 2003-07-11 | 1 | -1/+1 |
| * | Add "-n" argument, which causes mdconfig to simply print the unit | Robert Watson | 2003-06-11 | 2 | -5/+16 |
| * | Add .Xr's to mdmfs(8). | Doug Barton | 2003-04-27 | 1 | -0/+1 |
| * | Add a couple of undocumented test options to MD(4) to aid in regression | Poul-Henning Kamp | 2003-04-09 | 1 | -1/+11 |
| * | Give clearer diagnostics on some cases of invalid | Yaroslav Tykhiy | 2003-04-01 | 1 | -0/+6 |
| * | Add a "-S sectorsize" option to enable Kirk to find a bug :-) | Poul-Henning Kamp | 2003-03-03 | 2 | -2/+10 |
| * | Don't use the kern.disks sysctl to find a list of md devices, use the | Poul-Henning Kamp | 2003-01-27 | 1 | -41/+7 |
| * | Make sure strsep() gets a nul-terminated string. | Giorgos Keramidas | 2002-10-10 | 1 | -1/+2 |
| * | Don't show disklabel in the examples, it is not necessary. | Poul-Henning Kamp | 2002-09-26 | 1 | -3/+2 |
| * | s/filesystem/file system/g as discussed on -developers | Tom Rhodes | 2002-08-21 | 1 | -1/+1 |
| * | Don't use NULL where you really mean 0 to sysctlbyname. | Warner Losh | 2002-08-21 | 1 | -1/+1 |
| * | Replace extra call to "tunefs" with the equivalent of "newfs -U". | Ralf S. Engelschall | 2002-07-15 | 1 | -2/+1 |
| * | The .Nm utility | Philippe Charnier | 2002-07-06 | 1 | -3/+3 |
| * | Usage style sweep: spell "usage" with a small 'u'. | Dag-Erling Smørgrav | 2002-04-22 | 1 | -1/+1 |
| * | Revert 1.20: | Mike Barcroft | 2002-03-21 | 1 | -2/+0 |
| * | Provide a proper error message in mdconfig(8) when a filesystem is too | Mike Barcroft | 2002-03-21 | 1 | -0/+2 |
| * | Actually make use of the md_version field of 'struct mdio'. In order | Dima Dorfman | 2001-12-20 | 1 | -0/+2 |
| * | Default to WARNS=2. | David E. O'Brien | 2001-12-04 | 1 | -1/+0 |
| * | mdoc(7) police: removed (now gratuitous) .Xo/.Xc brackets. | Ruslan Ermilov | 2001-08-10 | 1 | -18/+6 |
| * | Move all the prototypes to one place. | Dima Dorfman | 2001-08-07 | 1 | -3/+2 |
| * | Introduce a force option, MD_FORCE, that instructs the driver to | Dima Dorfman | 2001-08-07 | 2 | -0/+9 |
| * | Use MD_NAME and MDCTL_NAME constants where appropriate. | Dima Dorfman | 2001-07-18 | 1 | -1/+2 |
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -5/+5 |
| * | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 1 | -1/+1 |
| * | Constify mdmaybeload(), add a prototype for usage(), and get rid of a | Dima Dorfman | 2001-06-21 | 2 | -3/+6 |