CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/07 02:29:40
Modified files:
sys/kern : kern_sysctl.c
sys/net : pf.c
Log message:
Enforce that tcbtable and udbtable must be accessed with the NET_LOCK().
Get rid of the old splnet()/splx() dances. What's protecting them right
now is the KERNEL_LOCK(). but since pf(4) look at these tables we want
to protect them in another way, hence the NET_LOCK(), at least as hint.
ok bluhm@
