summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ifs/mount.c
Commit message (Expand)AuthorAgeFilesLines
* Remove IFS from 5.0-CURRENT. This facilitates introducing UFS2 asrwatson2002-05-191-567/+0
* more file system > filesystemtrhodes2002-05-161-1/+1
* o __P removedimp2002-03-211-14/+14
* Nuke unused variables.dd2001-06-241-7/+0
* Pre-IFS commit. Commit IFS-aware fsck and mount utilities.adrian2000-10-141-179/+6
* Only print information about reads and writes when the -v flag (forsheldonh2000-08-231-6/+8
* This is another in Martin Blapp's N-series of mount-related cleanups :)green2000-01-151-3/+6
* Fix tab completion mounts (like /cdrom/)eivind1999-12-261-0/+1
* Print out the filesystem read counts now collected by the kernel.mckusick1999-12-011-0/+3
* Fix a few things:green1999-10-301-15/+31
* Let a file with '@' or ':' in it take precedence over defaulting togreen1999-10-101-2/+4
* mount* fixes from Martin Blapp <mb@imp.ch>:phk1999-10-091-11/+3
* - Fixed some cases in which mount was segfaulting.n_hibma1999-10-081-10/+12
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Null commit.jkoshy1999-05-071-1/+1
* 1. Enhanced syntax for mount(8). The -o option now supports two 'meta'jkoshy1999-05-071-31/+138
* Fixed `mount -a -u ...'. Rev.1.19 broke this by trying too hard tobde1999-03-161-2/+3
* Remove unused #includes. Spelling. Add rcsid. Do not dot terminate err()charnier1998-07-061-21/+16
* Print the write counts if they are nonzero even if we're mountedbde1998-06-081-4/+3
* Remove extraneous ")" from output.dt1998-05-171-2/+2
* New mount option nosymfollow. If enabled, the kernel lookup()wosch1998-04-081-1/+4
* Don't print the 'writes: sync & async' stuff if we're mounted readonlypeter1998-03-271-3/+6
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-2/+6
* Converted putfsent() to Lite2 mount interface - don't use numericbde1998-02-131-2/+2
* Reviewed by: hackers@freebsd.org in generaljulian1997-11-131-1/+2
* Add noclusterr and noclusterw options. The noclusterr and noclusterwkato1997-09-271-1/+7
* Try to avoid mounting filesystems multiple times. Also whilesteve1997-08-241-17/+67
* Change vfork to fork, too many memory-clobbering actions present in childache1997-04-231-2/+2
* Finished (?) merging with Lite2: cleaned up #include mess; fixed mergingbde1997-03-121-62/+48
* Merge from Lite2peter1997-03-111-109/+80
* Implemented user side of "noatime" mount option. This option disablesdg1996-09-031-0/+1
* I have added a new option -p to the mount command. This wasjkh1996-07-211-5/+66
* Change the messages slightly when there is no "mount_type" executableasami1996-03-151-4/+19
* Backout my changes to disallow "mount /mnt /mnt" until I can verifympp1996-03-111-22/+0
* Only restrict the user from doing something like "mount /mnt /mnt"mpp1996-03-111-4/+7
* Do not allow the caller to specify the same path for the specialmpp1996-03-101-0/+19
* Close PR#17. This may be a contraversal fix in that now mount willjkh1996-03-031-5/+1
* The changes for adding the "noauto" option were mostly wrong. MNT_NOAUTOdg1995-08-261-5/+4
* Add a "noauto" flag so that you can do things like prevent your systemjkh1995-08-231-3/+6
* Fix another bogon in the change before the last.bde1995-02-161-1/+1
* Woops, last change wasn't done quite right...fixed.dg1995-02-151-1/+1
* Verify that the last component of the mount point path exists and isdg1995-02-151-1/+11
* Use getvfs* functions to map between VFS types and names.wollman1994-09-221-3/+4
* Fixed NULL pointer dereference that occured when any options weredg1994-08-021-1/+3
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+512
OpenPOWER on IntegriCloud