summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ext2fs
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* mount* fixes from Martin Blapp <mb@imp.ch>:phk1999-10-091-2/+9
| | | | | | | | | | | | | | | | | Made mount more userfriendly (bad slashes are now filtered out) and we remove in mount_nfs trailing slashes if there are any. Fixed mount_xxx binarys to resolve with realpath(3) the mountpoint. Translate the deprecated nfs-syntax with '@' to ':' . The ':' syntax has now precedence, but '@' still works. Notify the user that the '@' syntax should not be used. PR: 7846 PR: 13692 Submitted by: Martin Blapp <mb@imp.ch> Reviewed by: phk
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Don't refuse to pass the force and sync options to the kernel. Thebde1998-09-091-1/+3
| | | | | | kernel supports them, and the force option will be more important when mounting of unclean ext2fs file systems is not permitted unless it is forced.
* Correct use of .Nm.charnier1998-07-061-3/+4
|
* 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