Subject: CVS commit: [netbsd-4] src/sys/compat/linux/common
To: None <source-changes@NetBSD.org>
From: Julian Coleman <jdc@netbsd.org>
List: source-changes
Date: 03/28/2007 20:38:01
Module Name:	src
Committed By:	jdc
Date:		Wed Mar 28 20:38:00 UTC 2007

Modified Files:
	src/sys/compat/linux/common [netbsd-4]: linux_emuldata.h

Log Message:
Pull up revision 1.13 (requested by njoly in ticket #523).

Add a new linux_emuldata_shared flag value LINUX_LES_USE_NPTL to allow
both NPTL and old linuxthreads behaviour depending on process needs.

Apply to exit_group(), getpid() and getppid() to share them between
compat linux32 (non NPTL) and compat linux (NPTL) on amd64.

ok by manu and christos


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.12.6.1 src/sys/compat/linux/common/linux_emuldata.h

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