aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_ifs
Commit message (Expand)AuthorAgeFilesLines
* Change the messages slightly when there is no "mount_type" executableSatoshi Asami1996-03-151-4/+19
* Backout my changes to disallow "mount /mnt /mnt" until I can verifyMike Pritchard1996-03-111-22/+0
* Only restrict the user from doing something like "mount /mnt /mnt"Mike Pritchard1996-03-111-4/+7
* Do not allow the caller to specify the same path for the specialMike Pritchard1996-03-101-0/+19
* Close PR#17. This may be a contraversal fix in that now mount willJordan K. Hubbard1996-03-031-5/+1
* Another round of various man page cleanups.Mike Pritchard1996-02-091-1/+0
* Document the -a option, and mention ``noauto''.David Greenman1995-08-261-0/+5
* The changes for adding the "noauto" option were mostly wrong. MNT_NOAUTODavid Greenman1995-08-263-11/+5
* Sigh. This isn't my night. I forgot the manpage updates too!Jordan K. Hubbard1995-08-231-0/+5
* Add a "noauto" flag so that you can do things like prevent your systemJordan K. Hubbard1995-08-232-3/+8
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Fixed incompleteness that would allow dirty filesystems to get mountedDavid Greenman1995-05-151-2/+5
* Fix force flag: It is not a "negative" flag. Add MNT_FORCE to the acceptableDavid Greenman1995-05-122-1/+2
* Fix another bogon in the change before the last.Bruce Evans1995-02-161-1/+1
* Woops, last change wasn't done quite right...fixed.David Greenman1995-02-151-1/+1
* Verify that the last component of the mount point path exists and isDavid Greenman1995-02-151-1/+11
* Document the requirements of dynamic loading on mounting order. Cross-refGarrett Wollman1995-01-221-1/+18
* Add support for filesystem-specific `-o' options, and re-implement theGarrett Wollman1994-11-014-21/+40
* Add code to skip "userquota"/"groupquota" options needed forAndrey A. Chernov1994-09-293-3/+14
* Use getvfs* functions to map between VFS types and names.Garrett Wollman1994-09-222-4/+20
* Convert to our man installation style. Also fixed long-standing bugGarrett Wollman1994-08-051-1/+1
* Fixed NULL pointer dereference that occured when any options wereDavid Greenman1994-08-021-1/+3
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-268-0/+1275