aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix taskset testsuiteDenys Vlasenko2009-07-181-2/+2
* correct date testsuite to use compatible formatDenys Vlasenko2009-07-182-4/+4
* touch: implement -t TIME (needed for testsuite)Denys Vlasenko2009-07-183-20/+91
* touch: implement -d --date (our own testsuite needs that)Denys Vlasenko2009-07-1812-29/+64
* date: factor out date parsing (in preparation for touch -d)Denys Vlasenko2009-07-185-84/+126
* test: fix "test !" and "test abc -a !". closes bug 465Denys Vlasenko2009-07-172-3/+20
* widen "Unicode in environment" checkDenys Vlasenko2009-07-161-1/+1
* another small lineedit fixDenys Vlasenko2009-07-161-1/+3
* fix a thinko in lineedit completion codeDenys Vlasenko2009-07-162-9/+10
* lineedit+unicode: code shrinkDenys Vlasenko2009-07-161-22/+14