Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 12/02/2000 18:03:24
Module Name:	syssrc
Committed By:	jdolecek
Date:		Sat Dec  2 16:03:24 UTC 2000

Modified Files:
	syssrc/sys/arch/i386/conf: files.i386
	syssrc/sys/arch/i386/i386: trap.c
Added Files:
	syssrc/sys/arch/i386/i386: ibcs2_syscall.c linux_syscall.c

Log Message:
as discussed on tech-kern, put linux and ibcs2 syscall code to separate
files and change syscall() to call p->p_emul->e_syscall() if it's not NULL


To generate a diff of this commit:
cvs rdiff -r1.175 -r1.176 syssrc/sys/arch/i386/conf/files.i386
cvs rdiff -r0 -r1.1 syssrc/sys/arch/i386/i386/ibcs2_syscall.c \
    syssrc/sys/arch/i386/i386/linux_syscall.c
cvs rdiff -r1.142 -r1.143 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.