Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpthread As per (now closed) PR lib/43581, add a note ...



details:   https://anonhg.NetBSD.org/src/rev/b6426c00cdbb
branches:  trunk
changeset: 756255:b6426c00cdbb
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Fri Jul 09 17:03:04 2010 +0000

description:
As per (now closed) PR lib/43581, add a note about unsupported modifications
to the red zone size.

diffstat:

 lib/libpthread/TODO |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 725f783ac1df -r b6426c00cdbb lib/libpthread/TODO
--- a/lib/libpthread/TODO       Fri Jul 09 16:54:30 2010 +0000
+++ b/lib/libpthread/TODO       Fri Jul 09 17:03:04 2010 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index