CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2009/05/12 19:09:05
Modified files: sys/net : if_pfsync.c Log message: dont go splx(s) in the ioctl handler if we havent done splnet(). this adds the splnet calls and the extra splx(s)s necessary for it to be safe. bug found by sthen@