index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
Age
Commit message (
Expand
)
Author
2011-05-14
hush: fix misparsing of "... do eval a= ...". Closes 3721
Denys Vlasenko
2011-05-13
fix "variable 'foo' set but not used" warnings
Denys Vlasenko
2011-05-12
hush: install signal handlers with filled sigmask
Denys Vlasenko
2011-05-12
hush: fixes and small shrink for HUSH_JOB!=y
Denys Vlasenko
2011-05-12
hush: remove one sigprocmask from exit path
Denys Vlasenko
2011-05-12
hush: add forgotten {} in multi-statement if.
Denys Vlasenko
2011-05-12
hush: fix login shell's signal handling; add -l option so that it's easier to...
Denys Vlasenko
2011-05-11
hush: replace signal handling machinery
Denys Vlasenko
2011-05-11
hush: use SA_RESTARTed signal handlers across read.
Denys Vlasenko
2011-05-09
hush: add tests for interrupting read
Denys Vlasenko
2011-05-09
hush: code shrink
Denys Vlasenko
2011-05-08
hush: make read builtin interruptible.
Denys Vlasenko
2011-05-08
libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...
Denys Vlasenko
2011-05-08
hush: fix incorrect PS2 dispaly and trap handling while reading command
Denys Vlasenko
2011-04-16
ash: clear sa_flags always
Ian Wienand
2011-04-04
ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO)
Denys Vlasenko
2011-03-31
ash,hush: optional support for $HISTFILESIZE.
Denys Vlasenko
2011-03-30
hush: remove outdated comments
Denys Vlasenko
2011-03-30
hush: fix source1.tests
Denys Vlasenko
2011-03-24
hush: document a bug about aborting on sourced file error when non-interactive
Denys Vlasenko
2011-03-24
hush: make parse errors in sourced file non-fatal in interactive script
Denys Vlasenko
2011-03-24
hush: fix a case where return in sourced file has no effect
Denys Vlasenko
2011-03-23
ash,hush: recheck LANG before every line input
Denys Vlasenko
2011-03-08
ash/hush: shrink help text
Denys Vlasenko
2011-03-07
remove stray empty line
Denys Vlasenko
2011-03-07
ash/hush: provide help text
Denys Vlasenko
2011-03-07
ash: fix execution of shell scripts without shebang
Denys Vlasenko
2011-03-02
convert "do {...} while (1);" -> "while (1) {...}"
Denys Vlasenko
2011-02-21
slightly better wording in comments
Denys Vlasenko
2011-02-21
ash: fix ash-signals/signal8 testcase failure
Denys Vlasenko
2011-02-14
hush: do not print killer signal's name for SIGPIPE
Denys Vlasenko
2011-02-08
ash: fix TMOUT not restoring tty attributes
Denys Vlasenko
2011-02-07
echo: do not retry on write errors
Denys Vlasenko
2011-02-04
ash: optional support for $TMOUT variable
Denys Vlasenko
2011-02-04
ash: cosmetic cleanups
Denys Vlasenko
2011-02-03
whitespace fixes
Denys Vlasenko
2011-02-02
hush: use FEATURE_SH_NOFORK to enable NOFORK trick
Denys Vlasenko
2011-01-25
move utmp.h include to libbb.h
Denys Vlasenko
2011-01-18
hush: improve prompt in nested {}s, remove unused in_str->promptme member
Denys Vlasenko
2011-01-18
hush: fix "cmd & <newline>" problem
Denys Vlasenko
2011-01-18
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-07
hush: fix wrong prompt problem on empty interactive commants
Denys Vlasenko
2010-12-25
init: simpler handling of leading dash in commands
Denys Vlasenko
2010-12-21
hush: fix FEATURE_CLEAN_UP code (was freeing unallocated memory)
Denys Vlasenko
2010-12-18
hush: fix build breakage (variable declared in for())
Denys Vlasenko
2010-12-05
add if guards around include <malloc.h>
Denys Vlasenko
2010-11-28
hush: move G_x_mode define to the more appropriate place
Denys Vlasenko
2010-11-28
Support set -o xtrace/noexec alternates for set -x/-n
Dan Fandrich
2010-11-28
hush: display useful help text
Dan Fandrich
2010-11-22
fixes for bugs discovered by randomconfig builds and tests
Denys Vlasenko
[next]