Age | Commit message (Expand) | Author |
2009-08-17 | ash: fix bug 571 (jobs %string misbehaving) | Denys Vlasenko |
2009-08-17 | sed: fix " echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g' " bug | Denys Vlasenko |
2009-08-14 | pgrep: match argv[0] too, not only comm; fix a bug in argv sanitization | Denys Vlasenko |
2009-08-14 | modprobe: treat tabs in modules.dep as delimiters too. closes bug 567 | Denys Vlasenko |
2009-08-14 | typo fix in comment | Denys Vlasenko |
2009-08-13 | udhcpc: if got IP successfully, disable -n for future renewals | Justin Maggard |
2009-08-13 | volname: new applet | Matthew Stoltenberg |
2009-08-12 | hust test: complain if busybox binary can't be found | Denys Vlasenko |
2009-08-12 | hush: fix \<newline> handling on NOMMU | Denys Vlasenko |
2009-08-12 | hush tests: remove the requirement that .config is in ../.. | Denys Vlasenko |
2009-08-12 | hush: do not use ps -o in leak_argv1; do not hardcode path in negate | Denys Vlasenko |
2009-08-10 | tail: read only a portion of a file if it's huge. closes bug 551 | Denys Vlasenko |
2009-08-10 | fdisk: add handling of avr32. closes bug 555 | Denys Vlasenko |
2009-08-09 | tail: fix "tail +N file_shorter_than_N" | Denys Vlasenko |
2009-08-08 | randomconfig fixes | Denys Vlasenko |
2009-08-05 | dd: conv=noerror should skip read errors using lseek (bug 539) | Denys Vlasenko |
2009-08-03 | correct mode of testsuite/rx.tests | Denys Vlasenko |
2009-08-03 | nc: fix nc -ll; report vfork errors; make select loop faster | Tomoya Adachi |
2009-08-02 | rx: strip padding from last block. closes bug 501. | Denys Vlasenko |
2009-08-02 | runsv: run ./finish with parameters (runit compat) | Earl Chew |
2009-08-02 | svlogd: fix bug 521: use line buffering if any filtering is done | Denys Vlasenko |
2009-08-01 | libbb: prevent resursion on malloc failure | Denys Vlasenko |
2009-07-30 | rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes. | Denys Vlasenko |
2009-07-30 | ping6: make it setuid just like ping | Denys Vlasenko |
2009-07-29 | make find_pid_by_name look at /proc/PID/exe too | Alexander Shishkin |
2009-07-29 | grep: fix -E + {range}; fix -o not printing all matches (bug 489) | Denys Vlasenko |
2009-07-27 | halt/reboot/poweroff: add a CONFIG_xxx to act SysV compatibly | Alexander Shishkin |
2009-07-25 | dpkg: delete postrm script after it's run, not before. closes bug 449 | Denys Vlasenko |
2009-07-25 | unzip: try lseek before resorting to reading | Stefani Seibold |
2009-07-25 | tftp: add comment, no code changes | Denys Vlasenko |
2009-07-24 | tftp[d]: fix block# handling on upload with non-default blocksize | Atsushi Nemoto |
2009-07-24 | man: use man.config, not only man.conf (man version 1.6f compat) | Denys Vlasenko |
2009-07-24 | ash: further fixes to debug machinery (closes bug 485) | Denys Vlasenko |
2009-07-24 | ash: make "jobs" work even in subshells | Denys Vlasenko |
2009-07-23 | ash: fix debug machinery a bit | Denys Vlasenko |
2009-07-23 | chmod 755 some files in examples/* | Denys Vlasenko |
2009-07-22 | tail: implement -F | Eric Lammerts |
2009-07-19 | scriptreplay: show help text if run with no arguments | Denys Vlasenko |
2009-07-19 | tcpsvd,udpsvd: fix uid/gid printing when run with -u | Denys Vlasenko |
2009-07-19 | init: make comment more understandable. no code changes | Denys Vlasenko |
2009-07-19 | udhcpc: small simplification | Denys Vlasenko |
2009-07-19 | typo | Denys Vlasenko |
2009-07-19 | udhcpc: add/edit comments, no code changes | Denys Vlasenko |
2009-07-19 | udhcpc: simplify manual renew (make it more similar to automatic one) | Denys Vlasenko |
2009-07-19 | remove msh_function.patch. msh is deprecated | Denys Vlasenko |
2009-07-18 | silly whitespace fix | Denys Vlasenko |
2009-07-18 | fix mount test false positive | Denys Vlasenko |
2009-07-18 | minor tweaks in testsuite | Denys Vlasenko |
2009-07-18 | fix mountpoint test to not prevemt mkfs_xxx from making image in any file | Denys Vlasenko |
2009-07-18 | add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuite | Denys Vlasenko |