| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed type mismatches which were fatal when sizeof(long) > sizeof(int). | bde | 1998-07-06 | 5 | -13/+13 |
* | Update vmstat portion of man page to reflect the statistics currently | ghelmer | 1998-06-25 | 1 | -34/+29 |
* | #include <arpa/inet.h> | peter | 1998-06-12 | 2 | -2/+4 |
* | o Use snprintf rather than sprintf | imp | 1998-06-09 | 8 | -23/+32 |
* | Correctly display the interrupt counts. | jhay | 1998-05-27 | 1 | -1/+6 |
* | Use 'proto <tcp|udp|all>' to select the protocol to display | steve | 1997-12-04 | 2 | -12/+21 |
* | Fix: too many arguments for format in call to sprintf(). | jdp | 1997-11-18 | 1 | -1/+1 |
* | Sort cross refereces in section SEE ALSO. | wosch | 1997-09-29 | 1 | -4/+4 |
* | Having done ICMP, UDP, and IP, could a TCP display be far behind? | wollman | 1997-09-27 | 5 | -14/+375 |
* | Show size of vnode pool in vmstat mode. | peter | 1997-09-25 | 1 | -2/+21 |
* | Emboldened by the success of yesterday's ICMP statistics display, | wollman | 1997-09-25 | 4 | -2/+353 |
* | Add a mode to display ICMP statistics. | wollman | 1997-09-24 | 9 | -19/+520 |
* | Main() returns int. | charnier | 1997-08-26 | 1 | -2/+2 |
* | Use err(3). /sys/dkstat.h -> /usr/include/sys/dkstat.h | charnier | 1997-08-13 | 3 | -31/+32 |
* | Merge from Lite2 (print "??" instead NULL if devname() fails). More | bde | 1997-07-06 | 1 | -5/+9 |
* | Importing Lite2 broke lookup() to return -1 for the nmatches == 0 case. | bde | 1997-07-06 | 1 | -1/+5 |
* | This commit was generated by cvs2svn to compensate for changes in r27229, | bde | 1997-07-06 | 1 | -2/+2 |
|\ |
|
| * | Import Lite2's src/usr.bin/systat. cmds.c is still on the vendor branch | bde | 1997-07-06 | 2 | -7/+6 |
* | | Use new sysctl(3) interface to mbuf statistics. While we're at it, | wollman | 1997-02-24 | 1 | -21/+45 |
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
* | | The screen layout of the lefthand side for the vmstat display was way off. | obrien | 1997-02-15 | 1 | -11/+11 |
* | | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -2/+2 |
* | | Fix the following old problem: | joerg | 1997-01-12 | 1 | -79/+79 |
* | | Now that systat's working again, bring the vmstat cleanup over from | jkh | 1996-11-12 | 1 | -14/+14 |
* | | Initialize interrupt counters. The boot time values were displayed as ***. | bde | 1996-11-10 | 1 | -1/+1 |
* | | bin/1942 curses problem in systat | phk | 1996-11-02 | 1 | -2/+2 |
* | | Eliminate unnecessary include of <sys/mbuf.h>. | wollman | 1996-10-28 | 2 | -2/+8 |
* | | Really eliminated includes of the "temporary" backwards compatibility | bde | 1996-09-24 | 1 | -1/+0 |
* | | Fixed DPADD. | bde | 1996-09-05 | 1 | -1/+1 |
* | | Cosmetic fixes for drive names which are 4 chars long. | jkh | 1996-06-11 | 3 | -9/+11 |
* | | Fix a bug in the mbufs display, seen when there was a large number | jdp | 1996-05-27 | 1 | -3/+2 |
* | | Localize time | ache | 1996-03-31 | 2 | -1/+7 |
* | | Renamed Proc-cache to Dir-cache for the same reasons as in vmstat. | bde | 1996-03-29 | 1 | -3/+3 |
* | | Move #include of queue.h before #include of socketvar.h in preparation for | dg | 1996-03-11 | 2 | -2/+2 |
* | | Fix a variety of minor typos and cross references in a bunch of | mpp | 1996-01-20 | 1 | -2/+2 |
* | | Reduced vm dependencies. Only `struct vmmeter.h' is required. | bde | 1995-12-13 | 1 | -2/+3 |
* | | Add explicit #include of <sys/vmmeter.h> after the last round of <vm/vm.h> | peter | 1995-12-13 | 1 | -0/+1 |
* | | #include <sys/user.h> | phk | 1995-10-29 | 1 | -0/+1 |
* | | Don't attempt to read the variable `total' from the kernel. `total' | bde | 1995-07-12 | 1 | -4/+2 |
* | | Remove trailing whitespace. | rgrimes | 1995-05-30 | 7 | -12/+12 |
* | | Updated for 4.4BSD queue macros. (Oops, I forgot to commit this last night; | dg | 1995-04-09 | 2 | -11/+5 |
* | | From Mark Murray: | dg | 1995-03-29 | 1 | -5/+5 |
* | | Removed object lookup/hit count and changed the order of things a little. | dg | 1995-03-25 | 1 | -28/+24 |
* | | Removed cnt.v_nzfod...we don't support it in the kernel. | dg | 1995-03-25 | 1 | -42/+30 |
* | | Fix the Name-cache counters. I didn't realign the negative hits. | phk | 1995-03-18 | 1 | -1/+1 |
* | | Report the negative hits in the Namei section. | phk | 1995-03-12 | 1 | -4/+6 |
* | | Don't use curses until initialized. | phk | 1995-03-12 | 1 | -8/+8 |
* | | Changes to support printing stats for the 'cached pages'. | dg | 1995-03-10 | 1 | -2/+10 |
* | | extern.h, iostat.c, main.c, vmstat.c: | bde | 1994-12-03 | 5 | -24/+18 |
* | | Moved "VMSTAT" column up by one row so that it displays properly on 24 | dg | 1994-11-25 | 1 | -1/+1 |