Home | History | Annotate | Download | only in systat
History log of /src/usr.bin/systat/ip.c
RevisionDateAuthorComments
 1.18  03-Jun-2014  joerg Always use_sysctl in preparation of removing all kvm code.
 1.17  10-Apr-2008  thorpej branches: 1.17.28; 1.17.40;
Don't even bother initializing the namelist if we're not going to use it.
 1.16  10-Apr-2008  thorpej Use sysctl to fetch network statistics unless a memory file is specified
on the command line.
 1.15  07-Apr-2008  thorpej Change IP stats from a structure to an array of uint64_t's.

Note: This is ABI-compatible with the old ipstat structure; old netstat
binaries will continue to work properly.
 1.14  07-Apr-2008  thorpej Update for ICMP and UDP stats changes.
 1.13  22-Oct-2006  christos use c99 initializers
consistently terminate nlist arrays with NULL not ""
 1.12  26-Feb-2005  dsl WARNS=3
 1.11  24-Feb-2003  dsl Create subwins that end one line from the bottom of the screen even
after the window is resized.
 1.10  12-Jun-2001  wiz branches: 1.10.2;
receive, not recieve
 1.9  01-Dec-2000  simonb Remove extern variables and functions now declared in dkstats.h.
While here, remove 77 (!) unneed #includes.
 1.8  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.7  13-Jun-2000  ad branches: 1.7.2;
Use my proper name.
 1.6  27-Apr-2000  thorpej branches: 1.6.2;
u_quad_t must be cast to (long long) to be printed with %llu.
 1.5  13-Jan-2000  ad Two tiny formatting nits in each file.
 1.4  08-Jan-2000  itojun - implement layered help.
Suggested by: Andy Doran <ad@mr-magoo.sports.gov.uk>
- inet6.ip6 and ipsec menu
- u_quad_t printing fix
- #ifdefs to allow compilation on 1.4.x
 1.3  04-Jan-2000  msaitoh fix printf format for inet.ip
(because the entries in struct ipstat is u_quad_t)
 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.6.2.1  23-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.7.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.

icmp.c 1.5
iostat.c 1.16
ip.c 1.8
ip6.c 1.5, 1.7
ipsec.c 1.5
keyboard.c 1.12
main.c 1.26
mbufs.c 1.9
netcmds.c 1.16
 1.10.2.2  12-Jun-2001  wiz receive, not recieve
 1.10.2.1  12-Jun-2001  wiz file ip.c was added on branch nathanw_sa on 2001-06-12 15:17:30 +0000
 1.17.40.1  10-Aug-2014  tls Rebase.
 1.17.28.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.

RSS XML Feed