aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount/mount.c
Commit message (Expand)AuthorAgeFilesLines
* The previous change to mount(8) to report ufs or ufs2 usedBosko Milekic2004-04-261-11/+0
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Report the difference between ufs and ufs2.Greg Lehey2004-02-171-3/+14
* Correct a typo and unbreak the build.Jacques Vidrine2004-02-031-1/+1
* Made use of MNT_USER flag and inform about user responsible for mountPawel Jakub Dawidek2004-02-021-1/+5
* Style(9) option sortingGuido van Rooij2004-01-291-1/+1
* Fix manpage and usage() to reflect that -a can be used in combinationGuido van Rooij2004-01-291-1/+1
* Unbreak -o fstab and -o current in combination with -aGuido van Rooij2004-01-291-0/+2
* Allow trailing slashes for MNT_UPDATE case (mount -u), too.Eric Anholt2004-01-071-1/+1
* Style changeTom Rhodes2003-12-071-1/+1
* Print out the file system access statistics using uintmax_t typesIan Dowse2003-12-071-4/+7
* Don't include the file system ID in the output of `mount -v' if itIan Dowse2003-12-051-10/+12
* Prefer PATH_MAX to MAXPATHLEN. PATH_MAX has the trailing NUL.Warner Losh2003-08-071-1/+1
* When mount(8) is invoked with the `-v' flag, display the filesystemIan Dowse2003-07-181-1/+4
* Convert fsck and mount to using execvP to find fsck_foo and mount_foo.Gordon Tetlow2003-06-291-24/+5
* Implement the '-F' option for mount & umount which allows the user toMatthew N. Dodd2003-04-071-2/+5
* Teach mount(8) about MNT_ACLS for the purposes of mount options andRobert Watson2002-10-141-0/+2
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-4/+4
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-021-0/+2
* more file system > filesystemTom Rhodes2002-05-161-3/+3
* Unbreak NFS mounts when mount(8) is invoked as : mount path@server.Maxime Henrion2002-04-231-1/+5
* Do our best to determine if the user is attempting an NFS mount whenMaxime Henrion2002-04-221-6/+19
* o __P removedWarner Losh2002-03-211-15/+14
* - VFS_SET(msdos) -> VFS_SET(msdosfs)Ruslan Ermilov2001-06-011-0/+4
* Implement the -r and -w options as `-o ro' and `-o noro', respectively. AtDima Dorfman2001-05-021-2/+2
* 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-59/+45