| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | awk: fix read beyond end of buffer | Ron Yorston | 2021-09-09 | 1 | -11/+13 |
| * | ash: eval: Prevent recursive PS4 expansion | Denys Vlasenko | 2021-09-09 | 1 | -1/+6 |
| * | ash: parser: Get rid of PEOA | Denys Vlasenko | 2021-09-08 | 1 | -131/+108 |
| * | ash: parser: Fix alias expansion after heredoc or newlines | Denys Vlasenko | 2021-09-08 | 5 | -2/+31 |
| * | ash: use pgetc_eatbnl() in more places, take 3 | Denys Vlasenko | 2021-09-08 | 1 | -1/+1 |
| * | ash: parser: Save and restore heredoclist in expandstr | Denys Vlasenko | 2021-09-08 | 1 | -8/+11 |
| * | ash: parser: Fix handling of empty aliases | Denys Vlasenko | 2021-09-08 | 1 | -21/+15 |
| * | shuf: add a TODO, code shrink | Denys Vlasenko | 2021-09-07 | 1 | -10/+14 |
| * | hush: fix var_LINENO3.tests failure | Denys Vlasenko | 2021-09-07 | 1 | -2/+8 |
| * | shell/ash_test/run-all: unset locale/language variables | Denys Vlasenko | 2021-09-07 | 1 | -1/+10 |
| * | ash: LINENO starts from 0 in -c SCRIPT mode | Denys Vlasenko | 2021-09-07 | 17 | -41/+49 |
| * | ash: fix LINENO in functions | Denys Vlasenko | 2021-09-07 | 5 | -12/+28 |
| * | ash: support testsuite for !FEATURE_SUID_CONFIG_QUIET configs | Denys Vlasenko | 2021-09-07 | 1 | -1/+2 |
| * | hush: fix set -n to act immediately, not just after run_list() | Denys Vlasenko | 2021-09-07 | 6 | -3/+21 |
| * | ash: eval: Do not cache value of eflag in evaltree | Denys Vlasenko | 2021-09-07 | 3 | -8/+16 |
| * | ash: eval: Check nflag in evaltree instead of cmdloop | Denys Vlasenko | 2021-09-07 | 3 | -1/+9 |
| * | ash: add bash-like ERR trap and set -E | Roberto A. Foglietta | 2021-09-07 | 1 | -17/+69 |
| * | chat: hopefully fix infinite spinning on input EOF | Denys Vlasenko | 2021-09-06 | 1 | -30/+34 |
| * | awk: fix printf %% | Daniel Thau | 2021-09-05 | 3 | -1/+19 |
| * | shuf: make -i 99999999990-100000000000 work even on 32 bits | Denys Vlasenko | 2021-09-04 | 1 | -26/+19 |
| * | udhcp: add comments, no code changes | Denys Vlasenko | 2021-09-04 | 1 | -7/+24 |
| * | examples/var_service/fw/run: allow extif's to be more than one iface | Denys Vlasenko | 2021-09-02 | 1 | -8/+12 |
| * | ash: regressions in process substitution | Ron Yorston | 2021-09-02 | 1 | -3/+7 |
| * | dhcprelay: change two more variables to unsigned | Denys Vlasenko | 2021-09-02 | 1 | -1/+1 |
| * | udhcp: clarify aspects of relay operation, add TODOs and FIXMEs, tweak --help | Denys Vlasenko | 2021-09-02 | 2 | -22/+46 |
| * | udhcpd: check config file for bad IP ranges (start > end) | Denys Vlasenko | 2021-09-02 | 1 | -4/+6 |
| * | udhcpd: update --help to include -a MSEC | Denys Vlasenko | 2021-09-02 | 1 | -6/+12 |
* | | ash: code shrink ps_cmd | Ron Yorston | 2021-09-08 | 1 | -6/+12 |
* | | ash: code shrink | Ron Yorston | 2021-09-05 | 1 | -10/+6 |
* | | ash: restrict valid job ids | Ron Yorston | 2021-09-05 | 1 | -0/+8 |
* | | ash: omit handling of stopped jobs | Ron Yorston | 2021-09-05 | 1 | -1/+10 |
* | | libbb: code shrink u_signal_names.c | Ron Yorston | 2021-09-03 | 1 | -1/+10 |
* | | win32: use inet_pton() from musl | Ron Yorston | 2021-09-03 | 1 | -183/+75 |
* | | win32: fix entropy collection for isaac | Ron Yorston | 2021-09-02 | 1 | -20/+10 |
* | | config: turn off DEBUG in default builds | Ron Yorston | 2021-08-31 | 2 | -2/+2 |
* | | vi: add fileformats option | Ron Yorston | 2021-08-30 | 3 | -17/+119 |
* | | shuf: silence compiler warning | Ron Yorston | 2021-08-30 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-08-30 | 9 | -99/+165 |
|\| |
|
| * | vi: further changes to colon addresses | Ron Yorston | 2021-08-29 | 1 | -49/+83 |
| * | bzip: make ftab[] and crc32table[] member arrays of EState, do not allocate | Denys Vlasenko | 2021-08-29 | 2 | -8/+10 |
| * | shuf: in -i RANGE, accept numbers up to width of pointers | Denys Vlasenko | 2021-08-29 | 1 | -10/+28 |
| * | shuf: with -i LOW-HIGH, do not allow any argv's | Denys Vlasenko | 2021-08-23 | 1 | -0/+3 |
| * | shuf: tweak --help text | Denys Vlasenko | 2021-08-23 | 1 | -4/+4 |
| * | mount: code shrink | Denys Vlasenko | 2021-08-23 | 1 | -4/+4 |
| * | mount: with -w, do not fall back to read-only mounts | Denys Vlasenko | 2021-08-23 | 1 | -7/+15 |
| * | tar,smemcap: silence compiler warning | Ron Yorston | 2021-08-22 | 1 | -1/+1 |
| * | Regularize "NUL terminated input" --help texts | Denys Vlasenko | 2021-08-22 | 3 | -3/+3 |
| * | shuf: speed-up when limited output is requested | Ron Yorston | 2021-08-22 | 1 | -14/+15 |
* | | win32: code shrink | Ron Yorston | 2021-08-27 | 1 | -0/+2 |
* | | vi: skip permission check on .exrc | Ron Yorston | 2021-08-22 | 1 | -0/+4 |