Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   ozaki-r
Date:           Mon Jul  4 06:48:14 UTC 2016

Modified Files:
        src/sys/netinet: ip_carp.c
        src/sys/netinet6: in6.c in6_ifattach.c in6_src.c in6_var.h ip6_input.c
            mld6.c nd6.c nd6_rtr.c
        src/sys/netipsec: key.c

Log Message:
Use pslist(9) for the global in6_ifaddr list

psz and psref will be applied in another commit.

No functional change intended.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/netinet/ip_carp.c
cvs rdiff -u -r1.203 -r1.204 src/sys/netinet6/in6.c
cvs rdiff -u -r1.99 -r1.100 src/sys/netinet6/in6_ifattach.c
cvs rdiff -u -r1.62 -r1.63 src/sys/netinet6/in6_src.c
cvs rdiff -u -r1.77 -r1.78 src/sys/netinet6/in6_var.h
cvs rdiff -u -r1.161 -r1.162 src/sys/netinet6/ip6_input.c
cvs rdiff -u -r1.69 -r1.70 src/sys/netinet6/mld6.c
cvs rdiff -u -r1.198 -r1.199 src/sys/netinet6/nd6.c
cvs rdiff -u -r1.112 -r1.113 src/sys/netinet6/nd6_rtr.c
cvs rdiff -u -r1.97 -r1.98 src/sys/netipsec/key.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