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
2016-10-26
ash: optimize tryexec(): avoid one allocation
Denys Vlasenko
2016-10-26
ash: [CD] Lookup PWD after going through CDPATH
Denys Vlasenko
2016-10-26
ash: [MEMALLOC] Made grabstackblock an inline wrapper for stalloc
Denys Vlasenko
2016-10-26
ash: [VAR] Remove setvarsafe
Denys Vlasenko
2016-10-26
ash: use shellparam.optind/optoff in getopts() directly, not through pointers
Denys Vlasenko
2016-10-26
ash: [PARSER] Size optimisations in parameter expansion parser
Denys Vlasenko
2016-10-26
ash: [PARSER] Recognise here-doc delimiters terminated by EOF
Denys Vlasenko
2016-10-26
ash: [PARSER] Fix parsing of ${##1}
Denys Vlasenko
2016-10-26
ash: [REDIR] Remove redundant CLOEXEC calls
Denys Vlasenko
2016-10-26
ash: [REDIR] Replace copyfd by savefd and use dup2 elsewhere
Denys Vlasenko
2016-10-26
typo fixes
Denys Vlasenko
2016-10-26
ash: [BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1
Denys Vlasenko
2016-10-26
ash: [PARSER] Report substition errors at expansion time
Denys Vlasenko
2016-10-25
ash: [REDIR] Move null redirect checks into caller
Denys Vlasenko
2016-10-25
ash: [PARSER] Do not show prompts in expandstr
Denys Vlasenko
2016-10-25
ash: [EXPAND] Removed herefd hack
Denys Vlasenko
2016-10-25
ash: [SHELL] Move flushall to the point just before _exit
Denys Vlasenko
2016-10-25
ash: [EVAL] Let funcnode refer to a function definition, not its first command
Denys Vlasenko
2016-10-25
ash: [REDIR] Remove EMFILE special case
Denys Vlasenko
2016-10-25
ash: [EVAL] Check exit for eval NSUBSHELL
Denys Vlasenko
2016-10-25
ash: add comment explaining "set -e; $(cmd)" discrepancy
Denys Vlasenko
2016-10-25
ash: reduce code differences from upstream
Denys Vlasenko
2016-10-25
ash: remove unused EXSHELLPROC
Denys Vlasenko
2016-10-25
ash: [BUILTIN] Use EXEXIT in place of EXEXEC
Denys Vlasenko
2016-10-25
ash,hush: set exit code 127 in "sh /does/not/exist" case
Denys Vlasenko
2016-10-24
ash: explain EXP_REDIR and why we (dont) glob redir filenames
Denys Vlasenko
2016-10-24
ash: return exit status of nofork applets
Ron Yorston
2016-10-07
ash: all blocks in function node copying must be SHELL_ALIGNed
Denys Vlasenko
2016-10-07
ash testsuite: fix false positives
Denys Vlasenko
2016-10-07
ash: get rid of two global data variables
Denys Vlasenko
2016-10-07
ash: comment out free(p) just before _exit, tweak some outdated comments
Denys Vlasenko
2016-10-03
hush: add commented-out debug printouts in "memleak" built-in
Denys Vlasenko
2016-10-03
hush: fix a memory corruption when exported variable is modified
Denys Vlasenko
2016-10-03
hush: fix exitcode on exec failure with EACCES - should be 126
Denys Vlasenko
2016-10-03
sh testsuite: add tests for exitcode on failure to exec
Denys Vlasenko
2016-10-03
shell: delete all msh tests
Denys Vlasenko
2016-10-03
hush testsuite: fix another false positive
Denys Vlasenko
2016-10-03
hust testsuite: fix a false positive
Denys Vlasenko
2016-10-03
ash testsuite: add most of hust tests which pass for ash
Denys Vlasenko
2016-10-02
ash: [PARSER] Add nlprompt/nlnoprompt helpers
Denys Vlasenko
2016-10-02
whitespace fixes
Denys Vlasenko
2016-10-02
hush: add var4.tests, var5.tests
Denys Vlasenko
2016-10-02
hush: fix var3.tests
Denys Vlasenko
2016-10-02
sh: do not print empty line at the end of "help" output
Denys Vlasenko
2016-10-02
sh testsuite: sync ash-redir/ and hush-redir/
Denys Vlasenko
2016-10-02
sh testsuite: sync ash-misc/source* and hush-misc/source*
Denys Vlasenko
2016-10-02
sh testsuite: sync ash-vars/ and hush-vars/
Denys Vlasenko
2016-10-02
ash testsuite: update some of variable tests with newer versions from hush
Denys Vlasenko
2016-10-02
sh testsuite: create hush-redir/* and move files around
Denys Vlasenko
2016-10-02
sh testsuite: create hush-heredoc/* and move files around
Denys Vlasenko
[next]