CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2013/04/17 11:44:03
Modified files: sys/kern : subr_pool.c Log message: check that the pool we are about to init isn't already on the list in order to detect double init mistakes. add a similar check and rearrange pool_destory to detect the opposite mistake.