Subject: CVS commit: src/sys/compat/linux/arch/i386
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/03/2003 21:24:30
Module Name:	src
Committed By:	christos
Date:		Thu Jul  3 21:24:30 UTC 2003

Modified Files:
	src/sys/compat/linux/arch/i386: linux_machdep.c linux_machdep.h
	    linux_siginfo.h syscalls.master

Log Message:
Implement linux_rt_sigreturn for real. Add a hack for more plausible siginfo.
The java segv handler still segv's again inside the signal handler, but our
sample test program now works [gets the proper ucontext].


To generate a diff of this commit:
cvs rdiff -r1.89 -r1.90 src/sys/compat/linux/arch/i386/linux_machdep.c
cvs rdiff -r1.25 -r1.26 src/sys/compat/linux/arch/i386/linux_machdep.h
cvs rdiff -r1.1 -r1.2 src/sys/compat/linux/arch/i386/linux_siginfo.h
cvs rdiff -r1.65 -r1.66 src/sys/compat/linux/arch/i386/syscalls.master

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