diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-01 05:01:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-01 05:01:59 +0000 |
commit | e7ba4f841707b0586192f47837fca7725c7acab5 (patch) | |
tree | 1c61e7d1a6d2bdb94a563798aa51e89fd4dd41a9 /TODO | |
parent | 1b90887fdabff997ab80f03ee295b202797d6990 (diff) |
added some items for libc 2.3
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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, |