aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_ifs
Commit message (Expand)AuthorAgeFilesLines
* optreset is declared in unistd.h now.Warner Losh2000-08-161-1/+0
* Add the snapshot option to mount_ufs.Kirk McKusick2000-07-062-0/+2
* Removed xref to mount_lfs, this died in 2.mumble.Nik Clayton2000-04-301-1/+0
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-6/+12
* Don't scare the users.Alfred Perlstein2000-02-221-4/+0
* 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-093-11/+44
* - Fixed some cases in which mount was segfaulting.Nick Hibma1999-10-081-10/+12
* Document the "noasync" option.David E. O'Brien1999-09-281-0/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-289-9/+9
* Add $Id$ to these manpages.Nik Clayton1999-07-121-0/+1
* Null commit.Joseph Koshy1999-05-072-2/+2
* 1. Enhanced syntax for mount(8). The -o option now supports two 'meta'Joseph Koshy1999-05-072-39/+155
* modload -> kldload and add ref to kldload(8) in See Also section.Guy Helmer1999-04-081-2/+3
* Fixed `mount -a -u ...'. Rev.1.19 broke this by trying too hard toBruce Evans1999-03-161-2/+3
* Removed ROOTSLICE_HUNT. The root device is now found better byBruce Evans1999-01-092-38/+3
* Warn about "mount -u" bug.Dag-Erling Smørgrav1998-10-161-1/+5
* Add a CAVEAT section documenting the minimum permissions required for a mountJoseph Koshy1998-07-091-1/+8
* Remove unused #includes. Spelling. Add rcsid. Do not dot terminate err()Philippe Charnier1998-07-066-49/+36
* 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