CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/22 04:40:36
Modified files:
sys/net : bpf.c bpfdesc.h
Log message:
Call csignal() and selwakeup() from a KERNEL_LOCK'd task.
This will allow us make bpf_tap() KERNEL_LOCK() free.
Discussed with dlg@ and input from guenther@
