Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-2-0] src/lib/libpthread
Module Name: src
Committed By: tron
Date: Sun Aug 22 13:12:11 UTC 2004
Modified Files:
src/lib/libpthread [netbsd-2-0]: pthread_stack.c
Log Message:
Pull up revision 1.16 via patch (requested by chs in ticket #768):
redo the fix for PR 26392 differently: instead of changing the stack bounds
for the initial stack, just change the initial thread's pt_uc to point to
the opposite end of the stack (away from the argv, environment, etc).
To generate a diff of this commit:
cvs rdiff -r1.12.2.1 -r1.12.2.2 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.
Home |
Main Index |
Thread Index |
Old Index