summaryrefslogtreecommitdiffstats
path: root/usr.bin/nfsstat (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adjust references for sysctl(3) to sysctl(2)deraadt2018-01-121-4/+4
* Pull in <sys/time.h> for struct timespec and timevalguenther2016-08-271-1/+2
* cleanup argv handling a bittedu2015-10-231-10/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* - statics -> statisticsjmc2014-01-191-4/+4
* Usually, you don't want macros in the .Nd line, so remove instances of .Tnschwarze2014-01-191-10/+5
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-16/+1
* - remove an over-obvious headerjasper2009-06-051-3/+2
* synchronize synopsis and usage.sobrado2008-12-261-4/+3
* add a statistic bit to count how often we change async to syncthib2008-06-121-6/+8
* convert to new .Dd format;jmc2007-05-311-2/+2
* lint, strtonum()deraadt2006-04-031-10/+12
* Fix some signed vs. unsigned mismatches in the format strings and fixmillert2005-08-011-17/+17
* 64-bit nfsstats delta printing still required %llu instead of %d specifiersderaadt2005-08-011-40/+42
* make nfsstats counters 64 bit.marius2005-06-081-15/+15
* no need to compile with -DNFS, ok millert@pedro2004-12-141-2/+1
* only print a separating '\n' when showing both server and client infopedro2004-12-141-3/+7
* ARGSUSED before signal handler with unused signoderaadt2004-09-141-2/+3
* knfderaadt2004-05-091-101/+119
* pretty usage and sort options. started by Andrey Matveevtedu2004-03-022-11/+11
* typos from Jared Yanovich, slightly ammended;jmc2003-10-201-2/+2
* protosderaadt2003-07-071-3/+3
* more proto fixesderaadt2003-06-261-4/+4
* mostly ansi cleanup; pval okderaadt2003-06-101-15/+9
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-032-13/+5
* mib[4], not mib[3]; fixes nfsstat breakagemillert2003-01-151-3/+3
* Better fix for the sysctl() loop; deraadt@ OKmillert2003-01-151-6/+5
* Don't report NQNFS stats, we don't do NQNFS anymore.millert2003-01-151-9/+2
* cope with nfs being last in the listderaadt2003-01-151-4/+4
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-7/+7
* Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts.millert2001-09-041-7/+7
* nqfs is gone, ok deraadt@markus2001-06-251-18/+10
* accept valid intervals for -wprovos2000-05-011-3/+3
* add a note about sysctl/kvm dualism naturemickey2000-04-181-3/+15
* add back a way to analyze post-mortem cores; does not need sgid for syctl() thoguhmickey2000-04-183-27/+81
* use sysctl() to fetch struct nfsstats; no more -lkvm; millert@ okmickey2000-04-183-94/+81
* - remove trailing white spaceaaron1999-06-051-5/+5
* usr.bin/ man page cleanups, n-saaron1998-09-271-6/+6
* check kvm_read() better; msaitohderaadt1998-07-051-4/+6
* $OpenBSD$deraadt1997-09-211-3/+1
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* Deal with _POSIX_SAVED_IDS when relinquishing privilegestholo1996-12-221-3/+5
* man page update for -c and -s flagskstailey1996-12-151-1/+7
* added -s (display server report only) and -c (ditto client) flagskstailey1996-12-151-142/+161
* _POSIX2_LINE_MAX errbuf for kvm_openfiles()deraadt1996-08-061-3/+4
* kernel is /bsd, os is OpenBSDccappuc1996-07-081-3/+3
* From NetBSD: merge of 960317niklas1996-03-273-40/+66
* initial import of NetBSD treederaadt1995-10-183-0/+461