aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pstat
Commit message (Expand)AuthorAgeFilesLines
* MFC change vnode list under mount point from LIST to TAILQ in preparationMatthew Dillon2001-10-251-2/+2
* Remove VTBFREE to match recently MFC'd vnode freelist cleanupMatthew Dillon2001-10-171-2/+0
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-1/+1
* MFC of rev. 1.61: correct type for the 3rd argument toThomas Moestl2001-07-311-1/+2
* MFC: Fix a grammar bogon and removed whitespace at EOL.Jens Schweikhardt2001-06-101-8/+8
* MFC 1.27, 1.28: note that -v isn't supported.Dima Dorfman2001-04-261-0/+2
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+2
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-061-2/+2
* sync flags with realityAssar Westerlund2001-03-042-21/+66
* MFC: mdoc(7) police: compact a few lists for better output.Ruslan Ermilov2001-01-171-20/+21
* MFC: document -M and -N a bit better.Ben Smithurst2001-01-161-10/+7
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-5/+5
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-2/+2
* Don't report TABLDISC - it "doesn't happen(TM)"Peter Wemm2000-01-291-3/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Add extra columns for printing longer device name.Philippe Charnier1999-12-051-3/+3
* Merge fprintf and exit into errx.Philippe Charnier1999-11-272-4/+6
* struct mountlist and struct mount.mnt_list have no business beingPoul-Henning Kamp1999-11-201-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* VALIASED doesn't exist any more.Poul-Henning Kamp1999-08-261-3/+1
* Add support for picking up ttys with sysctl(kern.ttys).Poul-Henning Kamp1999-08-081-62/+12
* Tidy up references to <sys/rlist.h> and support for the old swap managementPeter Wemm1999-05-111-2/+1
* Fix formatting bug with [NFS swap] vs /dev/DEVNAMEMatthew Dillon1999-01-221-3/+3
* Make pstat use new kvm_getswapinfo() libkvm call.Matthew Dillon1999-01-221-344/+77
* Update pstat -s to handle both old and new swapper.Matthew Dillon1999-01-212-76/+290
* Increased column widths for tty input watermark fields so that watermarksBruce Evans1998-08-191-9/+10
* Fixed printf format errors.Bruce Evans1998-07-061-8/+8
* Set the input and output buffer sizes and the input buffer watermarksBruce Evans1998-03-071-4/+6
* VVMIO -> VOBJBUF as in pstat.c.Bruce Evans1998-01-171-2/+2
* Make pstat.c compile, since in the new kernel code, VVMIO doesn'tJohn Dyson1998-01-061-2/+2
* Reviewed by: various.Julian Elischer1997-11-121-1/+3
* "Fixed" pstat -T by avoiding the vnode stats. Disabled pstat -v sinceDavid Greenman1997-10-191-2/+6
* Use err(3). Add usage().Philippe Charnier1997-10-092-28/+37
* Update to include some of the newer vnode flags and remove some stale ones.Peter Wemm1997-08-302-9/+25
* Previous commit to remove -I/sys broke 'make world', miscfs/union/*.h isPeter Wemm1997-07-151-0/+1
* Remove -I/sysGuido van Rooij1997-07-131-1/+0
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1
* Removed `#define KERNEL'. This was a hack-around for nfs.h being brokenBruce Evans1997-03-291-4/+0
* - update MNT_* flags to match lite2 properly. get rid of old #if 0 flagsPeter Wemm1997-03-251-22/+9
* Merge Lite2 changesPeter Wemm1997-03-112-153/+120
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix a typo, putput --> output.Alexander Langer1996-10-271-2/+2
* Make pstat -s (aka. sswapinfo) print ``[NFS]'' as opposed toJoerg Wunsch1996-10-201-3/+7
* Include <fcntl.h> so that this doesn't depend on the KERNEL versionBruce Evans1996-09-291-0/+1
* Use the .Bx macro where appropriate.Mike Pritchard1996-08-231-2/+3
* Document the -i backward compatibility option (same as -v).Mike Pritchard1996-07-031-2/+6
* Enable the -M and -N options of swapinfo, as advertised in the usage line.Sujal Patel1996-05-291-1/+1
* Properly free up resources allocated in swapmode(). This is not quiteJordan K. Hubbard1996-05-091-0/+2
* Mention swapinfo as .Nm, so it will be referenced by mkwhatis.Joerg Wunsch1996-04-171-2/+3