Module Name: src Committed By: jruoho Date: Fri Jul 9 17:03:05 UTC 2010
Modified Files: src/lib/libpthread: TODO Log Message: As per (now closed) PR lib/43581, add a note about unsupported modifications to the red zone size. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libpthread/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libpthread/TODO diff -u src/lib/libpthread/TODO:1.15 src/lib/libpthread/TODO:1.16 --- src/lib/libpthread/TODO:1.15 Sat Jan 24 13:00:03 2009 +++ src/lib/libpthread/TODO Fri Jul 9 17:03:04 2010 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.15 2009/01/24 13:00:03 wiz Exp $ +$NetBSD: TODO,v 1.16 2010/07/09 17:03:04 jruoho Exp $ Bugs to fix: @@ -11,5 +11,7 @@ - Allow threads to change their stack size. +- Allow threads to modify the red zone size; cf. pthread_attr_setguardsize(3). + - Keep a pool of dead LWPs so that we do not have take the full hit of _lwp_create() every time pthread_create() is called.