summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ext2fs
Commit message (Collapse)AuthorAgeFilesLines
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowbde1998-01-201-1/+0
| | | | the default.
* Show the real revision date and not the date that thissteve1997-06-231-1/+1
| | | | manpage is being viewed.
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
| | | | posix standard on the topic.
* Merge from Lite2 (use new getvfsbyname() and mount(2) interface)peter1997-03-112-9/+13
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-2/+2
| | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong.
* Use the .Fx macro where appropriate.mpp1996-08-231-1/+2
|
* mount_ext2fs somehow got a stray mntopts.h, which was out of sync withpeter1996-07-232-74/+2
| | | | | | | the real ../mount/getmntopts.c and ../mount/mntopts.h Closes PR#1419 Submitted by: rhh@stealth.ct.picker.com (Randall Hopper)
* Get rid of the last vestiges of the old MOUNT_* constants in thewollman1996-05-131-20/+24
| | | | | | | | | mount_* programs. While we're at it, collapse the four now-identical mount programs for devfs, fdesc, kernfs, and procfs into links to a new mount_std(8) which can mount any really generic filesystem such as these when called with the appropriate argv[0]. Also, convert the mount programs to use sysexits.h.
* Hacked up a small man page for mount_ext2fs. The existing man page wasmpp1996-01-311-61/+10
| | | | simply a copy of the mount_lfs man page.
* Mount program for EXT2FS.dyson1995-11-064-0/+331
Submitted by: Godmar Back <gback@facility.cs.utah.edu>
OpenPOWER on IntegriCloud