aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2014-01-022-10/+12
|\
| * hush: typo fixes in commentsDenys Vlasenko2013-11-281-2/+2
| * ash: Set SHLVL in ASH_BASH_COMPATBernhard Reutner-Fischer2013-11-081-1/+4
| * ash: Use setvar2 some moreBernhard Reutner-Fischer2013-11-081-7/+6
* | Merge branch 'busybox' into mergeRon Yorston2013-08-275-14/+57
|\|
| * typo fix in commentDenys Vlasenko2013-07-141-1/+1
| * typo fix in commentDenys Vlasenko2013-07-081-1/+1
| * unicode: check $LC_CTYPE too to detect Unicode modeDenys Vlasenko2013-07-052-0/+2
| * unicode: check $LC_ALL to detect Unicode mode, not only $LANGDenys Vlasenko2013-07-022-2/+8
| * hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVEDenys Vlasenko2013-05-121-3/+3
| * ash,hush: history builtinFlemming Madsen2013-04-072-0/+29
| * hush: fix for "while false && true; do echo BUG; break; done". closes 6170Denys Vlasenko2013-04-073-10/+16
* | ash: add noconsole option to hide console window on WIN32Ron Yorston2013-05-241-0/+15
* | ash: Add a very small timeout to nonblocking waitRon Yorston2013-05-031-1/+1
* | sh: only change to user's home directory in login modeRon Yorston2013-04-041-1/+7
* | ash: remove old commentRon Yorston2013-03-261-2/+0
* | Merge branch 'busybox' into mergeRon Yorston2013-03-196-54/+45
|\|
| * ash: add comment about failures in source builtin. No code changes.Denys Vlasenko2013-03-171-0/+6
| * hush: source builtin should override $N only if it has argsDenys Vlasenko2013-03-173-2/+19
| * ash: read $HOME/.profile instead of $(pwd)/.profileStefan Hellermann2013-03-151-2/+9
| * ash: move code to allow setting $HOME in /etc/profileStefan Hellermann2013-03-151-13/+9
| * move endofname() to libbbDenys Vlasenko2013-02-263-38/+3
* | Merge branch 'busybox' into mergeRon Yorston2013-02-073-7/+18
|\|
| * ash: revert wrong "fix" for an apparent memory leak. Closes 5822Denys Vlasenko2013-01-171-0/+9
| * whitespace fixes. no code changesDenys Vlasenko2013-01-151-1/+1
| * whitespace cleanup. no code changesDenys Vlasenko2013-01-143-6/+8
* | Merge branch 'busybox' into mergeRon Yorston2012-12-111-0/+2
|\|
| * ash: fix a memory leakJon Tollefson2012-11-131-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2012-10-101-9/+32
|\|
| * ash: implement export -nDenys Vlasenko2012-10-011-4/+26
| * ash: trivial fixes for compile failuresDenys Vlasenko2012-09-251-5/+6
* | Merge branch 'busybox' into mergeRon Yorston2012-09-075-18/+46
|\|
| * ash: fix "read -s" + ^C. Closes 5504Denys Vlasenko2012-09-062-1/+6
| * *: declare strings with ALIGN1, as appropriateMichael Tokarev2012-07-241-1/+1
| * ash: add a comment about VEXPORTDenys Vlasenko2012-07-071-0/+4
| * include sys/resource.h where neededMike Frysinger2012-07-051-0/+1
| * ash: fix a bug in >${varexp} handling. Closes 5282Denys Vlasenko2012-06-093-10/+26
* | Merge branch 'busybox' into mergeRon Yorston2012-04-291-4/+0
|\|
| * hush: remove sighandler_t definition hack, platform.h has it tooDenys Vlasenko2012-04-261-4/+0
* | ash: set working directory and environment on first startupRon Yorston2012-04-261-24/+21
* | ash: Only change slashes in environment on first invocationRon Yorston2012-04-241-7/+7
* | Merge commit '1_20_0' into mergeRon Yorston2012-04-231-4/+2
|\|
| * fix build breakage found by randconfigDenys Vlasenko2012-04-201-0/+2
| * hush: remove unused member struct command::is_stoppedDenys Vlasenko2012-03-271-4/+0
* | 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