index
:
platform/upstream/busybox
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/kevinthierry/bump-1.22.1
sandbox/ronan/generic
sandbox/ronan/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_4.0
tizen_ivi_genivi
upstream
Domain: System / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-28
hush: typo fixes in comments
Denys Vlasenko
1
-2
/
+2
2013-11-08
ash: Set SHLVL in ASH_BASH_COMPAT
Bernhard Reutner-Fischer
1
-1
/
+4
2013-11-08
ash: Use setvar2 some more
Bernhard Reutner-Fischer
1
-7
/
+6
2013-07-14
typo fix in comment
Denys Vlasenko
1
-1
/
+1
2013-07-08
typo fix in comment
Denys Vlasenko
1
-1
/
+1
2013-07-05
unicode: check $LC_CTYPE too to detect Unicode mode
Denys Vlasenko
2
-0
/
+2
2013-07-02
unicode: check $LC_ALL to detect Unicode mode, not only $LANG
Denys Vlasenko
2
-2
/
+8
2013-05-12
hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVE
Denys Vlasenko
1
-3
/
+3
2013-04-07
ash,hush: history builtin
Flemming Madsen
2
-0
/
+29
2013-04-07
hush: fix for "while false && true; do echo BUG; break; done". closes 6170
Denys Vlasenko
3
-10
/
+16
2013-03-17
ash: add comment about failures in source builtin. No code changes.
Denys Vlasenko
1
-0
/
+6
2013-03-17
hush: source builtin should override $N only if it has args
Denys Vlasenko
3
-2
/
+19
2013-03-15
ash: read $HOME/.profile instead of $(pwd)/.profile
Stefan Hellermann
1
-2
/
+9
2013-03-15
ash: move code to allow setting $HOME in /etc/profile
Stefan Hellermann
1
-13
/
+9
2013-02-26
move endofname() to libbb
Denys Vlasenko
3
-38
/
+3
2013-01-17
ash: revert wrong "fix" for an apparent memory leak. Closes 5822
Denys Vlasenko
1
-0
/
+9
2013-01-15
whitespace fixes. no code changes
Denys Vlasenko
1
-1
/
+1
2013-01-14
whitespace cleanup. no code changes
Denys Vlasenko
3
-6
/
+8
2012-11-13
ash: fix a memory leak
Jon Tollefson
1
-0
/
+2
2012-10-01
ash: implement export -n
Denys Vlasenko
1
-4
/
+26
2012-09-25
ash: trivial fixes for compile failures
Denys Vlasenko
1
-5
/
+6
2012-09-06
ash: fix "read -s" + ^C. Closes 5504
Denys Vlasenko
2
-1
/
+6
2012-07-24
*: declare strings with ALIGN1, as appropriate
Michael Tokarev
1
-1
/
+1
2012-07-07
ash: add a comment about VEXPORT
Denys Vlasenko
1
-0
/
+4
2012-07-05
include sys/resource.h where needed
Mike Frysinger
1
-0
/
+1
2012-06-09
ash: fix a bug in >${varexp} handling. Closes 5282
Denys Vlasenko
3
-10
/
+26
2012-04-26
hush: remove sighandler_t definition hack, platform.h has it too
Denys Vlasenko
1
-4
/
+0
2012-04-20
fix build breakage found by randconfig
Denys Vlasenko
1
-0
/
+2
2012-03-27
hush: remove unused member struct command::is_stopped
Denys Vlasenko
1
-4
/
+0
2012-02-04
cttyhack: handle multiple consoles found in sysfs
Aaro Koskinen
1
-3
/
+10
2012-01-15
shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]
Denys Vlasenko
1
-1
/
+7
2011-12-20
ash: in standalone mode, search in $PATH if /proc/self/exe doesn't exist
Denys Vlasenko
1
-3
/
+9
2011-12-16
ash: document bash's exit code too. No code changes
Denys Vlasenko
1
-2
/
+2
2011-12-16
ash: add comment about bash's ENOEXEC handling. No code changes
Denys Vlasenko
1
-0
/
+6
2011-10-31
cttyhack: move /sys/class/tty/console/active check to the front
Denys Vlasenko
1
-13
/
+18
2011-10-31
cttyhack: print detected ctty name when called without parameters
Alexander Shishkin
1
-34
/
+42
2011-09-04
lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator
Denys Vlasenko
1
-2
/
+1
2011-09-04
lineedit: add support for history saving on exit
Denys Vlasenko
2
-0
/
+8
2011-09-04
lineedit: fix atomic replace of history file; hush: fix $HISTFILE handling
Denys Vlasenko
2
-18
/
+24
2011-08-16
cttyhack: trivial spelling/spacing fixes
Kevin Cernekee
1
-1
/
+1
2011-08-16
cttyhack: remove the trailing newline when reading console name from sysfs
Kevin Cernekee
1
-3
/
+5
2011-08-09
randomconfig fixes
Denys Vlasenko
1
-6
/
+6
2011-08-01
hush: fix remaining known two bugs with IFS expansion. Closes 4027.
Denys Vlasenko
3
-30
/
+61
2011-08-01
hush: partially fix wrong expansion on $IFS (bug 4027).
Denys Vlasenko
3
-9
/
+50
2011-07-13
cttyhack: fail gracefully if the device node is missing
Kevin Cernekee
1
-1
/
+3
2011-07-13
cttyhack: check sysfs for the name of the active console
Kevin Cernekee
1
-31
/
+48
2011-06-01
hush: better comment. No code changes
Denys Vlasenko
1
-1
/
+1
2011-05-31
hush: fix a corner case of empty "do \n done" structure
Denys Vlasenko
3
-1
/
+9
2011-05-14
hush: fix misparsing of "... do eval a= ...". Closes 3721
Denys Vlasenko
3
-28
/
+53
2011-05-13
fix "variable 'foo' set but not used" warnings
Denys Vlasenko
1
-2
/
+2
[next]