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
/
ash.c
Age
Commit message (
Expand
)
Author
2016-10-28
ash: use pause(), not sigsuspend(), in wait builtin
Denys Vlasenko
2016-10-28
ash: fix interactive "command eval STRING" exiting on errors.
Denys Vlasenko
2016-10-27
ash: [JOBS] Fix dowait signal race
Denys Vlasenko
2016-10-27
ash: [SIGNAL] Remove EXSIG
Denys Vlasenko
2016-10-27
ash: open-code blocking_dowait_with_raise_on_sig()
Denys Vlasenko
2016-10-27
ash: return to DOWAIT_* constants similar to dash, no logic changes
Denys Vlasenko
2016-10-27
ash: delete leftovers from "simplify EOF/newline handling in list parser" commit
Denys Vlasenko
2016-10-27
ash: [EXPAND] Fix ifsfirst/ifslastp leak
Denys Vlasenko
2016-10-27
ash: move ifsbreakup() and ifsfree() up
Denys Vlasenko
2016-10-27
ash: partially sync with dash on "fork if traps are set" logic
Denys Vlasenko
2016-10-27
ash: [SHELL] Expand ENV before using it
Denys Vlasenko
2016-10-27
ash: comment tweaks, no code changes
Denys Vlasenko
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
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: 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-02
ash: [PARSER] Add nlprompt/nlnoprompt helpers
Denys Vlasenko
2016-10-02
whitespace fixes
Denys Vlasenko
2016-10-02
sh: do not print empty line at the end of "help" output
Denys Vlasenko
2016-10-02
ash: undo "tokname hack"
Denys Vlasenko
2016-10-02
ash: placate gcc: "warning: ! is only applied to the left hand side of =="
Denys Vlasenko
2016-10-02
ash: fix globbing bugs when using glibc glob()
Denys Vlasenko
2016-10-02
ash: style fixes
Denys Vlasenko
2016-10-02
ash: support "--" in "source" builtin
Denys Vlasenko
2016-10-02
ash: expand: Fixed "$@" expansion when EXP_FULL is false
Denys Vlasenko
[prev]
[next]