Age | Commit message (Expand) | Author |
2024-05-09 | ctime(3) and ctime_r(3) can fail when timestamps are way off. | Florian Obser |
2023-11-10 | MNT_SOFTDEP and mount -o softdep no longer have any effect | Ingo Schwarze |
2023-11-09 | link to showmount(8); OK deraadt | Klemens Nanni |
2023-07-23 | use SMALL to save a shave mfs and tmpfs bits in install media | Klemens Nanni |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2022-04-09 | fix grammar in comment: successfully -> successful | Dave Voutila |
2020-12-11 | pass down the `skip' flag to the mountfs() function in the case of | Robert Nagy |
2019-07-19 | Adapt to POSIX realpath(3); if it returns NULL, use the mount path as-is. | Todd C. Miller |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-03-10 | delete whitespace before a full stop on a text line; | Ingo Schwarze |
2018-01-18 | Mark up mount(8) options with Cm. | Anthony J. Bentley |
2017-07-09 | remove redundant variable declarations in Makefiles, since those are | Marc Espie |
2017-02-06 | Postpone pledge call until after the getopt switch and hoist the call to | Theo Buehler |
2017-01-25 | Some simple cleanup: | Theo Buehler |
2017-01-24 | whitespace | Theo Buehler |
2016-10-06 | On noperm mount points honor the permissions of the root directory, so | Martin Natano |
2016-10-06 | fix HISTORY; | Ingo Schwarze |
2016-10-04 | Improve description of the noperm option. | Martin Natano |
2016-09-10 | sort the options list; also, the full stop in (FFS only.) wasn;t | Jason McIntyre |
2016-09-10 | Add a noperm mount flag for FFS to be used for building release sets | Martin Natano |
2016-09-04 | strlen + malloc + snprintf == asprintf | Michal Mazurek |
2016-08-27 | further tweak previous: use the same text for norw as ro; ok tedu | Jason McIntyre |
2016-08-27 | for completeness, document (no)rw and ro options. | Ted Unangst |
2016-07-14 | kern.usermount is currently a no-op; | Jason McIntyre |
2016-06-26 | somebody forgot to look at format string warnings | Ted Unangst |
2016-06-20 | Add a bit more verbosity to tmpfs mount(8) output. | Antoine Jacoutot |
2016-06-19 | a little nicer formatting; from miod | Jason McIntyre |
2016-05-29 | sort mount options, and shorten slightly the wxabort text; | Jason McIntyre |
2016-05-27 | W^X violations are no longer permitted by default. A kernel log message | Theo de Raadt |
2016-05-25 | remove knowledge of MNT_EXKERB | Theo de Raadt |
2016-05-21 | Remove the -x flag from mount_msdos and always assume the execute bit | Martin Natano |
2015-11-23 | Use pledge "disklabel" as needed. The theory here is these tools become more | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-09-08 | Additional cleanup for procfs removal | Doug Hogan |
2014-09-08 | Delete procfs; it's always had races and is now unused: no one noticed for | Philip Guenther |
2014-07-17 | Convert a couple calloc()s that were originally malloc()s to reallocarray()s. | Philip Guenther |
2014-07-15 | add -N to usage()/SYNOPSIS and tweak previous; | Jason McIntyre |
2014-07-14 | remove the never installed getmntopts.3 page, as well as the | Jason McIntyre |
2014-07-13 | Introduce a -N option to mount and a 'net' mount option. | Claudio Jeker |
2014-06-24 | remove the noaccesstime synonym for noatime which was previously added for BS... | Daniel Dickman |
2013-12-17 | Xr mount_tmpfs, trivial ok deraadt@ | Marc Espie |
2013-09-23 | Revert. It seems people don't agree about which device should be used. | Antoine Jacoutot |
2013-09-23 | cd0a -> cd0c for consistency with the FAQ. | Antoine Jacoutot |
2013-04-21 | When mount(1) is run in verbose mode, display f_mntfromspec if it differs | Joel Sing |
2012-08-23 | remove unneccessary .Pp; | Jason McIntyre |
2012-08-23 | get rid of mount_nnpfs | Theo de Raadt |
2012-05-29 | Make 'mount nfssrv:/path' without mount point work again : | Landry Breuil |
2011-04-12 | Make mount work when the special is provided as a DUID. | Joel Sing |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2011-04-05 | Remove portalfs. | Thordur I. Bjornsson |