Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/26/1997 01:10:01
thorpej
Wed Jun 25 18:02:08 PDT 1997
Update of /cvsroot/src/sys/vm
In directory netbsd1:/var/slash-tmp/cvs-serv13690

Modified Files:
	TODO 
Log Message:
Update the status of a couple of items here... specifically, more aggressive
object collapse (DONE), machine-dependent hook for virtual memory allocation
(DONE - PMAP_PREFER()), and better coherency between page and buffer
caches (A LITTLE BETTER - we sync up the vnode pager in the sync(2)
system call now).


thorpej
Wed Jun 25 18:06:47 PDT 1997
Update of /cvsroot/src/sys/ddb
In directory netbsd1:/var/slash-tmp/cvs-serv14420

Modified Files:
	db_access.c 
Log Message:
Use db_expr_t rather than int in a few strategic places to avoid
type-size problems.