aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove unused file builtin_ulimit.cRon Yorston2012-03-231-237/+0
* | Merge branch 'busybox' into mergeRon Yorston2012-03-233-7/+32
|\|
| * cttyhack: handle multiple consoles found in sysfsAaro Koskinen2012-02-041-3/+10
| * shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]Denys Vlasenko2012-01-151-1/+7
| * 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-233-45/+73
|\|
| * cttyhack: move /sys/class/tty/console/active check to the frontDenys Vlasenko2011-10-311-13/+18
| * cttyhack: print detected ctty name when called without parametersAlexander Shishkin2011-10-311-34/+42
| * lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicatorDenys Vlasenko2011-09-041-2/+1
| * lineedit: add support for history saving on exitDenys Vlasenko2011-09-042-0/+8
| * lineedit: fix atomic replace of history file; hush: fix $HISTFILE handlingDenys Vlasenko2011-09-042-18/+24
| * cttyhack: trivial spelling/spacing fixesKevin Cernekee2011-08-161-1/+1
| * cttyhack: remove the trailing newline when reading console name from sysfsKevin Cernekee2011-08-161-3/+5
* | 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