summaryrefslogtreecommitdiffstats
path: root/sbin/mdmfs/mdmfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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