summaryrefslogtreecommitdiffstats
path: root/utils/mount/mount.c
Commit message (Expand)AuthorAgeFilesLines
* mount.nfs: Fix for the bug in v1.2.4 that breaks mount.nfsPrem Karat2011-06-301-10/+1
* mount.nfs: Don't hard code source and destinationPrem Karat2011-06-291-4/+9
* mount: move generic functions to utils.c and network.cKarel Zak2011-04-061-81/+2
* mount.nfs: mnt_freq and mnt_pass are always zeroChuck Lever2010-11-011-15/+19
* behavior as file systems that use the monolithic /sbin/mount command.Chuck Lever2010-10-141-2/+2
* mount.nfs: Eliminate compiler warnings in utils/mount/mount.cChuck Lever2010-10-141-2/+2
* mount.nfs: Eliminate compiler warning in utils/mount/mount.cChuck Lever2010-10-141-1/+1
* Added the sys/stat.h header file to a number ofSteve Dickson2010-01-221-0/+1
* mount options can be lost when using bg optionHarshula Jayasuriya2009-11-161-0/+3
* Cleaned up parsing errors to hopeful be more preciseSteve Dickson2009-08-171-1/+1
* Added hooks to the mount command that allowSteve Dickson2009-08-161-0/+7
* mount.nfs: Remove unused parameter in try_mount()Chuck Lever2009-07-141-3/+3
* mount.nfs: Use correct data type in discover_nfs_mount_data_version()Chuck Lever2009-07-141-1/+1
* Clean up: Include the bare minimum of legacy RPC headers inChuck Lever2008-07-151-1/+0
* Moved the kernel version-ing code into a new version.hChuck Lever2008-07-151-17/+1
* Ported the create_mtab() routine from util-linux-ng as wellChristiaan Welvaart2008-07-151-34/+80
* If mount.nfs is not installed setuid, an attempt to perform a "user"NeilBrown2008-05-081-0/+6
* Recently #include directives for autoconf's config.h file were added inChuck Lever2008-03-111-1/+4
* The mount(5) man page states that the noquota, quota, usrquota andSteinar H. Gunderson2008-03-101-0/+4
* Added in relatime mount option so mount.nfs staysSteve Dickson2008-01-241-0/+6
* Address an inconsistency: the mount.nfs command uses the glibc routinesSteve Dickson2008-01-161-5/+7
* add_mtab() calls unlock_mtab() twice in one of its error exit paths.Steve Dickson2008-01-161-1/+0
* Get rid of the "-i" option for mount.nfs[4] and always use the text-Steve Dickson2008-01-041-17/+4
* 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