aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-09diff: tiny compat tweakDenys Vlasenko
2009-06-07hush: drop REDIRECT_INVALID; other minor tweaksDenys Vlasenko
2009-06-07hush: fix a segfault in export builtinDenys Vlasenko
2009-06-07stop using non-standard macro, use WEXITSTATUS insteadDenys Vlasenko
2009-06-06hush: make builtins work in pipes (eval ... | ...) on NOMMUDenys Vlasenko
2009-06-05ifupdown: if $PATH is not set, do not set it to "" in childrenDenys Vlasenko
2009-06-05ftpd: allow multiple -S options to increase verbosity too, like -vDenys Vlasenko
2009-06-05printf: accept negative numbers for %x; sh: overflowed numbers are 0Denys Vlasenko
2009-06-05inetd: comment why we redirect stderr to networkDenys Vlasenko
2009-06-05*: reduce #ifdef forestDenys Vlasenko
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko
2009-06-04ftpd: fix a case when with -w unknown commands are ignored with no error codeDenys Vlasenko
2009-06-03rename CONFIG_FEATURE_TAR_GZIPBernhard Reutner-Fischer
2009-06-03tweak docsDenys Vlasenko
2009-06-03hush: document a TODO in export builtinDenys Vlasenko
2009-06-03hush: fix a case when backgrounded cmd makes shell hangDenys Vlasenko
2009-06-03hush: add support for local builtinDenys Vlasenko
2009-06-01bloat-o-meter: touchup argv handlingMike Frysinger
2009-06-01bloat-o-meter: fix tab/space mixingMike Frysinger
2009-06-01hush_test: stop mixing tabs/spaces for indentationMike Frysinger
2009-06-01gitignore: add debugging related filesMike Frysinger
2009-06-01hush: unify syntax_error_unterm_{ch,str} a bitMike Frysinger
2009-06-01hush: push down expansion var in handle_dollar()Mike Frysinger
2009-06-01hush: add support for special vars in bracesMike Frysinger
2009-06-01hush_test: filter test output to avoid C lib differencesMike Frysinger
2009-06-01lineedit: fix warning about unused label when VI editing is disabledMike Frysinger
2009-06-01nc, hush: cosmetic cleanups, no code changesDenys Vlasenko
2009-05-29read_key: drop optimization where we read 3 bytes at onceDenys Vlasenko
2009-05-28hust: trivial simplification in builtin_typeDenys Vlasenko
2009-05-28hush: fix bug 353 (wrong handling of \x in assignments)Denys Vlasenko
2009-05-28hush: optimize type builtin a bit moreDenys Vlasenko
2009-05-28hush: optimize type builtin a bitDenys Vlasenko
2009-05-28only build common libarchive objs when neededMike Frysinger
2009-05-28modprobe: fix more bugs in modprobe -rDenys Vlasenko
2009-05-28cpio.tests: fix false positiveDenys Vlasenko
2009-05-27hush: implement `type`Mike Frysinger
2009-05-27hush: remove outdated TODO and superfluous macro; fix compile breakageDenys Vlasenko
2009-05-26POSIX conformance documentation for busyboxDavid Krakov
2009-05-26hush: tweak commentDenys Vlasenko
2009-05-26hush: rename last_waitpid_was_0 to we_have_childrenDenys Vlasenko
2009-05-26modprobe: fix modprobe -r. closes bug 315Denys Vlasenko
2009-05-25hush: fix SIGCHLD counting code, but keep it disabled for now.Denys Vlasenko
2009-05-25flash_lock, flash_unlock: new appletsDenys Vlasenko
2009-05-23make compound.tests executableDenys Vlasenko
2009-05-23hush: fix problems with case in subshells and with "case esac"Denys Vlasenko
2009-05-21hush_test: add some pathological compound list testsMike Frysinger
2009-05-21hush_test: test for subshell function syntaxMike Frysinger
2009-05-21hush_test: add subshelled case testsMike Frysinger
2009-05-21hush_test: update test output to match new getopt() outputMike Frysinger
2009-05-21hush_test: ignore generated filesMike Frysinger