summaryrefslogtreecommitdiffstats
path: root/utils/mount/mount.c
Commit message (Expand)AuthorAgeFilesLines
...
* mount.nfs: Always preset nfs_mount_versionChuck Lever2007-07-201-0/+49
* mount.nfs: Create a common source module for reporting mount errorsChuck Lever2007-07-201-28/+5
* mount.nfs: clean-up add_mtabChuck Lever2007-07-201-24/+28
* mount.nfs: /bin/mount already handles --bind & friendsChuck Lever2007-07-201-30/+0
* mount.nfs: Remove support for "-t" optionChuck Lever2007-07-201-36/+26
* mount.nfs: Simplify generation of prognameChuck Lever2007-07-201-7/+2
* Fix umount.nfs exit statusSteinar H. Gunderson2007-07-161-1/+1
* Added missing unlock_mtab() call in the add_mtab()Steve Dickson2007-07-161-0/+1
* fix warnings in mount.cJ. Bruce Fields2007-07-101-1/+1
* mount.nfs - NFSv4 mounts give wrong error message when server denies the mountSteve Dickson2007-05-171-5/+35
* mount.nfs - require statd to be running to mount without nolocksNeil Brown2007-03-291-7/+46
* mount.nfs: Fix issue with -o user,execNeil Brown2007-03-221-4/+2
* Fix a couple of problems that crept into mountKevin Coffman2007-03-211-2/+2
* Add support for quoted mount optionsKarel Zak2007-03-201-6/+18
* Build mount.nfs by default, and install setuidNeil Brown2007-03-201-3/+10
* mount.nfs - make sure program name in error message is correct.Neil Brown2007-03-201-1/+2
* mount.nfs - Tidy up option parsing.Neil Brown2007-03-201-14/+38
* Handle -o remount betterNeil Brown2007-03-201-0/+5
* Correctly handle -f (fake) mount option.Karel Zak2007-03-201-9/+9
* Clean up of some error messages.Amit Gud2007-03-191-4/+4
* Correctly handle "user" and "users" mount options.Neil Brown2007-03-161-6/+57
* Remove some incorrect version matching code.Neil Brown2007-03-161-1/+1
* Return the correct exit status on failed mountsSteve Dickson2007-03-161-10/+16
* Support -s option to ignore unknown options (sloppy)Neil Brown2007-03-161-1/+6
* Return correct exit status for umount.nfs.Neil Brown2007-03-161-1/+1
* Automatically start statd when mounting an nfs filesystem.Neil Brown2007-03-161-5/+27
* Remove unused variable from add_mtabNeil Brown2007-03-131-1/+0
* nfs-utils - mtab locking needed on add as well as updateIan Kent2006-12-191-9/+6
* Merge nfsmount.x and mount.x into mount.xAmit Gud2006-06-231-1/+1
* Move NFS mount code from util-linux to nfs-utils - part 1Amit Gud2006-06-161-0/+387