Age | Commit message (Expand) | Author |
2008-11-25 | ash: fix bad interaction between ash -c '....&' and bash compat | Denis Vlasenko |
2008-11-22 | ash: NTO2 needs #if ENABLE_ASH_BASH_COMPAT | Denis Vlasenko |
2008-11-21 | ash: fix miscalculation of memory needed for eval tree | Denis Vlasenko |
2008-10-27 | ash: fix "while kill -0 $child; do true; done" looping forever. | Denis Vlasenko |
2008-10-20 | ash: fix NOEXEC mode - we were forgetting to pass environment! | Denis Vlasenko |
2008-10-07 | ash: support &> redirection (bashism). ~90 bytes of code | Denis Vlasenko |
2008-10-06 | ash: some beautification work, no code changes | Denis Vlasenko |
2008-10-05 | ash: implement ">&file" bashism. ~100 bytes. | Denis Vlasenko |
2008-09-27 | style fixes, no code changes | Denis Vlasenko |
2008-08-16 | ash: fix "(cat < file)" hang introduced by rev 22944. | Denis Vlasenko |
2008-07-30 | ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1" | Denis Vlasenko |
2008-07-26 | ash: fix typo | Denis Vlasenko |
2008-07-26 | ash: hopefully close bug 4324. With testcase. | Denis Vlasenko |
2008-07-25 | ash: dont allow e.g. exec <&10 to attach to stript's fd! | 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 |
2008-07-24 | ash: teach ash about 123>file. It could take only 0..9 before | Denis Vlasenko |
2008-07-24 | ash: ducument where "no fds > 9 in redirects" limitation is. | Denis Vlasenko |
2008-07-24 | ash: ditch dupredirect(), it was only making code harder to read. | Denis Vlasenko |
2008-07-24 | ash: explain redirect code a bit | Denis Vlasenko |
2008-07-24 | ash: code shrink | Denis Vlasenko |
2008-07-21 | - fix spelling | Bernhard Reutner-Fischer |
2008-07-13 | ash: small code shrink | Denis Vlasenko |
2008-07-11 | ash: fix segfault in "command -v" | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-07-01 | sendmail: fix wrong vfork usage here too | Denis Vlasenko |
2008-06-29 | libbb: shrink monotonic_XXX functions, introduce monotonic_ns | Denis Vlasenko |
2008-06-27 | ash: improve comments | Denis Vlasenko |
2008-06-27 | ash: fix very weak $RANDOM generator; and move even more things | Denis Vlasenko |
2008-06-27 | ash: move stuff out of data/bss | Denis Vlasenko |
2008-06-23 | fix breakage found by randomconfig | Denis Vlasenko |
2008-06-23 | ash: trivial code readability fixes | Denis Vlasenko |
2008-06-23 | ash: improve readability of the code. No real code changes. | Denis Vlasenko |
2008-06-23 | ash: optional support for $'...\t...\n...' bashism | Denis Vlasenko |
2008-06-22 | ash: minor shrink (mostly smallints) and variable renaming | Denis Vlasenko |
2008-06-18 | ash: fix "shift BIGNUM" and "read with no variable name" bugs. | Denis Vlasenko |
2008-06-14 | ash: small cosmetic change | Denis Vlasenko |
2008-06-14 | ash: fix ${var/s/r} handling, add testcase. | Denis Vlasenko |
2008-06-09 | reword the error msg so people realize that they broke it, they buy it | Mike Frysinger |
2008-06-01 | ash: optional printf builtin. +25 bytes if off, +35 if on. | Denis Vlasenko |
2008-05-19 | - use STD*_FILENO some more. No object-code changes | Bernhard Reutner-Fischer |
2008-05-19 | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer |
2008-05-18 | ash: more of -Wall fixes | Denis Vlasenko |
2008-05-15 | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-05-06 | ash: make set -o and set +o work as in dash/bash. | Denis Vlasenko |
2008-04-14 | ash: fix breakage introduced in rev 21481. | Denis Vlasenko |
2008-04-13 | ash: speed up NOFORK code in ash by eliminating second find_applet(). | Denis Vlasenko |
2008-04-12 | ash: add FEATURE_SH_NOFORK support | Denis Vlasenko |
2008-04-12 | ash: do not do find_applet() twice in shellexec/tryexec | Denis Vlasenko |
2008-04-01 | shells: do not frocibly enable test, echo and kill _applets_, | Denis Vlasenko |