aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-29ash: deal with some TODOs (mostly trivial)Denys Vlasenko
2009-08-29ash: add testsuite for bug 585Denys Vlasenko
2009-08-29ash: fix handling of Unicode chars in redirects. Fixes bug 585Denys Vlasenko
2009-08-29ash: trivial simplifications and optimizationsDenys Vlasenko
2009-08-28rpm2cpio: code shrinkDenys Vlasenko
2009-08-28rpm2cpio: handle unseekable input correctlyDenys Vlasenko
2009-08-28rpm2cpio: handle bz2 too; code shrinkPascal Bellard
2009-08-27update copyright yearDenys Vlasenko
2009-08-27more help text tweakingDenys Vlasenko
2009-08-27trim help texts a bitDenys Vlasenko
2009-08-27remove a few extra newlines in help textDenys Vlasenko
2009-08-24use .git as EXTRAVERSIONBernhard Reutner-Fischer
2009-08-23ash: make "jobs -l" more similar to bash. By Earl Chew. Fixes bug 481Denys Vlasenko
2009-08-23Start 1.16.x cycleDenys Vlasenko
2009-08-23Releasing 1.15.0Denys Vlasenko
2009-08-22wget: strip trailing whitespace from e.g. "Content-length: 120 "Matthijs van de Water
2009-08-22beep: optimizeDenys Vlasenko
2009-08-22preliminary work for gcc 4.4.0Denys Vlasenko
2009-08-21fix duplicate FAST_FUNC FAST_FUNCDenys Vlasenko
2009-08-21add config knob for default freq and lengthBernhard Reutner-Fischer
2009-08-21add simple beep appletBernhard Reutner-Fischer
2009-08-21update defconfigDenys Vlasenko
2009-08-21msh: aliased to hushDenys Vlasenko
2009-08-20do not store 1st two bytes of compressed help textDenys Vlasenko
2009-08-20patch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com)Denys Vlasenko
2009-08-20hush: enable "lash is deprecated, please use hush instead" messageDenys Vlasenko
2009-08-20hush: do not process options after non-option argsDenys Vlasenko
2009-08-17ash: fix bug 571 (jobs %string misbehaving)Denys Vlasenko
2009-08-17sed: fix " echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g' " bugDenys Vlasenko
2009-08-14pgrep: match argv[0] too, not only comm; fix a bug in argv sanitizationDenys Vlasenko
2009-08-14modprobe: treat tabs in modules.dep as delimiters too. closes bug 567Denys Vlasenko
2009-08-14typo fix in commentDenys Vlasenko
2009-08-13udhcpc: if got IP successfully, disable -n for future renewalsJustin Maggard
2009-08-13volname: new appletMatthew Stoltenberg
2009-08-12hust test: complain if busybox binary can't be foundDenys Vlasenko
2009-08-12hush: fix \<newline> handling on NOMMUDenys Vlasenko
2009-08-12hush tests: remove the requirement that .config is in ../..Denys Vlasenko
2009-08-12hush: do not use ps -o in leak_argv1; do not hardcode path in negateDenys Vlasenko
2009-08-10tail: read only a portion of a file if it's huge. closes bug 551Denys Vlasenko
2009-08-10fdisk: add handling of avr32. closes bug 555Denys Vlasenko
2009-08-09tail: fix "tail +N file_shorter_than_N"Denys Vlasenko
2009-08-08randomconfig fixesDenys Vlasenko
2009-08-05dd: conv=noerror should skip read errors using lseek (bug 539)Denys Vlasenko
2009-08-03correct mode of testsuite/rx.testsDenys Vlasenko
2009-08-03nc: fix nc -ll; report vfork errors; make select loop fasterTomoya Adachi
2009-08-02rx: strip padding from last block. closes bug 501.Denys Vlasenko
2009-08-02runsv: run ./finish with parameters (runit compat)Earl Chew
2009-08-02svlogd: fix bug 521: use line buffering if any filtering is doneDenys Vlasenko
2009-08-01libbb: prevent resursion on malloc failureDenys Vlasenko
2009-07-30rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes.Denys Vlasenko