CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2014/12/18 19:15:25
Modified files: sys/sys : pool.h sys/kern : subr_pool.c Log message: replace the page LISTS with page TAILQs. this will let me pull pages from either end of the lists cheaply. ok kettenis@ tedu@