CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2018/08/05 17:19:49
Modified files: sys/dev : firmload.c Log message: ifconfig ioctl's that bring interfaces up the first time may issue firmware loads. The namei operations are being performed are on behalf of the kernel not process, so use BYPASSUNVEIL. spotted by sthen, ok beck