aboutsummaryrefslogtreecommitdiff
path: root/sbin/mdmfs
Commit message (Expand)AuthorAgeFilesLines
* mdmfs(8): Fix an issue reported by mandocGordon Bergling2020-10-031-1/+1
* mdmfs(8): add -k skel option to populate fs from a skeletonKyle Evans2019-11-012-5/+35
* mdmfs(8): use -o reserve with malloc-backed md(4)Kyle Evans2019-02-161-0/+1
* mdmfs: Fix many bugs in automatic md(4) creation.Brooks Davis2019-02-111-8/+9
* mdmfs(8): Check for other types of helper-program failureConrad Meyer2018-10-201-10/+49
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* 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-292-50/+178
* Add missing history sections to a number of storage related man pagesAllan Jude2016-09-161-4/+10
* MFHGlen Barber2016-03-142-8/+31
|\
| * - Implement -T option to allow to specify a fs type for a vnode-backed memory...Alex Kozlov2016-03-112-8/+31
* | MFHGlen Barber2016-03-071-5/+6
|\|
| * Update meaning of -n argument.Alexander Motin2016-03-071-5/+6
* | Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
|/
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
|/
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-4/+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-062-6/+16
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-1/+0
* -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
* Grammar nits.Ceri Davies2007-02-151-2/+2
* Add examples for configuring and mounting geom_uzip(4) based disks'Matteo Riondato2007-02-151-0/+20
* Correct -c and -d description.Matteo Riondato2007-02-152-16/+16
* 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-032-80/+15
* Fix .Dd arguments.Ruslan Ermilov2006-10-211-1/+1
* The UFS filesystem get created only if -P was not specified.Matteo Riondato2006-10-011-2/+4
* Markup fixes.Ruslan Ermilov2006-09-181-2/+2
* Add new -E option, which allows to specify location of the mdconfig(8)Maxim Sobolev2006-02-162-8/+20
* Add a -P option to allow skipping newfs when using a vnode-backedDima Dorfman2006-01-022-6/+22
* 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-252-2/+4
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-05-171-5/+4
* 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-262-1/+7
* 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-052-3/+15