summaryrefslogtreecommitdiffstats
path: root/sbin/mdmfs/mdmfs.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes for sbin/uqs2012-01-071-1/+1
* Do not try to change the mode or ownership of the root of the mountpointkib2011-09-131-0/+27
* dd -t switch for mdmfs to enable TRIM on the configured filesystem.kib2011-09-061-4/+7
* -n is used by newfs to tell "do not generate a .snap directory" instead ofremko2007-05-141-4/+4
* Fix a typo: argv -> argvpyar2007-04-301-1/+2
* Don't leave a NULL value in mdsuffix when a particular mdyar2007-03-071-2/+1
* Correct -c and -d description.matteo2007-02-151-5/+6
* Enhances mdmfs(8) to mount md-based device such as uzip.matteo2007-02-151-4/+9
* Remove the -C option as it does more harm than good. To be fullyru2006-11-031-41/+8
* Add new -E option, which allows to specify location of the mdconfig(8)sobomax2006-02-161-8/+12
* Add a -P option to allow skipping newfs when using a vnode-backeddd2006-01-021-4/+13
* If we're operating without running external programs (-N) anddd2005-12-221-1/+1
* Fix parsing of mdmfs(8) option "-w <user>:<group>" in case <user> orrse2005-10-141-10/+6
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-4/+4
* Remove unsigned casts.ssouhlal2005-01-311-4/+8
* - Make WARNS?= 6 cleanssouhlal2005-01-251-2/+3
* Added -l to usage().ru2004-05-171-2/+2
* Add a "-l" parameter to mdmfs so that memory file systems can berwatson2004-02-261-1/+4
* Userland signed char fixes for PPC build. Problems were using a chargrehan2004-01-221-1/+2
* Don't reinvent the wheel: Use setmode(3) to interpretyar2003-08-051-3/+4
* Do not compare unsigned int values with ULONG_MAX. The comparison iskan2003-07-111-4/+4
* Remove pathnames.h.gordon2003-06-291-2/+0
* Move path definitions to include/paths.h. This makes it easier to overridegordon2003-06-291-5/+5
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-4/+2
* Teach mdmfs how to pass UFS version numbers through to newfs. Becauserwatson2002-12-011-1/+4
* Don't disklabel(8) the md(4) device, it is not needed, and we don't wantphk2002-09-221-18/+3
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-1/+1
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-2/+2
* Enable bug-for-bug compatibility with mount_mfs when the programiedowse2001-09-301-2/+3
* Implement a better compatibility mode with mount_mfs. It is thedd2001-08-161-4/+48
* style(9) tweakobrien2001-08-141-24/+24
* Nuke my e-mail address since it seems out of place here.dd2001-07-301-1/+1
* Add __printflike() to those static functions which need it.kris2001-07-011-3/+3
* Use strdup(3) instead of reimplementing it inline.dd2001-06-241-7/+1
* Fix compilation error on alpha.mjacob2001-06-211-1/+1
* Introduce mdmfs(8), a wrapper around mdconfig(8), disklabel(8),dd2001-06-181-0/+651
OpenPOWER on IntegriCloud