| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r320323 | Rick Macklem | 2017-07-14 | 1 | -0/+7 |
| * | MFC: r309197 | Rick Macklem | 2016-12-10 | 1 | -2/+368 |
| * | MFC: r304058, r304066, r304194 | Rick Macklem | 2016-10-03 | 1 | -268/+502 |
| * | Since removal of oldnfs support linking to kvm is not needed anymore | Baptiste Daroussin | 2015-12-24 | 1 | -1/+0 |
| * | Make nfsstat(1) build with WARNS=6. | Edward Tomasz Napierala | 2015-04-24 | 1 | -9/+0 |
| * | Remove oldnfs support from nfsstat(1). | Edward Tomasz Napierala | 2015-04-23 | 1 | -420/+119 |
| * | Remove some oldnfs remnants. | Edward Tomasz Napierala | 2015-04-18 | 1 | -7/+0 |
| * | Use the DELTA() macro to tidy the server-side interval stats code a bit. | John Baldwin | 2014-02-05 | 1 | -18/+9 |
| * | Partially revert r52493 and change client side interval statistics to | John Baldwin | 2014-02-05 | 1 | -17/+18 |
| * | Modify nfsstat.c so that it prints out an error when a non-root | Rick Macklem | 2013-06-09 | 1 | -0/+3 |
| * | Add a "-m" option to nfsstat, which dumps out the | Rick Macklem | 2012-12-02 | 1 | -2/+24 |
| * | Fix a bug which prevents "nfsstat -W" for server statistics from working. | Hiroki Sato | 2012-07-22 | 1 | -2/+1 |
| * | Fix nfsstat(1) so that it prints out correct stats for the | Rick Macklem | 2011-08-23 | 1 | -23/+23 |
| * | Fix nfsstat(1) so that it prints out correct stats for the | Rick Macklem | 2011-08-23 | 1 | -18/+18 |
| * | Change the sysctl naming for the old and new NFS clients | Rick Macklem | 2011-05-15 | 1 | -2/+2 |
| * | - Add a forgotten -o to usage(). | Ruslan Ermilov | 2011-05-05 | 1 | -1/+1 |
| * | Modify nfsstat(1) so that it reports statistics for the | Rick Macklem | 2011-05-04 | 1 | -106/+253 |
| * | Modify nfsstat(1) so that it prints out the buffer cache | Rick Macklem | 2011-05-04 | 1 | -4/+6 |
| * | Fix nfsstat.c so that the "-z" option works for the new | Rick Macklem | 2011-05-04 | 1 | -4/+11 |
| * | Revert r221308, since it incorrectly zero'd both client and | Rick Macklem | 2011-05-04 | 1 | -6/+3 |
| * | Fix nfsstat so that the "-z" option works for the | Rick Macklem | 2011-05-01 | 1 | -3/+6 |
| * | Show client's access cache statistics. | Ruslan Ermilov | 2011-04-13 | 1 | -3/+4 |
| * | Remove the advertising clause from UCB copyrighted files in usr.bin. This | Joel Dahl | 2010-12-11 | 1 | -4/+0 |
| * | Revert most part of 200420 as requested, as more review and polish is | Xin LI | 2009-12-13 | 1 | -0/+2 |
| * | Remove unneeded header includes from usr.bin/ except contributed code. | Xin LI | 2009-12-11 | 1 | -2/+0 |
| * | Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementation | Doug Rabson | 2009-06-24 | 1 | -1/+0 |
| * | Use C99 initialization when necessary; apply static to internal rountines. | Xin LI | 2009-06-23 | 1 | -5/+5 |
| * | Include <sys/module.h> for modfind(). | Ed Schouten | 2009-06-14 | 1 | -0/+1 |
| * | Change the "-4" option flag to "-e" since it does not refer to IPv4 | Rick Macklem | 2009-06-01 | 1 | -3/+3 |
| * | Add the "-4" option to nfsstat, so that it will reports stats | Rick Macklem | 2009-05-25 | 1 | -6/+363 |
| * | Add a -z flag to nfsstat which zeros the NFS statistics after displaying | John Baldwin | 2007-10-18 | 1 | -22/+44 |
| * | Fix a few cases that relied on 'implicit int' (constraint violation in C99). | Stefan Farfeleder | 2004-07-11 | 1 | -0/+1 |
| * | remove __P | Warner Losh | 2002-03-22 | 1 | -6/+6 |
| * | Userland part of nfs client/server split and cleanup. | Peter Wemm | 2001-09-18 | 1 | -87/+106 |
| * | Fix the error buffer passed to kvm_openfiles to have a correct length | Thomas Moestl | 2001-05-25 | 1 | -1/+2 |
| * | Take setgid kmem away from nfsstat, it has not needed it for some time | Thomas Moestl | 2001-03-22 | 1 | -5/+0 |
| * | getopt and friends are declared in <unistd.h> | Warner Losh | 2000-09-04 | 1 | -2/+0 |
| * | Options added in rev 1.14 were not documented in usage(). | David E. O'Brien | 1999-12-16 | 1 | -1/+1 |
| * | Add -c, -s, and -W options to nfsstat. Improve interval output and add | Matthew Dillon | 1999-10-25 | 1 | -192/+266 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Backout out previous commit. The bug was in the kernel. | Bruce Evans | 1998-10-25 | 1 | -2/+9 |
| * | Use sysctlbyname() to locate the vfs.nfs.nfsstats node. | Mike Smith | 1998-10-24 | 1 | -9/+2 |
| * | Merged from Lite2. This was mostly already done, mostly indirectly | Bruce Evans | 1998-01-20 | 1 | -5/+9 |
| * | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-29 | 1 | -2/+2 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | From Lite2: rename fs to vfs. | Jeffrey Hsu | 1996-03-11 | 1 | -2/+2 |
| * | <sys/user.h> -> <sys/time.h> | Poul-Henning Kamp | 1995-10-30 | 1 | -2/+2 |
| * | #include <sys/user.h> | Poul-Henning Kamp | 1995-10-29 | 1 | -1/+2 |
| * | Changes to support version 3 of the NFS protocol. | Doug Rabson | 1995-06-27 | 1 | -32/+58 |