index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
mdmfs
/
mdmfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
-n is used by newfs to tell "do not generate a .snap directory" instead of
remko
2007-05-14
1
-4
/
+4
*
Fix a typo: argv -> argvp
yar
2007-04-30
1
-1
/
+2
*
Don't leave a NULL value in mdsuffix when a particular md
yar
2007-03-07
1
-2
/
+1
*
Correct -c and -d description.
matteo
2007-02-15
1
-5
/
+6
*
Enhances mdmfs(8) to mount md-based device such as uzip.
matteo
2007-02-15
1
-4
/
+9
*
Remove the -C option as it does more harm than good. To be fully
ru
2006-11-03
1
-41
/
+8
*
Add new -E option, which allows to specify location of the mdconfig(8)
sobomax
2006-02-16
1
-8
/
+12
*
Add a -P option to allow skipping newfs when using a vnode-backed
dd
2006-01-02
1
-4
/
+13
*
If we're operating without running external programs (-N) and
dd
2005-12-22
1
-1
/
+1
*
Fix parsing of mdmfs(8) option "-w <user>:<group>" in case <user> or
rse
2005-10-14
1
-10
/
+6
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-02-10
1
-4
/
+4
*
Remove unsigned casts.
ssouhlal
2005-01-31
1
-4
/
+8
*
- Make WARNS?= 6 clean
ssouhlal
2005-01-25
1
-2
/
+3
*
Added -l to usage().
ru
2004-05-17
1
-2
/
+2
*
Add a "-l" parameter to mdmfs so that memory file systems can be
rwatson
2004-02-26
1
-1
/
+4
*
Userland signed char fixes for PPC build. Problems were using a char
grehan
2004-01-22
1
-1
/
+2
*
Don't reinvent the wheel: Use setmode(3) to interpret
yar
2003-08-05
1
-3
/
+4
*
Do not compare unsigned int values with ULONG_MAX. The comparison is
kan
2003-07-11
1
-4
/
+4
*
Remove pathnames.h.
gordon
2003-06-29
1
-2
/
+0
*
Move path definitions to include/paths.h. This makes it easier to override
gordon
2003-06-29
1
-5
/
+5
*
Use __FBSDID() to quiet GCC 3.3 warnings.
obrien
2003-05-03
1
-4
/
+2
*
Teach mdmfs how to pass UFS version numbers through to newfs. Because
rwatson
2002-12-01
1
-1
/
+4
*
Don't disklabel(8) the md(4) device, it is not needed, and we don't want
phk
2002-09-22
1
-18
/
+3
*
s/filesystem/file system/g as discussed on -developers
trhodes
2002-08-21
1
-1
/
+1
*
Usage style sweep: spell "usage" with a small 'u'.
des
2002-04-22
1
-2
/
+2
*
Enable bug-for-bug compatibility with mount_mfs when the program
iedowse
2001-09-30
1
-2
/
+3
*
Implement a better compatibility mode with mount_mfs. It is the
dd
2001-08-16
1
-4
/
+48
*
style(9) tweak
obrien
2001-08-14
1
-24
/
+24
*
Nuke my e-mail address since it seems out of place here.
dd
2001-07-30
1
-1
/
+1
*
Add __printflike() to those static functions which need it.
kris
2001-07-01
1
-3
/
+3
*
Use strdup(3) instead of reimplementing it inline.
dd
2001-06-24
1
-7
/
+1
*
Fix compilation error on alpha.
mjacob
2001-06-21
1
-1
/
+1
*
Introduce mdmfs(8), a wrapper around mdconfig(8), disklabel(8),
dd
2001-06-18
1
-0
/
+651