Subject: CVS commit: [netbsd-2-0] src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 07/26/2004 07:09:38
Module Name:	src
Committed By:	tron
Date:		Mon Jul 26 07:09:38 UTC 2004

Modified Files:
	src/lib/libpthread [netbsd-2-0]: pthread_stack.c

Log Message:
Pull up revision 1.15 via patch (requested by chs in ticket #714):
in pthread__initmain(), don't reuse the part of the initial stack that
is occupied by the argv and environment (and MD stuff like the page-table
mapping on x86).  fixes PR 26392.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.12.2.1 src/lib/libpthread/pthread_stack.c

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