aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ash,hush: fix a thinko about 2^64-1 factorizationDenys Vlasenko2014-03-151-5/+11
| * hush: make "true" built-inDenys Vlasenko2014-03-141-0/+1
| * random: cosmetic tweaks in debug codeDenys Vlasenko2014-03-131-2/+2
| * ash,hush: improve randomness of $RANDOM, add easy-ish way to test itDenys Vlasenko2014-03-132-17/+135
* | ash: remove redundant commentRon Yorston2014-05-011-1/+0
* | ash: further tidying up of MinGW forkshellRon Yorston2014-04-301-41/+47
* | ash: tidy up MinGW forkshellRon Yorston2014-04-291-120/+129
* | ash: reset $RANDOM in subshellRon Yorston2014-04-281-0/+2
* | Remove unnecessary differences from upstream BusyBoxRon Yorston2014-03-231-1/+0
* | shell_common: exclude more unused ulimit codeRon Yorston2014-03-231-7/+6
* | ash: set fake PPID valueRon Yorston2014-03-201-3/+2
* | mingw: dummy implementation of times/sysconfRon Yorston2014-01-301-9/+0
* | ash: reset pointers to builtin environment variables after forkRon Yorston2014-01-141-0/+26
* | ash: revert initialisation of SHLVL: fixed upstreamRon Yorston2014-01-131-4/+0
* | Merge branch 'busybox' into mergeRon Yorston2014-01-131-1/+1
|\|
| * ash: in bash compat mode, always export $SHLVLDenys Vlasenko2014-01-071-1/+1
* | ash: don't copy localvars list during forkshellRon Yorston2014-01-131-23/+2
* | shell: add \r to IFSRon Yorston2014-01-121-0/+4
* | ash: prevent null-pointer exception with local variablesRon Yorston2014-01-101-1/+1
* | ash: drop unnecessary change from upstream BusyBoxRon Yorston2014-01-081-2/+0
* | Make dummy resource.hRon Yorston2014-01-061-2/+0
* | Make dummy paths.hRon Yorston2014-01-051-2/+0
* | Initialise SHLVL when shell is first startedRon Yorston2014-01-021-0/+4
* | 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
|\|