diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-28 22:39:02 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-28 22:39:02 +0000 |
commit | 617bd16ad6d8ec456fb1848121a3c4d6b95f7588 (patch) | |
tree | c386a79f3a9347cbba9b224357801e69ab1b9e4d /shell/README | |
parent | a7a0f08adc692821bb869bb407707466a976c5d2 (diff) | |
download | busybox-w32-617bd16ad6d8ec456fb1848121a3c4d6b95f7588.tar.gz busybox-w32-617bd16ad6d8ec456fb1848121a3c4d6b95f7588.tar.bz2 busybox-w32-617bd16ad6d8ec456fb1848121a3c4d6b95f7588.zip |
ash: fix infinite loop on exit if tty is not there anymore
git-svn-id: svn://busybox.net/trunk/busybox@18530 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell/README')
-rw-r--r-- | shell/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/README b/shell/README index 2b1d05ceb..40447cacb 100644 --- a/shell/README +++ b/shell/README | |||
@@ -1,5 +1,10 @@ | |||
1 | Various bits of what is known about busybox shells, in no particular order. | 1 | Various bits of what is known about busybox shells, in no particular order. |
2 | 2 | ||
3 | 2007-04-28 | ||
4 | hush: Ctrl-C and Ctrl-Z for single NOFORK commands are working. | ||
5 | Memory and other resource leaks (opendir) are not addressed | ||
6 | (testcase is "rm -i" interrupted by ctrl-c). | ||
7 | |||
3 | 2007-04-21 | 8 | 2007-04-21 |
4 | hush: "sleep 5 | sleep 6" + Ctrl-Z + fg seems to work. | 9 | hush: "sleep 5 | sleep 6" + Ctrl-Z + fg seems to work. |
5 | "rm -i" + Ctrl-C, "sleep 5" + Ctrl-Z still doesn't work | 10 | "rm -i" + Ctrl-C, "sleep 5" + Ctrl-Z still doesn't work |