Module Name: src Committed By: msaitoh Date: Mon Sep 8 19:12:04 UTC 2014
Modified Files: src/sys/netinet [netbsd-7]: in_pcb.c src/sys/netinet6 [netbsd-7]: in6_pcb.c Log Message: Pull up following revision(s) (requested by rmind in ticket #80): sys/netinet6/in6_pcb.c: revision 1.129 sys/netinet/in_pcb.c: revision 1.152 in_pcbdetach: move ip_freemoptions() under softnet_lock for now (this will be changed back once other IP paths become MP-safe). Same for IPv6 routine. This partially reverts 1.150 of in_pcb.c and 1.127 of in6_pcb.c changes. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.151.2.1 src/sys/netinet/in_pcb.c cvs rdiff -u -r1.128 -r1.128.2.1 src/sys/netinet6/in6_pcb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.