[#]
http://marc.info/?l=openbsd-cvs&m=140780518631660&w=2
openbsd-cvs(obsdave,2) — All
2014-08-12 05:55:06
Module name: src
Changes by: dlg@cvs.openbsd.org 2014/08/11 18:59:27
Modified files:
sys/kern : subr_pool.c
Log message:
bring back r1.132. this is a bit different cos we're still using splvm to
protect pool_list rather than the rwlock that made i386 blow up:
provide a pool_count global so we can figure out how many pools there are
active without having to walk the global pool_list.