Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 12/11/2000 18:49:16
Module Name:	syssrc
Committed By:	mycroft
Date:		Mon Dec 11 16:49:16 UTC 2000

Modified Files:
	syssrc/sys/arch/i386/i386: ibcs2_syscall.c linux_syscall.c
	    svr4_syscall.c syscall.c

Log Message:
Separate the syscall handlers into two versions -- one which does ktrace, and
one which doesn't.  Dynamically switch.
There's more to do on this, but I have to go to work.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/i386/i386/ibcs2_syscall.c \
    syssrc/sys/arch/i386/i386/linux_syscall.c
cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/i386/i386/svr4_syscall.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/i386/i386/syscall.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.