aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add -n flag for compatibility with Linux version of mount(8).Robert Millan2013-07-152-1/+7
* - Trim an unused and bogus Makefile for mount_smbfs.Davide Italiano2013-06-282-1/+3
* Revert r238399.Jaakko Heinonen2013-06-071-6/+1
* Introduce and use new flag -L to mount for mounting only late filesystems.Chris Rees2013-05-042-2/+16
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingAttilio Rao2012-10-182-3/+1
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingAttilio Rao2012-10-172-3/+1
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingAttilio Rao2012-10-172-3/+1
* Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingAttilio Rao2012-10-162-3/+1
* Fix minor nits:Eitan Adler2012-10-152-3/+4
* Document the behavior of mount with failok specified.Eitan Adler2012-07-121-1/+6
* Fixes to man8 groff mandoc style, usage mistakes, or typos.Warren Block2012-05-241-1/+1
* Don't print the nmount(2) provided error message if it is empty.Jaakko Heinonen2012-01-201-1/+4
* Change mount_fs() to not exit on error. The "failok" mount optionJaakko Heinonen2012-01-201-6/+5
* - Clean up checkpath().Jaakko Heinonen2012-01-201-8/+5
* Change checkpath() to not exit on error. This is a prerequisite forJaakko Heinonen2012-01-164-7/+17
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-042-2/+2
* Clear the mountprog variable after each mountfs() call so that mountprogJohn Baldwin2011-09-021-0/+5
* Update to -r224294 to ensure that only one of MNT_SUJ or MNT_SOFTDEPKirk McKusick2011-07-301-2/+2
* Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flagKirk McKusick2011-07-241-2/+3
* Add a special mount option "failok" to indicate that the administrator wantsXin LI2011-06-071-2/+14
* Add another example to mount(8) on using the "-o" argument.Gavin Atkinson2011-06-061-2/+11
* Another man page update related to the switchover of theRick Macklem2011-04-291-2/+2
* This patch changes head so that the default NFS client is now the newRick Macklem2011-04-271-2/+2
* Revert r217871.Doug Barton2011-02-251-6/+2
* Clarify the availability of the noatime option on network file systemsDoug Barton2011-01-261-2/+6
* Remove the advertising clause from UCB copyrighted files in sbin. ThisJoel Dahl2010-12-121-4/+0
* Delete /sys/ufs/ffs/README.snapshot as it is no longer relevant.Kirk McKusick2010-11-201-3/+0
* Fix printing of the "rw" mount option in fstab(5) format (-p option).Jaakko Heinonen2010-09-301-12/+12
* Clarify devfs manpages slightly.Jilles Tjoelker2010-05-291-0/+1
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-131-5/+5
* As statfs.f_flags are uint64_t the local variables should be as well.Bjoern A. Zeeb2010-03-071-3/+3
* - Remove reference to nfs4. mount_nfs4(8) was removed in r192578.Jaakko Heinonen2010-02-101-2/+2
* ANSIfy almost all applications that use WARNS=6.Ed Schouten2009-12-291-5/+2
* Implement NFSv4 ACL support for UFS.Edward Tomasz Napierala2009-12-213-2/+18
* Add links to zfs(8) and zpool(8) to mount(8) manual page.Edward Tomasz Napierala2009-11-111-1/+3
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-1/+0
* Modify mount(8) to skip MNT_IGNORE file systems by default, just like df(1)Pawel Jakub Dawidek2009-09-142-0/+9
* Add support for the experimental nfs client to mount_nfs. TheRick Macklem2009-05-271-1/+1
* Add a -o mountprog parameter to mount which explicitly allowsCraig Rodrigues2009-03-052-4/+39