]> andersk Git - openssh.git/commitdiff
Added in Linux's select issue to TODO. Which may have to do with the
authormouring <mouring>
Sat, 2 Dec 2000 04:58:57 +0000 (04:58 +0000)
committermouring <mouring>
Sat, 2 Dec 2000 04:58:57 +0000 (04:58 +0000)
shell/sshd not sending a -TERM/-HUP to the grandchildren at the right
time in the exiting process.

TODO

diff --git a/TODO b/TODO
index cc274c88515a1fbbfaf4b79c81c0db85642081da..c7135806bf23b849ec42ad0671bce675c636de6b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -11,6 +11,12 @@ Programming:
 - Support 64bit ints on machines that lack 'long long' and u_intXX_t
   (tim@multitalents.net)
 
+- Linux hangs for 20 seconds when you do "sleep 20&exit".  All current
+  solutions break scp or leaves processes hanging around after the ssh
+  connection has ended.  It seems to be linked to two things.  One
+  select() under Linux is not as nice as others, and two the children
+  of the shell are not killed on exiting the shell.
+
 Documentation:
 - More and better
 
@@ -45,4 +51,3 @@ Packaging:
 
 - HP/UX: Provide DEPOT package scripts.
   (gilbert.r.loomis@saic.com)
This page took 0.063572 seconds and 5 git commands to generate.