From 1fed12bc2963e5d4f9b29faa35d5c1f515ca6bf9 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Thu, 15 Aug 2013 18:41:54 +0200 Subject: 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. --- TODO | 4 ---- 1 file changed, 4 deletions(-) (limited to 'TODO') 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 -- cgit v1.2.3