summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2000-12-02 04:58:57 +0000
committerBen Lindstrom <mouring@eviladmin.org>2000-12-02 04:58:57 +0000
commita15e39b05fa013e16bbe293244cb49b0f27e2901 (patch)
tree36e8301fc5590497585274f6a8b49a19a857613d /TODO
parent75214f9c195e0d65b5640ba236e7b6113142f561 (diff)
Added in Linux's select issue to TODO. Which may have to do with the
shell/sshd not sending a -TERM/-HUP to the grandchildren at the right time in the exiting process.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index cc274c885..c7135806b 100644
--- a/TODO
+++ b/TODO
@@ -11,6 +11,12 @@ Programming:
11- Support 64bit ints on machines that lack 'long long' and u_intXX_t 11- Support 64bit ints on machines that lack 'long long' and u_intXX_t
12 (tim@multitalents.net) 12 (tim@multitalents.net)
13 13
14- Linux hangs for 20 seconds when you do "sleep 20&exit". All current
15 solutions break scp or leaves processes hanging around after the ssh
16 connection has ended. It seems to be linked to two things. One
17 select() under Linux is not as nice as others, and two the children
18 of the shell are not killed on exiting the shell.
19
14Documentation: 20Documentation:
15- More and better 21- More and better
16 22
@@ -45,4 +51,3 @@ Packaging:
45 51
46- HP/UX: Provide DEPOT package scripts. 52- HP/UX: Provide DEPOT package scripts.
47 (gilbert.r.loomis@saic.com) 53 (gilbert.r.loomis@saic.com)
48