CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2017/01/25 14:59:41
Modified files: sys/kern : kern_synch.c sys_socket.c sys/net : if.c Log message: Introduce a hack to remove false-positives when looking for memory allocation that can sleep while holding the NET_LOCK(). To be removed once we're confident the remaining code paths are safe. Discussed with deraadt@