summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
Commit message (Expand)AuthorAgeFilesLines
* Quiet many compiler warnings.obrien1998-10-0810-20/+31
* Fix a core-dump situation in ":boot" mode in the vmstat display.ken1998-10-051-2/+2
* Change the devstat generation number from an int to a long. The int-sizedken1998-09-202-5/+7
* Delete unused code. This has been obsoleted by the new devstat code.ken1998-09-161-207/+0
* Reference new files for device stat support.gibbs1998-09-151-5/+6
* Update system to new device statistics code.gibbs1998-09-155-213/+681
* Add missing comma.jkoshy1998-09-091-1/+1
* Fixed type mismatches which were fatal when sizeof(long) > sizeof(int).bde1998-07-065-13/+13
* Update vmstat portion of man page to reflect the statistics currentlyghelmer1998-06-251-34/+29
* #include <arpa/inet.h>peter1998-06-122-2/+4
* o Use snprintf rather than sprintfimp1998-06-098-23/+32
* Correctly display the interrupt counts.jhay1998-05-271-1/+6
* Use 'proto <tcp|udp|all>' to select the protocol to displaysteve1997-12-042-12/+21
* Fix: too many arguments for format in call to sprintf().jdp1997-11-181-1/+1
* Sort cross refereces in section SEE ALSO.wosch1997-09-291-4/+4
* Having done ICMP, UDP, and IP, could a TCP display be far behind?wollman1997-09-275-14/+375
* Show size of vnode pool in vmstat mode.peter1997-09-251-2/+21
* Emboldened by the success of yesterday's ICMP statistics display,wollman1997-09-254-2/+353
* Add a mode to display ICMP statistics.wollman1997-09-249-19/+520
* Main() returns int.charnier1997-08-261-2/+2
* Use err(3). /sys/dkstat.h -> /usr/include/sys/dkstat.hcharnier1997-08-133-31/+32
* Merge from Lite2 (print "??" instead NULL if devname() fails). Morebde1997-07-061-5/+9
* Importing Lite2 broke lookup() to return -1 for the nmatches == 0 case.bde1997-07-061-1/+5
* This commit was generated by cvs2svn to compensate for changes in r27229,bde1997-07-061-2/+2
|\
| * Import Lite2's src/usr.bin/systat. cmds.c is still on the vendor branchbde1997-07-062-7/+6
* | Use new sysctl(3) interface to mbuf statistics. While we're at it,wollman1997-02-241-21/+45
* | Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
* | The screen layout of the lefthand side for the vmstat display was way off.obrien1997-02-151-11/+11
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
* | Fix the following old problem:joerg1997-01-121-79/+79
* | Now that systat's working again, bring the vmstat cleanup over fromjkh1996-11-121-14/+14
* | Initialize interrupt counters. The boot time values were displayed as ***.bde1996-11-101-1/+1
* | bin/1942 curses problem in systatphk1996-11-021-2/+2
* | Eliminate unnecessary include of <sys/mbuf.h>.wollman1996-10-282-2/+8
* | Really eliminated includes of the "temporary" backwards compatibilitybde1996-09-241-1/+0
* | Fixed DPADD.bde1996-09-051-1/+1
* | Cosmetic fixes for drive names which are 4 chars long.jkh1996-06-113-9/+11
* | Fix a bug in the mbufs display, seen when there was a large numberjdp1996-05-271-3/+2
* | Localize timeache1996-03-312-1/+7
* | Renamed Proc-cache to Dir-cache for the same reasons as in vmstat.bde1996-03-291-3/+3
* | Move #include of queue.h before #include of socketvar.h in preparation fordg1996-03-112-2/+2
* | Fix a variety of minor typos and cross references in a bunch ofmpp1996-01-201-2/+2
* | Reduced vm dependencies. Only `struct vmmeter.h' is required.bde1995-12-131-2/+3
* | Add explicit #include of <sys/vmmeter.h> after the last round of <vm/vm.h>peter1995-12-131-0/+1
* | #include <sys/user.h>phk1995-10-291-0/+1
* | Don't attempt to read the variable `total' from the kernel. `total'bde1995-07-121-4/+2
* | Remove trailing whitespace.rgrimes1995-05-307-12/+12
* | Updated for 4.4BSD queue macros. (Oops, I forgot to commit this last night;dg1995-04-092-11/+5
* | From Mark Murray:dg1995-03-291-5/+5
* | Removed object lookup/hit count and changed the order of things a little.dg1995-03-251-28/+24
OpenPOWER on IntegriCloud