summaryrefslogtreecommitdiffstats
path: root/utils/mount/nfsumount.c
Commit message (Expand)AuthorAgeFilesLines
* nfsumount: Squelch compiler warningChuck Lever2011-09-201-1/+2
* umount.nfs: fix nfs4 checkIan Kent2011-08-291-44/+31
* mount: move generic functions to utils.c and network.cKarel Zak2011-04-061-118/+1
* umount.nfs: Distinguish between nfs4 and nfs mountsChuck Lever2010-10-141-7/+104
* mount.nfs: Eliminate compiler warning in utils/mount/nfsumount.cChuck Lever2010-10-141-4/+4
* mount.nfs: Eliminate compiler warning in utils/mount/nfsumount.cChuck Lever2010-10-141-0/+1
* mount: silently fails when bad option values are givenSteve Dickson2010-06-221-3/+1
* mount.nfs: Teach umount.nfs to recognize netids in /etc/mtabChuck Lever2009-12-111-4/+11
* mount.nfs: Support "-t nfs,vers=4" mounts in the kernelChuck Lever2009-09-141-0/+4
* umount.nfs: Use correct data type in nfsumount()Chuck Lever2009-07-141-1/+1
* mount.nfs: make nfs_options2pmap return errorsChuck Lever2009-07-141-1/+4
* umount.nfs: Harden umount.nfs error reportingChuck Lever2009-05-181-8/+9
* mount: remove legacy version of nfs_name_to_address()Chuck Lever2009-05-181-1/+1
* umount command: remove do_nfs_umount23 functionChuck Lever2009-02-171-93/+0
* umount.nfs command: Support AF_INET6 server addressesChuck Lever2009-02-171-4/+99
* If portmap is not listening on UDP (as apparently happens withNeil Brown2008-07-161-4/+15
* Traditionally the mount command has looked for a ":" to separate theChuck Lever2008-07-151-19/+16
* Fix version fallback for unmount.Neil Brown2007-10-121-6/+4
* Don't fail an unmount just because we couldn't contact the NFS server.Neil Brown2007-10-111-2/+1
* Don't do_nfs_umount() for NFSv4 unmountsChuck Lever2007-09-251-1/+1
* umount.nfs: umount doesn't recognize a busy file systemChuck Lever2007-09-251-3/+7
* umount.nfs: Refactor remount logic in umount.nfsChuck Lever2007-09-251-17/+26
* umount.nfs: Fix white space damage in nfsumount.cChuck Lever2007-09-251-58/+58
* mount.nfs: teach [u]mount.nfs[4] to exit with EX_SUCCESS instead of 0Chuck Lever2007-09-251-2/+2
* mount.nfs: umount needs to pick up transport option from /etc/mtabChuck Lever2007-08-041-0/+12
* mount.nfs: Support double-wide characters in printed stringsChuck Lever2007-08-041-11/+11
* libnfs.a: eliminate conn.c and conn.hChuck Lever2007-07-301-1/+0
* umount.nfs: eliminate a nearly empty header file.Chuck Lever2007-07-301-1/+0
* umount.nfs: Pass return codes from do_nfs_umount backChuck Lever2007-07-301-3/+4
* umount.nfs: Make do_nfs_mount use conventional EX_ style return codesChuck Lever2007-07-301-12/+26
* umount.nfs: make _nfsumount() staticChuck Lever2007-07-301-3/+3
* umount.nfs: make del_mtab() a static functionChuck Lever2007-07-301-1/+1
* umount.nfs: move nfs_call_umount to network.cChuck Lever2007-07-301-37/+0
* umount.nfs: make umount_usage() staticChuck Lever2007-07-301-1/+6
* umount.nfs: make umount.nfs use UDP by defaultChuck Lever2007-07-301-1/+0
* umount.nfs: some umount.nfs error return codes are confusingChuck Lever2007-07-301-5/+5
* Add -Wstrict-prototypes to compiler args, and fix warnings caused.Neil Brown2007-07-291-1/+1
* mount.nfs: White space clean upChuck Lever2007-07-201-1/+0
* mount.nfs: Use nfs_error in nfsmount.c, nfsumount.c, and nfs4mount.cChuck Lever2007-07-201-11/+9
* mount.nfs: Error handling clean-upChuck Lever2007-07-201-3/+3
* mount.nfs: Move network functions into a common source moduleChuck Lever2007-07-201-3/+1
* mount.nfs: Always preset nfs_mount_versionChuck Lever2007-07-201-3/+0
* mount.nfs: Create a common source module for reporting mount errorsChuck Lever2007-07-201-25/+2
* umount should succeed even if we cannot contact the server.Neil Brown2007-03-201-4/+3
* Build mount.nfs by default, and install setuidNeil Brown2007-03-201-1/+6
* mount.nfs - make sure program name in error message is correct.Neil Brown2007-03-201-0/+1
* umount.nfs - more strict checks on command line args.Neil Brown2007-03-201-0/+11
* Clean up of some error messages.Amit Gud2007-03-191-1/+1
* Fix a 'const' misuse warning.Neil Brown2007-03-161-1/+1
* Support unmount by not privileged usersNeil Brown2007-03-161-0/+31