| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | lineedit: add support for history saving on exit | Denys Vlasenko | 2011-09-04 | 2 | -0/+8 |
| * | lineedit: fix atomic replace of history file; hush: fix $HISTFILE handling | Denys Vlasenko | 2011-09-04 | 2 | -18/+24 |
| * | cttyhack: trivial spelling/spacing fixes | Kevin Cernekee | 2011-08-16 | 1 | -1/+1 |
| * | cttyhack: remove the trailing newline when reading console name from sysfs | Kevin Cernekee | 2011-08-16 | 1 | -3/+5 |
* | | Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into merge | Ron Yorston | 2012-03-22 | 6 | -68/+159 |
|\| |
|
| * | randomconfig fixes | Denys Vlasenko | 2011-08-09 | 1 | -6/+6 |
| * | hush: fix remaining known two bugs with IFS expansion. Closes 4027. | Denys Vlasenko | 2011-08-01 | 3 | -30/+61 |
| * | hush: partially fix wrong expansion on $IFS (bug 4027). | Denys Vlasenko | 2011-08-01 | 3 | -9/+50 |
| * | cttyhack: fail gracefully if the device node is missing | Kevin Cernekee | 2011-07-13 | 1 | -1/+3 |
| * | cttyhack: check sysfs for the name of the active console | Kevin Cernekee | 2011-07-13 | 1 | -31/+48 |
* | | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into merge | Ron Yorston | 2012-03-22 | 12 | -265/+537 |
|\| |
|
| * | hush: better comment. No code changes | Denys Vlasenko | 2011-06-01 | 1 | -1/+1 |
| * | hush: fix a corner case of empty "do \n done" structure | Denys Vlasenko | 2011-05-31 | 3 | -1/+9 |
| * | hush: fix misparsing of "... do eval a= ...". Closes 3721 | Denys Vlasenko | 2011-05-14 | 3 | -28/+53 |
| * | fix "variable 'foo' set but not used" warnings | Denys Vlasenko | 2011-05-13 | 1 | -2/+2 |
| * | hush: install signal handlers with filled sigmask | Denys Vlasenko | 2011-05-12 | 1 | -9/+28 |
| * | hush: fixes and small shrink for HUSH_JOB!=y | Denys Vlasenko | 2011-05-12 | 1 | -10/+17 |
| * | hush: remove one sigprocmask from exit path | Denys Vlasenko | 2011-05-12 | 1 | -4/+6 |
| * | hush: add forgotten {} in multi-statement if. | Denys Vlasenko | 2011-05-12 | 1 | -2/+3 |
| * | hush: fix login shell's signal handling; add -l option so that it's easier to... | Denys Vlasenko | 2011-05-12 | 1 | -32/+35 |
| * | hush: replace signal handling machinery | Denys Vlasenko | 2011-05-11 | 1 | -232/+278 |
| * | hush: use SA_RESTARTed signal handlers across read. | Denys Vlasenko | 2011-05-11 | 2 | -29/+42 |
| * | hush: add tests for interrupting read | Denys Vlasenko | 2011-05-09 | 5 | -4/+21 |
| * | hush: code shrink | Denys Vlasenko | 2011-05-09 | 1 | -59/+66 |
| * | hush: make read builtin interruptible. | Denys Vlasenko | 2011-05-08 | 3 | -7/+114 |
| * | libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall... | Denys Vlasenko | 2011-05-08 | 2 | -5/+5 |
| * | hush: fix incorrect PS2 dispaly and trap handling while reading command | Denys Vlasenko | 2011-05-08 | 1 | -5/+22 |
* | | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into merge | Ron Yorston | 2012-03-22 | 4 | -36/+76 |
|\| |
|
| * | ash: clear sa_flags always | Ian Wienand | 2011-04-16 | 1 | -2/+7 |
| * | ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO) | Denys Vlasenko | 2011-04-04 | 1 | -0/+12 |
| * | ash,hush: optional support for $HISTFILESIZE. | Denys Vlasenko | 2011-03-31 | 3 | -3/+20 |
| * | hush: remove outdated comments | Denys Vlasenko | 2011-03-30 | 1 | -5/+1 |
| * | hush: fix source1.tests | Denys Vlasenko | 2011-03-30 | 1 | -27/+37 |
* | | Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into merge | Ron Yorston | 2012-03-22 | 6 | -99/+172 |
|\| |
|
| * | hush: document a bug about aborting on sourced file error when non-interactive | Denys Vlasenko | 2011-03-24 | 2 | -0/+15 |
| * | hush: make parse errors in sourced file non-fatal in interactive script | Denys Vlasenko | 2011-03-24 | 1 | -45/+52 |
| * | hush: fix a case where return in sourced file has no effect | Denys Vlasenko | 2011-03-24 | 3 | -0/+9 |
| * | ash,hush: recheck LANG before every line input | Denys Vlasenko | 2011-03-23 | 2 | -17/+31 |