summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-01 05:01:59 +0000
committerRoland McGrath <roland@gnu.org>2002-05-01 05:01:59 +0000
commite7ba4f841707b0586192f47837fca7725c7acab5 (patch)
tree1c61e7d1a6d2bdb94a563798aa51e89fd4dd41a9 /TODO
parent1b90887fdabff997ab80f03ee295b202797d6990 (diff)
added some items for libc 2.3
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index e38d869f..4fa427a2 100644
--- a/TODO
+++ b/TODO
@@ -43,6 +43,11 @@ See `tasks', the exported task list.
*** implement an soversion and symbol-versioning scheme similar to libc's.
** libc:
+*** !!!! Do these for libc 2.3 (ask Roland for details):
+**** nix hurdmalloc, use special arena with new _int_malloc
+**** TLS support
+**** avoid sbrk altogether in malloc (don't link it in at all for static)?
+**** maybe hack libio to use _hurd_fd_read et al directly as stdio used to
*** (once vm_remap exists) implement mremap
*** when a session leader _exits, it should SIGHUP, TIOCDRAIN, and revoke. !!!
[it is still under discussion exactly where to address this,