| Commit message (Expand) | Author | Age | Files | Lines |
* | systat is way too comfortable with curses internals... | peter | 1999-08-30 | 4 | -13/+13 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 18 | -18/+18 |
* | Fix bad references: | chris | 1999-08-14 | 1 | -3/+3 |
* | Show dirty buffers and the percentage of time a disk was busy. | des | 1999-07-30 | 2 | -14/+37 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
* | Tidy up references to <sys/rlist.h> and support for the old swap management | peter | 1999-05-11 | 1 | -2/+1 |
* | Display floats with format %*.0f instead of as "*****" if there is | bde | 1999-03-22 | 1 | -1/+5 |
* | Include discrete ozfod as well as ozfod/zfod percentage. | dillon | 1999-02-08 | 1 | -7/+7 |
* | If there are 4 or fewer disk devices, we have room to display additional | dillon | 1999-02-08 | 2 | -5/+39 |
* | Be nice when no swap is configured in system | dillon | 1999-02-06 | 1 | -1/+11 |
* | Fix labeling bug | dillon | 1999-01-22 | 1 | -1/+3 |
* | Make systat -swap use new kvm_swapinfo() function | dillon | 1999-01-22 | 1 | -137/+57 |
* | revert to rev 1.29. (floppy drives will be gotten rid of another way) | obrien | 1999-01-09 | 1 | -10/+1 |
* | Add copyright and RCS/CVS Id. | obrien | 1998-12-27 | 1 | -0/+28 |
* | Update section on DK_NDRIVES (which was removed with CAM), and explain | obrien | 1998-12-27 | 1 | -9/+10 |
* | Turn the compile time option into a run-time option. | obrien | 1998-12-27 | 2 | -7/+10 |
* | Don't waste precious space on showing the performance of fdX. | obrien | 1998-12-27 | 1 | -1/+9 |
* | Quiet many compiler warnings. | obrien | 1998-10-08 | 10 | -20/+31 |
* | Fix a core-dump situation in ":boot" mode in the vmstat display. | ken | 1998-10-05 | 1 | -2/+2 |
* | Change the devstat generation number from an int to a long. The int-sized | ken | 1998-09-20 | 2 | -5/+7 |
* | Delete unused code. This has been obsoleted by the new devstat code. | ken | 1998-09-16 | 1 | -207/+0 |
* | Reference new files for device stat support. | gibbs | 1998-09-15 | 1 | -5/+6 |
* | Update system to new device statistics code. | gibbs | 1998-09-15 | 5 | -213/+681 |
* | Add missing comma. | jkoshy | 1998-09-09 | 1 | -1/+1 |
* | 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 |