aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: omit non-MinGW for choosing whether to forkRon Yorston2012-04-201-1/+2
* Detect and execute shell scripts based on presence of '#!'Ron Yorston2012-04-171-2/+13
* Switch a call to copyfd back to fcntl(F_DUPFD)Ron Yorston2012-04-031-1/+1
* Make fake fcntl(F_DUPFD) for WIN32Ron Yorston2012-04-031-15/+3
* ash: some fixes so busybox-w32 (almost) compiles on POSIXRon Yorston2012-04-031-3/+9
* Standardise preprocessor symbol to detect MINGW32 buildRon Yorston2012-03-231-1/+1
* Merge branch 'busybox' into mergeRon Yorston2012-03-231-3/+15
|\
| * ash: in standalone mode, search in $PATH if /proc/self/exe doesn't existDenys Vlasenko2011-12-201-3/+9
| * ash: document bash's exit code too. No code changesDenys Vlasenko2011-12-161-2/+2
| * ash: add comment about bash's ENOEXEC handling. No code changesDenys Vlasenko2011-12-161-0/+6
* | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into mergeRon Yorston2012-03-231-1/+5
|\|
| * lineedit: add support for history saving on exitDenys Vlasenko2011-09-041-0/+4
| * lineedit: fix atomic replace of history file; hush: fix $HISTFILE handlingDenys Vlasenko2011-09-041-1/+1
* | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into mergeRon Yorston2012-03-221-4/+4
|\|
| * hush: make read builtin interruptible.Denys Vlasenko2011-05-081-3/+3
| * libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko2011-05-081-4/+4
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-221-5/+13
|\|
| * ash: clear sa_flags alwaysIan Wienand2011-04-161-2/+7
| * ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko2011-03-311-3/+6
* | Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into mergeRon Yorston2012-03-221-38/+66
|\|
| * ash,hush: recheck LANG before every line inputDenys Vlasenko2011-03-231-8/+15
| * ash/hush: shrink help textDenys Vlasenko2011-03-081-1/+1
| * remove stray empty lineDenys Vlasenko2011-03-071-1/+0
| * ash/hush: provide help textDenys Vlasenko2011-03-071-14/+26
| * 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-221-30/+92
|\|
| * ash: fix ash-signals/signal8 testcase failureDenys Vlasenko2011-02-211-12/+46
| * hush: do not print killer signal's name for SIGPIPEDenys Vlasenko2011-02-141-0/+1
| * ash: fix TMOUT not restoring tty attributesDenys Vlasenko2011-02-081-46/+27
| * ash: optional support for $TMOUT variableDenys Vlasenko2011-02-041-0/+47
| * ash: cosmetic cleanupsDenys Vlasenko2011-02-041-13/+12
* | Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into mergeRon Yorston2012-03-211-3/+5
|\|
| * move utmp.h include to libbb.hDenys Vlasenko2011-01-251-0/+2
| * mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-3/+3
* | Eat trailing CRs as well as LFs when expanding backquotesRon Yorston2012-02-161-1/+2
* | Replace backslash with forward slash in environmentRon Yorston2012-02-161-0/+7
* | Implement nonblocking waitRon Yorston2012-02-141-3/+4
* | Create fake HOME environment variableRon Yorston2012-02-091-0/+19
* | win32: ash: teach "cd" DOS path separator '\'Nguyễn Thái Ngọc Duy2011-01-141-7/+8
* | Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-041-2/+9
|\|
| * init: simpler handling of leading dash in commandsDenys Vlasenko2010-12-251-1/+1
| * fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko2010-11-221-1/+8
* | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d'Nguyễn Thái Ngọc Duy2011-01-041-2/+2
|\|
| * *: whitespace fixesDenys Vlasenko2010-10-281-2/+2
* | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'Nguyễn Thái Ngọc Duy2011-01-041-23/+22
|\|
| * *: whitespace fixesDenys Vlasenko2010-10-051-1/+1
| * ash: fix signal and "set -e" interactionDenys Vlasenko2010-09-251-6/+13
| * shell/math: deconvolute and explain ?: handling. Give better error messageDenys Vlasenko2010-09-161-1/+1
| * shell/math: return string error indicator, not integerDenys Vlasenko2010-09-151-9/+2