Module Name: src Committed By: ozaki-r Date: Fri Feb 17 03:57:18 UTC 2017
Modified Files: src/sys/net: if.c if.h src/sys/netinet6: icmp6.c in6_src.c ip6_output.c Log Message: Rename if_acquire_NOMPSAFE to if_acquire It can be used in MP-safe ways. So let's remove the confusing postfix. If it's used in a unsafe way, warn NOMPSAFE in a comment. To generate a diff of this commit: cvs rdiff -u -r1.379 -r1.380 src/sys/net/if.c cvs rdiff -u -r1.233 -r1.234 src/sys/net/if.h cvs rdiff -u -r1.209 -r1.210 src/sys/netinet6/icmp6.c cvs rdiff -u -r1.78 -r1.79 src/sys/netinet6/in6_src.c cvs rdiff -u -r1.183 -r1.184 src/sys/netinet6/ip6_output.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.