summaryrefslogtreecommitdiffstats
path: root/sbin/mount/mount.c
Commit message (Expand)AuthorAgeFilesLines
* The previous change to mount(8) to report ufs or ufs2 usedbmilekic2004-04-261-11/+0
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* Report the difference between ufs and ufs2.grog2004-02-171-3/+14
* Correct a typo and unbreak the build.nectar2004-02-031-1/+1
* Made use of MNT_USER flag and inform about user responsible for mountpjd2004-02-021-1/+5
* Style(9) option sortingguido2004-01-291-1/+1
* Fix manpage and usage() to reflect that -a can be used in combinationguido2004-01-291-1/+1
* Unbreak -o fstab and -o current in combination with -aguido2004-01-291-0/+2
* Allow trailing slashes for MNT_UPDATE case (mount -u), too.anholt2004-01-071-1/+1
* Style changetrhodes2003-12-071-1/+1
* Print out the file system access statistics using uintmax_t typesiedowse2003-12-071-4/+7
* Don't include the file system ID in the output of `mount -v' if itiedowse2003-12-051-10/+12
* Prefer PATH_MAX to MAXPATHLEN. PATH_MAX has the trailing NUL.imp2003-08-071-1/+1
* When mount(8) is invoked with the `-v' flag, display the filesystemiedowse2003-07-181-1/+4
* Convert fsck and mount to using execvP to find fsck_foo and mount_foo.gordon2003-06-291-24/+5
* Implement the '-F' option for mount & umount which allows the user tomdodd2003-04-071-2/+5
* Teach mount(8) about MNT_ACLS for the purposes of mount options andrwatson2002-10-141-0/+2
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-4/+4
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-021-0/+2
* more file system > filesystemtrhodes2002-05-161-3/+3
* Unbreak NFS mounts when mount(8) is invoked as : mount path@server.mux2002-04-231-1/+5
* Do our best to determine if the user is attempting an NFS mount whenmux2002-04-221-6/+19
* o __P removedimp2002-03-211-15/+14
* - VFS_SET(msdos) -> VFS_SET(msdosfs)ru2001-06-011-0/+4
* Implement the -r and -w options as `-o ro' and `-o noro', respectively. Atdd2001-05-021-2/+2
* We do not support lfs. Remove it from list of remountable fs'es.phantom2000-11-221-1/+1
* 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
OpenPOWER on IntegriCloud