summaryrefslogtreecommitdiffstats
path: root/sbin/mount (follow)
Commit message (Expand)AuthorAgeFilesLines
* pass down the `skip' flag to the mountfs() function in the case ofrobert2020-12-111-2/+2
* Adapt to POSIX realpath(3); if it returns NULL, use the mount path as-is.millert2019-07-191-9/+8
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-6/+6
* delete whitespace before a full stop on a text line;schwarze2019-03-101-3/+3
* Mark up mount(8) options with Cm.bentley2018-01-181-16/+16
* remove redundant variable declarations in Makefiles, since those areespie2017-07-091-2/+1
* Postpone pledge call until after the getopt switch and hoist the call totb2017-02-061-21/+21
* Some simple cleanup:tb2017-01-251-17/+19
* whitespacetb2017-01-241-3/+2
* On noperm mount points honor the permissions of the root directory, sonatano2016-10-061-1/+3
* fix HISTORY;schwarze2016-10-061-3/+3
* Improve description of the noperm option.natano2016-10-041-4/+10
* sort the options list; also, the full stop in (FFS only.) wasn;tjmc2016-09-101-6/+6
* Add a noperm mount flag for FFS to be used for building release setsnatano2016-09-103-4/+10
* strlen + malloc + snprintf == asprintfakfaew2016-09-041-6/+3
* further tweak previous: use the same text for norw as ro; ok tedujmc2016-08-271-2/+2
* for completeness, document (no)rw and ro options.tedu2016-08-271-2/+6
* kern.usermount is currently a no-op;jmc2016-07-141-16/+3
* somebody forgot to look at format string warningstedu2016-06-261-3/+3
* Add a bit more verbosity to tmpfs mount(8) output.ajacoutot2016-06-201-1/+16
* a little nicer formatting; from miodjmc2016-06-191-3/+3
* sort mount options, and shorten slightly the wxabort text;jmc2016-05-291-7/+7
* W^X violations are no longer permitted by default. A kernel log messagederaadt2016-05-273-4/+17
* remove knowledge of MNT_EXKERBderaadt2016-05-251-2/+1
* Remove the -x flag from mount_msdos and always assume the execute bitnatano2016-05-211-3/+1
* Use pledge "disklabel" as needed. The theory here is these tools become morederaadt2015-11-231-1/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-162-6/+8
* Additional cleanup for procfs removaldoug2014-09-081-3/+2
* Delete procfs; it's always had races and is now unused: no one noticed forguenther2014-09-081-8/+1
* Convert a couple calloc()s that were originally malloc()s to reallocarray()s.guenther2014-07-171-6/+6
* add -N to usage()/SYNOPSIS and tweak previous;jmc2014-07-152-14/+7
* remove the never installed getmntopts.3 page, as well as thejmc2014-07-142-164/+1
* Introduce a -N option to mount and a 'net' mount option.claudio2014-07-133-6/+36
* remove the noaccesstime synonym for noatime which was previously added for BSD/OS compatibility.daniel2014-06-242-7/+3
* Xr mount_tmpfs, trivial ok deraadt@espie2013-12-171-2/+3
* Revert. It seems people don't agree about which device should be used.ajacoutot2013-09-231-2/+2
* cd0a -> cd0c for consistency with the FAQ.ajacoutot2013-09-231-3/+3
* When mount(1) is run in verbose mode, display f_mntfromspec if it differsjsing2013-04-211-5/+14
* remove unneccessary .Pp;jmc2012-08-231-2/+1
* get rid of mount_nnpfsderaadt2012-08-231-3/+2
* Make 'mount nfssrv:/path' without mount point work again :landry2012-05-291-4/+3
* Make mount work when the special is provided as a DUID.jsing2011-04-121-2/+4
* Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'miod2011-04-061-2/+2
* Remove portalfs.thib2011-04-051-3/+2
* document disklabel uids and move a little text to improve readability; thejmc2010-09-281-12/+23
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-272-24/+2
* xfs -> nnpfs;jmc2009-06-041-3/+3
* don't define _KERNEL. Theres no need and its gross.thib2009-05-121-4/+2
* when describing options that can be passed to mount:jmc2008-11-141-14/+16
* Don't err() out if a fstab line refers to a non-existant mount point.krw2007-11-171-4/+6