| Commit message (Expand) | Author | Age | Files | Lines |
* | .Xr to mount_ext2fs, mount_hpfs, mount_linprocfs, mount_nwfs, and | nik | 2000-10-29 | 1 | -0/+5 |
* | Explain the notion that additional mount options may be described | sheldonh | 2000-08-28 | 1 | -6/+11 |
* | Only print information about reads and writes when the -v flag (for | sheldonh | 2000-08-23 | 1 | -6/+8 |
* | optreset is declared in unistd.h now. | imp | 2000-08-16 | 1 | -1/+0 |
* | Add the snapshot option to mount_ufs. | mckusick | 2000-07-06 | 2 | -0/+2 |
* | Removed xref to mount_lfs, this died in 2.mumble. | nik | 2000-04-30 | 1 | -1/+0 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -6/+12 |
* | Don't scare the users. | alfred | 2000-02-22 | 1 | -4/+0 |
* | This is another in Martin Blapp's N-series of mount-related cleanups :) | green | 2000-01-15 | 1 | -3/+6 |
* | Fix tab completion mounts (like /cdrom/) | eivind | 1999-12-26 | 1 | -0/+1 |
* | Print out the filesystem read counts now collected by the kernel. | mckusick | 1999-12-01 | 1 | -0/+3 |
* | Fix a few things: | green | 1999-10-30 | 1 | -15/+31 |
* | Let a file with '@' or ':' in it take precedence over defaulting to | green | 1999-10-10 | 1 | -2/+4 |
* | mount* fixes from Martin Blapp <mb@imp.ch>: | phk | 1999-10-09 | 3 | -11/+44 |
* | - Fixed some cases in which mount was segfaulting. | n_hibma | 1999-10-08 | 1 | -10/+12 |
* | Document the "noasync" option. | obrien | 1999-09-28 | 1 | -0/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 9 | -9/+9 |
* | Add $Id$ to these manpages. | nik | 1999-07-12 | 1 | -0/+1 |
* | Null commit. | jkoshy | 1999-05-07 | 2 | -2/+2 |
* | 1. Enhanced syntax for mount(8). The -o option now supports two 'meta' | jkoshy | 1999-05-07 | 2 | -39/+155 |
* | modload -> kldload and add ref to kldload(8) in See Also section. | ghelmer | 1999-04-08 | 1 | -2/+3 |
* | Fixed `mount -a -u ...'. Rev.1.19 broke this by trying too hard to | bde | 1999-03-16 | 1 | -2/+3 |
* | Removed ROOTSLICE_HUNT. The root device is now found better by | bde | 1999-01-09 | 2 | -38/+3 |
* | Warn about "mount -u" bug. | des | 1998-10-16 | 1 | -1/+5 |
* | Add a CAVEAT section documenting the minimum permissions required for a mount | jkoshy | 1998-07-09 | 1 | -1/+8 |
* | Remove unused #includes. Spelling. Add rcsid. Do not dot terminate err() | charnier | 1998-07-06 | 6 | -49/+36 |
* | Print the write counts if they are nonzero even if we're mounted | bde | 1998-06-08 | 1 | -4/+3 |
* | Remove extraneous ")" from output. | dt | 1998-05-17 | 1 | -2/+2 |
* | New mount option nosymfollow. If enabled, the kernel lookup() | wosch | 1998-04-08 | 3 | -3/+11 |
* | Don't print the 'writes: sync & async' stuff if we're mounted readonly | peter | 1998-03-27 | 1 | -3/+6 |
* | Fix a type mismatch between a scanf format string and the | jdp | 1998-03-08 | 1 | -3/+3 |
* | Make this compile again. | steve | 1998-03-08 | 1 | -3/+3 |
* | If we are mounting the root filesystem, and we're accessing it through | msmith | 1998-03-08 | 2 | -3/+38 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 1 | -2/+6 |
* | Converted putfsent() to Lite2 mount interface - don't use numeric | bde | 1998-02-13 | 1 | -2/+2 |
* | Removed definition of _NEW_VFSCONF. The new vfsconf interface is now | bde | 1998-01-20 | 1 | -2/+1 |
* | Add mount_devfs(8) to the SEE ALSO section. | steve | 1997-12-01 | 1 | -1/+2 |
* | Reviewed by: hackers@freebsd.org in general | julian | 1997-11-13 | 3 | -3/+22 |
* | Add noclusterr and noclusterw options. The noclusterr and noclusterw | kato | 1997-09-27 | 3 | -4/+18 |
* | Removed duplicate MOPT_FORCE and sorted the first one. Rev.1.5 and | bde | 1997-08-25 | 1 | -3/+2 |
* | Moved getmntops() stuff back to mntopt.h so that it is visible in other | bde | 1997-08-25 | 2 | -8/+5 |
* | Backed out previous commit - don't clobber the (normally equivalent) | bde | 1997-08-25 | 1 | -2/+1 |
* | Forgot to cvs add this new file. | steve | 1997-08-24 | 1 | -0/+40 |
* | Try to avoid mounting filesystems multiple times. Also while | steve | 1997-08-24 | 7 | -29/+99 |
* | Mention the various reasons for messages of the form: | joerg | 1997-08-24 | 1 | -1/+17 |
* | Always include the section name in the .Xr macro and cleanup | steve | 1997-08-24 | 1 | -11/+14 |
* | Fix parsing of mount options with '=' in their name. | msmith | 1997-04-30 | 1 | -1/+1 |
* | Change vfork to fork, too many memory-clobbering actions present in child | ache | 1997-04-23 | 1 | -2/+2 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
* | Finished (?) merging with Lite2: cleaned up #include mess; fixed merging | bde | 1997-03-12 | 1 | -62/+48 |