aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount/mount.c
Commit message (Expand)AuthorAgeFilesLines
* We do not support lfs. Remove it from list of remountable fs'es.Alexey Zelkin2000-11-221-1/+1
* Only print information about reads and writes when the -v flag (forSheldon Hearn2000-08-231-6/+8
* This is another in Martin Blapp's N-series of mount-related cleanups :)Brian Feldman2000-01-151-3/+6
* Fix tab completion mounts (like /cdrom/)Eivind Eklund1999-12-261-0/+1
* Print out the filesystem read counts now collected by the kernel.Kirk McKusick1999-12-011-0/+3
* Fix a few things:Brian Feldman1999-10-301-15/+31
* Let a file with '@' or ':' in it take precedence over defaulting toBrian Feldman1999-10-101-2/+4
* mount* fixes from Martin Blapp <mb@imp.ch>:Poul-Henning Kamp1999-10-091-11/+3
* - Fixed some cases in which mount was segfaulting.Nick Hibma1999-10-081-10/+12
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Null commit.Joseph Koshy1999-05-071-1/+1
* 1. Enhanced syntax for mount(8). The -o option now supports two 'meta'Joseph Koshy1999-05-071-31/+138
* Fixed `mount -a -u ...'. Rev.1.19 broke this by trying too hard toBruce Evans1999-03-161-2/+3
* Remove unused #includes. Spelling. Add rcsid. Do not dot terminate err()Philippe Charnier1998-07-061-21/+16
* 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-081-1/+4
* Don't print the 'writes: sync & async' stuff if we're mounted readonlyPeter Wemm1998-03-271-3/+6
* 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
* Reviewed by: hackers@freebsd.org in generalJulian Elischer1997-11-131-1/+2
* Add noclusterr and noclusterw options. The noclusterr and noclusterwKATO Takenori1997-09-271-1/+7
* Try to avoid mounting filesystems multiple times. Also whileSteve Price1997-08-241-17/+67
* Change vfork to fork, too many memory-clobbering actions present in childAndrey A. Chernov1997-04-231-2/+2
* Finished (?) merging with Lite2: cleaned up #include mess; fixed mergingBruce Evans1997-03-121-62/+48
* Merge from Lite2Peter Wemm1997-03-111-109/+80
* Implemented user side of "noatime" mount option. This option disablesDavid Greenman1996-09-031-0/+1
* I have added a new option -p to the mount command. This wasJordan K. Hubbard1996-07-211-5/+66
* 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
* The changes for adding the "noauto" option were mostly wrong. MNT_NOAUTODavid Greenman1995-08-261-5/+4
* Add a "noauto" flag so that you can do things like prevent your systemJordan K. Hubbard1995-08-231-3/+6
* 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
* Use getvfs* functions to map between VFS types and names.Garrett Wollman1994-09-221-3/+4
* Fixed NULL pointer dereference that occured when any options wereDavid Greenman1994-08-021-1/+3
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+512