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: Sun Apr 6 19:04:50 UTC 2008
Modified Files:
src/sys/dist/pf/net: pf.c
src/sys/netinet: icmp_var.h ip_icmp.c
src/usr.bin/netstat: inet.c
Log Message:
Change ICMP stats from a structure to an array of uint64_t's.
Note: This is ABI-compatible with the old icmpstat structure; old netstat
binaries will continue to work properly.
To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 src/sys/dist/pf/net/pf.c
cvs rdiff -r1.25 -r1.26 src/sys/netinet/icmp_var.h
cvs rdiff -r1.114 -r1.115 src/sys/netinet/ip_icmp.c
cvs rdiff -r1.78 -r1.79 src/usr.bin/netstat/inet.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