summaryrefslogtreecommitdiffstats
path: root/sbin/mount/mount.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixing a regression introduced in rev1.72 by connecting cd9660 to theavatar2005-11-241-1/+1
* Do not pass userquota and groupquota mount options to nmount().rodrigc2005-11-231-0/+4
* For mounting a UFS filesystem, call nmount() directly, instead of havingrodrigc2005-11-211-3/+1
* Do not pass noauto to nmount() or external mount program.rodrigc2005-11-161-1/+10
* - Minor fixes to raise WARNS level to 6.rodrigc2005-11-121-48/+83
* In prmount(), use an unsigned int variable to eliminaterodrigc2005-10-071-1/+2
* Switch from K&R-style C prototypes to ISO/ANSI-style C prototypes.rodrigc2005-10-071-21/+9
* When executing mount_foo, pass "mount_foo" as argv[0] instead of "foo".cperciva2005-03-261-2/+4
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-3/+3
* Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zero).ru2004-11-291-2/+0
* The previous change to mount(8) to report ufs or ufs2 usedbmilekic2004-04-261-11/+0
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* Report the difference between ufs and ufs2.grog2004-02-171-3/+14
* Correct a typo and unbreak the build.nectar2004-02-031-1/+1
* Made use of MNT_USER flag and inform about user responsible for mountpjd2004-02-021-1/+5
* Style(9) option sortingguido2004-01-291-1/+1
* Fix manpage and usage() to reflect that -a can be used in combinationguido2004-01-291-1/+1
* Unbreak -o fstab and -o current in combination with -aguido2004-01-291-0/+2
* Allow trailing slashes for MNT_UPDATE case (mount -u), too.anholt2004-01-071-1/+1
OpenPOWER on IntegriCloud