| History log of /src/usr.bin/nfsstat |
| Revision | Date | Author | Comments |
| 1.8 | 05-Mar-2010 |
pooka | Remove no longer used -DNFS.
|
| 1.7 | 13-Jun-2000 |
simonb | Use the NFS_NFSSTATS sysctl that has been around since Feb '96. By using a common function to retrieve the NFS stats, the sysctl aware binary is smaller than the old kvm-only binary on at least two architectures!
|
| 1.6 | 24-Oct-1997 |
lukem | branches: 1.6.8; use CPPFLAGS instead of CFLAGS
|
| 1.5 | 03-Mar-1996 |
thorpej | branches: 1.5.2; RCS id police.
|
| 1.4 | 13-Jun-1994 |
mycroft | Update from 4.4-Lite.
|
| 1.3 | 27-May-1994 |
cgd | fix to use new KVM routines. bug 265. from arndt@mailhost.uni-koblenz.de.
|
| 1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.3 | 09-Jan-1997 |
tls | Import from 4.4BSD-Lite2
|
| 1.1.1.2 | 13-Jun-1994 |
mycroft | Update from 4.4-Lite.
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.5.2.1 | 08-Nov-1997 |
lukem | sync with trunk (approved by thorpej)
|
| 1.6.8.1 | 23-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
| 1.13 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
| 1.12 | 06-May-2001 |
wiz | Change xref for vmstat(8) to vmstat(1). Whitespace, punctuation and spelling fixes while I'm here.
|
| 1.11 | 22-Mar-1999 |
garbled | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, so we shouldn't override it with versions in the manpages. Many more to come.
|
| 1.10 | 25-Mar-1998 |
hubertf | Choose only client/server statistics via -s/-c.
|
| 1.9 | 19-Oct-1997 |
lukem | WARNSify, fix .Nm usage, deprecate register, use <err.h>
|
| 1.8 | 03-Mar-1996 |
thorpej | RCS id police.
|
| 1.7 | 27-Sep-1995 |
jtc | vmstat is in section 8; PR #1532
|
| 1.6 | 06-Aug-1994 |
jtc | vmunix -> netbsd (PR #375)
|
| 1.5 | 13-Jun-1994 |
mycroft | branches: 1.5.2; Update from 4.4-Lite.
|
| 1.4 | 01-Aug-1993 |
mycroft | Add RCS indentifiers.
|
| 1.3 | 13-Jun-1993 |
mycroft | Fix up FILES sections.
|
| 1.2 | 13-Jun-1993 |
mycroft | Update file names.
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.3 | 09-Jan-1997 |
tls | Import from 4.4BSD-Lite2
|
| 1.1.1.2 | 13-Jun-1994 |
mycroft | Update from 4.4-Lite.
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.5.2.1 | 06-Aug-1994 |
mycroft | update from trunk
|
| 1.25 | 24-Apr-2014 |
christos | PR/48426: Dimitris Karagkasidis: Make nfsstat use unsigned numbers.
|
| 1.24 | 06-Sep-2011 |
joerg | branches: 1.24.2; 1.24.8; 1.24.18; ANSIfy, static + __dead.
|
| 1.23 | 12-Apr-2009 |
lukem | Fix -Wextra and -Wsign-compare issues
|
| 1.22 | 21-Jul-2008 |
lukem | branches: 1.22.6; Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
| 1.21 | 05-Aug-2007 |
yamt | branches: 1.21.10; 1.21.12; remove nqnfs leftovers.
|
| 1.20 | 27-Dec-2006 |
dogcow | more NQNFS removal fallout
|
| 1.19 | 26-Aug-2004 |
yamt | in "summary" output (-w), - print setattr instead of readlink as the former is more freqently used. - add "Others" column to print the total number of other rpcs.
|
| 1.18 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
| 1.17 | 19-Mar-2001 |
lukem | rework the output to show a percentage after each field, and other visual cleanups. the output now takes more a few more lines but is easier to read (imho).
|
| 1.16 | 13-Jun-2000 |
simonb | Use the NFS_NFSSTATS sysctl that has been around since Feb '96. By using a common function to retrieve the NFS stats, the sysctl aware binary is smaller than the old kvm-only binary on at least two architectures!
|
| 1.15 | 14-Apr-2000 |
simonb | branches: 1.15.2; Don't declare 'extern opt*' getopt variables.
|
| 1.14 | 06-Jul-1998 |
mrg | - change setgid kmem programs (that lend themselves to this) so setegid(getgid()) and the top, and then set the effective gid back to kmem around the call to kvm_openfiles(). this reduces the time group kmem is available. - for those above that also allow this, setgid(getgid()) after the call to kvm_openfiles() to fully revoke priviledges. - some KNF - use err(3) over fprintf(3) in some places
|
| 1.13 | 05-Jul-1998 |
mrg | KNF.
|
| 1.12 | 03-Jul-1998 |
msaitoh | check return value of kvm_read() more safe
|
| 1.11 | 27-Mar-1998 |
hubertf | Update usage string for [-cs]; pointed out by Soren S. Jorvang <soren@t.dk>
|
| 1.10 | 25-Mar-1998 |
hubertf | Choose only client/server statistics via -s/-c.
|
| 1.9 | 19-Oct-1997 |
lukem | WARNSify, fix .Nm usage, deprecate register, use <err.h>
|
| 1.8 | 03-Mar-1997 |
explorer | Message buffer passed to kvm_openfiles() should _POSIX2_LINE_MAX long; PR#3266
|
| 1.7 | 03-Mar-1996 |
thorpej | RCS id police.
|
| 1.6 | 18-Feb-1996 |
fvdl | Bring in NFSv3 code by Rick Macklem (from Lite2).
|
| 1.5 | 13-Jun-1994 |
mycroft | Update from 4.4-Lite.
|
| 1.4 | 09-Jun-1994 |
pk | off_t fix from <rhealey@aggregate.com>
|
| 1.3 | 27-May-1994 |
cgd | fix to use new KVM routines. bug 265. from arndt@mailhost.uni-koblenz.de.
|
| 1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.3 | 09-Jan-1997 |
tls | Import from 4.4BSD-Lite2
|
| 1.1.1.2 | 13-Jun-1994 |
mycroft | Update from 4.4-Lite.
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.15.2.1 | 23-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
| 1.21.12.2 | 05-Aug-2007 |
yamt | remove nqnfs leftovers.
|
| 1.21.12.1 | 05-Aug-2007 |
yamt | file nfsstat.c was added on branch matt-mips64 on 2007-08-05 22:06:15 +0000
|
| 1.21.10.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
| 1.22.6.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.24.18.1 | 10-Aug-2014 |
tls | Rebase.
|
| 1.24.8.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.24.2.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|