aboutsummaryrefslogtreecommitdiff
path: root/testsuite/wc (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-22wget: strip trailing whitespace from e.g. "Content-length: 120 "Matthijs van de Water1-1/+8
2009-08-22beep: optimizeDenys Vlasenko4-69/+60
2009-08-22preliminary work for gcc 4.4.0Denys Vlasenko1-0/+9
2009-08-21fix duplicate FAST_FUNC FAST_FUNCDenys Vlasenko1-1/+1
2009-08-21add config knob for default freq and lengthBernhard Reutner-Fischer3-2/+29
2009-08-21add simple beep appletBernhard Reutner-Fischer5-0/+137
2009-08-21update defconfigDenys Vlasenko2-32/+78
2009-08-21msh: aliased to hushDenys Vlasenko7-22/+17
2009-08-20do not store 1st two bytes of compressed help textDenys Vlasenko2-3/+2
2009-08-20patch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com)Denys Vlasenko2-2/+13
2009-08-20hush: enable "lash is deprecated, please use hush instead" messageDenys Vlasenko1-1/+1
2009-08-20hush: do not process options after non-option argsDenys Vlasenko3-1/+8
2009-08-17ash: fix bug 571 (jobs %string misbehaving)Denys Vlasenko1-5/+6
2009-08-17sed: fix " echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g' " bugDenys Vlasenko2-19/+33
2009-08-14pgrep: match argv[0] too, not only comm; fix a bug in argv sanitizationDenys Vlasenko1-4/+4
2009-08-14modprobe: treat tabs in modules.dep as delimiters too. closes bug 567Denys Vlasenko1-1/+1
2009-08-14typo fix in commentDenys Vlasenko1-1/+1
2009-08-13udhcpc: if got IP successfully, disable -n for future renewalsJustin Maggard1-0/+2
2009-08-13volname: new appletMatthew Stoltenberg5-0/+67
2009-08-12hust test: complain if busybox binary can't be foundDenys Vlasenko1-6/+10
2009-08-12hush: fix \<newline> handling on NOMMUDenys Vlasenko4-11/+37
2009-08-12hush tests: remove the requirement that .config is in ../..Denys Vlasenko2-4/+11
2009-08-12hush: do not use ps -o in leak_argv1; do not hardcode path in negateDenys Vlasenko4-50/+17
2009-08-10tail: read only a portion of a file if it's huge. closes bug 551Denys Vlasenko1-16/+33
2009-08-10fdisk: add handling of avr32. closes bug 555Denys Vlasenko1-9/+7
2009-08-09tail: fix "tail +N file_shorter_than_N"Denys Vlasenko2-6/+27
2009-08-08randomconfig fixesDenys Vlasenko5-8/+48
2009-08-05dd: conv=noerror should skip read errors using lseek (bug 539)Denys Vlasenko1-0/+2
2009-08-03correct mode of testsuite/rx.testsDenys Vlasenko1-0/+0
2009-08-03nc: fix nc -ll; report vfork errors; make select loop fasterTomoya Adachi1-20/+23
2009-08-02rx: strip padding from last block. closes bug 501.Denys Vlasenko2-43/+86
2009-08-02runsv: run ./finish with parameters (runit compat)Earl Chew1-18/+45
2009-08-02svlogd: fix bug 521: use line buffering if any filtering is doneDenys Vlasenko4-27/+137
2009-08-01libbb: prevent resursion on malloc failureDenys Vlasenko1-16/+25
2009-07-30rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes.Denys Vlasenko4-355/+355
2009-07-30ping6: make it setuid just like pingDenys Vlasenko1-1/+1
2009-07-29make find_pid_by_name look at /proc/PID/exe tooAlexander Shishkin3-16/+27
2009-07-29grep: fix -E + {range}; fix -o not printing all matches (bug 489)Denys Vlasenko2-15/+26
2009-07-27halt/reboot/poweroff: add a CONFIG_xxx to act SysV compatiblyAlexander Shishkin2-1/+37
2009-07-25dpkg: delete postrm script after it's run, not before. closes bug 449Denys Vlasenko1-8/+13
2009-07-25unzip: try lseek before resorting to readingStefani Seibold1-1/+2
2009-07-25tftp: add comment, no code changesDenys Vlasenko1-5/+30
2009-07-24tftp[d]: fix block# handling on upload with non-default blocksizeAtsushi Nemoto1-39/+42
2009-07-24man: use man.config, not only man.conf (man version 1.6f compat)Denys Vlasenko1-2/+6
2009-07-24ash: further fixes to debug machinery (closes bug 485)Denys Vlasenko1-6/+7
2009-07-24ash: make "jobs" work even in subshellsDenys Vlasenko1-2/+12
2009-07-23ash: fix debug machinery a bitDenys Vlasenko1-12/+18
2009-07-23chmod 755 some files in examples/*Denys Vlasenko6-0/+0
2009-07-22tail: implement -FEric Lammerts2-21/+66
2009-07-19scriptreplay: show help text if run with no argumentsDenys Vlasenko1-0/+3