| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -0/+7 |
* | 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 |
* | Somewhere around the 473rd time I mistyped "mdconfig file" instead of | des | 2011-04-29 | 1 | -0/+11 |
* | Use "cylinder" instead of "cyl" for consistency. | joel | 2010-11-13 | 1 | -1/+1 |
* | Add the possibility to specify "-o force" with "mdconfig -du". | trasz | 2009-01-10 | 1 | -0/+1 |
* | Add -v (verbose) option to -l command, to show size and backing store | marck | 2008-06-21 | 1 | -1/+5 |
* | 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 |
* | * 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 | 1 | -1/+1 |
* | [Found the original diff I made, see previous commit for other part] | n_hibma | 2007-02-20 | 1 | -2/+10 |
* | Make attach the default for -f. That way | n_hibma | 2007-02-20 | 1 | -2/+6 |
* | Allow to specify device size in bytes. | pjd | 2005-01-22 | 1 | -2/+2 |
* | Bump .Dd, replace missing letter, and prefer to use a verb that | dd | 2004-11-06 | 1 | -5/+3 |
* | Update the description of -l to reflect reality. After mdconfig.c | dd | 2004-11-06 | 1 | -6/+5 |
* | - Make md(4) 64-bit clean. | pjd | 2004-09-16 | 1 | -3/+3 |
* | 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 | 1 | -0/+3 |
* | 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 |
* | Add "-n" argument, which causes mdconfig to simply print the unit | rwatson | 2003-06-11 | 1 | -0/+5 |
* | Add .Xr's to mdmfs(8). | dougb | 2003-04-27 | 1 | -0/+1 |
* | Add a "-S sectorsize" option to enable Kirk to find a bug :-) | phk | 2003-03-03 | 1 | -0/+3 |
* | 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 |
* | 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 |
* | mdoc(7) police: removed (now gratuitous) .Xo/.Xc brackets. | ru | 2001-08-10 | 1 | -18/+6 |
* | Introduce a force option, MD_FORCE, that instructs the driver to | dd | 2001-08-07 | 1 | -0/+5 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -5/+5 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | mdoc(7) police: add a missing An call. | ru | 2001-03-12 | 1 | -1/+2 |
* | Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8) | phk | 2001-03-09 | 1 | -0/+15 |
* | Remove "autounit" from settable options, it's the default unless you | phk | 2001-02-26 | 1 | -7/+2 |
* | Make "md" and "mdctl" macroized parameters. | phk | 2001-02-25 | 1 | -0/+10 |
* | Duh, the version of mdconfig.c I committed came from the wrong machine. | phk | 2001-01-28 | 1 | -19/+0 |
* | Don't specify fragment size, it autosizes from the sectorsize. | phk | 2001-01-28 | 1 | -1/+2 |
* | Mdoc(7)ify. | ru | 2001-01-10 | 1 | -36/+66 |
* | Add padding space and a version number to the md_ioctl structre for future | phk | 2001-01-01 | 1 | -2/+17 |