| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
| * | include sys/resource.h where needed | Mike Frysinger | 2012-07-05 | 1 | -0/+1 |
| * | ash: fix a bug in >${varexp} handling. Closes 5282 | Denys Vlasenko | 2012-06-09 | 3 | -10/+26 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-04-29 | 1 | -4/+0 |
|\| |
|
| * | hush: remove sighandler_t definition hack, platform.h has it too | Denys Vlasenko | 2012-04-26 | 1 | -4/+0 |
* | | ash: set working directory and environment on first startup | Ron Yorston | 2012-04-26 | 1 | -24/+21 |
* | | ash: Only change slashes in environment on first invocation | Ron Yorston | 2012-04-24 | 1 | -7/+7 |
* | | Merge commit '1_20_0' into merge | Ron Yorston | 2012-04-23 | 1 | -4/+2 |
|\| |
|
| * | fix build breakage found by randconfig | Denys Vlasenko | 2012-04-20 | 1 | -0/+2 |
| * | hush: remove unused member struct command::is_stopped | Denys Vlasenko | 2012-03-27 | 1 | -4/+0 |
* | | ash: omit non-MinGW for choosing whether to fork | Ron Yorston | 2012-04-20 | 1 | -1/+2 |
* | | Detect and execute shell scripts based on presence of '#!' | Ron Yorston | 2012-04-17 | 1 | -2/+13 |
* | | Switch a call to copyfd back to fcntl(F_DUPFD) | Ron Yorston | 2012-04-03 | 1 | -1/+1 |
* | | Make fake fcntl(F_DUPFD) for WIN32 | Ron Yorston | 2012-04-03 | 1 | -15/+3 |
* | | ash: some fixes so busybox-w32 (almost) compiles on POSIX | Ron Yorston | 2012-04-03 | 1 | -3/+9 |
* | | Standardise preprocessor symbol to detect MINGW32 build | Ron Yorston | 2012-03-23 | 1 | -1/+1 |
* | | Remove unused file builtin_ulimit.c | Ron Yorston | 2012-03-23 | 1 | -237/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-03-23 | 3 | -7/+32 |
|\| |
|
| * | cttyhack: handle multiple consoles found in sysfs | Aaro Koskinen | 2012-02-04 | 1 | -3/+10 |
| * | shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR] | Denys Vlasenko | 2012-01-15 | 1 | -1/+7 |
| * | ash: in standalone mode, search in $PATH if /proc/self/exe doesn't exist | Denys Vlasenko | 2011-12-20 | 1 | -3/+9 |
| * | ash: document bash's exit code too. No code changes | Denys Vlasenko | 2011-12-16 | 1 | -2/+2 |
| * | ash: add comment about bash's ENOEXEC handling. No code changes | Denys Vlasenko | 2011-12-16 | 1 | -0/+6 |
* | | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into merge | Ron Yorston | 2012-03-23 | 3 | -45/+73 |
|\| |
|
| * | cttyhack: move /sys/class/tty/console/active check to the front | Denys Vlasenko | 2011-10-31 | 1 | -13/+18 |
| * | cttyhack: print detected ctty name when called without parameters | Alexander Shishkin | 2011-10-31 | 1 | -34/+42 |
| * | lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator | Denys Vlasenko | 2011-09-04 | 1 | -2/+1 |