| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach mount(8) about MNT_ACLS for the purposes of mount options and | rwatson | 2002-10-14 | 2 | -1/+5 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 3 | -60/+60 |
* | mdoc(7) police: missing markup bits. | ru | 2002-08-13 | 1 | -6/+12 |
* | Update the manpage to match the code. The mount utilities | mux | 2002-08-11 | 1 | -24/+2 |
* | Now that the kernel is able to load modules itself, | mux | 2002-08-03 | 1 | -17/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-02 | 2 | -1/+5 |
* | Add a bit of information on FFS snapshots to the mount(8) manual page. | trhodes | 2002-07-11 | 1 | -0/+67 |
* | The .Nm utility | charnier | 2002-07-06 | 1 | -3/+2 |
* | more file system > filesystem | trhodes | 2002-05-16 | 2 | -23/+23 |
* | Fix a typo : ".Xr mount_udf 8," -> ".Xr mount_udf 8 ,". | mux | 2002-05-11 | 1 | -1/+1 |
* | Unbreak NFS mounts when mount(8) is invoked as : mount path@server. | mux | 2002-04-23 | 1 | -1/+5 |
* | Do our best to determine if the user is attempting an NFS mount when | mux | 2002-04-22 | 1 | -6/+19 |
* | Add mount_udf and mount_smbfs to crossrefs. | dwmalone | 2002-04-21 | 1 | -0/+2 |
* | o __P removed | imp | 2002-03-21 | 4 | -22/+21 |
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+1 |
* | <mntopts.h> -> "mntopts.h" in SYNOPSIS. | ru | 2001-10-04 | 1 | -1/+1 |
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -1/+1 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 2 | -2/+2 |
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+1 |
* | - VFS_SET(msdos) -> VFS_SET(msdosfs) | ru | 2001-06-01 | 2 | -1/+5 |
* | Remove vestiges of MFS. | ru | 2001-06-01 | 1 | -5/+4 |
* | Rename (after a repo-copy) some mount(8) programs: | ru | 2001-05-23 | 1 | -5/+5 |
* | Implement the -r and -w options as `-o ro' and `-o noro', respectively. At | dd | 2001-05-02 | 1 | -2/+2 |
* | mdoc(7) police: fix markup. | ru | 2001-04-26 | 1 | -22/+23 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
* | Add an xref for mount_ntfs. | nik | 2001-02-02 | 1 | -0/+1 |
* | Always print out the target device when the mount fails, not just on | bsd | 2001-01-25 | 1 | -4/+1 |
* | Provide a better error message when the /dev entry is non-existant. | bsd | 2001-01-25 | 1 | -0/+3 |
* | Retire kernfs (userland part). | des | 2000-12-28 | 1 | -1/+0 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 1 | -0/+1 |
* | mdoc(7) police: misc minor fixes. | ru | 2000-11-23 | 1 | -44/+57 |
* | o get rid lfs mentions | phantom | 2000-11-22 | 1 | -3/+3 |
* | We do not support lfs. Remove it from list of remountable fs'es. | phantom | 2000-11-22 | 1 | -1/+1 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 2 | -8/+8 |
* | .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 |