aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_ifs
Commit message (Expand)AuthorAgeFilesLines
* Print the write counts if they are nonzero even if we're mountedBruce Evans1998-06-081-4/+3
* Remove extraneous ")" from output.Dmitrij Tejblum1998-05-171-2/+2
* New mount option nosymfollow. If enabled, the kernel lookup()Wolfram Schneider1998-04-083-3/+11
* Don't print the 'writes: sync & async' stuff if we're mounted readonlyPeter Wemm1998-03-271-3/+6
* Fix a type mismatch between a scanf format string and theJohn Polstra1998-03-081-3/+3
* Make this compile again.Steve Price1998-03-081-3/+3
* If we are mounting the root filesystem, and we're accessing it throughMike Smith1998-03-082-3/+38
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-081-2/+6
* Converted putfsent() to Lite2 mount interface - don't use numericBruce Evans1998-02-131-2/+2
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowBruce Evans1998-01-201-2/+1
* Add mount_devfs(8) to the SEE ALSO section.Steve Price1997-12-011-1/+2
* Reviewed by: hackers@freebsd.org in generalJulian Elischer1997-11-133-3/+22
* Add noclusterr and noclusterw options. The noclusterr and noclusterwKATO Takenori1997-09-273-4/+18
* Removed duplicate MOPT_FORCE and sorted the first one. Rev.1.5 andBruce Evans1997-08-251-3/+2
* Moved getmntops() stuff back to mntopt.h so that it is visible in otherBruce Evans1997-08-252-8/+5
* Backed out previous commit - don't clobber the (normally equivalent)Bruce Evans1997-08-251-2/+1
* Forgot to cvs add this new file.Steve Price1997-08-241-0/+40
* Try to avoid mounting filesystems multiple times. Also whileSteve Price1997-08-247-29/+99
* Mention the various reasons for messages of the form:Joerg Wunsch1997-08-241-1/+17
* Always include the section name in the .Xr macro and cleanupSteve Price1997-08-241-11/+14
* Fix parsing of mount options with '=' in their name.Mike Smith1997-04-301-1/+1
* Change vfork to fork, too many memory-clobbering actions present in childAndrey A. Chernov1997-04-231-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Finished (?) merging with Lite2: cleaned up #include mess; fixed mergingBruce Evans1997-03-121-62/+48
* Merge from Lite2Peter Wemm1997-03-117-154/+147
* Attempt to import Lite2's mount.Bruce Evans1997-03-051-0/+92
* 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
* Add mount_msdos(8) referenceAndrey A. Chernov1996-11-101-1/+2
* Added description of "noatime" option.David Greenman1996-09-081-1/+7
* Implemented user side of "noatime" mount option. This option disablesDavid Greenman1996-09-032-1/+4
* [HISTORY] command appeared in Version 1 AT&T UNIXWolfram Schneider1996-08-291-1/+2
* I have added a new option -p to the mount command. This wasJordan K. Hubbard1996-07-212-8/+73
* Document that suid wrapper like suidperl(1) break option 'nosuid'.Wolfram Schneider1996-07-021-0/+4
* 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