summaryrefslogtreecommitdiffstats
path: root/sbin/mount
Commit message (Expand)AuthorAgeFilesLines
* Add missing static keywords for global variables to tools in sbin/.ed2011-11-042-2/+2
* Clear the mountprog variable after each mountfs() call so that mountprogjhb2011-09-021-0/+5
* Update to -r224294 to ensure that only one of MNT_SUJ or MNT_SOFTDEPmckusick2011-07-301-2/+2
* Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flagmckusick2011-07-241-2/+3
* Add a special mount option "failok" to indicate that the administrator wantsdelphij2011-06-071-2/+14
* Add another example to mount(8) on using the "-o" argument.gavin2011-06-061-2/+11
* Another man page update related to the switchover of thermacklem2011-04-291-2/+2
* This patch changes head so that the default NFS client is now the newrmacklem2011-04-271-2/+2
* Revert r217871.dougb2011-02-251-6/+2
* Clarify the availability of the noatime option on network file systemsdougb2011-01-261-2/+6
* Remove the advertising clause from UCB copyrighted files in sbin. Thisjoel2010-12-121-4/+0
* Delete /sys/ufs/ffs/README.snapshot as it is no longer relevant.mckusick2010-11-201-3/+0
* Fix printing of the "rw" mount option in fstab(5) format (-p option).jh2010-09-301-12/+12
* Clarify devfs manpages slightly.jilles2010-05-291-0/+1
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-131-5/+5
* As statfs.f_flags are uint64_t the local variables should be as well.bz2010-03-071-3/+3
* - Remove reference to nfs4. mount_nfs4(8) was removed in r192578.jh2010-02-101-2/+2
* ANSIfy almost all applications that use WARNS=6.ed2009-12-291-5/+2
* Implement NFSv4 ACL support for UFS.trasz2009-12-213-2/+18
* Add links to zfs(8) and zpool(8) to mount(8) manual page.trasz2009-11-111-1/+3
* Switch the default WARNS level for sbin/ to 6.ru2009-10-191-1/+0
* Modify mount(8) to skip MNT_IGNORE file systems by default, just like df(1)pjd2009-09-142-0/+9
* Add support for the experimental nfs client to mount_nfs. Thermacklem2009-05-271-1/+1
* Add a -o mountprog parameter to mount which explicitly allowsrodrigc2009-03-052-4/+39
* r187093 failed to keep the lifetime of the pointer suitable for reentrancy.obrien2009-01-131-11/+5
* Use a dynamically grown buffer for building the argv for the sub-mounts.obrien2009-01-121-11/+16
* Explicitly check each mount argv building assignment for buffer over flowing.obrien2009-01-101-28/+34
* style(9)obrien2008-12-262-6/+6
* Make the sub-'argc' static to make it harder to overwrite thru a bufferobrien2008-12-261-1/+2
* Be a little bit more pestimistic in argument handling - check if we'veobrien2008-12-182-2/+8
* Don't return always 0. Return what we get from exec_mountprog ormatteo2008-08-311-1/+1
* Fix markup.ru2008-06-031-4/+6
* Add note about a reason to use mount(8) instead of mount_somefs.kib2008-06-031-0/+11
* - Update with a better example which shows that options specific to atmclaugh2008-03-121-3/+3
* - Also change the /sbin/mount_unionfs line I managed to miss just twotmclaugh2008-03-101-1/+1
* - unionfs -b option is deprecated in favor of '-o below' as pertmclaugh2008-03-101-2/+2
* Correct the description of getmnt_silent: unknown options are silentlyyar2008-02-171-2/+3
* Fix mount -p and mount -u -ocurrent on gjournaled FSmatteo2008-02-041-1/+0
* Fix printing of unionfs mounts when using the -p optionmatteo2008-02-031-2/+8
* Properly sort 'sync' in the list of options passed to -o.jhb2007-11-271-4/+4
* Remove stale reference to mount_std.rodrigc2007-10-191-1/+0
* - Remove UMAP filesystem. It was disconnected from build three years ago,rafan2007-06-252-4/+1
* Align -p output in TAB built columns suitable for /etc/fstab.phk2007-04-131-2/+19
* Print warning that "-t msdos" is deprecated and being converted torodrigc2007-02-061-1/+4
* Use pidfile(3) API to restart mountd(8) on success mount.pjd2007-02-022-10/+28
* Pass a char buffer parameter with name "errmsg" to nmount().rodrigc2006-12-071-1/+4
* Fix debugging output of '-d', to more accurately reflect ifrodrigc2006-11-141-1/+4
* Teach mount(8) about MNT_GJOURNAL flag.pjd2006-10-311-0/+2
* Two tiny style fixes.ru2006-10-241-3/+3
* Revert rev. 1.86 by jmallett@ as it breaks "ro" mounts specifiedru2006-10-241-6/+32
OpenPOWER on IntegriCloud