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 20:17:27 UTC 2008
Modified Files:
src/sys/dist/pf/net: pf.c
src/sys/netinet: udp_usrreq.c udp_var.h
src/usr.bin/netstat: inet.c
Log Message:
Change UDP 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.45 -r1.46 src/sys/dist/pf/net/pf.c
cvs rdiff -r1.163 -r1.164 src/sys/netinet/udp_usrreq.c
cvs rdiff -r1.33 -r1.34 src/sys/netinet/udp_var.h
cvs rdiff -r1.79 -r1.80 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