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 15:04:35 UTC 2008

Modified Files:
        src/sys/dist/pf/net: pf.c
        src/sys/netinet: icmp6.h
        src/sys/netinet6: icmp6.c in6_var.h mld6.c nd6.c nd6_nbr.c nd6_rtr.c
            raw_ip6.c
        src/usr.bin/netstat: inet6.c

Log Message:
Change ICMP6 stats from a structure to an array of uint64_t's.

Note: This is ABI-compatible with the old icmp6stat structure; old netstat
binaries will continue to work properly.


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 src/sys/dist/pf/net/pf.c
cvs rdiff -r1.36 -r1.37 src/sys/netinet/icmp6.h
cvs rdiff -r1.142 -r1.143 src/sys/netinet6/icmp6.c
cvs rdiff -r1.56 -r1.57 src/sys/netinet6/in6_var.h
cvs rdiff -r1.42 -r1.43 src/sys/netinet6/mld6.c
cvs rdiff -r1.123 -r1.124 src/sys/netinet6/nd6.c
cvs rdiff -r1.83 -r1.84 src/sys/netinet6/nd6_nbr.c
cvs rdiff -r1.73 -r1.74 src/sys/netinet6/nd6_rtr.c
cvs rdiff -r1.91 -r1.92 src/sys/netinet6/raw_ip6.c
cvs rdiff -r1.43 -r1.44 src/usr.bin/netstat/inet6.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