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/31/1998 18:40:02
thorpej
Fri Jul 31 18:35:20 PDT 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv3802/sys

Modified Files:
	mbuf.h 
Log Message:
Use the pool allocator for mbufs and mbufs clusters (two pools, one for
each).  Partially from pk@netbsd.org.


thorpej
Fri Jul 31 18:35:20 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv3802/kern

Modified Files:
	uipc_mbuf.c 
Log Message:
Use the pool allocator for mbufs and mbufs clusters (two pools, one for
each).  Partially from pk@netbsd.org.


thorpej
Fri Jul 31 18:36:35 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv3843

Modified Files:
	init_main.c 
Log Message:
Initialize the mbuf allocator _before_ autoconfiguration; it might be
called when devices attach, take two.

Note that it is necessary that mbinit() NOT allocate memory, since it
is called before mb_map is created.  This is not a problem with the
pool allocator that is now used for mbufs and mbuf clusters.


thorpej
Fri Jul 31 18:37:58 PDT 1998
Update of /cvsroot/doc
In directory nb00:/tmp/cvs-serv3873

Modified Files:
	CHANGES 
Log Message:
Note that mbufs and mbuf clusters now use the pool allocator.


thorpej
Fri Jul 31 18:39:03 PDT 1998
Update of /cvsroot/src/sys/uvm
In directory nb00:/tmp/cvs-serv3908

Modified Files:
	uvm_extern.h uvm_km.c 
Log Message:
We need to be able to specify a uvm_object to the pool page allocator, too.