aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update POSIX compliance tableDenys Vlasenko2009-06-121-128/+172
* readlink: support -n, -v, -s and -q too if support for -f is requestedDenys Vlasenko2009-06-122-7/+33
* ash: revert over-zealous usage of FAST_FUNCDenys Vlasenko2009-06-111-16/+16
* added comments about [[ ]] to ash and hush. no code changesDenys Vlasenko2009-06-102-0/+10
* hush: add HUSH_BASH_COMPAT, make [[ special handling depend on itDenys Vlasenko2009-06-102-30/+41
* telnetd: more compact version of the fix for stray open fdsDenys Vlasenko2009-06-101-51/+39
* telnetd: properly close fds in childDenys Vlasenko2009-06-092-64/+95
* hush: specially handle [[ - suppress globbing & multiword expansionDenys Vlasenko2009-06-093-20/+138
* randomconfig fixesDenys Vlasenko2009-06-093-6/+13
* diff: tiny compat tweakDenys Vlasenko2009-06-091-0/+3
* hush: drop REDIRECT_INVALID; other minor tweaksDenys Vlasenko2009-06-071-42/+38
* hush: fix a segfault in export builtinDenys Vlasenko2009-06-071-13/+12
* stop using non-standard macro, use WEXITSTATUS insteadDenys Vlasenko2009-06-075-11/+7
* hush: make builtins work in pipes (eval ... | ...) on NOMMUDenys Vlasenko2009-06-064-94/+186
* ifupdown: if $PATH is not set, do not set it to "" in childrenDenys Vlasenko2009-06-051-59/+65
* ftpd: allow multiple -S options to increase verbosity too, like -vDenys Vlasenko2009-06-051-3/+7
* printf: accept negative numbers for %x; sh: overflowed numbers are 0Denys Vlasenko2009-06-053-4/+16
* inetd: comment why we redirect stderr to networkDenys Vlasenko2009-06-051-3/+6
* *: reduce #ifdef forestDenys Vlasenko2009-06-053-47/+35
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-0522-346/+324
* ftpd: fix a case when with -w unknown commands are ignored with no error codeDenys Vlasenko2009-06-041-0/+5
* rename CONFIG_FEATURE_TAR_GZIPBernhard Reutner-Fischer2009-06-031-1/+1
* tweak docsDenys Vlasenko2009-06-031-28/+9
* hush: document a TODO in export builtinDenys Vlasenko2009-06-031-2/+16
* hush: fix a case when backgrounded cmd makes shell hangDenys Vlasenko2009-06-031-0/+2
* hush: add support for local builtinDenys Vlasenko2009-06-036-70/+210
* bloat-o-meter: touchup argv handlingMike Frysinger2009-06-011-2/+2
* bloat-o-meter: fix tab/space mixingMike Frysinger2009-06-011-3/+3
* hush_test: stop mixing tabs/spaces for indentationMike Frysinger2009-06-011-37/+37
* gitignore: add debugging related filesMike Frysinger2009-06-011-0/+7
* hush: unify syntax_error_unterm_{ch,str} a bitMike Frysinger2009-06-011-9/+7
* hush: push down expansion var in handle_dollar()Mike Frysinger2009-06-011-2/+3
* hush: add support for special vars in bracesMike Frysinger2009-06-017-8/+9
* hush_test: filter test output to avoid C lib differencesMike Frysinger2009-06-011-0/+4
* lineedit: fix warning about unused label when VI editing is disabledMike Frysinger2009-06-011-0/+2
* nc, hush: cosmetic cleanups, no code changesDenys Vlasenko2009-06-012-14/+14
* read_key: drop optimization where we read 3 bytes at onceDenys Vlasenko2009-05-294-59/+65
* hust: trivial simplification in builtin_typeDenys Vlasenko2009-05-281-3/+1
* hush: fix bug 353 (wrong handling of \x in assignments)Denys Vlasenko2009-05-283-22/+31
* hush: optimize type builtin a bit moreDenys Vlasenko2009-05-281-6/+5
* hush: optimize type builtin a bitDenys Vlasenko2009-05-281-11/+10
* only build common libarchive objs when neededMike Frysinger2009-05-281-1/+7
* modprobe: fix more bugs in modprobe -rDenys Vlasenko2009-05-281-7/+15
* cpio.tests: fix false positiveDenys Vlasenko2009-05-281-1/+2
* hush: implement `type`Mike Frysinger2009-05-271-27/+78
* hush: remove outdated TODO and superfluous macro; fix compile breakageDenys Vlasenko2009-05-271-5/+6
* POSIX conformance documentation for busyboxDavid Krakov2009-05-261-0/+698
* hush: tweak commentDenys Vlasenko2009-05-261-2/+2
* hush: rename last_waitpid_was_0 to we_have_childrenDenys Vlasenko2009-05-261-11/+19
* modprobe: fix modprobe -r. closes bug 315Denys Vlasenko2009-05-261-2/+4