Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-13sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytes1_15_stableDenys Vlasenko
2009-12-13bump version to 1.15.31_15_3Denys Vlasenko
2009-12-13apply post-1.15.2 fixesDenys Vlasenko
2009-10-08ash: fix compile breakage1_15_2Denys Vlasenko
2009-10-08bump version to 1.15.2Denys Vlasenko
2009-10-08apply post-1.15.1 fixesDenys Vlasenko
2009-09-13test: use index_in_stringsDenys Vlasenko
2009-09-12Apply post-1.15.0 fixes; bump version to 1.15.11_15_1Denys Vlasenko
2009-08-23Releasing 1.15.01_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-21do not store 1st two bytes of compressed help textDenys Vlasenko
2009-08-21patch: 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-15pgrep: 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-10tail: fix "tail +N file_shorter_than_N"Denys Vlasenko
2009-08-08randomconfig fixesDenys Vlasenko
2009-08-06dd: 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
2009-07-30ping6: make it setuid just like pingDenys Vlasenko
2009-07-29make find_pid_by_name look at /proc/PID/exe tooAlexander Shishkin
2009-07-29grep: fix -E + {range}; fix -o not printing all matches (bug 489)Denys Vlasenko
2009-07-27halt/reboot/poweroff: add a CONFIG_xxx to act SysV compatiblyAlexander Shishkin
2009-07-25dpkg: delete postrm script after it's run, not before. closes bug 449Denys Vlasenko
2009-07-25unzip: try lseek before resorting to readingStefani Seibold