aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount
Commit message (Expand)AuthorAgeFilesLines
* man filesystems: fix xrefs after move to section 4Alexander Ziaee7 days1-6/+6
* mount: document atime optionEd Maste2024-01-241-1/+4
* mount: Add a note that userquota and groupquota aren't printed with -pWarner Losh2024-01-161-1/+17
* Fix "version introduced" in numerous manual pagesTom Hukins2024-01-081-1/+1
* sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-6/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-272-16/+0
* sbin: Remove ancient SCCS tags.Warner Losh2023-11-279-21/+0
* mount.8: Mention tarfs(5)Jose Luis Duran2023-10-041-1/+2
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-2/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+1
* 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