summaryrefslogtreecommitdiffstats
path: root/sbin/mount/mount.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Style changetrhodes2003-12-071-1/+1
* Print out the file system access statistics using uintmax_t typesiedowse2003-12-071-4/+7
* Don't include the file system ID in the output of `mount -v' if itiedowse2003-12-051-10/+12
* Prefer PATH_MAX to MAXPATHLEN. PATH_MAX has the trailing NUL.imp2003-08-071-1/+1
* When mount(8) is invoked with the `-v' flag, display the filesystemiedowse2003-07-181-1/+4
* Convert fsck and mount to using execvP to find fsck_foo and mount_foo.gordon2003-06-291-24/+5
* Implement the '-F' option for mount & umount which allows the user tomdodd2003-04-071-2/+5
* Teach mount(8) about MNT_ACLS for the purposes of mount options andrwatson2002-10-141-0/+2
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-4/+4
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-021-0/+2
* more file system > filesystemtrhodes2002-05-161-3/+3
* Unbreak NFS mounts when mount(8) is invoked as : mount path@server.mux2002-04-231-1/+5
OpenPOWER on IntegriCloud