Subject: CVS commit: [netbsd-2-0] src/sys/compat/linux/common
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 08/15/2004 13:59:07
Module Name:	src
Committed By:	tron
Date:		Sun Aug 15 13:59:07 UTC 2004

Modified Files:
	src/sys/compat/linux/common [netbsd-2-0]: linux_misc.c

Log Message:
Pull up revision 1.127 (requested by jdolecek in ticket #762):
linux processes sharing VM space (via clone() call) must also
share same 'break' value used for brk()/sbrk(), otherwise application SIGSEGVs
quickly once different threads try to adjust data segment size
this fixes linux Mozilla crashes with SuSE 9.1 libraries, and possibly
other linux applications using real threads


To generate a diff of this commit:
cvs rdiff -r1.122.2.1 -r1.122.2.2 src/sys/compat/linux/common/linux_misc.c

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