Module Name: src Committed By: msaitoh Date: Tue Jun 3 15:13:30 UTC 2014
Modified Files: src/sys/net [netbsd-6]: if_tap.c Log Message: Pull up following revision(s) (requested by cube in ticket #1071): sys/net/if_tap.c 1.76 Prevent a race between tap_dev_poll() and tap_start() by making sure the call to selrecord() happens at splnet(). Fixes kern/47506 and kern/46199. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.66.14.1 src/sys/net/if_tap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.