Module Name: src Committed By: joerg Date: Mon Mar 12 16:37:16 UTC 2012
Modified Files: src/lib/libpthread: pthread.c Log Message: Further refine stack allocation. If the stack was provided by the user, don't bother with setting up a guard page. Otherwise, round up the size to page size. Point stack inside the guarded area, without the guard page. Fix size when mprotect failed. To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131 src/lib/libpthread/pthread.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.