aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount
Commit message (Expand)AuthorAgeFilesLines
* mount.8: document nosymfollow optionWolfram Schneider2025-11-241-2/+7
* getvfsbyname.3 mount.8: Reference lsvfs(1)Mateusz Piotrowski2025-10-281-1/+2
* manpages: prefer linking to xo_options.7 over xo_parse_args.3Alan Somers2025-07-161-3/+3
* mount: Improve usage message and polish man page descriptionsAlexander Ziaee2025-04-302-10/+15
* mount.8: Add a single example for single user modeAlexander Ziaee2025-04-241-0/+4
* Search for mntopts.h globally, not locallyBrooks Davis2025-04-222-2/+2
* Move mntopts(3) suppport into libutilBrooks Davis2025-04-224-799/+2
* mount(8): Avoid truncation when fstab-formatting unionfs mount infoJason A. Harmening2024-12-301-8/+8
* sbin/{ffsinfo,mount,newfs}: reference ffs(4) in man pagesDavid Gilbert2024-11-251-1/+2
* manuals: Remove trailing spacesGraham Percival2024-11-041-1/+1
* mount(8): Complete libxo transitionYan-Hao Wang2024-10-121-9/+10
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* man filesystems: fix xrefs after move to section 4Alexander Ziaee2024-05-161-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