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