remko 2007-07-07 11:29:27 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sbin/mdmfs mdmfs.c
Log:
MFC rev 1.33 mdmfs.c
o For this change I needed to modify a little extra, since the RELENG_5
version
works different then the RELENG_6 or H
remko 2007-07-07 11:22:46 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/mdmfs mdmfs.c
Log:
MFC rev 1.33 mdmfs.c
-n is used by newfs to tell "do not generate a .snap directory" instead of
specifying rotational-positions, reflect tha
remko 2007-05-14 19:23:13 UTC
FreeBSD src repository
Modified files:
sbin/mdmfs mdmfs.c
Log:
-n is used by newfs to tell "do not generate a .snap directory" instead of
specifying rotational-positions, reflect that in the command arguments.
PR: bin/1
yar 2007-05-03 09:56:52 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/mdmfs mdmfs.c
Log:
MFC rev. 1.32:
Fix a typo: argv -> argvp.
Rationale:
We are interested in the current (last) element of the argv array
there, n
yar 2007-04-30 13:21:43 UTC
FreeBSD src repository
Modified files:
sbin/mdmfs mdmfs.c
Log:
Fix a typo: argv -> argvp
Rationale:
We are interested in the current (last) element of the argv array
there, not in its first element. The if construct is there bec
yar 2007-03-07 07:45:38 UTC
FreeBSD src repository
Modified files:
sbin/mdmfs mdmfs.c
Log:
Don't leave a NULL value in mdsuffix when a particular md
unit w/o suffix is specified. It had better be an empty
string as it will be passed to a printf-like function th
On Thu, Feb 15, 2007 at 01:55:37PM -0500, Kris Kennaway wrote:
> On Thu, Feb 15, 2007 at 01:49:44PM +, Matteo Riondato wrote:
> > matteo 2007-02-15 13:49:44 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sbin/mdmfs mdmfs.c
> > Log:
> > Enhances mdmf
On Thu, Feb 15, 2007 at 01:49:44PM +, Matteo Riondato wrote:
> matteo 2007-02-15 13:49:44 UTC
>
> FreeBSD src repository
>
> Modified files:
> sbin/mdmfs mdmfs.c
> Log:
> Enhances mdmfs(8) to mount md-based device such as uzip.
> Examples of use can be found in t
matteo 2007-02-15 13:49:44 UTC
FreeBSD src repository
Modified files:
sbin/mdmfs mdmfs.c
Log:
Enhances mdmfs(8) to mount md-based device such as uzip.
Examples of use can be found in the PR text.
PR: 103501
MFC after: 1 week
Revision ChangesPath
dd 2005-12-22 10:36:59 UTC
FreeBSD src repository
Modified files:
sbin/mdmfs mdmfs.c
Log:
If we're operating without running external programs (-N) and
autonumbering is requested, set the unit to 0 instead of -1. This
option is just for output, and "/dev/md-1"
10 matches
Mail list logo