Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   thorpej
Date:           Tue Apr  8 01:03:59 UTC 2008

Modified Files:
        src/sys/dist/pf/net: pf.c
        src/sys/netinet: tcp_input.c tcp_output.c tcp_subr.c tcp_timer.c
            tcp_usrreq.c tcp_var.h
        src/usr.bin/netstat: inet.c
        src/usr.bin/systat: tcp.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 src/sys/dist/pf/net/pf.c
cvs rdiff -r1.282 -r1.283 src/sys/netinet/tcp_input.c
cvs rdiff -r1.164 -r1.165 src/sys/netinet/tcp_output.c
cvs rdiff -r1.225 -r1.226 src/sys/netinet/tcp_subr.c
cvs rdiff -r1.77 -r1.78 src/sys/netinet/tcp_timer.c
cvs rdiff -r1.140 -r1.141 src/sys/netinet/tcp_usrreq.c
cvs rdiff -r1.153 -r1.154 src/sys/netinet/tcp_var.h
cvs rdiff -r1.82 -r1.83 src/usr.bin/netstat/inet.c
cvs rdiff -r1.12 -r1.13 src/usr.bin/systat/tcp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index