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
/
ash.c
Age
Commit message (
Expand
)
Author
2020-02-20
ash: eval: Add assignment built-in support again
Denys Vlasenko
2020-02-18
ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bash
Denys Vlasenko
2020-02-18
ash: jobs: Only clear gotsigchld when waiting for everything
Denys Vlasenko
2020-02-18
ash: jobs - Do not block when waiting on SIGCHLD
Denys Vlasenko
2020-02-18
ash: eval: Reap zombies after built-in commands and functions
Denys Vlasenko
2020-02-17
ash: exec: Never rehash regular built-ins
Denys Vlasenko
2020-02-17
ash: exec: Stricter pathopt parsing
Denys Vlasenko
2020-02-17
ash: exec: Do not allocate stack string in padvance
Denys Vlasenko
2020-02-17
ash: memalloc: Add growstackto helper
Denys Vlasenko
2020-02-17
ash: parser: Save/restore here-documents in command substitution
Denys Vlasenko
2020-02-17
ash: mkinit: Split reset into exitreset and reset
Denys Vlasenko
2020-02-17
ash: expand: Fix trailing newlines processing in backquote expanding
Denys Vlasenko
2020-02-17
ash: parser: Only accept single-digit parameter expansion outside of braces
Denys Vlasenko
2020-02-16
ash: shell: Fix clang warnings about "string plus integer"
Denys Vlasenko
2020-02-16
ash: eval: Use the correct expansion mode for fd redirection
Denys Vlasenko
2020-02-16
ash: expand: Fix skipping of command substitution when trimming in evalvar
Denys Vlasenko
2020-02-16
ash: main: Print \n upon EOF (CTRL-D) when run interactively
Denys Vlasenko
2020-02-16
ash: expand: Use HOME in tilde expansion when it is empty
Denys Vlasenko
2020-02-16
ash: builtin: Mark more regular built-ins
Denys Vlasenko
2020-02-16
ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpy
Denys Vlasenko
2020-02-16
ash: output: Fix fmtstr return value
Denys Vlasenko
2020-02-16
ash: main: Only set savestatus in exitcmd
Denys Vlasenko
2020-02-16
ash: [BUILTIN] Exit without arguments in a trap should use status outside traps
Denys Vlasenko
2020-02-16
ash: parser: Fix incorrect eating of backslash newlines
Denys Vlasenko
2020-02-16
ash: use pgetc_eatbnl() in more places, take 2
Denys Vlasenko
2020-01-29
ash,hush: allow builtins to be tab-completed, closes 7532
Ron Yorston
2020-01-29
ash: improve expandstr()
Ron Yorston
2019-10-25
clang/llvm 9 fix - do not eliminate a store to a fake "const"
Denys Vlasenko
2019-09-05
ash: add a FIXME comment
Denys Vlasenko
2019-08-02
ash: fix set -o to not show "nameless" options
Denys Vlasenko
2019-07-31
ash: only catch unexpected exceptions in PS1 expansion
Ron Yorston
2019-06-03
ash,hush: show 'c' in $- if run in "sh -c CMD"
Denys Vlasenko
2019-06-01
ash: allocate line editing structure only if needed
Denys Vlasenko
2019-04-19
ash: catch error in arithmetic expansion in PS1
Ron Yorston
2019-04-19
ash: prevent error in backquotes in PS1 from exiting shell
Ron Yorston
2019-04-16
ash: add bash-compatible EPOCH variables
Ron Yorston
2019-04-16
ash: an unset dynamic variable should not be dynamic
Ron Yorston
2019-04-02
ash: distinguish 'wait -n' from other bashisms
Ron Yorston
2019-03-27
ash: add "wait -n" bashism
Denys Vlasenko
2019-02-25
ash: eval: avoid leaking memory associated with redirections. Closes 7748
Ron Yorston
2018-12-28
config: update size information
Denys Vlasenko
2018-12-08
inetd: suppress aliasing warning
Denys Vlasenko
2018-12-08
suppress gcc 8 aliasing warnings
Denys Vlasenko
2018-11-27
hush: allow hush to run embedded scripts
Ron Yorston
2018-11-20
ash: reset tokpushback before prompting while parsing heredoc
Christoph Schulz
2018-11-17
Treat custom and applet scripts as applets
Ron Yorston
2018-11-16
ash: ensure variables are fully initialised when unset
Ron Yorston
2018-11-06
ash: minor fixes
Ron Yorston
2018-11-01
ash: fix thinko in last commit
Denys Vlasenko
2018-11-01
ash: in tryexec(), ensure we don't try to run embedded scripts as applets
Ron Yorston
[prev]
[next]