Subject: CVS commit: src/sys/compat/linux
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 11/23/2005 16:14:57
Module Name:	src
Committed By:	manu
Date:		Wed Nov 23 16:14:57 UTC 2005

Modified Files:
	src/sys/compat/linux/arch/amd64: linux_machdep.h linux_syscall.h
	    linux_syscallargs.h linux_syscalls.c linux_sysent.c syscalls.master
	src/sys/compat/linux/common: linux_futex.c linux_misc.c linux_sched.c
	    linux_signal.c

Log Message:
- Add Linux tkill and tgkill (partial emulation).
- Fix getrlimit on amd64


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/compat/linux/arch/amd64/linux_machdep.h
cvs rdiff -r1.8 -r1.9 src/sys/compat/linux/arch/amd64/linux_syscall.h \
    src/sys/compat/linux/arch/amd64/linux_syscallargs.h \
    src/sys/compat/linux/arch/amd64/linux_syscalls.c \
    src/sys/compat/linux/arch/amd64/linux_sysent.c \
    src/sys/compat/linux/arch/amd64/syscalls.master
cvs rdiff -r1.4 -r1.5 src/sys/compat/linux/common/linux_futex.c
cvs rdiff -r1.143 -r1.144 src/sys/compat/linux/common/linux_misc.c
cvs rdiff -r1.26 -r1.27 src/sys/compat/linux/common/linux_sched.c
cvs rdiff -r1.48 -r1.49 src/sys/compat/linux/common/linux_signal.c

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