aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* tftp: add comment, no code changesDenys Vlasenko2009-07-251-5/+30
* tftp[d]: fix block# handling on upload with non-default blocksizeAtsushi Nemoto2009-07-241-39/+42
* man: use man.config, not only man.conf (man version 1.6f compat)Denys Vlasenko2009-07-241-2/+6
* ash: further fixes to debug machinery (closes bug 485)Denys Vlasenko2009-07-241-6/+7
* ash: make "jobs" work even in subshellsDenys Vlasenko2009-07-241-2/+12
* ash: fix debug machinery a bitDenys Vlasenko2009-07-231-12/+18
* chmod 755 some files in examples/*Denys Vlasenko2009-07-236-0/+0
* tail: implement -FEric Lammerts2009-07-222-21/+66
* scriptreplay: show help text if run with no argumentsDenys Vlasenko2009-07-191-0/+3
* tcpsvd,udpsvd: fix uid/gid printing when run with -uDenys Vlasenko2009-07-191-23/+23
* init: make comment more understandable. no code changesDenys Vlasenko2009-07-191-5/+8
* udhcpc: small simplificationDenys Vlasenko2009-07-191-4/+1
* typoDenys Vlasenko2009-07-191-1/+1
* udhcpc: add/edit comments, no code changesDenys Vlasenko2009-07-191-5/+13
* udhcpc: simplify manual renew (make it more similar to automatic one)Denys Vlasenko2009-07-191-37/+38
* remove msh_function.patch. msh is deprecatedDenys Vlasenko2009-07-192-716/+366
* silly whitespace fixDenys Vlasenko2009-07-181-1/+1
* fix mount test false positiveDenys Vlasenko2009-07-181-5/+7
* minor tweaks in testsuiteDenys Vlasenko2009-07-182-10/+13
* fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko2009-07-1814-44/+71
* add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuiteDenys Vlasenko2009-07-189-2/+38