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
Age
Commit message (
Expand
)
Author
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
hush: fix negative_arith.tests: glob-protect dash in "$((arith))"
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-21
hush: make "exit" in trap use pre-trap exitcode - fix for nested trap
Denys Vlasenko
2020-02-21
hush: make "exit" in trap use pre-trap exitcode
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
hush: implement "return NUM in trap sets $? after trap"
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-19
ash,hush: testcase for "exit" without arguments in a trap
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-02-14
fdisk: add HFS / HFS+ partition type
Denys Vlasenko
2020-02-13
tftp: on download, open local file only when first bit of data arrived
Denys Vlasenko
2020-02-13
tftp: fix thinko in code shrink
Denys Vlasenko
2020-02-13
tftp: code shrink
Denys Vlasenko
2020-02-13
tftpd: show requested file name in open error message
Denys Vlasenko
2020-02-02
awk: fix more "length" cases, closes 12486
Denys Vlasenko
2020-01-29
ash,hush: allow builtins to be tab-completed, closes 7532
Ron Yorston
2020-01-29
xargs: fix handling of quoted arguments, closes 11441
Ron Yorston
[prev]
[next]