Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-16 | ash: fix "(cat < file)" hang introduced by rev 22944. | Denis Vlasenko | |
2008-07-25 | ash: testsuite entries for last change | Denis Vlasenko | |
2008-07-24 | ash: prevent exec NN>&- from closing fd used for script reading | Denis Vlasenko | |
2008-07-24 | ash: fix a bug where redirection fds were not closed afterwards. | Denis Vlasenko | |
optimize close+fcntl(DUPFD) into dup2. add testsuites. function old new delta copyfd 47 68 +21 argstr 1311 1298 -13 popredir 148 131 -17 redirect 1139 1107 -32 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/3 up/down: 21/-62) Total: -41 bytes | |||
2008-02-13 | reinstate redir.tests with correct perms | Denis Vlasenko | |
2008-02-13 | ash: add a testcase for recently fixed signal bug | Denis Vlasenko | |
2007-11-22 | ash: fix bug where redirection of closed fd was leaving it open afterwards. | Denis Vlasenko | |
redirect 983 1024 +41 bb_echo 276 301 +25 popredir 118 132 +14 evalcommand 1163 1176 +13 bbunpack 358 366 +8 echocmd 13 5 -8 echo_main 13 5 -8 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 5/2 up/down: 101/-16) Total: 85 bytes text data bss dec hex filename 774999 962 9236 785197 bfb2d busybox_old 775084 962 9236 785282 bfb82 busybox_unstripped |