| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-11 | pass down the `skip' flag to the mountfs() function in the case of |  robert | 1 | -2/+2 |
| 2019-07-19 | Adapt to POSIX realpath(3); if it returns NULL, use the mount path as-is. |  millert | 1 | -9/+8 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2 | -6/+6 |
| 2019-03-10 | delete whitespace before a full stop on a text line; |  schwarze | 1 | -3/+3 |
| 2018-01-18 | Mark up mount(8) options with Cm. |  bentley | 1 | -16/+16 |
| 2017-07-09 | remove redundant variable declarations in Makefiles, since those are |  espie | 1 | -2/+1 |
| 2017-02-06 | Postpone pledge call until after the getopt switch and hoist the call to |  tb | 1 | -21/+21 |
| 2017-01-25 | Some simple cleanup: |  tb | 1 | -17/+19 |
| 2017-01-24 | whitespace |  tb | 1 | -3/+2 |
| 2016-10-06 | On noperm mount points honor the permissions of the root directory, so |  natano | 1 | -1/+3 |
| 2016-10-06 | fix HISTORY; |  schwarze | 1 | -3/+3 |
| 2016-10-04 | Improve description of the noperm option. |  natano | 1 | -4/+10 |
| 2016-09-10 | sort the options list; also, the full stop in (FFS only.) wasn;t |  jmc | 1 | -6/+6 |
| 2016-09-10 | Add a noperm mount flag for FFS to be used for building release sets |  natano | 3 | -4/+10 |
| 2016-09-04 | strlen + malloc + snprintf == asprintf |  akfaew | 1 | -6/+3 |
| 2016-08-27 | further tweak previous: use the same text for norw as ro; ok tedu |  jmc | 1 | -2/+2 |
| 2016-08-27 | for completeness, document (no)rw and ro options. |  tedu | 1 | -2/+6 |
| 2016-07-14 | kern.usermount is currently a no-op; |  jmc | 1 | -16/+3 |
| 2016-06-26 | somebody forgot to look at format string warnings |  tedu | 1 | -3/+3 |
| 2016-06-20 | Add a bit more verbosity to tmpfs mount(8) output. |  ajacoutot | 1 | -1/+16 |
| 2016-06-19 | a little nicer formatting; from miod |  jmc | 1 | -3/+3 |
| 2016-05-29 | sort mount options, and shorten slightly the wxabort text; |  jmc | 1 | -7/+7 |
| 2016-05-27 | W^X violations are no longer permitted by default. A kernel log message |  deraadt | 3 | -4/+17 |
| 2016-05-25 | remove knowledge of MNT_EXKERB |  deraadt | 1 | -2/+1 |
| 2016-05-21 | Remove the -x flag from mount_msdos and always assume the execute bit |  natano | 1 | -3/+1 |
| 2015-11-23 | Use pledge "disklabel" as needed. The theory here is these tools become more |  deraadt | 1 | -1/+4 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2 | -6/+8 |
| 2014-09-08 | Additional cleanup for procfs removal |  doug | 1 | -3/+2 |
| 2014-09-08 | Delete procfs; it's always had races and is now unused: no one noticed for |  guenther | 1 | -8/+1 |
| 2014-07-17 | Convert a couple calloc()s that were originally malloc()s to reallocarray()s. |  guenther | 1 | -6/+6 |
| 2014-07-15 | add -N to usage()/SYNOPSIS and tweak previous; |  jmc | 2 | -14/+7 |
| 2014-07-14 | remove the never installed getmntopts.3 page, as well as the |  jmc | 2 | -164/+1 |
| 2014-07-13 | Introduce a -N option to mount and a 'net' mount option. |  claudio | 3 | -6/+36 |
| 2014-06-24 | remove the noaccesstime synonym for noatime which was previously added for BSD/OS compatibility. |  daniel | 2 | -7/+3 |
| 2013-12-17 | Xr mount_tmpfs, trivial ok deraadt@ |  espie | 1 | -2/+3 |
| 2013-09-23 | Revert. It seems people don't agree about which device should be used. |  ajacoutot | 1 | -2/+2 |
| 2013-09-23 | cd0a -> cd0c for consistency with the FAQ. |  ajacoutot | 1 | -3/+3 |
| 2013-04-21 | When mount(1) is run in verbose mode, display f_mntfromspec if it differs |  jsing | 1 | -5/+14 |
| 2012-08-23 | remove unneccessary .Pp; |  jmc | 1 | -2/+1 |
| 2012-08-23 | get rid of mount_nnpfs |  deraadt | 1 | -3/+2 |
| 2012-05-29 | Make 'mount nfssrv:/path' without mount point work again : |  landry | 1 | -4/+3 |
| 2011-04-12 | Make mount work when the special is provided as a DUID. |  jsing | 1 | -2/+4 |
| 2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' |  miod | 1 | -2/+2 |
| 2011-04-05 | Remove portalfs. |  thib | 1 | -3/+2 |
| 2010-09-28 | document disklabel uids and move a little text to improve readability; the |  jmc | 1 | -12/+23 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2 | -24/+2 |
| 2009-06-04 | xfs -> nnpfs; |  jmc | 1 | -3/+3 |
| 2009-05-12 | don't define _KERNEL. Theres no need and its gross. |  thib | 1 | -4/+2 |
| 2008-11-14 | when describing options that can be passed to mount: |  jmc | 1 | -14/+16 |
| 2007-11-17 | Don't err() out if a fstab line refers to a non-existant mount point. |  krw | 1 | -4/+6 |