summaryrefslogtreecommitdiffstats
path: root/usr.bin/nfsstat/nfsstat.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 261512,261514:jhb2014-02-191-35/+27
* Modify nfsstat.c so that it prints out an error when a non-rootrmacklem2013-06-091-0/+3
* Add a "-m" option to nfsstat, which dumps out thermacklem2012-12-021-2/+24
* Fix a bug which prevents "nfsstat -W" for server statistics from working.hrs2012-07-221-2/+1
* Fix nfsstat(1) so that it prints out correct stats for thermacklem2011-08-231-23/+23
* Fix nfsstat(1) so that it prints out correct stats for thermacklem2011-08-231-18/+18
* Change the sysctl naming for the old and new NFS clientsrmacklem2011-05-151-2/+2
* - Add a forgotten -o to usage().ru2011-05-051-1/+1
* Modify nfsstat(1) so that it reports statistics for thermacklem2011-05-041-106/+253
* Modify nfsstat(1) so that it prints out the buffer cachermacklem2011-05-041-4/+6
* Fix nfsstat.c so that the "-z" option works for the newrmacklem2011-05-041-5/+12
* Revert r221308, since it incorrectly zero'd both client andrmacklem2011-05-041-6/+3
* Fix nfsstat so that the "-z" option works for thermacklem2011-05-011-3/+6
* Show client's access cache statistics.ru2011-04-131-3/+4
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-2/+0
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationdfr2009-06-241-1/+0
* Use C99 initialization when necessary; apply static to internal rountines.delphij2009-06-231-5/+5
* Include <sys/module.h> for modfind().ed2009-06-141-0/+1
* Change the "-4" option flag to "-e" since it does not refer to IPv4rmacklem2009-06-011-3/+3
* Add the "-4" option to nfsstat, so that it will reports statsrmacklem2009-05-251-6/+363
* Add a -z flag to nfsstat which zeros the NFS statistics after displayingjhb2007-10-181-22/+44
* Fix a few cases that relied on 'implicit int' (constraint violation in C99).stefanf2004-07-111-0/+1
* remove __Pimp2002-03-221-6/+6
* Userland part of nfs client/server split and cleanup.peter2001-09-181-87/+106
* Fix the error buffer passed to kvm_openfiles to have a correct lengthtmm2001-05-251-1/+2
* Take setgid kmem away from nfsstat, it has not needed it for some timetmm2001-03-221-5/+0
* getopt and friends are declared in <unistd.h>imp2000-09-041-2/+0
* Options added in rev 1.14 were not documented in usage().obrien1999-12-161-1/+1
* Add -c, -s, and -W options to nfsstat. Improve interval output and adddillon1999-10-251-192/+266
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Backout out previous commit. The bug was in the kernel.bde1998-10-251-2/+9
* Use sysctlbyname() to locate the vfs.nfs.nfsstats node.msmith1998-10-241-9/+2
* Merged from Lite2. This was mostly already done, mostly indirectlybde1998-01-201-5/+9
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* From Lite2: rename fs to vfs.hsu1996-03-111-2/+2
* <sys/user.h> -> <sys/time.h>phk1995-10-301-2/+2
* #include <sys/user.h>phk1995-10-291-1/+2
* Changes to support version 3 of the NFS protocol.dfr1995-06-271-32/+58
* Use new NFS sysctl interface to get statistics rather than reading /dev/kmem,wollman1994-10-231-32/+50
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+360
OpenPOWER on IntegriCloud