CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2015/09/08 07:37:21
Modified files: sys/kern : subr_pool.c Log message: Now that msleep(9) no longer requires the kernel lock (as long as PCATCH isn't specified) the default backend allocator implementation no longer needs to grab the kernel lock. ok visa@, guenther@