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
2017-07-03
fixes for bugs found by make_single_applets.sh
Denys Vlasenko
2017-07-03
msh: delete this applet
Denys Vlasenko
2017-07-03
randomconfig fixes
Denys Vlasenko
2017-07-01
ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT, take 2
Denys Vlasenko
2017-07-01
ash: fix 'trap - 65'
Denys Vlasenko
2017-06-27
ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT
Denys Vlasenko
2017-05-26
ash: fix incorrect path in describe_command
Youfu Zhang
2017-05-22
ash,hush: fix SIGCHLD interrupting read builtin
Denys Vlasenko
2017-04-17
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
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
[next]