aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* hush: fix SIGCHLD counting code, but keep it disabled for now.Denys Vlasenko2009-05-251-19/+66
* flash_lock, flash_unlock: new appletsDenys Vlasenko2009-05-2510-6/+112
* make compound.tests executableDenys Vlasenko2009-05-231-0/+0
* hush: fix problems with case in subshells and with "case esac"Denys Vlasenko2009-05-234-18/+42
* hush_test: add some pathological compound list testsMike Frysinger2009-05-212-0/+35
* hush_test: test for subshell function syntaxMike Frysinger2009-05-212-0/+12
* hush_test: add subshelled case testsMike Frysinger2009-05-211-0/+12
* hush_test: update test output to match new getopt() outputMike Frysinger2009-05-211-1/+1
* hush_test: ignore generated filesMike Frysinger2009-05-211-0/+4
* hdparm: fix a thinko in a previous commitDenys Vlasenko2009-05-201-1/+2
* Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko2009-05-202-217/+237
|\
| * hdparm: code shrinkDenys Vlasenko2009-05-201-171/+146
| * hdparm: correct (t & 1) ? '0' : '5' thinko; wrap 80+ col linesDenys Vlasenko2009-05-201-43/+83
| * Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko2009-05-201-16/+19
| |\
| * | appletlib.c: prevent applet list overflowing screenDenys Vlasenko2009-05-191-9/+14
* | | Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko2009-05-209-116/+203
|\ \ \ | | |/ | |/|
| * | hush: fix build failure when jobs are disabledMike Frysinger2009-05-201-16/+19
| |/
| * scriptreplay: new applet. +423 bytesDenys Vlasenko2009-05-196-21/+95
| * add platform tweaksDenys Vlasenko2009-05-192-79/+89
* | awk: put at least one NUL between $n. Hopefully closes 337.Denys Vlasenko2009-05-181-4/+5
|/
* gzip: fix gzip with many files corrupting some files after firstDenys Vlasenko2009-05-181-38/+32