CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/08/31 22:50:27
Modified files: sys/net : bpf.c bpfdesc.h Log message: reintroduce bpf.c r1.121. this differs slightly from 1.121 in that it uses the new srp_follow() to walk the list of descriptors on an interface. this is instead of interleaving srp_enter() and srp_leave(), which can lead to races and corruption if you're touching the same SRPs at different IPLs on the same CPU. ok deraadt@ jmatthew@