| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't include the file system ID in the output of `mount -v' if it | Ian Dowse | 2003-12-05 | 1 | -10/+12 |
| * | style.Makefile: Add a '?' before '=' in WARNS. | Tom Rhodes | 2003-10-26 | 1 | -1/+1 |
| * | Reduce fstab(5)/mount(8) confusion by changing the man pages to say "ro" | Sean Chittenden | 2003-10-22 | 1 | -2/+2 |
| * | Prefer PATH_MAX to MAXPATHLEN. PATH_MAX has the trailing NUL. | Warner Losh | 2003-08-07 | 1 | -1/+1 |
| * | When mount(8) is invoked with the `-v' flag, display the filesystem | Ian Dowse | 2003-07-18 | 1 | -1/+4 |
| * | Convert fsck and mount to using execvP to find fsck_foo and mount_foo. | Gordon Tetlow | 2003-06-29 | 2 | -26/+6 |
| * | Fixed the markup in the recently added ENVIRONMENT section. | Ruslan Ermilov | 2003-05-17 | 1 | -6/+6 |
| * | Use __FBSDID() to quiet GCC 3.3 warnings. | David E. O'Brien | 2003-05-03 | 2 | -7/+6 |
| * | Bump the date for recent commits. | Matthew N. Dodd | 2003-04-07 | 1 | -1/+1 |
| * | Clarify the behavior of PATH_FSTAB with regard to 'tainted' execution. | Matthew N. Dodd | 2003-04-07 | 1 | -0/+7 |
| * | Implement the '-F' option for mount & umount which allows the user to | Matthew N. Dodd | 2003-04-07 | 2 | -2/+17 |
| * | mdoc(7) police: kill unnecessary xref. | Ruslan Ermilov | 2003-02-23 | 1 | -1/+0 |
| * | Mention the oddities and requirements for mount operations executed by | Joerg Wunsch | 2003-01-13 | 1 | -0/+4 |
| * | Remove the incorrect information about dump(8) and snapshots. All the | Tom Rhodes | 2002-12-13 | 1 | -6/+0 |
| * | Teach mount(8) about MNT_ACLS for the purposes of mount options and | Robert Watson | 2002-10-14 | 2 | -1/+5 |
| * | s/filesystem/file system/g as discussed on -developers | Tom Rhodes | 2002-08-21 | 3 | -60/+60 |
| * | mdoc(7) police: missing markup bits. | Ruslan Ermilov | 2002-08-13 | 1 | -6/+12 |
| * | Update the manpage to match the code. The mount utilities | Maxime Henrion | 2002-08-11 | 1 | -24/+2 |
| * | Now that the kernel is able to load modules itself, | Maxime Henrion | 2002-08-03 | 1 | -17/+1 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-08-02 | 2 | -1/+5 |
| * | Add a bit of information on FFS snapshots to the mount(8) manual page. | Tom Rhodes | 2002-07-11 | 1 | -0/+67 |
| * | The .Nm utility | Philippe Charnier | 2002-07-06 | 1 | -3/+2 |
| * | more file system > filesystem | Tom Rhodes | 2002-05-16 | 2 | -23/+23 |
| * | Fix a typo : ".Xr mount_udf 8," -> ".Xr mount_udf 8 ,". | Maxime Henrion | 2002-05-11 | 1 | -1/+1 |
| * | Unbreak NFS mounts when mount(8) is invoked as : mount path@server. | Maxime Henrion | 2002-04-23 | 1 | -1/+5 |
| * | Do our best to determine if the user is attempting an NFS mount when | Maxime Henrion | 2002-04-22 | 1 | -6/+19 |
| * | Add mount_udf and mount_smbfs to crossrefs. | David Malone | 2002-04-21 | 1 | -0/+2 |
| * | o __P removed | Warner Losh | 2002-03-21 | 4 | -22/+21 |
| * | Default to WARNS=2. | David E. O'Brien | 2001-12-04 | 1 | -0/+1 |
| * | <mntopts.h> -> "mntopts.h" in SYNOPSIS. | Ruslan Ermilov | 2001-10-04 | 1 | -1/+1 |
| * | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 1 | -1/+1 |
| * | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 2 | -2/+2 |
| * | Include missing header files which define functions for which gcc has | Dima Dorfman | 2001-06-24 | 1 | -0/+1 |
| * | - VFS_SET(msdos) -> VFS_SET(msdosfs) | Ruslan Ermilov | 2001-06-01 | 2 | -1/+5 |
| * | Remove vestiges of MFS. | Ruslan Ermilov | 2001-06-01 | 1 | -5/+4 |
| * | Rename (after a repo-copy) some mount(8) programs: | Ruslan Ermilov | 2001-05-23 | 1 | -5/+5 |
| * | Implement the -r and -w options as `-o ro' and `-o noro', respectively. At | Dima Dorfman | 2001-05-02 | 1 | -2/+2 |
| * | mdoc(7) police: fix markup. | Ruslan Ermilov | 2001-04-26 | 1 | -22/+23 |
| * | - Backout botched attempt to introduce MANSECT feature. | Ruslan Ermilov | 2001-03-26 | 1 | -0/+1 |
| * | Set the default manual section for sbin/ to 8. | Ruslan Ermilov | 2001-03-20 | 1 | -1/+0 |
| * | Add an xref for mount_ntfs. | Nik Clayton | 2001-02-02 | 1 | -0/+1 |
| * | Always print out the target device when the mount fails, not just on | Brian S. Dean | 2001-01-25 | 1 | -4/+1 |
| * | Provide a better error message when the /dev entry is non-existant. | Brian S. Dean | 2001-01-25 | 1 | -0/+3 |
| * | Retire kernfs (userland part). | Dag-Erling Smørgrav | 2000-12-28 | 1 | -1/+0 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-18 | 1 | -0/+1 |
| * | mdoc(7) police: misc minor fixes. | Ruslan Ermilov | 2000-11-23 | 1 | -44/+57 |
| * | o get rid lfs mentions | Alexey Zelkin | 2000-11-22 | 1 | -3/+3 |
| * | We do not support lfs. Remove it from list of remountable fs'es. | Alexey Zelkin | 2000-11-22 | 1 | -1/+1 |
| * | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 2 | -8/+8 |
| * | .Xr to mount_ext2fs, mount_hpfs, mount_linprocfs, mount_nwfs, and | Nik Clayton | 2000-10-29 | 1 | -0/+5 |