Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 12/10/2000 14:23:51
Module Name:	syssrc
Committed By:	jdolecek
Date:		Sun Dec 10 12:23:50 UTC 2000

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

Log Message:
since this is now standalone and not called via syscall(), we need to
update statistics and set p->p_md.md_regs accordingly here
do the errno translation uncoditionally


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/i386/i386/ibcs2_syscall.c \
    syssrc/sys/arch/i386/i386/linux_syscall.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/i386/i386/svr4_syscall.c

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