Module Name: src Committed By: knakahara Date: Fri Jul 22 07:09:40 UTC 2016
Modified Files: src/sys/net: if.c if.h Log Message: Toward NET_MPSAFE-on in future, if_snd uses if_snd->ifq_lock by default. That can reduce confusing difference between NET_MPSAFE on and off. To generate a diff of this commit: cvs rdiff -u -r1.354 -r1.355 src/sys/net/if.c cvs rdiff -u -r1.221 -r1.222 src/sys/net/if.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.