Subject: CVS commit: [netbsd-3] src/sys
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 03/10/2006 13:19:43
Module Name:	src
Committed By:	tron
Date:		Fri Mar 10 13:19:43 UTC 2006

Modified Files:
	src/sys/kern [netbsd-3]: subr_pool.c
	src/sys/sys [netbsd-3]: pool.h

Log Message:
Pull up following revision(s) (requested by bjh21 in ticket #1192):
	sys/sys/pool.h: revision 1.48
	sys/kern/subr_pool.c: revision 1.112
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.


To generate a diff of this commit:
cvs rdiff -r1.99.8.1 -r1.99.8.2 src/sys/kern/subr_pool.c
cvs rdiff -r1.45 -r1.45.8.1 src/sys/sys/pool.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.