Subject: NetBSD master CVS tree commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 01/28/1996 07:30:05
ragge
Sun Jan 28 07:22:58 EST 1996
Update of /a/cvsroot/src/sys/arch/vax/vax
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1813
Modified Files:
vm_machdep.c subr.s machdep.c intvec.s
Log Message:
Save USP when trapping from userspace.
Change register save structs according to this.
Be compatible with the way old init passes flags (in registers).
ragge
Sun Jan 28 07:24:37 EST 1996
Update of /a/cvsroot/src/sys/arch/vax/vax
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv2199
Modified Files:
trap.c
Log Message:
Be able to handle debugger traps from kernel.
ragge
Sun Jan 28 07:27:22 EST 1996
Update of /a/cvsroot/src/sys/arch/vax/include
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv2461
Modified Files:
pcb.h
Log Message:
Change void* to struct pcb* for page table pointers.