| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2019-05-27 | 14 | -257/+404 |
|\ |
|
| * | shell: move all definitions of strto_arith_t() together | Denys Vlasenko | 2019-05-26 | 2 | -11/+7 |
| * | hush: show 's' in $- | Denys Vlasenko | 2019-05-19 | 1 | -3/+5 |
| * | hush: allocate line edit buffer only for interactive shell | Denys Vlasenko | 2019-05-19 | 1 | -5/+9 |
| * | shell: implement optional "BASE#nnnn" numeric literals | Denys Vlasenko | 2019-05-19 | 3 | -6/+51 |
| * | hush: remove test for "echo ${-}" errorring out - now it works | Denys Vlasenko | 2019-05-19 | 3 | -4/+0 |
| * | hush: implement $-, set default PATH if it is not set on startup | Denys Vlasenko | 2019-05-19 | 1 | -5/+26 |
| * | hush: set default PS1/2 only if we interactive | Denys Vlasenko | 2019-05-19 | 1 | -16/+19 |
| * | hush: handle LINENO the same way as RANDOM: variable is "ephemeral" | Denys Vlasenko | 2019-05-19 | 1 | -32/+18 |
| * | hush: remove code to track PS1/2 values dynamically - it's too much work | Denys Vlasenko | 2019-05-16 | 1 | -61/+21 |
| * | hush: small speedup in handle_changed_special_names() | Denys Vlasenko | 2019-05-16 | 1 | -2/+2 |
| * | shell: add TODO comment about BASE#nnn literals | Denys Vlasenko | 2019-05-16 | 1 | -0/+2 |
| * | hush: fix quoted "${notexist-}" expansion to not disappear | Denys Vlasenko | 2019-05-15 | 5 | -0/+20 |
| * | shells: add tests for backslashes in export VAR=VAL | Denys Vlasenko | 2019-05-14 | 4 | -0/+6 |
| * | hush: fix "export PS1=xyz" and "local PS1=xyz" messing up prompt | Denys Vlasenko | 2019-05-14 | 3 | -32/+40 |
| * | ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUE | Denys Vlasenko | 2019-04-28 | 1 | -3/+19 |
| * | ash,hush: bash compat for ulimit: reorder to match | Denys Vlasenko | 2019-04-28 | 1 | -72/+53 |
| * | ash,hush: bash compat for ulimit: -w => -x, -p => -u | Denys Vlasenko | 2019-04-27 | 1 | -12/+16 |
| * | ash,hush: fix ulimit to be more bash-compat, closes 11791 | Denys Vlasenko | 2019-04-27 | 1 | -84/+181 |
* | | Merge branch 'busybox' into mergeFRP-3128-g241d4d4ac | Ron Yorston | 2019-04-20 | 2 | -16/+23 |
|\| |
|
| * | httpd: use full size of iobuf[] when piping CGI data | Denys Vlasenko | 2019-04-19 | 1 | -3/+0 |
| * | ash: catch error in arithmetic expansion in PS1 | Ron Yorston | 2019-04-19 | 1 | -12/+20 |
| * | ash: prevent error in backquotes in PS1 from exiting shell | Ron Yorston | 2019-04-19 | 1 | -1/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-04-17 | 2 | -20/+79 |
|\| |
|
| * | ash: add bash-compatible EPOCH variables | Ron Yorston | 2019-04-16 | 1 | -21/+56 |
| * | ash: an unset dynamic variable should not be dynamic | Ron Yorston | 2019-04-16 | 1 | -0/+4 |
| * | hush: add bash-compatible EPOCH variables | Ron Yorston | 2019-04-16 | 1 | -0/+20 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-04-04 | 1 | -7/+8 |
|\| |
|
| * | ash: distinguish 'wait -n' from other bashisms | Ron Yorston | 2019-04-02 | 1 | -7/+8 |
* | | win32: try to make working directory names consistent | Ron Yorston | 2019-04-02 | 1 | -0/+1 |
* | | df: display origin of mapped drive | Ron Yorston | 2019-04-01 | 1 | -1/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-03-31 | 2 | -9/+79 |
|\| |
|
| * | hush: fix "wait -n" to wait for a _job_, not a _process_ | Denys Vlasenko | 2019-03-27 | 1 | -9/+22 |
| * | ash: add "wait -n" bashism | Denys Vlasenko | 2019-03-27 | 1 | -6/+47 |
| * | hush: add "wait -n" bashism | Denys Vlasenko | 2019-03-26 | 1 | -1/+17 |
* | | win32: improved support for c:path path names | Ron Yorston | 2019-03-30 | 1 | -29/+68 |
* | | win32: interpret absolute paths as relative to %SYSTEMDRIVE% | Ron Yorston | 2019-03-28 | 1 | -0/+13 |
* | | win32: share code to find root prefix of path | Ron Yorston | 2019-03-23 | 1 | -28/+2 |
* | | ash: rewrite PATH update to save a few bytes | Ron Yorston | 2019-03-18 | 1 | -12/+8 |
* | | ash: enforce ';' separator in CDPATH and MANPATH variables | Ron Yorston | 2019-03-16 | 1 | -11/+23 |
* | | ash: set current working directory on startup | Ron Yorston | 2019-03-15 | 1 | -0/+7 |
* | | win32: add function to convert slashes to backslashes | Ron Yorston | 2019-03-15 | 1 | -2/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-03-12 | 1 | -10/+4 |
|\| |
|
| * | ash: eval: avoid leaking memory associated with redirections. Closes 7748 | Ron Yorston | 2019-02-25 | 1 | -10/+4 |
* | | ash: improve handling of UNC paths | Ron Yorston | 2019-03-11 | 1 | -8/+35 |
* | | win32: changes to user ids | Ron Yorston | 2019-03-10 | 1 | -0/+2 |
* | | su: change title of console window | Ron Yorston | 2019-03-09 | 1 | -1/+13 |
* | | ash, su: add -d flag to set directory in ash, use it in su | Ron Yorston | 2019-03-08 | 1 | -3/+30 |
* | | ash: add an option to enable case-insensitive filename globbing | Ron Yorston | 2019-03-01 | 1 | -4/+26 |
* | | win32: fix POSIX build | Ron Yorston | 2019-02-17 | 1 | -0/+14 |