index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
Age
Commit message (
Expand
)
Author
2017-01-09
ash: fix a bug in argv restoration after sourcing a file
Denys Vlasenko
2017-01-09
hush: fix a bug in argv restoration after sourcing a file
Denys Vlasenko
2017-01-09
hush: global_args_malloced is used only if set builtin is enabled
Denys Vlasenko
2017-01-09
hush: fix 'defined but not used' warning
Denys Vlasenko
2017-01-09
hush: remove redundand test for ENABLE_HUSH_JOB
Denys Vlasenko
2017-01-09
hush: fix kill builtin without jobs support
Denys Vlasenko
2017-01-09
typo fix
Denys Vlasenko
2017-01-08
hush: conditionalize print_escaped() on EXPORT || TRAP
Denys Vlasenko
2017-01-08
hush: make memleak builtin optional
Denys Vlasenko
2017-01-08
hush: make export builtin optional
Denys Vlasenko
2017-01-08
hush: make umask builtin optional
Denys Vlasenko
2017-01-08
hush: make set/unset builtins optional
Denys Vlasenko
2017-01-08
hush: make read and trap builtins optional
Denys Vlasenko
2017-01-08
hush: kill builtin and kill %jobspec support
Denys Vlasenko
2017-01-08
hush: support %%, %+ and % jobspec (meaning "current job")
Denys Vlasenko
2017-01-07
ash: fix open fds leaking in redirects. Closes 9561
Denys Vlasenko
2017-01-06
ash: explicltly group ash options
Kang-Che Sung
2017-01-04
shell: clarify help text of CONFIG_{SH,BASH}_IS_* options
Kang-Che Sung
2017-01-03
hush: correct exitcode for unterminated ')' - exitcode2.tests testcase
Denys Vlasenko
2017-01-03
ash: fix error code regression
Ron Yorston
2016-12-23
Make it possible to select "sh" and "bash" aliases without selecting ash or hush
Denys Vlasenko
2016-12-22
shell: move "config" blocks above their use in coditional includes
Denys Vlasenko
2016-12-22
Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"
Denys Vlasenko
2016-12-21
ash: clarify uclibc glob() bug in comment
Denys Vlasenko
2016-12-21
ash: error out if ASH_INTERNAL_GLOB is not selected on uClibc
Denys Vlasenko
2016-12-12
ash: fix signed char expansion bug
Denys Vlasenko
2016-12-12
shell: suppress "unused var/func" warnings on some configs
Denys Vlasenko
2016-11-25
ash,hush: make ^C in interactive mode visually much closer to bash behavior
Denys Vlasenko
2016-11-24
ash,hush: ^C from command line should set $? to 128+SIGINT
Denys Vlasenko
2016-11-23
test: make [ and [[ forms individually selectable
Denys Vlasenko
2016-11-08
hush: make getch/peek functions directly called
Denys Vlasenko
2016-11-08
hush: renumber PIPE_foo, make PIPE_SEQ = 0
Denys Vlasenko
2016-11-08
hush: small optimization in run_list
Denys Vlasenko
2016-11-08
hush: deindent large block of code, no code changes
Denys Vlasenko
2016-11-08
hush: simplify insert_bg_jobs
Denys Vlasenko
2016-11-08
hush: make "wait %1" less likely to play with signal mask
Denys Vlasenko
2016-11-08
hush: rework "wait %jobspec" to work in non-interactive shells too
Denys Vlasenko
2016-11-07
hush: "wait $!; echo $?" should return 127 if $! already exited
Denys Vlasenko
2016-11-07
hush: implement "wait %jobspec"
Denys Vlasenko
2016-11-07
hush: factor out %jobspec parsing
Denys Vlasenko
2016-11-07
hush: comment fix
Denys Vlasenko
2016-11-07
hush: do not allow sh -c '{ echo boo }'
Denys Vlasenko
2016-11-04
hush: case logic for setting $? was still wrong
Denys Vlasenko
2016-11-04
hush: non-matching "case" statement sets $? to 0
Denys Vlasenko
2016-11-04
hush: allow { cmd } to not be terminated by semicolon in some cases
Denys Vlasenko
2016-11-04
ash: fix "duplicate local" code (forgot to re-enable interrupts)
Denys Vlasenko
2016-11-03
ash: while (!got_sig) pause() is not reliable, use sigsuspend()
Denys Vlasenko
2016-10-30
ash: if using libc glob(), skip it if no metachars are in word
Denys Vlasenko
2016-10-30
ash: fix bit-rotten debug infrastructure
Denys Vlasenko
2016-10-30
ash: make popfile() anfter popallfiles() safe
Denys Vlasenko
[prev]
[next]