diff options
| author | jruoho <jruoho@NetBSD.org> | 2010-07-09 17:03:04 +0000 |
|---|---|---|
| committer | jruoho <jruoho@NetBSD.org> | 2010-07-09 17:03:04 +0000 |
| commit | c42287d31396fbfc0b82bfa5d5fdc5bef24278c9 (patch) | |
| tree | f40ce2db7af59033507f1242be4595dcb08a5575 /lib/libpthread | |
| parent | dd981aaaa6efed9a60468f567eaadf699edac70d (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/TODO | 4 |
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. |
