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/13/1996 16:10:03
mark
Wed Mar 13 16:00:29 EST 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv3889

Modified Files:
	exception.S 
Log Message:
Removed comments describing debugging code that has long since gone.
Added new comments for parts of the undefined vector entry point.


mark
Wed Mar 13 16:04:57 EST 1996
Update of /a/cvsroot/src/sys/arch/arm32/include
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv3952

Modified Files:
	profile.h 
Log Message:
_mcount() can now be declared inline.


mark
Wed Mar 13 16:06:36 EST 1996
Update of /a/cvsroot/src/sys/arch/arm32/include
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv3985

Modified Files:
	frame.h 
Log Message:
Added switchframe structure to describe the stack frame pushed on the
stack at the beginning of cpuswitch().


christos
Wed Mar 13 16:06:39 EST 1996
Update of /a/cvsroot/src/sys/ddb
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv3997

Modified Files:
	db_command.c 
Log Message:
Kernel version of longjmp() does not take the return value of setjmp() as
an argument. setjmp() always returns 1.


christos
Wed Mar 13 16:08:12 EST 1996
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv4060

Modified Files:
	systm.h 
Log Message:
Kernel version of longjmp does not take the return value of setjmp as
an argument. It always returns 1.


mark
Wed Mar 13 16:08:38 EST 1996
Update of /a/cvsroot/src/sys/arch/arm32/include
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv4043

Modified Files:
	pcb.h 
Log Message:
Removed the kstack pte fields. These are no longer needed as the kernel
stack is no longer double mapped.