summaryrefslogtreecommitdiff
path: root/sbin/mount/mount.c
AgeCommit message (Expand)Author
2025-04-30mount: Improve usage message and polish man page descriptionsAlexander Ziaee
2025-04-22Search for mntopts.h globally, not locallyBrooks Davis
2024-12-29mount(8): Avoid truncation when fstab-formatting unionfs mount infoJason A. Harmening
2024-10-13mount(8): Complete libxo transitionYan-Hao Wang
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26sbin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-01-15Document the mntopts(3) functions.Kirk McKusick
2022-12-19Add support for mounting single files in nullfsDoug Rabson
2022-06-15mount: revert the active vnode reporting featureDoug Ambrisko
2022-06-13mount: add vnode usage per file system with mount -vDoug Ambrisko
2022-04-09mount: use pidfile_signalMateusz Guzik
2022-03-28mount(8): Fix a typo in source code commentsGordon Bergling
2021-09-27mount: make libxo support more locale-awarePiotr Pawel Stefaniak
2021-09-25mount: Don't pass a NULL format string to xo_err().John Baldwin
2021-09-24mount: add libxo(3) supportCameron Katri
2020-08-19Move the mount name to bit mapping into sys/mount.h so it can be shared with theWarner Losh
2020-08-07All the other printf() calls cast to (void) here, do the two newer ones forWarner Losh
2019-09-23Add two options to allow mount to avoid covering up existing mount points.Sean Eric Fagan
2019-07-22Allow "update" option to be used in the fstab(5). Document possible use case.Maxim Sobolev
2019-07-01Add a new "untrusted" option to the mount command. Its purposeKirk McKusick
2019-04-08Exercise some care before sending SIGHUP to mountd.Konstantin Belousov
2018-08-07When getting mount information for all filesystems, mount uses theKirk McKusick
2018-03-09Remove decade's old whine about msdos vs msdosfs.Warner Losh
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-07-08Fix "mount -uw /" when the filesystem type doesn't match.Edward Tomasz Napierala
2017-05-31Add MD_VERIFY option to enable O_VERIFY in open for vnode type.Stephen J. Kiernan
2017-04-07sbin/mount: strcpy -> strlcpyAlan Somers
2017-02-28Renumber copyright clause 4Warner Losh
2016-09-19mount(1): Simplify by using asprintf(3)Pedro F. Giffuni
2015-12-29Fix type mismatches for malloc(3) and Co.Ulrich Spörlein
2015-12-21Fix "mount -a" for NFS and ZFS filesystems with shared mountpointsAlan Somers
2015-04-18Remove some oldnfs remnants.Edward Tomasz Napierala
2014-08-17Bring in the new automounter, similar to what's provided in most otherEdward Tomasz Napierala
2013-07-15Add -n flag for compatibility with Linux version of mount(8).Robert Millan
2013-06-28- Trim an unused and bogus Makefile for mount_smbfs.Davide Italiano
2013-05-04Introduce and use new flag -L to mount for mounting only late filesystems.Chris Rees
2012-10-18Disconnect non-MPSAFE SMBFS from the build in preparation for droppingAttilio Rao
2012-10-17Disconnect non-MPSAFE NTFS from the build in preparation for droppingAttilio Rao
2012-10-17Disconnect non-MPSAFE NWFS from the build in preparation for droppingAttilio Rao
2012-10-16Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingAttilio Rao
2012-01-16Change checkpath() to not exit on error. This is a prerequisite forJaakko Heinonen
2011-11-04Add missing static keywords for global variables to tools in sbin/.Ed Schouten
2011-09-02Clear the mountprog variable after each mountfs() call so that mountprogJohn Baldwin
2011-07-30Update to -r224294 to ensure that only one of MNT_SUJ or MNT_SOFTDEPKirk McKusick
2011-07-24Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flagKirk McKusick
2011-06-07Add a special mount option "failok" to indicate that the administrator wantsXin LI
2011-04-27This patch changes head so that the default NFS client is now the newRick Macklem
2010-09-30Fix printing of the "rw" mount option in fstab(5) format (-p option).Jaakko Heinonen
2010-03-07As statfs.f_flags are uint64_t the local variables should be as well.Bjoern A. Zeeb