Subject: CVS commit: syssrc/sys/compat/linux/arch/mips
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 10/14/2001 20:21:49
Module Name:	syssrc
Committed By:	manu
Date:		Sun Oct 14 17:21:49 UTC 2001

Modified Files:
	syssrc/sys/compat/linux/arch/mips: linux_machdep.c linux_signal.h
	    linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c

Log Message:
Fixed some mistakes in signal handling (this is still broken)
Added some code to set linux's uname kernel version to 2.4.0 (usefull for
testing with glibc-2.2). This is currently guarded by a #if 0.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/compat/linux/arch/mips/linux_machdep.c \
    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.4 -r1.5 syssrc/sys/compat/linux/arch/mips/linux_signal.h

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