diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-06-06 19:25:52 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-06-06 19:27:07 +0200 |
commit | 4533863157b43e1051270185d6e8f99b6c6a4d1d (patch) | |
tree | f3f562f6f50d2c59fa2b07dd00c896eb936a5000 | |
parent | 729f74b7cf06ebd44aa8d9e3192276f47055ca13 (diff) | |
download | hurd-4533863157b43e1051270185d6e8f99b6c6a4d1d.tar.gz hurd-4533863157b43e1051270185d6e8f99b6c6a4d1d.tar.bz2 hurd-4533863157b43e1051270185d6e8f99b6c6a4d1d.zip |
TODO: drop items that were done
TLS, sigaltstack, gdb core
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -44,7 +44,6 @@ See `tasks', the exported task list. ** 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 @@ -60,7 +59,6 @@ See `tasks', the exported task list. ** items relocated from libc/hurd/STATUS: *** We are not sure about possible races between setpgrp (A, pgrp) from process B vs process A receiving proc_newids. -*** does sigaltstack/sigstack really work? -- NO *** hurdmalloc kludge *** think more about environment variable use viz security *** SIGINFO handler? @@ -240,7 +238,6 @@ See `tasks', the exported task list. *** Be even more vigilant about noticing new threads. In particular: **** For mach-indep thread commands, before validating against internal thread list. !!! -*** read core files !! *** Gdb doesn't work right if it doesn't have permission to frob the inferior process (for instance, if it's a set[ug]id program), but doesn't give a meaningful error message. Try `break main' in /bin/login. |