diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-08-15 18:41:54 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-08-29 00:09:48 +0200 |
commit | 1fed12bc2963e5d4f9b29faa35d5c1f515ca6bf9 (patch) | |
tree | 270641380d609165e02d97a60f09ecdca58a87f4 /TODO | |
parent | 48da1229d36a9ca6c044e34bbdde77067d8036a1 (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-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |