Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 06/11/2001 23:04:03
Module Name: syssrc
Committed By: sommerfeld
Date: Mon Jun 11 20:04:03 UTC 2001
Modified Files:
syssrc/sys/arch/i386/i386: locore.s trap.c
Log Message:
Replace magic numbers in trap code with offsetof()
Deal better with traps during register restore.
Explain a bit more about what's going on here.
To generate a diff of this commit:
cvs rdiff -r1.239 -r1.240 syssrc/sys/arch/i386/i386/locore.s
cvs rdiff -r1.158 -r1.159 syssrc/sys/arch/i386/i386/trap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.