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: Wed Jul 6 08:42:34 UTC 2016
Modified Files:
src/sys/net: if_stf.c
src/sys/netinet: in.c in_gif.c in_pcb.c in_var.h ip_carp.c ip_icmp.c
ip_input.c
src/sys/netipsec: key.c
Log Message:
Switch the IPv4 address list to pslist(9)
Note that we leave the old list just in case; it seems there are some
kvm(3) users accessing the list. We can remove it later if we confirmed
nobody does actually.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/net/if_stf.c
cvs rdiff -u -r1.170 -r1.171 src/sys/netinet/in.c
cvs rdiff -u -r1.80 -r1.81 src/sys/netinet/in_gif.c
cvs rdiff -u -r1.164 -r1.165 src/sys/netinet/in_pcb.c
cvs rdiff -u -r1.75 -r1.76 src/sys/netinet/in_var.h
cvs rdiff -u -r1.72 -r1.73 src/sys/netinet/ip_carp.c
cvs rdiff -u -r1.147 -r1.148 src/sys/netinet/ip_icmp.c
cvs rdiff -u -r1.334 -r1.335 src/sys/netinet/ip_input.c
cvs rdiff -u -r1.98 -r1.99 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