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: 03/11/1998 22:30:02
thorpej
Wed Mar 11 22:25:53 PST 1998
Update of /cvsroot/src/sys/vm
In directory nb00:/tmp/cvs-serv11202

Modified Files:
	vm_page.c vm_page.h 
Log Message:
Add vm_page_alloc1() and vm_page_free1(), which allocate/free single
VM pages, not associated with any object.


thorpej
Wed Mar 11 22:26:26 PST 1998
Update of /cvsroot/src/sys/arch/mips/mips
In directory nb00:/tmp/cvs-serv11683

Modified Files:
	pmap.c 
Log Message:
Garbage-collect; vm_page_alloc1() and vm_page_free1() are now in MI code.


thorpej
Wed Mar 11 22:27:36 PST 1998
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory nb00:/tmp/cvs-serv11714

Modified Files:
	pmap.old.c 
Log Message:
Use vm_page_alloc1() and vm_page_free1() as appropriate.