CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2014/01/21 14:45:58
Modified files: sys/sys : extent.h sys/kern : subr_extent.c Log message: Add extent_alloc_subregion_with_descr(9) which allows the caller to provide a region descriptor such that the extent manager doesn't need to call malloc(9). ok miod@, deraadt@