cvs commit: src/sbin/mdmfs mdmfs.c

2007-07-07 Thread Remko Lodder
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

cvs commit: src/sbin/mdmfs mdmfs.c

2007-07-07 Thread Remko Lodder
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

cvs commit: src/sbin/mdmfs mdmfs.c

2007-05-14 Thread Remko Lodder
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

cvs commit: src/sbin/mdmfs mdmfs.c

2007-05-03 Thread Yar Tikhiy
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

cvs commit: src/sbin/mdmfs mdmfs.c

2007-04-30 Thread Yar Tikhiy
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

cvs commit: src/sbin/mdmfs mdmfs.c

2007-03-06 Thread Yar Tikhiy
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

Re: cvs commit: src/sbin/mdmfs mdmfs.c

2007-02-15 Thread Kris Kennaway
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

Re: cvs commit: src/sbin/mdmfs mdmfs.c

2007-02-15 Thread Kris Kennaway
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

cvs commit: src/sbin/mdmfs mdmfs.c

2007-02-15 Thread Matteo Riondato
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

cvs commit: src/sbin/mdmfs mdmfs.c

2005-12-22 Thread Dima Dorfman
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"