| Commit message (Expand) | Author | Age | Files | Lines |
* | ash: make struct forkshell a local variable in evalbackcmd | Ron Yorston | 2018-04-10 | 1 | -7/+7 |
* | win32: remove some code from procps_scan | Ron Yorston | 2018-04-10 | 1 | -3/+0 |
* | ash: make 'read -s' work | Ron Yorston | 2018-04-10 | 1 | -1/+2 |
* | Update default configuration | Ron Yorston | 2018-04-09 | 2 | -2/+6 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2018-04-09 | 104 | -958/+1482 |
|\ |
|
| * | unlzma: fix segfault on bad archive | Denys Vlasenko | 2018-04-08 | 4 | -0/+32 |
| * | bzip2: fix two crashes on corrupted archives | Denys Vlasenko | 2018-04-08 | 10 | -36/+99 |
| * | wget: check chunk length for overflowing off_t | Denys Vlasenko | 2018-04-08 | 1 | -3/+11 |
| * | libbb.h: always include sys/resource.h | Denys Vlasenko | 2018-04-08 | 11 | -11/+1 |
| * | lzop: remove method checks which are always true/false | Denys Vlasenko | 2018-04-08 | 1 | -15/+22 |
| * | lzop: buffer several 32-bit writes when we start a new compressed block | Denys Vlasenko | 2018-04-08 | 1 | -11/+21 |
| * | lzop: reuse strings | Denys Vlasenko | 2018-04-08 | 1 | -2/+2 |
| * | lzop: checksum reads do not need to be checksummed | Denys Vlasenko | 2018-04-08 | 1 | -3/+3 |
| * | lzop: don't support ancient versions < 0.94 (15 Oct 1997) | Denys Vlasenko | 2018-04-08 | 1 | -52/+49 |
| * | lzop: code shrink by using header_t matching on-disk layout | Denys Vlasenko | 2018-04-08 | 1 | -177/+154 |
| * | tar: trim help text | Denys Vlasenko | 2018-04-07 | 1 | -2/+2 |
| * | hush: fix prompt in multi-line $(()) | Denys Vlasenko | 2018-04-07 | 1 | -12/+22 |
| * | libbb: switch bb_ask_noecho() to "mallocing" string return API | Denys Vlasenko | 2018-04-07 | 5 | -22/+39 |
| * | xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy | Denys Vlasenko | 2018-04-07 | 5 | -13/+20 |
| * | libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir... | Denys Vlasenko | 2018-04-07 | 11 | -24/+24 |
| * | telnet: move winsize detection closer to I/O loop, delete non-functioning deb... | Denys Vlasenko | 2018-04-07 | 2 | -23/+6 |
| * | ftpd: allow -A if !FTPD_AUTHENTICATION as well | Denys Vlasenko | 2018-04-07 | 1 | -12/+13 |
| * | ftpd: added -A option to disable all authentication, closes 10921 | Denys Vlasenko | 2018-04-07 | 1 | -29/+40 |
| * | wget,ftpd: shorten and reuse strings | Denys Vlasenko | 2018-04-07 | 3 | -22/+17 |
| * | httpd: do not default to Content-type: application/octet-stream | Denys Vlasenko | 2018-04-07 | 1 | -30/+32 |
| * | scripts/kconfig/mconf.c: survive is SIGWINCH is not defined | Denys Vlasenko | 2018-04-06 | 1 | -0/+4 |
| * | i386: make stack size optimization selectable, and allow i486 insns (bswap) | Denys Vlasenko | 2018-04-06 | 2 | -1/+15 |
| * | placate gcc-8.0.1 warnings | Denys Vlasenko | 2018-04-06 | 2 | -3/+5 |
| * | hush: fix "unset PS1/PS2", and put them into initial variable set | Denys Vlasenko | 2018-04-06 | 2 | -30/+37 |
| * | sort: smaller and more agressive FEATURE_SORT_OPTIMIZE_MEMORY | Denys Vlasenko | 2018-04-06 | 1 | -12/+12 |
| * | hush: if we did match "LINENO" or "OPTIND", stop further comparisons | Denys Vlasenko | 2018-04-06 | 1 | -2/+6 |
| * | hush: consolidate handling of setting/unsetting of PSn, LINENO, OPTIND | Denys Vlasenko | 2018-04-06 | 1 | -29/+30 |
| * | hush: update to correctly handle changed var_bash[346].tests | Denys Vlasenko | 2018-04-05 | 1 | -6/+6 |
| * | hush: implement "hush -s" | Denys Vlasenko | 2018-04-05 | 2 | -9/+9 |
| * | placate gcc 8.0.1 sprintf overflow warnings in config tools | Denys Vlasenko | 2018-04-05 | 1 | -1/+3 |
| * | hush: fix a few more corner cases with empty-expanding `cmds` | Denys Vlasenko | 2018-04-05 | 5 | -8/+46 |
| * | hush: fix corner cases with exec in empty expansions | Denys Vlasenko | 2018-04-05 | 5 | -17/+35 |
| * | hush: less mind-bending set_vars_and_save_old() | Denys Vlasenko | 2018-04-05 | 1 | -71/+101 |
| * | hush: "no logic changes" in last commit was not true, fix it up | Denys Vlasenko | 2018-04-05 | 1 | -1/+2 |
| * | hush: make run_pipe code simpler to understand, no logic changes | Denys Vlasenko | 2018-04-05 | 1 | -66/+57 |
| * | hush: fix a bug where we don't properly handle f() { a=A; b=B; }; a= f | Denys Vlasenko | 2018-04-05 | 5 | -82/+93 |
| * | hush: make var nesting code independent of "local" support | Denys Vlasenko | 2018-04-04 | 1 | -40/+61 |
| * | hush: fix for readonly vars in "ro=A ro=B cmd" case | Denys Vlasenko | 2018-04-04 | 3 | -13/+21 |
| * | sort: move misplaced comment | Denys Vlasenko | 2018-04-04 | 1 | -2/+2 |
| * | sort: FEATURE_SORT_OPTIMIZE_MEMORY | Denys Vlasenko | 2018-04-04 | 1 | -6/+80 |
| * | ash: unbreak PS1 parsing after "ash: parser: Add syntax stack..." commit | Denys Vlasenko | 2018-04-04 | 1 | -1/+3 |
| * | hush: support "f() (cmd)" functions | Denys Vlasenko | 2018-04-03 | 6 | -40/+59 |
| * | hush: fix mishandling of "true | f() { echo QWE; }" | Denys Vlasenko | 2018-04-03 | 1 | -0/+9 |
| * | hush: fix "set -e; false || x=1; echo OK" | Denys Vlasenko | 2018-04-03 | 5 | -7/+43 |
| * | hush: one-word, no-globbing handling of local/export/readonly args | Denys Vlasenko | 2018-04-03 | 1 | -21/+32 |