aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_ext2fs
Commit message (Expand)AuthorAgeFilesLines
* The .Nm utilityPhilippe Charnier2002-07-061-2/+2
* Convert mount_ext2fs(8) to nmount(2).Maxime Henrion2002-05-241-15/+18
* more file system > filesystemTom Rhodes2002-05-161-3/+3
* o __P removedWarner Losh2002-03-211-1/+1
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+2
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+1
* mount a --> mount anDan Moschuk2001-02-041-1/+1
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* mount* fixes from Martin Blapp <mb@imp.ch>:Poul-Henning Kamp1999-10-091-2/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Don't refuse to pass the force and sync options to the kernel. TheBruce Evans1998-09-091-1/+3
* Correct use of .Nm.Philippe Charnier1998-07-061-3/+4
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowBruce Evans1998-01-201-1/+0
* Show the real revision date and not the date that thisSteve Price1997-06-231-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Merge from Lite2 (use new getvfsbyname() and mount(2) interface)Peter Wemm1997-03-112-9/+13
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-141-2/+2
* Use the .Fx macro where appropriate.Mike Pritchard1996-08-231-1/+2
* mount_ext2fs somehow got a stray mntopts.h, which was out of sync withPeter Wemm1996-07-232-74/+2
* Get rid of the last vestiges of the old MOUNT_* constants in theGarrett Wollman1996-05-131-20/+24
* Hacked up a small man page for mount_ext2fs. The existing man page wasMike Pritchard1996-01-311-61/+10
* Mount program for EXT2FS.John Dyson1995-11-064-0/+331