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/24/1998 16:50:01
thorpej
Tue Mar 24 16:44:34 PST 1998
Update of /cvsroot/src/sys/arch/alpha/include
In directory nb00:/tmp/cvs-serv18054

Modified Files:
	pte.h 
Log Message:
Keep a few things that reference kernel variables out of the namespace.
Add a check to see if libkvm is using this file.


thorpej
Tue Mar 24 16:45:51 PST 1998
Update of /cvsroot/src/sys/vm
In directory nb00:/tmp/cvs-serv18084

Modified Files:
	vm_param.h 
Log Message:
PAGE_SHIFT, PAGE_MASK, and PAGE_SIZE are all short-hand for kernel variables.
Protect them with _KERNEL.


thorpej
Tue Mar 24 16:47:20 PST 1998
Update of /cvsroot/src/lib/libkvm
In directory nb00:/tmp/cvs-serv18118

Modified Files:
	kvm_alpha.c 
Log Message:
Don't rely on a constant page shift value; dynamically compute it based
on the page size in the crash dump header.