summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
...
* mount.nfs: Support double-wide characters in printed stringsChuck Lever2007-08-045-44/+54
* nfsstat: add -D/--diff-statdavid m. richter2007-08-011-2/+91
* nfsstat: just declare -D/--diff-stat's variablesdavid m. richter2007-08-011-49/+51
* nfsstat: use macros to declare struct statinfo arraysdavid m. richter2007-08-011-22/+30
* nfsstat: standardize naming of opcount arraysdavid m. richter2007-08-011-30/+30
* nfsstat: standardize naming of server variablesdavid m. richter2007-08-011-40/+40
* nfsstat: add get_stats()david m. richter2007-08-011-21/+17
* nfsstat: add has_stats()david m. richter2007-08-011-6/+14
* Fix more 'prototype' warnings and other warnings.Neil Brown2007-07-305-21/+21
* mount.nfs: clean up a couple of printfs in fstab.cChuck Lever2007-07-301-9/+12
* libnfs.a: eliminate another dependency on a global variableChuck Lever2007-07-303-2/+587
* libnfs.a: eliminate conn.c and conn.hChuck Lever2007-07-305-5/+20
* mount.nfs: use nfs_error instead of fprintf in get_socket()Chuck Lever2007-07-301-47/+53
* libnfs.a: move get_socket() function to utils/mount/network.cChuck Lever2007-07-301-0/+73
* libnfs.a: move clnt_ping() to utils/mountChuck Lever2007-07-303-0/+83
* libnfs.a: move more mount-only functions out of libnfs.aChuck Lever2007-07-302-0/+36
* libnfs.a: move mnt_{open, close}clnt calls to utils/mount/network.cChuck Lever2007-07-302-0/+53
* mount.nfs: clean up getport() functionChuck Lever2007-07-301-19/+28
* mount.nfs: fix hang when getport() uses TCP against unavailable serversChuck Lever2007-07-301-2/+17
* umount.nfs: eliminate a nearly empty header file.Chuck Lever2007-07-306-14/+2
* 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
* Make sure nfs_call_umount's callers are handling its return code correctlyChuck Lever2007-07-301-7/+20
* umount.nfs: move nfs_call_umount to network.cChuck Lever2007-07-304-44/+36
* umount.nfs: make umount_usage() staticChuck Lever2007-07-303-8/+7
* 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
* mount.nfs: fix more nits with error messagesChuck Lever2007-07-303-11/+16
* Add -Wstrict-prototypes to compiler args, and fix warnings caused.Neil Brown2007-07-2911-21/+16
* mount.nfs: White space clean upChuck Lever2007-07-205-32/+42
* mount.nfs: Use nfs_error in nfsmount.c, nfsumount.c, and nfs4mount.cChuck Lever2007-07-203-64/+56
* mount.nfs: Error handling clean-upChuck Lever2007-07-202-24/+33
* 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-205-7/+7
* mount.nfs: Change *flags to flagsChuck Lever2007-07-205-9/+9
* mount.nfs: No need to return nfs_mount_data structsChuck Lever2007-07-205-31/+24
* mount.nfs: Move MS_DUMMY and friends to header fileChuck Lever2007-07-202-5/+12
* mount.nfs: Move start_statd into nfs_mountChuck Lever2007-07-205-64/+65
* mount.nfs: Move network functions into a common source moduleChuck Lever2007-07-206-274/+354
* mount.nfs: Eliminate some C macros that use implicit argumentsChuck Lever2007-07-201-78/+81
* mount.nfs: Always preset nfs_mount_versionChuck Lever2007-07-203-72/+64
* mount.nfs: Create a common source module for reporting mount errorsChuck Lever2007-07-208-183/+277
* 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