Subject: CVS commit: syssrc/sys/arch/powerpc/powerpc
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 11/13/2002 11:36:11
Module Name: syssrc
Committed By: matt
Date: Wed Nov 13 09:36:11 UTC 2002
Modified Files:
syssrc/sys/arch/powerpc/powerpc: mach_syscall.c syscall.c
Log Message:
Change syscall to bound code so that systrace and ktrace won't fall off
the end of a table. XXX this is wrong since code does not indicate the
sysent table for which code was used as an index.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/powerpc/powerpc/mach_syscall.c
cvs rdiff -r1.12 -r1.13 syssrc/sys/arch/powerpc/powerpc/syscall.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.