History log of /src/usr.bin/systat/tcp.c |
Revision | | Date | Author | Comments |
1.16 |
| 03-Jun-2014 |
joerg | Always use_sysctl in preparation of removing all kvm code.
|
1.15 |
| 10-Apr-2008 |
thorpej | branches: 1.15.28; 1.15.40; Don't even bother initializing the namelist if we're not going to use it.
|
1.14 |
| 10-Apr-2008 |
thorpej | Use sysctl to fetch network statistics unless a memory file is specified on the command line.
|
1.13 |
| 08-Apr-2008 |
thorpej | Change TCP stats from a structure to an array of uint64_t's.
Note: This is ABI-compatible with the old tcpstat structure; old netstat binaries will continue to work properly.
|
1.12 |
| 22-Oct-2006 |
christos | use c99 initializers consistently terminate nlist arrays with NULL not ""
|
1.11 |
| 26-Feb-2005 |
dsl | WARNS=3
|
1.10 |
| 24-Feb-2003 |
dsl | Create subwins that end one line from the bottom of the screen even after the window is resized.
|
1.9 |
| 12-Jun-2001 |
wiz | branches: 1.9.2; receive, not recieve
|
1.8 |
| 01-Dec-2000 |
simonb | Remove extern variables and functions now declared in dkstats.h. While here, remove 77 (!) unneed #includes.
|
1.7 |
| 05-Jul-2000 |
ad | - Add `boot', `run', `time' and `zero' commands to all IP displays. These work as in the `vmstat' display mode. The default mode is now `time', not `boot'. - ANSIfy. - s@kre\(@vmstat\(@. - __RCSID() police. - Tweak inet.icmp display visual a little.
|
1.6 |
| 13-Jun-2000 |
ad | branches: 1.6.2; Use my proper name.
|
1.5 |
| 29-Apr-2000 |
matt | branches: 1.5.2; fix SHOW to work on any platform
|
1.4 |
| 27-Apr-2000 |
jdc | Fix arguments to *printw().
|
1.3 |
| 13-Jan-2000 |
ad | Two tiny formatting nits in each file.
|
1.2 |
| 30-Jul-1999 |
ad | Formatting nits.
|
1.1 |
| 30-May-1999 |
ad | Add 4 new modes: ip, icmp, tcp, tcpsyn. XXX still some work to be done on aesthetics and update modes.
|
1.5.2.1 |
| 23-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.6.2.1 |
| 01-Sep-2000 |
ad | Pull up the following revisions, approved by releng-1-5:
- Add "boot", "run", "time" and "zero" commands to all IP displays. These work as in the "vmstat" display mode. The default mode is now "time", not "boot". - ANSIfy. - s@kre\(@vmstat\(@. - __RCSID() police. - Tweak inet.icmp display visual a little.
netstat.c 1.19 pigs.c 1.20 ps.c 1.16 swap.c 1.13 systat.1 1.20 systat.h 1.7 tcp.c 1.7 vmstat.c 1.33
|
1.9.2.2 |
| 12-Jun-2001 |
wiz | receive, not recieve
|
1.9.2.1 |
| 12-Jun-2001 |
wiz | file tcp.c was added on branch nathanw_sa on 2001-06-12 15:17:30 +0000
|
1.15.40.1 |
| 10-Aug-2014 |
tls | Rebase.
|
1.15.28.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|