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-04-12
ash: implement "exec -a ARGV0 CMD ARGV1..."
Denys Vlasenko
2017-04-12
ash: make shellexec capable of using separate argv[0] and filename to exec
Denys Vlasenko
2017-04-12
libbb: GETOPT_RESET macro
Kaarle Ritvanen
2017-02-03
ash: add INT_OFF/ON around allocations
Denys Vlasenko
2017-01-31
ash: improve / fix glob expansion
Felix Fietkau
2017-01-30
wget: add a big explanation what TLS code implements and what does not
Denys Vlasenko
2017-01-29
*: add comment about APPLET_ODDNAME format
Denys Vlasenko
2017-01-26
sh: fix FEATURE_SH_STANDALONE help text: it does not enable NOFORK
Denys Vlasenko
2017-01-11
ash: commented-out possible fix for 7694
Denys Vlasenko
2017-01-11
ash: 16-bit ->nprocs field is a pain for many CPUs
Denys Vlasenko
2017-01-11
libbb: consolidate the code to set termios unbuffered mode
Denys Vlasenko
2017-01-11
hush: reinstate [[ builtin
Denys Vlasenko
2017-01-11
hush: split bash compatible extensions into separate defines. No code changes
Kang-Che Sung
2017-01-11
ash: split bash compatible extensions into separate defines. No code changes
Denys Vlasenko
2017-01-10
hush: shorten output of "help" builtin
Denys Vlasenko
2017-01-10
hush: reorder builtins (cd and pwd ought to be close, etc), no code changes
Denys Vlasenko
2017-01-10
ash: revert "make dot command search current directory first"
Denys Vlasenko
2017-01-10
shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2017-01-09
hush: make echo builtin optional
Denys Vlasenko
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
[prev]
[next]