| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary differences from upstream BusyBox | Ron Yorston | 2014-03-23 | 1 | -1/+0 |
* | shell_common: exclude more unused ulimit code | Ron Yorston | 2014-03-23 | 1 | -7/+6 |
* | ash: set fake PPID value | Ron Yorston | 2014-03-20 | 1 | -3/+2 |
* | mingw: dummy implementation of times/sysconf | Ron Yorston | 2014-01-30 | 1 | -9/+0 |
* | ash: reset pointers to builtin environment variables after fork | Ron Yorston | 2014-01-14 | 1 | -0/+26 |
* | ash: revert initialisation of SHLVL: fixed upstream | Ron Yorston | 2014-01-13 | 1 | -4/+0 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2014-01-13 | 1 | -1/+1 |
|\ |
|
| * | ash: in bash compat mode, always export $SHLVL | Denys Vlasenko | 2014-01-07 | 1 | -1/+1 |
* | | ash: don't copy localvars list during forkshell | Ron Yorston | 2014-01-13 | 1 | -23/+2 |
* | | shell: add \r to IFS | Ron Yorston | 2014-01-12 | 1 | -0/+4 |
* | | ash: prevent null-pointer exception with local variables | Ron Yorston | 2014-01-10 | 1 | -1/+1 |
* | | ash: drop unnecessary change from upstream BusyBox | Ron Yorston | 2014-01-08 | 1 | -2/+0 |
* | | Make dummy resource.h | Ron Yorston | 2014-01-06 | 1 | -2/+0 |
* | | Make dummy paths.h | Ron Yorston | 2014-01-05 | 1 | -2/+0 |
* | | Initialise SHLVL when shell is first started | Ron Yorston | 2014-01-02 | 1 | -0/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-01-02 | 2 | -10/+12 |
|\| |
|
| * | hush: typo fixes in comments | Denys Vlasenko | 2013-11-28 | 1 | -2/+2 |
| * | ash: Set SHLVL in ASH_BASH_COMPAT | Bernhard Reutner-Fischer | 2013-11-08 | 1 | -1/+4 |
| * | ash: Use setvar2 some more | Bernhard Reutner-Fischer | 2013-11-08 | 1 | -7/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2013-08-27 | 5 | -14/+57 |
|\| |
|
| * | typo fix in comment | Denys Vlasenko | 2013-07-14 | 1 | -1/+1 |
| * | typo fix in comment | Denys Vlasenko | 2013-07-08 | 1 | -1/+1 |
| * | unicode: check $LC_CTYPE too to detect Unicode mode | Denys Vlasenko | 2013-07-05 | 2 | -0/+2 |
| * | unicode: check $LC_ALL to detect Unicode mode, not only $LANG | Denys Vlasenko | 2013-07-02 | 2 | -2/+8 |
| * | hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVE | Denys Vlasenko | 2013-05-12 | 1 | -3/+3 |
| * | ash,hush: history builtin | Flemming Madsen | 2013-04-07 | 2 | -0/+29 |
| * | hush: fix for "while false && true; do echo BUG; break; done". closes 6170 | Denys Vlasenko | 2013-04-07 | 3 | -10/+16 |
* | | ash: add noconsole option to hide console window on WIN32 | Ron Yorston | 2013-05-24 | 1 | -0/+15 |
* | | ash: Add a very small timeout to nonblocking wait | Ron Yorston | 2013-05-03 | 1 | -1/+1 |
* | | sh: only change to user's home directory in login mode | Ron Yorston | 2013-04-04 | 1 | -1/+7 |
* | | ash: remove old comment | Ron Yorston | 2013-03-26 | 1 | -2/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2013-03-19 | 6 | -54/+45 |
|\| |
|
| * | ash: add comment about failures in source builtin. No code changes. | Denys Vlasenko | 2013-03-17 | 1 | -0/+6 |
| * | hush: source builtin should override $N only if it has args | Denys Vlasenko | 2013-03-17 | 3 | -2/+19 |
| * | ash: read $HOME/.profile instead of $(pwd)/.profile | Stefan Hellermann | 2013-03-15 | 1 | -2/+9 |
| * | ash: move code to allow setting $HOME in /etc/profile | Stefan Hellermann | 2013-03-15 | 1 | -13/+9 |
| * | move endofname() to libbb | Denys Vlasenko | 2013-02-26 | 3 | -38/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2013-02-07 | 3 | -7/+18 |
|\| |
|
| * | ash: revert wrong "fix" for an apparent memory leak. Closes 5822 | Denys Vlasenko | 2013-01-17 | 1 | -0/+9 |
| * | whitespace fixes. no code changes | Denys Vlasenko | 2013-01-15 | 1 | -1/+1 |
| * | whitespace cleanup. no code changes | Denys Vlasenko | 2013-01-14 | 3 | -6/+8 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-12-11 | 1 | -0/+2 |
|\| |
|
| * | ash: fix a memory leak | Jon Tollefson | 2012-11-13 | 1 | -0/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-10-10 | 1 | -9/+32 |
|\| |
|
| * | ash: implement export -n | Denys Vlasenko | 2012-10-01 | 1 | -4/+26 |
| * | ash: trivial fixes for compile failures | Denys Vlasenko | 2012-09-25 | 1 | -5/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-09-07 | 5 | -18/+46 |
|\| |
|
| * | ash: fix "read -s" + ^C. Closes 5504 | Denys Vlasenko | 2012-09-06 | 2 | -1/+6 |
| * | *: declare strings with ALIGN1, as appropriate | Michael Tokarev | 2012-07-24 | 1 | -1/+1 |
| * | ash: add a comment about VEXPORT | Denys Vlasenko | 2012-07-07 | 1 | -0/+4 |