Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
- To: source-changes
- Subject: NetBSD master CVS tree commits
- From: The Source of All Evil <source>
- Date: Thu, 11 Jul 1996 01:40:03 -0400 (EDT)
cgd
Thu Jul 11 01:31:27 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/alpha
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv28552/alpha
Modified Files:
genassym.c interrupt.c locore.s machdep.c process_machdep.c
trap.c
Log Message:
Instead of treating the trap/syscall/exception frame like a struct
containing a substruct (the hardware frame) and an array of registers,
treat it like one big array of registers, for easier and prettier
access. Update everything to deal with that.
cgd
Thu Jul 11 01:31:33 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv28552/include
Modified Files:
alpha_cpu.h cpu.h db_machdep.h frame.h
Log Message:
Instead of treating the trap/syscall/exception frame like a struct
containing a substruct (the hardware frame) and an array of registers,
treat it like one big array of registers, for easier and prettier
access. Update everything to deal with that.
Home |
Main Index |
Thread Index |
Old Index