Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/23/1998 14:00:01
pk
Thu Jul 23 13:51:09 PDT 1998
Update of /cvsroot/src/sys/uvm
In directory nb00:/tmp/cvs-serv26142

Modified Files:
	uvm_swap.c 
Log Message:
Use memory pools to allocate swap buffers. Allocations are all dynamic;
in particular `nswbuf' is gone, as is the private "struct buf" list that
was previously maintained in here.


pk
Thu Jul 23 13:52:01 PDT 1998
Update of /cvsroot/src/sys/vm
In directory nb00:/tmp/cvs-serv26187

Modified Files:
	vm_swap.c 
Log Message:
Update pool_* functions to new interface.


pk
Thu Jul 23 13:57:17 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv26220

Modified Files:
	subr_extent.c 
Log Message:
Use a memory pool instead of malloc to allocate region descriptors.