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:42
Module Name:	src
Committed By:	jdc
Date:		Wed Mar 28 20:38:42 UTC 2007

Modified Files:
	src/sys/compat/linux/common [netbsd-4]: linux_sched.c

Log Message:
Pull up revision 1.39 (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.37 -r1.37.2.1 src/sys/compat/linux/common/linux_sched.c

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