aboutsummaryrefslogtreecommitdiff
path: root/sbin/mdmfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-292-14/+5
* mdoc(7) fix: Add the forgotten paragraph command.Ruslan Ermilov2003-05-171-0/+1
* Add an example of how to create an fstab entry.Doug Barton2003-05-051-0/+4
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+2
* Also MLINK the man page for mount_mfs.Doug Barton2003-04-272-2/+4
* Install a mount_mfs symlink so that you can specify something like thisDoug Barton2003-04-271-0/+1
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* Teach mdmfs how to pass UFS version numbers through to newfs. BecauseRobert Watson2002-12-012-1/+15
* Don't disklabel(8) the md(4) device, it is not needed, and we don't wantPoul-Henning Kamp2002-09-223-22/+3
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-212-11/+11
* The .Nm utilityPhilippe Charnier2002-07-061-4/+6
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-2/+2
* Default to WARNS=2.David E. O'Brien2001-12-041-1/+0
* Enable bug-for-bug compatibility with mount_mfs when the programIan Dowse2001-09-302-5/+7
* mdoc(7) police: Section cross-references are marked with .Sx.Ruslan Ermilov2001-08-161-3/+2
* Implement a better compatibility mode with mount_mfs. It is theDima Dorfman2001-08-162-6/+120
* style(9) tweakDavid E. O'Brien2001-08-141-24/+24
* Document -X.Dima Dorfman2001-07-301-0/+3
* Nuke my e-mail address since it seems out of place here.Dima Dorfman2001-07-302-3/+2
* 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
* Add a missing word.Dima Dorfman2001-06-201-1/+1
* Add a SEE ALSO section.Dima Dorfman2001-06-201-0/+6
* Miscellaneous mdoc(7) fixes; also expand contractions.Dima Dorfman2001-06-201-22/+19
* Introduce mdmfs(8), a wrapper around mdconfig(8), disklabel(8),Dima Dorfman2001-06-184-0/+930