summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorjruoho <jruoho@NetBSD.org>2010-07-09 17:03:04 +0000
committerjruoho <jruoho@NetBSD.org>2010-07-09 17:03:04 +0000
commitc42287d31396fbfc0b82bfa5d5fdc5bef24278c9 (patch)
treef40ce2db7af59033507f1242be4595dcb08a5575 /lib/libpthread
parentdd981aaaa6efed9a60468f567eaadf699edac70d (diff)
As per (now closed) PR lib/43581, add a note about unsupported modifications
to the red zone size.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libpthread/TODO b/lib/libpthread/TODO
index a8b759d869d..486a7461cfc 100644
--- a/lib/libpthread/TODO
+++ b/lib/libpthread/TODO
@@ -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 @@ Interfaces/features to implement:
- 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.