| Commit message (Expand) | Author | Age | Files | Lines |
* | ash: suppress compiler warning | Ron Yorston | 2020-11-12 | 1 | -0/+1 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2020-11-12 | 33 | -103/+343 |
|\ |
|
| * | hush: document bugs in [[ =~ ]] comparison | Denys Vlasenko | 2020-11-01 | 4 | -0/+28 |
| * | shell: update comments on the status of [[ ]] compat | Denys Vlasenko | 2020-10-31 | 2 | -5/+4 |
| * | hush: add tests for unquoted < > in [[ ]] | Denys Vlasenko | 2020-10-31 | 2 | -0/+5 |
| * | shell: better support of [[ ]] bashism | Denys Vlasenko | 2020-10-31 | 12 | -24/+127 |
| * | hush: output bash-compat killing signal names | Denys Vlasenko | 2020-10-24 | 9 | -7/+92 |
| * | hush: do not print killing signal name in `cmd_whihc_dies_on_signal` | Denys Vlasenko | 2020-10-24 | 3 | -1/+9 |
| * | avoid using strok - eliminates use of hidden global variable | Denys Vlasenko | 2020-10-06 | 1 | -2/+2 |
| * | shell: remove FAST_FUNC from a static function | Denys Vlasenko | 2020-10-01 | 1 | -2/+2 |
| * | shell: add testsuite for "wait $pid" waiting for other tasks | Denys Vlasenko | 2020-09-29 | 4 | -0/+18 |
| * | ash: jobs: Fix waitcmd busy loop | Denys Vlasenko | 2020-09-29 | 1 | -57/+34 |
| * | ash: jobs: Fix infinite loop in waitproc | Denys Vlasenko | 2020-09-29 | 1 | -6/+19 |
| * | ash: remove a tentative TODO, it's a wrong idea | Denys Vlasenko | 2020-09-29 | 1 | -1/+1 |
* | | ash, ls: improve support for 'c:path' | Ron Yorston | 2020-08-28 | 1 | -0/+4 |
* | | ash: replace backslashes in argument to 'cd' built-in | Ron Yorston | 2020-08-27 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-08-23 | 5 | -1/+9 |
|\| |
|
| * | shell: Fix "read -d ''" behavior | Christian Eggers | 2020-07-31 | 5 | -2/+6 |
* | | win32: code shrink Unix-style path handling | Ron Yorston | 2020-08-23 | 1 | -13/+14 |
* | | ash: use stack, not heap, to add system drive to path | Ron Yorston | 2020-08-21 | 1 | -16/+27 |
* | | win32: use built-in applets for non-existent binaries with Unix-style paths | Ron Yorston | 2020-08-13 | 1 | -9/+46 |
* | | win32: handle Unix-style absolute paths for executables | Ron Yorston | 2020-08-13 | 1 | -2/+28 |
* | | win32: use a static buffer in get_system_drive() | Ron Yorston | 2020-08-13 | 1 | -2/+1 |
* | | win32: code shrink | Ron Yorston | 2020-08-13 | 1 | -3/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-07-09 | 3 | -59/+77 |
|\| |
|
| * | nologin: make it possible to build it as single applet | Denys Vlasenko | 2020-06-24 | 3 | -58/+76 |
| * | suppress a few compile warnings | Denys Vlasenko | 2020-06-24 | 1 | -1/+1 |
* | | ash: tidy code, no functional change | Ron Yorston | 2020-07-09 | 1 | -3/+2 |
* | | ash: fix shell options | Ron Yorston | 2020-07-07 | 1 | -7/+7 |
* | | ash: improve handling of UNC paths | Ron Yorston | 2020-06-30 | 1 | -37/+54 |
* | | ash: avoid duplicated slashes in output of type/command builtins | Ron Yorston | 2020-06-29 | 1 | -0/+4 |
* | | ash: skip NULL argv during forkshell | Ron Yorston | 2020-06-21 | 1 | -67/+44 |
* | | ash: changes to ctrl-c handling | Ron Yorston | 2020-06-20 | 1 | -57/+13 |
* | | ash: run ash_main() directly from a FS_SHELLEXEC shell | Ron Yorston | 2020-06-20 | 1 | -3/+6 |
* | | ash: reduce forkshell block size for FS_SHELLEXEC | Ron Yorston | 2020-06-20 | 1 | -25/+46 |
* | | ash: reduce forkshell block size for FS_OPENHERE | Ron Yorston | 2020-06-20 | 1 | -33/+50 |
* | | ash: forkshell code shrink | Ron Yorston | 2020-06-20 | 1 | -18/+8 |
* | | ash: treat all applets as NOEXEC | Ron Yorston | 2020-06-09 | 1 | -0/+5 |
* | | ash: minimise work when a forkshell process is started | Ron Yorston | 2020-06-09 | 1 | -19/+27 |
* | | ash: don't initialise shell variables in forkshell child | Ron Yorston | 2020-06-01 | 1 | -2/+9 |
* | | ash: simplify spawning during forkshell | Ron Yorston | 2020-06-01 | 1 | -1/+1 |
* | | ash: minor changes to forkshell error handling | Ron Yorston | 2020-06-01 | 1 | -3/+9 |
* | | ash: improve forkshell debugging | Ron Yorston | 2020-06-01 | 1 | -4/+14 |
* | | Merge branch 'busybox' into mergeFRP-3466-g53c09d0e1 | Ron Yorston | 2020-05-29 | 6 | -13/+9 |
|\| |
|
| * | ash,hush: drop pointer check before calls to show_history | Ron Yorston | 2020-04-30 | 2 | -4/+2 |
| * | ash: fix build failure when command built-in is disabled | Ron Yorston | 2020-04-30 | 1 | -1/+3 |
| * | shells: fix exitcode_trapN tests to avoid races | Denys Vlasenko | 2020-02-26 | 4 | -8/+4 |
* | | win32: changes to '#!' support | Ron Yorston | 2020-05-24 | 1 | -2/+1 |
* | | ash: proper accounting for backspaces in the read builtin | Ron Yorston | 2020-05-14 | 1 | -0/+1 |
* | | ash: reset ANSI emulation when BB_SKIP_ANSI_EMULATION changes | Ron Yorston | 2020-04-13 | 1 | -0/+11 |