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: Mon Apr 7 06:31:28 UTC 2008
Modified Files:
src/sys/dist/pf/net: pf.c
src/sys/net: if_bridge.c
src/sys/netinet: in_gif.c ip_etherip.c ip_flow.c ip_input.c ip_output.c
ip_var.h raw_ip.c
src/sys/netinet6: ipsec.c
src/usr.bin/netstat: inet.c
src/usr.bin/systat: ip.c
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 src/sys/dist/pf/net/pf.c
cvs rdiff -r1.56 -r1.57 src/sys/net/if_bridge.c
cvs rdiff -r1.57 -r1.58 src/sys/netinet/in_gif.c
cvs rdiff -r1.7 -r1.8 src/sys/netinet/ip_etherip.c
cvs rdiff -r1.51 -r1.52 src/sys/netinet/ip_flow.c
cvs rdiff -r1.263 -r1.264 src/sys/netinet/ip_input.c
cvs rdiff -r1.192 -r1.193 src/sys/netinet/ip_output.c
cvs rdiff -r1.84 -r1.85 src/sys/netinet/ip_var.h
cvs rdiff -r1.103 -r1.104 src/sys/netinet/raw_ip.c
cvs rdiff -r1.124 -r1.125 src/sys/netinet6/ipsec.c
cvs rdiff -r1.81 -r1.82 src/usr.bin/netstat/inet.c
cvs rdiff -r1.14 -r1.15 src/usr.bin/systat/ip.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