summaryrefslogtreecommitdiffstats
path: root/utils/mount/mount.c
Commit message (Expand)AuthorAgeFilesLines
* text-based mount.nfs: combine nfsmount_s() and nfs4mount_s() pathsChuck Lever2007-10-091-8/+4
* mount.nfs: Don't leak mount_optsChuck Lever2007-09-251-6/+11
* mount.nfs: Don't leak extra_optsChuck Lever2007-09-251-0/+1
* text-based mount.nfs: Fix memory leak in add_mtab()Chuck Lever2007-09-251-0/+2
* mount.nfs: teach [u]mount.nfs[4] to exit with EX_SUCCESS instead of 0Chuck Lever2007-09-251-4/+4
* mount.nfs: Replace fork() with daemon() for backgrounding mountsChuck Lever2007-08-241-3/+8
* mount: Small tidy up.Neil Brown2007-08-241-3/+1
* Restrict -i option to root.Neil Brown2007-08-111-0/+5
* mount.nfs: Enable mount.nfs to do text-based mount supportChuck Lever2007-08-111-8/+30
* mount.nfs: Replace a "return 0; " that should be an "exit(0); "Chuck Lever2007-08-111-1/+1
* mount.nfs: Update the mount.nfs(8) man pageChuck Lever2007-08-101-2/+2
* mount.nfs: Fix background mountsChuck Lever2007-08-041-1/+23
* mount.nfs: Refactor mount logic to allow support for "bg" optionChuck Lever2007-08-041-16/+27
* mount.nfs: restore bg argument to nfsmount() and nfs4mount()Chuck Lever2007-08-041-2/+4
* mount.nfs: Support double-wide characters in printed stringsChuck Lever2007-08-041-18/+17
* umount.nfs: eliminate a nearly empty header file.Chuck Lever2007-07-301-1/+0
* umount.nfs: make umount_usage() staticChuck Lever2007-07-301-6/+1
* 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-22/+34
* mount.nfs: Error handling clean-upChuck Lever2007-07-201-21/+30
* mount.nfs: When -v is set and the mount succeeds, print the mount infoChuck Lever2007-07-201-0/+15
* Remove the running_bg parameterChuck Lever2007-07-201-2/+2
* mount.nfs: Change *flags to flagsChuck Lever2007-07-201-2/+2
* mount.nfs: No need to return nfs_mount_data structsChuck Lever2007-07-201-20/+2
* mount.nfs: Move MS_DUMMY and friends to header fileChuck Lever2007-07-201-5/+0
* mount.nfs: Move start_statd into nfs_mountChuck Lever2007-07-201-59/+2
* mount.nfs: Move network functions into a common source moduleChuck Lever2007-07-201-6/+1
* 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