Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



> Module Name:  src
> Committed By: bjh21
> Date:         Fri Feb 24 11:46:21 UTC 2006
> 
> Modified Files:
>       src/sys/kern: subr_pool.c
>       src/sys/sys: pool.h
> 
> Log Message:
> Medium-sized overhaul of POOL_SUBPAGE support so that:
> 1: I can understand it, and
> 2: It works.
> Notable externally-visible changes are that POOL_SUBPAGE now has to be a
> compile-time constant, and that trying to initialise a pool whose objects are
> larger than POOL_SUBPAGE automatically generates a pool that doesn't use
> subpages.
> 
> NetBSD/acorn26 now boots multi-user again.

why export *_fullpage allocators?

YAMAMOTO Takashi



Home | Main Index | Thread Index | Old Index