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
2021-01-04
ash: improve --help
Denys Vlasenko
2021-01-03
ash: code shrink
Denys Vlasenko
2021-01-03
ash: make a strdup copy of $HISTFILE for line editing
Denys Vlasenko
2020-12-30
libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...
Denys Vlasenko
2020-12-24
ash: change "clear ungetc counter on syntax errors" fix to match dash
Denys Vlasenko
2020-12-23
shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128
Denys Vlasenko
2020-12-21
bc: do not allocate line editing state until needed
Denys Vlasenko
2020-12-19
ash: clear ungetc counter on syntax errors
Denys Vlasenko
2020-12-13
ash: reset SIGHUP earlier: allows HUP traps in .profile, closes 13371
Denys Vlasenko
2020-11-30
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-19
fix warning: label 'out1' defined but not used
Cristian Ionescu-Idbohrn
2020-11-16
ash: make interactive ^C break out of PS2 mode
Denys Vlasenko
2020-10-31
shell: update comments on the status of [[ ]] compat
Denys Vlasenko
2020-10-31
shell: better support of [[ ]] bashism
Denys Vlasenko
2020-10-06
avoid using strok - eliminates use of hidden global variable
Denys Vlasenko
2020-09-29
ash: jobs: Fix waitcmd busy loop
Denys Vlasenko
2020-09-29
ash: jobs: Fix infinite loop in waitproc
Denys Vlasenko
2020-09-29
ash: remove a tentative TODO, it's a wrong idea
Denys Vlasenko
2020-06-24
nologin: make it possible to build it as single applet
Denys Vlasenko
2020-04-30
ash,hush: drop pointer check before calls to show_history
Ron Yorston
2020-04-30
ash: fix build failure when command built-in is disabled
Ron Yorston
2020-02-24
ash: expand: Fix multiple issues with EXP_DISCARD in evalvar
Denys Vlasenko
2020-02-24
ash: expand: Do not reprocess data when expanding words
Denys Vlasenko
2020-02-24
ash: move TRACE statement in evalcommand()
Ron Yorston
2020-02-24
ash: rename some function parameters to match dash
Denys Vlasenko
2020-02-24
ash: rename stack_nputstr() back to stnputs() to match dash
Denys Vlasenko
2020-02-22
ash: Expand here-documents in the current shell environment
Denys Vlasenko
2020-02-22
ash: parser: Do not push token back before parseheredoc
Denys Vlasenko
2020-02-22
ash: parser: Fix old-style command substitution here-document crash
Denys Vlasenko
2020-02-21
ash: expand: Ensure result is escaped in cvtnum
Denys Vlasenko
2020-02-21
ash: memalloc: Avoid looping in growstackto
Denys Vlasenko
2020-02-20
ash: eval: Only restore exit status on exit/return
Denys Vlasenko
2020-02-20
ash: Return without arguments in a trap should use status outside traps
Denys Vlasenko
2020-02-20
ash: return exit status of nofork applets (again)
Ron Yorston
2020-02-20
ash: expand: Merge syntax/quotes in memtodest with flags
Denys Vlasenko
2020-02-20
ash: eval: Always set localvar_stop
Denys Vlasenko
2020-02-20
ash: eval: Replace with listsetvar with mklocal/setvareq
Denys Vlasenko
2020-02-20
ash: eval: Fail immediately with redirections errors for simple command
Denys Vlasenko
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
[next]