aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount
Commit message (Expand)AuthorAgeFilesLines
* Fix for getmntpoint(3) when checking for NFS mount points.Kirk McKusick2023-01-291-6/+7
* Rewrite to avoid Coverity false positive.Kirk McKusick2023-01-261-5/+7
* Document the mntopts(3) functions.Kirk McKusick2023-01-156-201/+487
* Add support for mounting single files in nullfsDoug Rabson2022-12-193-3/+35
* Delete xref to suidperl(1) which has long since been removed in perl5.12.Jens Schweikhardt2022-08-141-3/+1
* mount: revert the active vnode reporting featureDoug Ambrisko2022-06-151-4/+3
* mount: add vnode usage per file system with mount -vDoug Ambrisko2022-06-131-0/+7
* mount: use pidfile_signalMateusz Guzik2022-04-091-26/+1
* mount(8): Fix a typo in source code commentsGordon Bergling2022-03-281-1/+1
* mount.8: mention that the snapshot option is exclusiveRobert Wing2022-03-171-3/+5
* vfslist.c: initialize skipvfs variableStefan Eßer2022-01-051-0/+1
* mount: make libxo support more locale-awarePiotr Pawel Stefaniak2021-09-271-3/+3
* mount: Don't pass a NULL format string to xo_err().John Baldwin2021-09-251-1/+1
* mount: add libxo(3) supportCameron Katri2021-09-243-55/+114
* Move the mount name to bit mapping into sys/mount.h so it can be shared with theWarner Losh2020-08-191-31/+4
* All the other printf() calls cast to (void) here, do the two newer ones forWarner Losh2020-08-071-2/+2
* Add two options to allow mount to avoid covering up existing mount points.Sean Eric Fagan2019-09-233-3/+15
* Allow "update" option to be used in the fstab(5). Document possible use case.Maxim Sobolev2019-07-221-0/+1
* Add a new "untrusted" option to the mount command. Its purposeKirk McKusick2019-07-013-1/+11
* Exercise some care before sending SIGHUP to mountd.Konstantin Belousov2019-04-081-0/+11
* When getting mount information for all filesystems, mount uses theKirk McKusick2018-08-071-1/+2
* Fix synopsis of the -t option.Mateusz Piotrowski2018-08-061-18/+13
* vfs_donmount: in certain cases try r/o mount if r/w mount failsAndriy Gapon2018-03-271-0/+4
* Remove decade's old whine about msdos vs msdosfs.Warner Losh2018-03-091-4/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-206-2/+14
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Fix "mount -uw /" when the filesystem type doesn't match.Edward Tomasz Napierala2017-07-081-1/+3
* Add MD_VERIFY option to enable O_VERIFY in open for vnode type.Stephen J. Kiernan2017-05-311-0/+1
* Move mount.conf(8) to mount.conf(5); it's a kernel configuration fileEdward Tomasz Napierala2017-05-282-253/+1
* sbin/mount: strcpy -> strlcpyAlan Somers2017-04-071-3/+4
* Add a post-humous manpage for cd9660(5), the ISO-9660 file systemEnji Cooper2017-03-231-1/+2
* mount.conf(8): fix a .Xr callEnji Cooper2017-03-231-1/+1
* Renumber copyright clause 4Warner Losh2017-02-288-8/+8
* Add a free_iovec() function to reset iovec's.Brooks Davis2016-12-142-0/+15
* mount(1): Simplify by using asprintf(3)Pedro F. Giffuni2016-09-191-5/+2
* Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
* Fix type mismatches for malloc(3) and Co.Ulrich Spörlein2015-12-291-1/+1
* Fix "mount -a" for NFS and ZFS filesystems with shared mountpointsAlan Somers2015-12-211-1/+9
* Replace /dev/acd0 with /dev/cd1Enji Cooper2015-10-171-3/+3
* Replace references to /dev/acd0 with /dev/cd0Enji Cooper2015-10-131-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-6/+6
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-193-3/+12
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-191-2/+2
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge from headSimon J. Gerraty2013-09-054-10/+279
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1