aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync from headSimon J. Gerraty2012-11-043-14/+12
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | | | Remove some oldnfs remnants.Edward Tomasz Napierala2015-04-182-2/+1
* | | | | | mdoc: improvements to SEE ALSO.Joel Dahl2014-12-271-1/+1
* | | | | | Add fstyp(8). This utility, named after its SVR4 counterpart, detectsEdward Tomasz Napierala2014-12-101-1/+2
* | | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
* | | | | | Cross-reference automount(8) from mount(8).Edward Tomasz Napierala2014-11-221-1/+2
| |_|_|_|/ |/| | | |
* | | | | Add description for the "automounted" mount flag.Edward Tomasz Napierala2014-08-201-1/+6
* | | | | Bring in the new automounter, similar to what's provided in most otherEdward Tomasz Napierala2014-08-172-2/+5
* | | | | Mention tmpfs(5)Steven Kreuzer2014-08-061-0/+1
| |_|_|/ |/| | |
* | | | use .Mt to mark up email addresses consistently (part1)Baptiste Daroussin2014-06-201-2/+2
| |_|/ |/| |
* | | Minor mdoc fixes.Joel Dahl2013-07-181-10/+10
* | | In this GRN, Marcel Moolenaar overhauled the logic for mountingCraig Rodrigues2013-07-172-1/+253