| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | httpd: don't send error messages with gzip encoding | Peter Korsgaard | 2011-03-27 | 1 | -0/+1 |
* | diff: optimize diffing of files with the same metadata | Roman Borisov | 2011-03-27 | 1 | -0/+25 |
* | move help text from include/usage.src.h to archival/*.c | Pere Orga | 2011-03-27 | 11 | -210/+215 |
* | wget: --post-data=STR should not encode STR, should send it verbatim | Vitaly Magerya | 2011-03-27 | 1 | -41/+1 |
* | pstree: fix "warning: 'handle_thread' defined but not used" | Denys Vlasenko | 2011-03-27 | 1 | -0/+2 |
* | lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=y | Denys Vlasenko | 2011-03-27 | 2 | -48/+66 |
* | mount: add --rbind option support | Roman Borisov | 2011-03-26 | 2 | -1/+3 |
* | mount: rprivate option fix | Roman Borisov | 2011-03-26 | 1 | -1/+1 |
* | hush: document a bug about aborting on sourced file error when non-interactive | Denys Vlasenko | 2011-03-24 | 2 | -0/+15 |
* | hush: make parse errors in sourced file non-fatal in interactive script | Denys Vlasenko | 2011-03-24 | 1 | -45/+52 |
* | hush: fix a case where return in sourced file has no effect | Denys Vlasenko | 2011-03-24 | 3 | -0/+9 |
* | ash,hush: recheck LANG before every line input | Denys Vlasenko | 2011-03-23 | 4 | -28/+52 |
* | don't call freeaddinfo(NULL) | Vitaly Magerya | 2011-03-22 | 3 | -11/+14 |
* | login: set PAM RHOST | Ryan Phillips | 2011-03-22 | 1 | -0/+8 |
* | dd: free allocated memory if CLEANUP enabled | Alexey Soloviev | 2011-03-22 | 1 | -0/+6 |
* | mesg: make group/all writability configurable | Denys Vlasenko | 2011-03-22 | 1 | -25/+35 |
* | ln: explain why we use xstrdup | Denys Vlasenko | 2011-03-21 | 1 | -1/+5 |
* | init: fix a case where execv's 1st arg was wrong | Denys Vlasenko | 2011-03-21 | 1 | -0/+1 |
* | wget: move help text to .c file | Denys Vlasenko | 2011-03-21 | 2 | -25/+26 |
* | wget: fix fname_out usage wrt redirects | Denys Vlasenko | 2011-03-21 | 1 | -2/+8 |
* | mount: add a test for bind+rshared | Denys Vlasenko | 2011-03-14 | 1 | -1/+38 |
* | pwdx: new applet | Pere Orga | 2011-03-12 | 1 | -0/+60 |
* | busybox: fail if --install is not given an absolute path | Denys Vlasenko | 2011-03-12 | 1 | -4/+3 |
* | udhcpc: emit "correct" secs field | Denys Vlasenko | 2011-03-12 | 2 | -0/+17 |
* | ls: fix handling of symlinks by option -1 | Denys Vlasenko | 2011-03-12 | 2 | -2/+14 |
* | libbb: make warning go away | Denys Vlasenko | 2011-03-12 | 1 | -4/+6 |
* | chsum: fix | Pascal Bellard | 2011-03-11 | 1 | -0/+1 |
* | s/FAIL_DELAY/LOGIN_FAIL_DELAY/ | Denys Vlasenko | 2011-03-08 | 4 | -6/+6 |
* | forgot to add libbb/get_shell_name.c | Denys Vlasenko | 2011-03-08 | 1 | -0/+25 |
* | use user's shell instead of hardwired "/bin/sh" (android needs this) | Denys Vlasenko | 2011-03-08 | 12 | -28/+38 |
* | printenv: fix environ == NULL segfault | Denys Vlasenko | 2011-03-08 | 2 | -4/+9 |
* | ash/hush: shrink help text | Denys Vlasenko | 2011-03-08 | 2 | -2/+2 |
* | ftpd: better usage text | Denys Vlasenko | 2011-03-08 | 2 | -18/+18 |
* | kill: fix infinite loop when passed PIDs are not valid numbers | Pere Orga | 2011-03-07 | 1 | -0/+1 |
* | remove stray empty line | Denys Vlasenko | 2011-03-07 | 1 | -1/+0 |
* | ash/hush: provide help text | Denys Vlasenko | 2011-03-07 | 2 | -21/+40 |
* | ash: fix execution of shell scripts without shebang | Denys Vlasenko | 2011-03-07 | 1 | -10/+19 |
* | klogd: fix the problem of delayed handling of ^C and SIGTERM | Denys Vlasenko | 2011-03-07 | 1 | -1/+30 |
* | udhcpc: add -B option | Keith Young | 2011-03-07 | 1 | -59/+69 |
* | more: fix tabs handling | Denys Vlasenko | 2011-03-07 | 1 | -3/+6 |
* | fix bit rot in scripts/Makefile.IMA #2 | Denys Vlasenko | 2011-03-06 | 2 | -9/+7 |
* | fix bit rot in scripts/Makefile.IMA | Denys Vlasenko | 2011-03-06 | 2 | -3/+9 |
* | .gitignore: add missing ignores | Bjørn Forsman | 2011-03-06 | 3 | -0/+6 |
* | nameif: add matching by phy_address=NUM; extend help text | Phil Sutter | 2011-03-06 | 3 | -44/+94 |
* | nameif: fix parsing of /proc/net/dev; small code shrink | Phil Sutter | 2011-03-06 | 1 | -11/+9 |
* | libbb/login/su: do not sanitize shell name twice | Denys Vlasenko | 2011-03-06 | 3 | -14/+7 |
* | tr: free allocated memory in tr if CLEANUP enabled | Alexey Soloviev | 2011-03-06 | 1 | -0/+6 |
* | improve --install operation in chroot jails | Denys Vlasenko | 2011-03-06 | 1 | -5/+16 |
* | xargs: support --no-run-if-empty (synonym to -r) | Denys Vlasenko | 2011-03-03 | 1 | -6/+13 |
* | don't leak malloced variables in the loop; remove double alloc | Alexey Fomenko | 2011-03-02 | 2 | -3/+6 |