aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat
Commit message (Expand)AuthorAgeFilesLines
* Use new sysctl(3) interface to mbuf statistics. While we're at it,Garrett Wollman1997-02-241-21/+45
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
* The screen layout of the lefthand side for the vmstat display was way off.David E. O'Brien1997-02-151-11/+11
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* Fix the following old problem:Joerg Wunsch1997-01-121-79/+79
* Now that systat's working again, bring the vmstat cleanup over fromJordan K. Hubbard1996-11-121-14/+14
* Initialize interrupt counters. The boot time values were displayed as ***.Bruce Evans1996-11-101-1/+1
* bin/1942 curses problem in systatPoul-Henning Kamp1996-11-021-2/+2
* Eliminate unnecessary include of <sys/mbuf.h>.Garrett Wollman1996-10-282-2/+8
* Really eliminated includes of the "temporary" backwards compatibilityBruce Evans1996-09-241-1/+0
* Fixed DPADD.Bruce Evans1996-09-051-1/+1
* Cosmetic fixes for drive names which are 4 chars long.Jordan K. Hubbard1996-06-113-9/+11
* Fix a bug in the mbufs display, seen when there was a large numberJohn Polstra1996-05-271-3/+2
* Localize timeAndrey A. Chernov1996-03-312-1/+7
* Renamed Proc-cache to Dir-cache for the same reasons as in vmstat.Bruce Evans1996-03-291-3/+3
* Move #include of queue.h before #include of socketvar.h in preparation forDavid Greenman1996-03-112-2/+2
* Fix a variety of minor typos and cross references in a bunch ofMike Pritchard1996-01-201-2/+2
* Reduced vm dependencies. Only `struct vmmeter.h' is required.Bruce Evans1995-12-131-2/+3
* Add explicit #include of <sys/vmmeter.h> after the last round of <vm/vm.h>Peter Wemm1995-12-131-0/+1
* #include <sys/user.h>Poul-Henning Kamp1995-10-291-0/+1
* Don't attempt to read the variable `total' from the kernel. `total'Bruce Evans1995-07-121-4/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-307-12/+12
* Updated for 4.4BSD queue macros. (Oops, I forgot to commit this last night;David Greenman1995-04-092-11/+5
* From Mark Murray:David Greenman1995-03-291-5/+5
* Removed object lookup/hit count and changed the order of things a little.David Greenman1995-03-251-28/+24
* Removed cnt.v_nzfod...we don't support it in the kernel.David Greenman1995-03-251-42/+30
* Fix the Name-cache counters. I didn't realign the negative hits.Poul-Henning Kamp1995-03-181-1/+1
* Report the negative hits in the Namei section.Poul-Henning Kamp1995-03-121-4/+6
* Don't use curses until initialized.Poul-Henning Kamp1995-03-121-8/+8
* Changes to support printing stats for the 'cached pages'.David Greenman1995-03-101-2/+10
* extern.h, iostat.c, main.c, vmstat.c:Bruce Evans1994-12-035-24/+18
* Moved "VMSTAT" column up by one row so that it displays properly on 24David Greenman1994-11-251-1/+1
* Another absolute path...Poul-Henning Kamp1994-11-211-1/+1
* Prevents segm. fault on unknown optionAndrey A. Chernov1994-10-191-0/+5
* Updated to changes in struct vmmeter.David Greenman1994-10-181-4/+4
* New way of getting disk drive names.Garrett Wollman1994-10-161-2/+3
* Updated to changes in struct vmmeter.David Greenman1994-10-151-11/+11
* #if 0'd out the meat of the swap code until I get a chance to rewrite it.David Greenman1994-10-091-1/+7
* Changes to buf.h now require that param.h be included.David Greenman1994-10-051-0/+1
* Get rid of _PATH_UNIX completely; use getbootfile(3) instead.Garrett Wollman1994-09-242-2/+2
* Make the %zfod display make more sense by comparing zfod versus the totalGarrett Wollman1994-08-071-2/+5
* Converted 'vmunix' to 'kernel'.David Greenman1994-08-051-1/+1
* Add i386 support, and reorder machine #ifdefs to be in alphanumeric order.Rodney W. Grimes1994-05-301-12/+16
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-2717-0/+4044