summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-08-15 18:41:54 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-08-29 00:09:48 +0200
commit1fed12bc2963e5d4f9b29faa35d5c1f515ca6bf9 (patch)
tree270641380d609165e02d97a60f09ecdca58a87f4 /TODO
parent48da1229d36a9ca6c044e34bbdde77067d8036a1 (diff)
exec: remove the BFD code
This commit removes the parts of the exec server that were once using the Binary File Descriptor library. As I understand it, the BFD code stopped working because it uses stdio streams and the glue code for that has never been ported to libio. The code has been #ifdefed out ever since. It may or may not work in its current state, so it is removed. If someone is interested, it can always be recovered from the version control system. * exec/exec.c: Remove all BFD related code. * exec/priv.h: Likewise. * TODO: Remove the corresponding item.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index b541f38f..bf37fb24 100644
--- a/TODO
+++ b/TODO
@@ -173,10 +173,6 @@ See `tasks', the exported task list.
3: when a session leader exits, the association has to be torn
down; bsd does SIGHUP + drain + revoke.)
-** exec:
-*** either resurrect or excise BFD exec server
- (needs stdio magic converted to use libio when libc converts)
-
** proc:
*** Add a version of proc_wait usable by non-parent processes, and use it in
gdb; maybe just a flag WNOREAP to proc_wait that doesn't reap and allows