aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount/mount.c
Commit message (Expand)AuthorAgeFilesLines
* sbin/mount: strcpy -> strlcpyAlan Somers2017-04-071-3/+4
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* mount(1): Simplify by using asprintf(3)Pedro F. Giffuni2016-09-191-5/+2
* 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
* Remove some oldnfs remnants.Edward Tomasz Napierala2015-04-181-1/+1
* Bring in the new automounter, similar to what's provided in most otherEdward Tomasz Napierala2014-08-171-0/+1
* Add -n flag for compatibility with Linux version of mount(8).Robert Millan2013-07-151-1/+4
* - Trim an unused and bogus Makefile for mount_smbfs.Davide Italiano2013-06-281-1/+1
* Introduce and use new flag -L to mount for mounting only late filesystems.Chris Rees2013-05-041-2/+9
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingAttilio Rao2012-10-181-1/+1
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingAttilio Rao2012-10-171-1/+1
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingAttilio Rao2012-10-171-1/+1
* Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingAttilio Rao2012-10-161-1/+1
* Change checkpath() to not exit on error. This is a prerequisite forJaakko Heinonen2012-01-161-1/+4
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-041-1/+1
* 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
* This patch changes head so that the default NFS client is now the newRick Macklem2011-04-271-2/+2
* Fix printing of the "rw" mount option in fstab(5) format (-p option).Jaakko Heinonen2010-09-301-12/+12
* As statfs.f_flags are uint64_t the local variables should be as well.Bjoern A. Zeeb2010-03-071-3/+3
* Implement NFSv4 ACL support for UFS.Edward Tomasz Napierala2009-12-211-0/+2
* Modify mount(8) to skip MNT_IGNORE file systems by default, just like df(1)Pawel Jakub Dawidek2009-09-141-0/+3
* 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-051-4/+30
* r187093 failed to keep the lifetime of the pointer suitable for reentrancy.David E. O'Brien2009-01-131-11/+5
* Use a dynamically grown buffer for building the argv for the sub-mounts.David E. O'Brien2009-01-121-11/+16
* Explicitly check each mount argv building assignment for buffer over flowing.David E. O'Brien2009-01-101-28/+34
* style(9)David E. O'Brien2008-12-261-4/+4
* Make the sub-'argc' static to make it harder to overwrite thru a bufferDavid E. O'Brien2008-12-261-1/+2
* Be a little bit more pestimistic in argument handling - check if we'veDavid E. O'Brien2008-12-181-1/+7
* Don't return always 0. Return what we get from exec_mountprog orMatteo Riondato2008-08-311-1/+1
* Fix mount -p and mount -u -ocurrent on gjournaled FSMatteo Riondato2008-02-041-1/+0
* Fix printing of unionfs mounts when using the -p optionMatteo Riondato2008-02-031-2/+8
* - Remove UMAP filesystem. It was disconnected from build three years ago,Rong-En Fan2007-06-251-2/+1
* Align -p output in TAB built columns suitable for /etc/fstab.Poul-Henning Kamp2007-04-131-2/+19
* Print warning that "-t msdos" is deprecated and being converted toCraig Rodrigues2007-02-061-1/+4
* Use pidfile(3) API to restart mountd(8) on success mount.Pawel Jakub Dawidek2007-02-021-10/+25
* Fix debugging output of '-d', to more accurately reflect ifCraig Rodrigues2006-11-141-1/+4
* Teach mount(8) about MNT_GJOURNAL flag.Pawel Jakub Dawidek2006-10-311-0/+2
* Two tiny style fixes.Ruslan Ermilov2006-10-241-3/+3
* Revert rev. 1.86 by jmallett@ as it breaks "ro" mounts specifiedRuslan Ermilov2006-10-241-6/+32
* Teach mount(8) about a 'late' keyword, which means the file system shouldDag-Erling Smørgrav2006-07-121-4/+18
* Minor style tweaks while nearby. Namely ANSIfy and parens on return values.Juli Mallett2006-06-101-26/+15
* Rather than using specified_ro to parse the options list an extra time, andJuli Mallett2006-06-101-32/+6
* Fix "mount -u -o ro".Craig Rodrigues2006-06-021-1/+24
* o Extend rev. 1.75 and restore an ability to specify a non-defaultMaxim Konovalov2006-05-101-0/+9
* When there are no mount options, an implicit "rw" should be printed inGiorgos Keramidas2006-03-031-1/+6