aboutsummaryrefslogtreecommitdiff
path: root/sbin/mdmfs/mdmfs.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Initialize mdsize to make gcc happy again. This fixes buildworld on powerpc.Andreas Tobler2017-09-301-0/+1
* Enhance mdmfs(8) to work with tmpfs(5).Ian Lepore2017-09-291-38/+125
* - Implement -T option to allow to specify a fs type for a vnode-backed memory...Alex Kozlov2016-03-111-1/+4
* Spelling fixes for sbin/Ulrich Spörlein2012-01-071-1/+1
* Do not try to change the mode or ownership of the root of the mountpointKonstantin Belousov2011-09-131-0/+27
* dd -t switch for mdmfs to enable TRIM on the configured filesystem.Konstantin Belousov2011-09-061-4/+7
* -n is used by newfs to tell "do not generate a .snap directory" instead ofRemko Lodder2007-05-141-4/+4
* Fix a typo: argv -> argvpYaroslav Tykhiy2007-04-301-1/+2
* Don't leave a NULL value in mdsuffix when a particular mdYaroslav Tykhiy2007-03-071-2/+1
* Correct -c and -d description.Matteo Riondato2007-02-151-5/+6
* Enhances mdmfs(8) to mount md-based device such as uzip.Matteo Riondato2007-02-151-4/+9
* Remove the -C option as it does more harm than good. To be fullyRuslan Ermilov2006-11-031-41/+8
* Add new -E option, which allows to specify location of the mdconfig(8)Maxim Sobolev2006-02-161-8/+12
* Add a -P option to allow skipping newfs when using a vnode-backedDima Dorfman2006-01-021-4/+13
* If we're operating without running external programs (-N) andDima Dorfman2005-12-221-1/+1
* Fix parsing of mdmfs(8) option "-w <user>:<group>" in case <user> orRalf S. Engelschall2005-10-141-10/+6
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-4/+4
* Remove unsigned casts.Suleiman Souhlal2005-01-311-4/+8
* - Make WARNS?= 6 cleanSuleiman Souhlal2005-01-251-2/+3
* Added -l to usage().Ruslan Ermilov2004-05-171-2/+2
* Add a "-l" parameter to mdmfs so that memory file systems can beRobert Watson2004-02-261-1/+4
* Userland signed char fixes for PPC build. Problems were using a charPeter Grehan2004-01-221-1/+2
* Don't reinvent the wheel: Use setmode(3) to interpretYaroslav Tykhiy2003-08-051-3/+4
* Do not compare unsigned int values with ULONG_MAX. The comparison isAlexander Kabaev2003-07-111-4/+4
* Remove pathnames.h.Gordon Tetlow2003-06-291-2/+0
* Move path definitions to include/paths.h. This makes it easier to overrideGordon Tetlow2003-06-291-5/+5
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+2
* Teach mdmfs how to pass UFS version numbers through to newfs. BecauseRobert Watson2002-12-011-1/+4
* Don't disklabel(8) the md(4) device, it is not needed, and we don't wantPoul-Henning Kamp2002-09-221-18/+3
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-1/+1
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-2/+2
* Enable bug-for-bug compatibility with mount_mfs when the programIan Dowse2001-09-301-2/+3
* Implement a better compatibility mode with mount_mfs. It is theDima Dorfman2001-08-161-4/+48
* style(9) tweakDavid E. O'Brien2001-08-141-24/+24
* Nuke my e-mail address since it seems out of place here.Dima Dorfman2001-07-301-1/+1
* Add __printflike() to those static functions which need it.Kris Kennaway2001-07-011-3/+3
* Use strdup(3) instead of reimplementing it inline.Dima Dorfman2001-06-241-7/+1
* Fix compilation error on alpha.Matt Jacob2001-06-211-1/+1
* Introduce mdmfs(8), a wrapper around mdconfig(8), disklabel(8),Dima Dorfman2001-06-181-0/+651