summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytes1_15_stableDenys Vlasenko2009-12-132-20/+49
* bump version to 1.15.31_15_3Denys Vlasenko2009-12-121-1/+1
* apply post-1.15.2 fixesDenys Vlasenko2009-12-1213-429/+530
* ash: fix compile breakage1_15_2Denys Vlasenko2009-10-081-6/+0
* bump version to 1.15.2Denys Vlasenko2009-10-081-1/+1
* apply post-1.15.1 fixesDenys Vlasenko2009-10-0822-356/+636
* test: use index_in_stringsDenys Vlasenko2009-09-121-60/+96
* Apply post-1.15.0 fixes; bump version to 1.15.11_15_1Denys Vlasenko2009-09-129-91/+190
* Releasing 1.15.01_15_0Denys Vlasenko2009-08-231-1/+1
* wget: strip trailing whitespace from e.g. "Content-length: 120 "Matthijs van de Water2009-08-221-1/+8
* beep: optimizeDenys Vlasenko2009-08-224-69/+60
* preliminary work for gcc 4.4.0Denys Vlasenko2009-08-221-0/+9
* fix duplicate FAST_FUNC FAST_FUNCDenys Vlasenko2009-08-211-1/+1
* add config knob for default freq and lengthBernhard Reutner-Fischer2009-08-213-2/+29
* add simple beep appletBernhard Reutner-Fischer2009-08-215-0/+137
* update defconfigDenys Vlasenko2009-08-212-32/+78
* msh: aliased to hushDenys Vlasenko2009-08-217-22/+17
* do not store 1st two bytes of compressed help textDenys Vlasenko2009-08-202-3/+2
* patch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com)Denys Vlasenko2009-08-202-2/+13
* hush: enable "lash is deprecated, please use hush instead" messageDenys Vlasenko2009-08-201-1/+1
* hush: do not process options after non-option argsDenys Vlasenko2009-08-203-1/+8
* ash: fix bug 571 (jobs %string misbehaving)Denys Vlasenko2009-08-171-5/+6
* sed: fix " echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g' " bugDenys Vlasenko2009-08-172-19/+33
* pgrep: match argv[0] too, not only comm; fix a bug in argv sanitizationDenys Vlasenko2009-08-141-4/+4
* modprobe: treat tabs in modules.dep as delimiters too. closes bug 567Denys Vlasenko2009-08-141-1/+1
* typo fix in commentDenys Vlasenko2009-08-141-1/+1
* udhcpc: if got IP successfully, disable -n for future renewalsJustin Maggard2009-08-131-0/+2
* volname: new appletMatthew Stoltenberg2009-08-135-0/+67
* hust test: complain if busybox binary can't be foundDenys Vlasenko2009-08-121-6/+10
* hush: fix \<newline> handling on NOMMUDenys Vlasenko2009-08-124-11/+37
* hush tests: remove the requirement that .config is in ../..Denys Vlasenko2009-08-122-4/+11
* hush: do not use ps -o in leak_argv1; do not hardcode path in negateDenys Vlasenko2009-08-124-50/+17
* tail: read only a portion of a file if it's huge. closes bug 551Denys Vlasenko2009-08-101-16/+33
* fdisk: add handling of avr32. closes bug 555Denys Vlasenko2009-08-101-9/+7
* tail: fix "tail +N file_shorter_than_N"Denys Vlasenko2009-08-092-6/+27
* randomconfig fixesDenys Vlasenko2009-08-085-8/+48
* dd: conv=noerror should skip read errors using lseek (bug 539)Denys Vlasenko2009-08-051-0/+2
* correct mode of testsuite/rx.testsDenys Vlasenko2009-08-031-0/+0
* nc: fix nc -ll; report vfork errors; make select loop fasterTomoya Adachi2009-08-031-20/+23
* rx: strip padding from last block. closes bug 501.Denys Vlasenko2009-08-022-43/+86
* runsv: run ./finish with parameters (runit compat)Earl Chew2009-08-021-18/+45
* svlogd: fix bug 521: use line buffering if any filtering is doneDenys Vlasenko2009-08-024-27/+137
* libbb: prevent resursion on malloc failureDenys Vlasenko2009-08-011-16/+25
* rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes.Denys Vlasenko2009-07-304-355/+355
* ping6: make it setuid just like pingDenys Vlasenko2009-07-301-1/+1
* make find_pid_by_name look at /proc/PID/exe tooAlexander Shishkin2009-07-293-16/+27
* grep: fix -E + {range}; fix -o not printing all matches (bug 489)Denys Vlasenko2009-07-292-15/+26
* halt/reboot/poweroff: add a CONFIG_xxx to act SysV compatiblyAlexander Shishkin2009-07-272-1/+37
* dpkg: delete postrm script after it's run, not before. closes bug 449Denys Vlasenko2009-07-251-8/+13
* unzip: try lseek before resorting to readingStefani Seibold2009-07-251-1/+2