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: 06/12/1996 16:00:02
mark
Wed Jun 12 15:50:16 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv21339

Modified Files:
	katelib.h 
Log Message:
Define insl() and outsl() as macros that currently just panic for the
moment.


mark
Wed Jun 12 15:55:05 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv21453

Modified Files:
	vmparam.h 
Log Message:
Added a couple of comments.
Defined VM_MAXKERN_ADDRESS as the maximum address for the kernel address
argument to copyin() and copyout().


mark
Wed Jun 12 15:57:09 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv21567

Modified Files:
	db_machdep.c db_interface.c 
Log Message:
Added a new machine command intrchain to dump the interupt handler
chains.


mark
Wed Jun 12 15:58:44 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv21607

Modified Files:
	bcopy.S 
Log Message:
Don't use signed compares when determining the copy direction.