Subject: CVS commit: src/sys/compat/linux
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 08/24/2006 16:36:59
Module Name: src
Committed By: manu
Date: Thu Aug 24 16:36:59 UTC 2006
Modified Files:
src/sys/compat/linux/arch/amd64: linux_syscall.h linux_syscallargs.h
linux_syscalls.c linux_sysent.c syscalls.master
src/sys/compat/linux/common: linux_ipc.c
Log Message:
The return value for Linux shmat on amd64 does not suffer the same horrible
hack as on i386.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 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
cvs rdiff -r1.12 -r1.13 src/sys/compat/linux/arch/amd64/syscalls.master
cvs rdiff -r1.35 -r1.36 src/sys/compat/linux/common/linux_ipc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.