summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nfsstat: Remove some pointer comparisons against global statinfos.david m. richter2007-08-161-12/+15
* nfsstat: Obviate and remove copy_stats().david m. richter2007-08-161-25/+18
* nfsstat: rename *_tmp variables to *_old.david m. richter2007-08-161-19/+19
* 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: Add new files for supporting string-ified mount optionsChuck Lever2007-08-113-2/+358
* mount.nfs: Replace a "return 0; " that should be an "exit(0); "Chuck Lever2007-08-111-1/+1
* mount.nfs: Treat another UDP/TCP pair of strings like the restChuck Lever2007-08-111-1/+1
* umount.nfs: Update umount.nfs(8)Chuck Lever2007-08-101-4/+3
* mount.nfs: Update the mount.nfs(8) man pageChuck Lever2007-08-102-21/+10
* nfs-utils: specify a create mode with open(...O_CREAT) call in xflockJeff Layton2007-08-091-1/+1
* Remove ARCH-specific compile flags for ALPHA.Neil Brown2007-08-091-2/+2
* nfsstat: include -Z/--sleep in the manpagedavid m. richter2007-08-091-1/+11
* nfsstat: rename --diff-stat to --sleepdavid m. richter2007-08-091-7/+7
* nfsstat: fix a bug in diff_stats()david m. richter2007-08-091-4/+25
* nfsstat: add a comment to has_stats()david m. richter2007-08-091-1/+7
* nfsstat: display 3 additional NFSv4 client op countersdavid m. richter2007-08-091-4/+5
* fix regression with rmtab handling in newer nfs-utils codeJeff Layton2007-08-071-3/+1
* 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-045-7/+9
* mount.nfs: get_socket() may clobber errno, but preserves .re_errnoChuck Lever2007-08-041-12/+4
* mount.nfs: Always close the socket at the end of getport()Chuck Lever2007-08-041-5/+4
* mount.nfs: Shorter timeout for TCP connectsChuck Lever2007-08-041-5/+59
* mount.nfs: Remove a redundant port assignmentChuck Lever2007-08-041-1/+0
* mount.nfs: umount needs to pick up transport option from /etc/mtabChuck Lever2007-08-041-0/+12
* mount.nfs: fix printf's normally hidden behind NFS_MOUNT_DEBUGChuck Lever2007-08-042-20/+18
* 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-305-4/+558
* libnfs.a: eliminate conn.c and conn.hChuck Lever2007-07-309-60/+21
* 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-303-80/+73
* libnfs.a: move clnt_ping() to utils/mountChuck Lever2007-07-305-77/+83
* libnfs.a: move more mount-only functions out of libnfs.aChuck Lever2007-07-304-20/+36
* libnfs.a: move mnt_{open, close}clnt calls to utils/mount/network.cChuck Lever2007-07-304-53/+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