diff options
author | Miles Bader <miles@gnu.org> | 1996-10-06 22:08:34 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-10-06 22:08:34 +0000 |
commit | 5020a4083e2065c2c93f561ac4253379507a9989 (patch) | |
tree | 5ae97142e1073e4825da5fa1e7fa0ec4e191e00e | |
parent | 1cba7795f13c233e81f6601503e5046edbc816d8 (diff) |
.
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -125,11 +125,13 @@ See `tasks', the exported task list. ** Login/utmp? ** fifos are flaky. ?? Details ?? ** pflocal: make peer addresses work? +** pflocal: using emacsclient causes massive thread creation in pflocal, and + emacsclient hangs in connect(). ** 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 - anyone to use it. + anyone to use it. *** Add proc_get_tty() [returns tty opened with no flags], so that ps can be non-suid. *** Remove hostname/hostid functions |