| Commit message (Expand) | Author | Files | Lines |
2020-02-20 | hush: implement "return NUM in trap sets $? after trap" | Denys Vlasenko | 13 | -1/+98 |
2020-02-20 | ash: return exit status of nofork applets (again) | Ron Yorston | 1 | -1/+1 |
2020-02-20 | ash: expand: Merge syntax/quotes in memtodest with flags | Denys Vlasenko | 1 | -21/+19 |
2020-02-20 | ash: eval: Always set localvar_stop | Denys Vlasenko | 1 | -11/+12 |
2020-02-20 | ash: eval: Replace with listsetvar with mklocal/setvareq | Denys Vlasenko | 1 | -35/+28 |
2020-02-20 | ash: eval: Fail immediately with redirections errors for simple command | Denys Vlasenko | 2 | -17/+16 |
2020-02-20 | ash: eval: Add assignment built-in support again | Denys Vlasenko | 1 | -85/+91 |
2020-02-19 | ash,hush: testcase for "exit" without arguments in a trap | Denys Vlasenko | 4 | -0/+20 |
2020-02-18 | ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bash | Denys Vlasenko | 2 | -9/+37 |
2020-02-18 | ash: jobs: Only clear gotsigchld when waiting for everything | Denys Vlasenko | 1 | -66/+56 |
2020-02-18 | ash: jobs - Do not block when waiting on SIGCHLD | Denys Vlasenko | 1 | -11/+14 |
2020-02-18 | ash: eval: Reap zombies after built-in commands and functions | Denys Vlasenko | 1 | -16/+10 |
2020-02-17 | ash: exec: Never rehash regular built-ins | Denys Vlasenko | 1 | -3/+10 |
2020-02-17 | ash: exec: Stricter pathopt parsing | Denys Vlasenko | 1 | -64/+104 |
2020-02-17 | ash: exec: Do not allocate stack string in padvance | Denys Vlasenko | 1 | -36/+38 |
2020-02-17 | ash: memalloc: Add growstackto helper | Denys Vlasenko | 1 | -17/+12 |
2020-02-17 | ash: parser: Save/restore here-documents in command substitution | Denys Vlasenko | 1 | -9/+16 |
2020-02-17 | ash: mkinit: Split reset into exitreset and reset | Denys Vlasenko | 1 | -7/+19 |
2020-02-17 | ash: expand: Fix trailing newlines processing in backquote expanding | Denys Vlasenko | 5 | -1/+25 |
2020-02-17 | ash: parser: Only accept single-digit parameter expansion outside of braces | Denys Vlasenko | 5 | -1/+15 |
2020-02-16 | ash: shell: Fix clang warnings about "string plus integer" | Denys Vlasenko | 1 | -1/+2 |
2020-02-16 | ash: eval: Use the correct expansion mode for fd redirection | Denys Vlasenko | 1 | -2/+1 |
2020-02-16 | ash: expand: Fix skipping of command substitution when trimming in evalvar | Denys Vlasenko | 1 | -0/+2 |
2020-02-16 | ash: main: Print \n upon EOF (CTRL-D) when run interactively | Denys Vlasenko | 1 | -1/+5 |
2020-02-16 | ash: expand: Use HOME in tilde expansion when it is empty | Denys Vlasenko | 1 | -1/+1 |
2020-02-16 | ash: builtin: Mark more regular built-ins | Denys Vlasenko | 1 | -4/+4 |
2020-02-16 | ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpy | Denys Vlasenko | 1 | -8/+7 |
2020-02-16 | ash: output: Fix fmtstr return value | Denys Vlasenko | 1 | -1/+1 |
2020-02-16 | ash: main: Only set savestatus in exitcmd | Denys Vlasenko | 1 | -7/+2 |
2020-02-16 | ash: [BUILTIN] Exit without arguments in a trap should use status outside traps | Denys Vlasenko | 3 | -13/+38 |
2020-02-16 | ash: parser: Fix incorrect eating of backslash newlines | Denys Vlasenko | 1 | -2/+8 |
2020-02-16 | ash: use pgetc_eatbnl() in more places, take 2 | Denys Vlasenko | 1 | -6/+6 |
2020-02-14 | fdisk: add HFS / HFS+ partition type | Denys Vlasenko | 1 | -6/+4 |
2020-02-13 | tftp: on download, open local file only when first bit of data arrived | Denys Vlasenko | 1 | -28/+33 |
2020-02-13 | tftp: fix thinko in code shrink | Denys Vlasenko | 1 | -1/+1 |
2020-02-13 | tftp: code shrink | Denys Vlasenko | 1 | -9/+4 |
2020-02-13 | tftpd: show requested file name in open error message | Denys Vlasenko | 1 | -2/+11 |
2020-02-02 | awk: fix more "length" cases, closes 12486 | Denys Vlasenko | 2 | -5/+40 |
2020-01-29 | ash,hush: allow builtins to be tab-completed, closes 7532 | Ron Yorston | 4 | -4/+62 |
2020-01-29 | xargs: fix handling of quoted arguments, closes 11441 | Ron Yorston | 2 | -9/+27 |
2020-01-29 | vi: fixes to string search in colon commands, closes 10321 | Ron Yorston | 1 | -5/+8 |
2020-01-29 | ash: improve expandstr() | Ron Yorston | 1 | -20/+21 |
2020-01-29 | syslogd: add config option to include milliseconds in timestamps | Peter Korsgaard | 1 | -2/+22 |
2020-01-14 | udhcpd: mangle hostnames starting with dash ("-option") | Denys Vlasenko | 1 | -0/+2 |
2019-12-03 | whois: limit total length of response to 32+2 kb | Denys Vlasenko | 1 | -1/+3 |
2019-12-03 | init: improve handling of signals racing with each other | Denys Vlasenko | 1 | -159/+119 |
2019-12-02 | init: if tcgetattr() fails, don't even try to tcsetattr() | Denys Vlasenko | 1 | -9/+8 |
2019-11-28 | hush: fix preprocessor directives indentation | Denys Vlasenko | 1 | -32/+32 |
2019-11-27 | grep: add -R | Tomi Leppanen | 1 | -3/+7 |
2019-11-23 | bc: fix comparison bug, closes 12336 | Denys Vlasenko | 2 | -1/+9 |