Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
#
c3aac50f |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
d22889b8 |
| 08-Oct-1998 |
David E. O'Brien <obrien@FreeBSD.org> |
Quiet many compiler warnings.
|
Revision tags: release/2.2.7, release/2.2.6, release/2.2.5_cvs |
|
#
2938fb78 |
| 25-Sep-1997 |
Garrett Wollman <wollman@FreeBSD.org> |
Emboldened by the success of yesterday's ICMP statistics display, I've now added one that does IP (and also UDP) statistics.
|
Revision tags: release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0 |
|
#
821df508 |
| 13-Dec-2009 |
Xin LI <delphij@FreeBSD.org> |
Revert most part of 200420 as requested, as more review and polish is needed.
|
#
6f2d3221 |
| 12-Dec-2009 |
Xin LI <delphij@FreeBSD.org> |
Remove unneeded header includes from usr.bin/ except contributed code.
Tested with: make universe
|
Revision tags: release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0 |
|
#
93b9f504 |
| 16-Jan-2008 |
Xin LI <delphij@FreeBSD.org> |
ANSIfy and remove register.
Resulting binary verified with strip(1)+md5(1).
|
Revision tags: release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0 |
|
#
a9a3dcd6 |
| 30-Apr-2006 |
Bruce Evans <bde@FreeBSD.org> |
Remove trailing whitespace.
Submitted by: Se=E1n Farley <sean-freebsd at farley dot org> PR: bin/81874
|
#
8aa22952 |
| 30-Apr-2006 |
Bruce Evans <bde@FreeBSD.org> |
Show the load average in the tcp display (it was already shown, perhaps not very usefully, in all other displays). This was the original point of the PR.
Move the load average up by 2 so that it st
Show the load average in the tcp display (it was already shown, perhaps not very usefully, in all other displays). This was the original point of the PR.
Move the load average up by 2 so that it starts in row 0 for all windows (2 lines above it were wasted for all other windows except vmstat). Move everything below it up by 2 or 3 (3 for icmp and icmp6 which had an extra blank line due from not compensating for the foot-shooting in note (3); only ip and ip6 compensated). Reduce the magic numbers related to this.
Notes by the submitter: %%% 1. All the subwin() calls are identical using #define MAINWIN_ROW 3 (systat.h). 2. The load average is at the top of the window. 3. Each display starts on the fourth line. I made changes to those displays that shifted the start line (i.e., icmp). This entailed a lot of changes within the comments at the top of those displays. 4. For ip6, I shifted the "Input next-header histogram" column down one row to separate it from "IPv6 Output". I raised "bad scope packets" and "address selection failed" up one row to stay with "IPv6 Input" (valid?). They were down one row to probably line up at the bottom, but I think they should stick with their fellow items in a column. 5. I condensed ifstat a bit. It had a lot of empty rows. %%%
Submitted by: Se=E1n Farley <sean-freebsd at farley dot org> PR: bin/81874
show more ...
|
Revision tags: release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs |
|
#
9ff712b0 |
| 12-Dec-2001 |
Mark Murray <markm@FreeBSD.org> |
WARNS=2 fixes with NO_WERROR set, as there are some header issues with namelists. use __FBSDID().
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
fb9aaba0 |
| 13-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Count and show incoming UDP datagrams with no checksum.
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
#
c3aac50f |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
d22889b8 |
| 08-Oct-1998 |
David E. O'Brien <obrien@FreeBSD.org> |
Quiet many compiler warnings.
|
Revision tags: release/2.2.7, release/2.2.6, release/2.2.5_cvs |
|
#
2938fb78 |
| 25-Sep-1997 |
Garrett Wollman <wollman@FreeBSD.org> |
Emboldened by the success of yesterday's ICMP statistics display, I've now added one that does IP (and also UDP) statistics.
|