aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-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
2009-05-13mount: save 80 bytes by forced de-inliningDenys Vlasenko
2009-05-13mount: document when kernel started accepting string as NFS optionsDenys Vlasenko
2009-05-13split website off into dedicated git repoMike Frysinger
2009-05-13TODO: add someDenys Vlasenko
2009-05-11Adjust names, link contributing info in main indexBernhard Reutner-Fischer
2009-05-10sysctl: stop abusing parser->lineDenys Vlasenko
2009-05-10tftp: do not risk invoking Sorcerer's Apprentice syndromeDenys Vlasenko
2009-05-08test commitBernhard Reutner-Fischer
2009-05-08Revert "test commit"Bernhard Reutner-Fischer
2009-05-08test commitBernhard Reutner-Fischer
2009-05-06LICENSE: update address of the FSFMike Frysinger
2009-05-06modprobe: add comment about expected modules.dep formatMike Frysinger
2009-05-05depmod.pl: updates and fixes galoreMike Frysinger
2009-05-05modprobe: add more useful debug pointsMike Frysinger
2009-05-05add .gitignore filesMike Frysinger
2009-05-05libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAMEMike Frysinger
2009-05-04mdev: revert last wrong commitDenys Vlasenko
2009-05-04hush: small fix for unset -f on NOMMU.root
2009-05-04fix debug messageBernhard Reutner-Fischer
2009-05-04hush: add more complex case to leak testcase, fix found breakageDenys Vlasenko
2009-05-04hush: fix bug where in "var=val func" var's value is not visible in funcDenys Vlasenko
2009-05-03hush: fix \<newline> handlingDenys Vlasenko
2009-05-02hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229.Denys Vlasenko
2009-05-02mdev: do not exit if user:group parse failed. closes bug 309.Denys Vlasenko
2009-05-02hush: fix multiple redirections of the same fd (bug 227)Denys Vlasenko
2009-05-02hush: make . cmd search $PATHDenys Vlasenko
2009-05-02httpd: speed up httpd.conf at the cost of 49 bytes of codeDenys Vlasenko
2009-05-01ifplugd: fix warningsDenys Vlasenko
2009-05-01des encrypt: fix goof with NUL byte added at the end as '.'Denys Vlasenko
2009-05-01mdev: fix a case where we mangle device_path string and then use it.Denys Vlasenko
2009-05-01Make it clearer that usually people should _NOT_Denys Vlasenko
2009-04-30git commit testDenys Vlasenko
2009-04-29*: bb_error_msg's messages should not be capitalizedDenis Vlasenko
2009-04-29lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes.Denis Vlasenko
2009-04-27hush: make it possible to have interactive shell on non-ctty.Denis Vlasenko
2009-04-26make leak test more robust by unsetting all varsDenis Vlasenko