Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 11/20/2001 23:37:52
Module Name:	syssrc
Committed By:	manu
Date:		Tue Nov 20 21:37:51 UTC 2001

Modified Files:
	syssrc/sys/arch/mips/mips: locore.S
	syssrc/sys/compat/linux/arch/mips: linux_machdep.c linux_syscall.h
	    linux_syscallargs.h linux_syscalls.c linux_sysent.c syscalls.master

Log Message:
Fixed the Linux signal trampoline and linux_sys_sigreturn(). Linux signal
delivery now seems fully functionnal.


To generate a diff of this commit:
cvs rdiff -r1.126 -r1.127 syssrc/sys/arch/mips/mips/locore.S
cvs rdiff -r1.7 -r1.8 syssrc/sys/compat/linux/arch/mips/linux_machdep.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/compat/linux/arch/mips/linux_syscall.h \
    syssrc/sys/compat/linux/arch/mips/linux_syscallargs.h \
    syssrc/sys/compat/linux/arch/mips/linux_syscalls.c \
    syssrc/sys/compat/linux/arch/mips/linux_sysent.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/compat/linux/arch/mips/syscalls.master

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