aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into mergeRon Yorston2012-03-226-68/+159
|\
| * randomconfig fixesDenys Vlasenko2011-08-091-6/+6
| * hush: fix remaining known two bugs with IFS expansion. Closes 4027.Denys Vlasenko2011-08-013-30/+61
| * hush: partially fix wrong expansion on $IFS (bug 4027).Denys Vlasenko2011-08-013-9/+50
| * cttyhack: fail gracefully if the device node is missingKevin Cernekee2011-07-131-1/+3
| * cttyhack: check sysfs for the name of the active consoleKevin Cernekee2011-07-131-31/+48
* | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into mergeRon Yorston2012-03-2212-265/+537
|\|
| * hush: better comment. No code changesDenys Vlasenko2011-06-011-1/+1
| * hush: fix a corner case of empty "do \n done" structureDenys Vlasenko2011-05-313-1/+9
| * hush: fix misparsing of "... do eval a= ...". Closes 3721Denys Vlasenko2011-05-143-28/+53
| * fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-2/+2
| * hush: install signal handlers with filled sigmaskDenys Vlasenko2011-05-121-9/+28
| * hush: fixes and small shrink for HUSH_JOB!=yDenys Vlasenko2011-05-121-10/+17
| * hush: remove one sigprocmask from exit pathDenys Vlasenko2011-05-121-4/+6
| * hush: add forgotten {} in multi-statement if.Denys Vlasenko2011-05-121-2/+3
| * hush: fix login shell's signal handling; add -l option so that it's easier to...Denys Vlasenko2011-05-121-32/+35
| * hush: replace signal handling machineryDenys Vlasenko2011-05-111-232/+278
| * hush: use SA_RESTARTed signal handlers across read.Denys Vlasenko2011-05-112-29/+42
| * hush: add tests for interrupting readDenys Vlasenko2011-05-095-4/+21
| * hush: code shrinkDenys Vlasenko2011-05-091-59/+66
| * hush: make read builtin interruptible.Denys Vlasenko2011-05-083-7/+114
| * libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko2011-05-082-5/+5
| * hush: fix incorrect PS2 dispaly and trap handling while reading commandDenys Vlasenko2011-05-081-5/+22
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-224-36/+76
|\|
| * ash: clear sa_flags alwaysIan Wienand2011-04-161-2/+7
| * ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO)Denys Vlasenko2011-04-041-0/+12
| * ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko2011-03-313-3/+20
| * hush: remove outdated commentsDenys Vlasenko2011-03-301-5/+1
| * hush: fix source1.testsDenys Vlasenko2011-03-301-27/+37
* | Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into mergeRon Yorston2012-03-226-99/+172
|\|
| * hush: document a bug about aborting on sourced file error when non-interactiveDenys Vlasenko2011-03-242-0/+15
| * hush: make parse errors in sourced file non-fatal in interactive scriptDenys Vlasenko2011-03-241-45/+52
| * hush: fix a case where return in sourced file has no effectDenys Vlasenko2011-03-243-0/+9
| * ash,hush: recheck LANG before every line inputDenys Vlasenko2011-03-232-17/+31
| * ash/hush: shrink help textDenys Vlasenko2011-03-082-2/+2
| * remove stray empty lineDenys Vlasenko2011-03-071-1/+0
| * ash/hush: provide help textDenys Vlasenko2011-03-072-21/+40
| * ash: fix execution of shell scripts without shebangDenys Vlasenko2011-03-071-10/+19
| * convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko2011-03-021-8/+8
* | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into mergeRon Yorston2012-03-2213-47/+220
|\|
| * slightly better wording in commentsDenys Vlasenko2011-02-212-4/+4
| * ash: fix ash-signals/signal8 testcase failureDenys Vlasenko2011-02-215-12/+130
| * hush: do not print killer signal's name for SIGPIPEDenys Vlasenko2011-02-142-2/+5
| * ash: fix TMOUT not restoring tty attributesDenys Vlasenko2011-02-082-47/+28
| * echo: do not retry on write errorsDenys Vlasenko2011-02-076-1/+26
| * ash: optional support for $TMOUT variableDenys Vlasenko2011-02-041-0/+47
| * ash: cosmetic cleanupsDenys Vlasenko2011-02-041-13/+12
| * whitespace fixesDenys Vlasenko2011-02-031-3/+3
| * hush: use FEATURE_SH_NOFORK to enable NOFORK trickDenys Vlasenko2011-02-022-10/+10
* | Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into mergeRon Yorston2012-03-213-30/+42
|\|