Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 12/09/2000 08:33:16
Module Name: syssrc
Committed By: mycroft
Date: Sat Dec 9 06:33:16 UTC 2000
Modified Files:
syssrc/sys/arch/i386/i386: trap.c
Log Message:
Set md_regs before call the alternate syscall handler.
Remove the EMUL_HAS_SYS___syscall test, because the handler is no longer shared
with SVR4.
Rather than comparing with e_nsysent, just mask the value. This is only done
to protect us from malicious programs anyway.
To generate a diff of this commit:
cvs rdiff -r1.147 -r1.148 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.