aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-05-20hdparm: fix a thinko in a previous commitDenys Vlasenko
2009-05-20Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko
2009-05-20hdparm: code shrinkDenys Vlasenko
2009-05-20hdparm: correct (t & 1) ? '0' : '5' thinko; wrap 80+ col linesDenys Vlasenko
2009-05-20Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko
2009-05-20Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko
2009-05-20hush: fix build failure when jobs are disabledMike Frysinger
2009-05-19appletlib.c: prevent applet list overflowing screenDenys Vlasenko
2009-05-19scriptreplay: new applet. +423 bytesDenys Vlasenko
2009-05-19add platform tweaksDenys Vlasenko
2009-05-18awk: put at least one NUL between $n. Hopefully closes 337.Denys Vlasenko
2009-05-18gzip: fix gzip with many files corrupting some files after firstDenys Vlasenko
2009-05-18depmod: fix handling of .gz modulesDenys Vlasenko
2009-05-17lineedit: small fixesDenys Vlasenko
2009-05-17line editing: add an option to emit ESC [ 6 n and use resultsDenys Vlasenko
2009-05-15xmalloc_[open_]read[_close]: do not ignore xrealloc return valueDenys Vlasenko
2009-05-15lineedit: use read_key to recognize ESC sequence.Denys Vlasenko
2009-05-14adduser/addgroup: make system id range configurable.Denys Vlasenko