| Commit message (Expand) | Author | Age | Files | Lines |
* | udhcp: comment out unused domain compression code | Denys Vlasenko | 2020-06-09 | 3 | -13/+18 |
* | sysctl: do report EACCES errors on write | Denys Vlasenko | 2020-06-09 | 2 | -5/+8 |
* | unexpand: correct behavior for --first-only --tabs=4 | Mark Edgar | 2020-06-09 | 2 | -4/+37 |
* | xstrndup: Use strndup instead of implementing it. | Martin Lewis | 2020-06-09 | 1 | -14/+5 |
* | dhcpc: code shrink in good_hostname | Martin Lewis | 2020-06-09 | 1 | -48/+14 |
* | awk: disallow "str"++, closes bug 12981 | Denys Vlasenko | 2020-06-09 | 2 | -1/+11 |
* | wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSL | Dimitri John Ledkov | 2020-05-20 | 1 | -3/+17 |
* | ash,hush: drop pointer check before calls to show_history | Ron Yorston | 2020-04-30 | 2 | -4/+2 |
* | mim: run scripts from a specification file | Ron Yorston | 2020-04-30 | 2 | -0/+54 |
* | ash: fix build failure when command built-in is disabled | Ron Yorston | 2020-04-30 | 1 | -1/+3 |
* | httpd: permit non-default home directory with NOMMU enabled | Ron Yorston | 2020-04-30 | 1 | -1/+6 |
* | grep: add proper support for pattern_list | Sören Tempel | 2020-04-30 | 2 | -6/+25 |
* | grep: Fix -f FILE when FILE is empty and -x provided | Gray Wolf | 2020-04-29 | 2 | -2/+9 |
* | xargs: restore correct behaviour of -n option | Ron Yorston | 2020-04-29 | 2 | -1/+12 |
* | build system: remove KBUILD_STR() | Jean-Philippe Brucker | 2020-04-29 | 5 | -9/+6 |
* | unzip: -d should create the dir | Lauri Kasanen | 2020-04-29 | 1 | -1/+7 |
* | shells: fix exitcode_trapN tests to avoid races | Denys Vlasenko | 2020-02-26 | 4 | -8/+4 |
* | ash: expand: Fix multiple issues with EXP_DISCARD in evalvar | Denys Vlasenko | 2020-02-24 | 1 | -14/+14 |
* | ash: expand: Do not reprocess data when expanding words | Denys Vlasenko | 2020-02-24 | 1 | -178/+154 |
* | ash: move TRACE statement in evalcommand() | Ron Yorston | 2020-02-24 | 1 | -1/+2 |
* | ash: rename some function parameters to match dash | Denys Vlasenko | 2020-02-24 | 1 | -29/+29 |
* | ash: rename stack_nputstr() back to stnputs() to match dash | Denys Vlasenko | 2020-02-24 | 1 | -3/+3 |
* | ash: Expand here-documents in the current shell environment | Denys Vlasenko | 2020-02-22 | 3 | -13/+22 |
* | ash: parser: Do not push token back before parseheredoc | Denys Vlasenko | 2020-02-22 | 1 | -1/+4 |
* | ash: parser: Fix old-style command substitution here-document crash | Denys Vlasenko | 2020-02-22 | 1 | -1/+1 |
* | hush: fix negative_arith.tests: glob-protect dash in "$((arith))" | Denys Vlasenko | 2020-02-21 | 1 | -5/+19 |
* | ash: expand: Ensure result is escaped in cvtnum | Denys Vlasenko | 2020-02-21 | 5 | -25/+44 |
* | ash: memalloc: Avoid looping in growstackto | Denys Vlasenko | 2020-02-21 | 1 | -7/+7 |
* | hush: make "exit" in trap use pre-trap exitcode - fix for nested trap | Denys Vlasenko | 2020-02-21 | 5 | -1/+29 |
* | hush: make "exit" in trap use pre-trap exitcode | Denys Vlasenko | 2020-02-21 | 1 | -3/+13 |
* | ash: eval: Only restore exit status on exit/return | Denys Vlasenko | 2020-02-20 | 1 | -48/+51 |
* | ash: Return without arguments in a trap should use status outside traps | Denys Vlasenko | 2020-02-20 | 1 | -5/+18 |
* | hush: implement "return NUM in trap sets $? after trap" | Denys Vlasenko | 2020-02-20 | 13 | -1/+98 |
* | ash: return exit status of nofork applets (again) | Ron Yorston | 2020-02-20 | 1 | -1/+1 |
* | ash: expand: Merge syntax/quotes in memtodest with flags | Denys Vlasenko | 2020-02-20 | 1 | -21/+19 |
* | ash: eval: Always set localvar_stop | Denys Vlasenko | 2020-02-20 | 1 | -11/+12 |
* | ash: eval: Replace with listsetvar with mklocal/setvareq | Denys Vlasenko | 2020-02-20 | 1 | -35/+28 |
* | ash: eval: Fail immediately with redirections errors for simple command | Denys Vlasenko | 2020-02-20 | 2 | -17/+16 |
* | ash: eval: Add assignment built-in support again | Denys Vlasenko | 2020-02-20 | 1 | -85/+91 |
* | ash,hush: testcase for "exit" without arguments in a trap | Denys Vlasenko | 2020-02-19 | 4 | -0/+20 |
* | ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bash | Denys Vlasenko | 2020-02-18 | 2 | -9/+37 |
* | ash: jobs: Only clear gotsigchld when waiting for everything | Denys Vlasenko | 2020-02-18 | 1 | -66/+56 |
* | ash: jobs - Do not block when waiting on SIGCHLD | Denys Vlasenko | 2020-02-18 | 1 | -11/+14 |
* | ash: eval: Reap zombies after built-in commands and functions | Denys Vlasenko | 2020-02-18 | 1 | -16/+10 |
* | ash: exec: Never rehash regular built-ins | Denys Vlasenko | 2020-02-17 | 1 | -3/+10 |
* | ash: exec: Stricter pathopt parsing | Denys Vlasenko | 2020-02-17 | 1 | -64/+104 |
* | ash: exec: Do not allocate stack string in padvance | Denys Vlasenko | 2020-02-17 | 1 | -36/+38 |
* | ash: memalloc: Add growstackto helper | Denys Vlasenko | 2020-02-17 | 1 | -17/+12 |
* | ash: parser: Save/restore here-documents in command substitution | Denys Vlasenko | 2020-02-17 | 1 | -9/+16 |
* | ash: mkinit: Split reset into exitreset and reset | Denys Vlasenko | 2020-02-17 | 1 | -7/+19 |