Subject: CVS commit: src/sys/compat/linux
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 11/05/2005 00:47:27
Module Name:	src
Committed By:	manu
Date:		Sat Nov  5 00:47:27 UTC 2005

Modified Files:
	src/sys/compat/linux/arch/amd64: linux_machdep.c linux_machdep.h
	src/sys/compat/linux/common: linux_emuldata.h linux_exec.c
	    linux_machdep.h linux_sched.c linux_time.c

Log Message:
Instead of ifdef'ing __amd64__ all the Linux NPTL stuff, introduce an
ifdef LINUX_NPTL.
Also implement SETTLS flag to Linux clone()


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/compat/linux/arch/amd64/linux_machdep.c
cvs rdiff -r1.3 -r1.4 src/sys/compat/linux/arch/amd64/linux_machdep.h
cvs rdiff -r1.8 -r1.9 src/sys/compat/linux/common/linux_emuldata.h
cvs rdiff -r1.78 -r1.79 src/sys/compat/linux/common/linux_exec.c
cvs rdiff -r1.12 -r1.13 src/sys/compat/linux/common/linux_machdep.h
cvs rdiff -r1.20 -r1.21 src/sys/compat/linux/common/linux_sched.c
cvs rdiff -r1.11 -r1.12 src/sys/compat/linux/common/linux_time.c

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