summaryrefslogtreecommitdiffstats
path: root/sbin/mount/mount.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r270096:trasz2014-08-311-0/+1
* Add -n flag for compatibility with Linux version of mount(8).rmh2013-07-151-1/+4
* - Trim an unused and bogus Makefile for mount_smbfs.davide2013-06-281-1/+1
* Introduce and use new flag -L to mount for mounting only late filesystems.crees2013-05-041-2/+9
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-181-1/+1
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingattilio2012-10-171-1/+1
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingattilio2012-10-171-1/+1
* Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingattilio2012-10-161-1/+1
* Change checkpath() to not exit on error. This is a prerequisite forjh2012-01-161-1/+4
* Add missing static keywords for global variables to tools in sbin/.ed2011-11-041-1/+1
* 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
* This patch changes head so that the default NFS client is now the newrmacklem2011-04-271-2/+2
* Fix printing of the "rw" mount option in fstab(5) format (-p option).jh2010-09-301-12/+12
* As statfs.f_flags are uint64_t the local variables should be as well.bz2010-03-071-3/+3
* Implement NFSv4 ACL support for UFS.trasz2009-12-211-0/+2
* Modify mount(8) to skip MNT_IGNORE file systems by default, just like df(1)pjd2009-09-141-0/+3
* 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-051-4/+30
* 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-261-4/+4
* 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-181-1/+7
* Don't return always 0. Return what we get from exec_mountprog ormatteo2008-08-311-1/+1
* 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
* - Remove UMAP filesystem. It was disconnected from build three years ago,rafan2007-06-251-2/+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-021-10/+25
* 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
* Teach mount(8) about a 'late' keyword, which means the file system shoulddes2006-07-121-4/+18
* Minor style tweaks while nearby. Namely ANSIfy and parens on return values.jmallett2006-06-101-26/+15
* Rather than using specified_ro to parse the options list an extra time, andjmallett2006-06-101-32/+6
* Fix "mount -u -o ro".rodrigc2006-06-021-1/+24
* o Extend rev. 1.75 and restore an ability to specify a non-defaultmaxim2006-05-101-0/+9
* When there are no mount options, an implicit "rw" should be printed inkeramida2006-03-031-1/+6
* If we specify: mount -u (update), without specifying anrodrigc2006-02-251-11/+7
* s/<space><tab>/<tab>/pjd2006-01-241-1/+1
* Resolve the mount point's path with realpath(2) before checking if filepjd2006-01-181-1/+8
* For reiserfs, pass mount parameters directly to nmount() insteadrodrigc2005-12-121-1/+1
* Remove workaround for old GCC bugs.rodrigc2005-12-031-5/+0
* Simplify parsing of mount options by passingrodrigc2005-12-031-1/+1
OpenPOWER on IntegriCloud