History log of /freebsd/sbin/mdconfig/mdconfig.8 (Results 101 – 125 of 157)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e1205e80 06-Jul-2002 Philippe Charnier <charnier@FreeBSD.org>

The .Nm utility


Revision tags: release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs
# b8758111 10-Aug-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: removed (now gratuitous) .Xo/.Xc brackets.


# 26a0ee75 07-Aug-2001 Dima Dorfman <dd@FreeBSD.org>

Introduce a force option, MD_FORCE, that instructs the driver to
bypass some extra anti-foot-shooting measures. Currently, its only
effect is to allow detaching a device while it's still open (e.g.,

Introduce a force option, MD_FORCE, that instructs the driver to
bypass some extra anti-foot-shooting measures. Currently, its only
effect is to allow detaching a device while it's still open (e.g.,
mounted). This is useful for testing how the system reacts to a disk
suddenly going away, which can happen with some removeable media.

At this point, the force option is only checked on detach, so it
would've been possible to allow the option to be passed with the
MDIOCDETACH operation. This was not done to allow the possibility of
having the force flag influence other tests in the future, which may
not necessarily deal with detaching the device.

Reviewed by: sobomax
Approved by: phk

show more ...


# 7ebcc426 15-Jul-2001 Dima Dorfman <dd@FreeBSD.org>

Remove whitespace at EOL.


# 9fe48c6e 10-Jul-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: removed HISTORY info from the .Os call.


Revision tags: release/4.3.0_cvs, release/4.3.0
# 3832aeca 12-Mar-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: add a missing An call.


# e10469fe 09-Mar-2001 Poul-Henning Kamp <phk@FreeBSD.org>

Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8)
entirely as previously advertised.

md(4) adopted all assets of vn(4) some time back and has proper devfs
support and cloning ab

Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8)
entirely as previously advertised.

md(4) adopted all assets of vn(4) some time back and has proper devfs
support and cloning abilities to boot.

show more ...


# 3f6f9216 26-Feb-2001 Poul-Henning Kamp <phk@FreeBSD.org>

Remove "autounit" from settable options, it's the default unless you
specify -u.

Spotted by: dcs


# 174b5e9a 25-Feb-2001 Poul-Henning Kamp <phk@FreeBSD.org>

Make "md" and "mdctl" macroized parameters.

Implement "-l" option to mdconfig which can list one or all md devices.

Submitted by: Dima Dorfman <dima@unixfreak.org>


# 3b42f2f3 28-Jan-2001 Poul-Henning Kamp <phk@FreeBSD.org>

Duh, the version of mdconfig.c I committed came from the wrong machine.

Commit the right version, but without the -b option which is too evil
for the present.

Remove -b and preload from the manpage

Duh, the version of mdconfig.c I committed came from the wrong machine.

Commit the right version, but without the -b option which is too evil
for the present.

Remove -b and preload from the manpage as well.

show more ...


# 353f4b39 28-Jan-2001 Poul-Henning Kamp <phk@FreeBSD.org>

Don't specify fragment size, it autosizes from the sectorsize.

Remember to set mode 1777 on /tmp

Submitted by: mjacob


# 739cdd4b 10-Jan-2001 Ruslan Ermilov <ru@FreeBSD.org>

Mdoc(7)ify.


# e06b153a 02-Jan-2001 Poul-Henning Kamp <phk@FreeBSD.org>

Add padding space and a version number to the md_ioctl structre for future
extension.

Add ability to create a preload disk giving an address and a length
(suggested by imp)

Fix bug relating to very

Add padding space and a version number to the md_ioctl structre for future
extension.

Add ability to create a preload disk giving an address and a length
(suggested by imp)

Fix bug relating to very small md(4) devices.

Update md.c copyright to reflect the status of code copied from vn.c.
(noticed by dillon)

show more ...


# c2ef0b73 31-Dec-2000 Poul-Henning Kamp <phk@FreeBSD.org>

Improve cmdline parsing and messages.

Add a rudimentary man-page. (I'm no mdoc wizard, feel free to attack my
mistakes and blunders)


Revision tags: release/7.2.0_cvs, release/7.2.0
# a9ebb311 10-Jan-2009 Edward Tomasz Napierala <trasz@FreeBSD.org>

Add the possibility to specify "-o force" with "mdconfig -du".

Reviewed by: scottl
Approved by: rwatson (mentor)
Sponsored by: FreeBSD Foundation


Revision tags: release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0
# c94b8307 21-Jun-2008 Dmitry Morozovsky <marck@FreeBSD.org>

Add -v (verbose) option to -l command, to show size and backing store
of all md devices at one time.

Approved by: phk
MFC after: 2 weeks


Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0
# 3655c14d 28-Nov-2007 Remko Lodder <remko@FreeBSD.org>

Every newline should start on it's own line. I didn't do that in the
previous commit, so make it happen now.

Prodded by: brueffer


# d18e0134 28-Nov-2007 Remko Lodder <remko@FreeBSD.org>

Sync with md(4)'s information regarding the swap backend.

PR: docs/115721
Submitted by: Stefan Lambrev <stefan.lambrev@moneybookers.com>
MFC After: 3 days


# d257bc4a 11-Nov-2007 Giorgos Keramidas <keramida@FreeBSD.org>

* Expand the example descriptions, fix mdoc-bugs in
"(-a and -t vnode are implied)"
and reuse it near the cd9660 example.
* Spell 'backing store' as two words.


# 284096f7 09-Nov-2007 Giorgos Keramidas <keramida@FreeBSD.org>

Instead of hardcoding md10 as the device node in the cd9660 example,
use a trick submitted by Ruslan.

MFC after: 1 day


# 5810c7ef 18-May-2007 Giorgos Keramidas <keramida@FreeBSD.org>

Add an example which shows how mdconfig(8) can be used
to mount an ISO 9660 CD image file.

PR: 112691
Submitted by: Warren Block, wblock at wonkity.com
MFC after: 3 days


# 7090e3d1 20-Feb-2007 Nick Hibma <n_hibma@FreeBSD.org>

Kris suggested that swap is a better choice as a default than malloc.

MFC: 1 week


# 35ce0ff2 20-Feb-2007 Nick Hibma <n_hibma@FreeBSD.org>

[Found the original diff I made, see previous commit for other part]
Assume '-a' and '-t malloc' flags for '-s <size>' (malloc ramdisk) if not
specified.

Reviewed by: phk (some time ago)
MFC: 1 week


# 1253fe1e 20-Feb-2007 Nick Hibma <n_hibma@FreeBSD.org>

Make attach the default for -f. That way

mdconfig -f image

works like a charm.

Reviewed by: phk (some time ago)
MFC: 1 week


Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0
# 0d79319a 22-Jan-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>

Allow to specify device size in bytes.

MFC after: 1 week


1234567