aboutsummaryrefslogtreecommitdiff
path: root/runit/runsv.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-22ash: parser: Do not push token back before parseheredocDenys Vlasenko1-1/+4
2020-02-22ash: parser: Fix old-style command substitution here-document crashDenys Vlasenko1-1/+1
2020-02-21hush: fix negative_arith.tests: glob-protect dash in "$((arith))"Denys Vlasenko1-5/+19
2020-02-21ash: expand: Ensure result is escaped in cvtnumDenys Vlasenko5-25/+44
2020-02-21ash: memalloc: Avoid looping in growstacktoDenys Vlasenko1-7/+7
2020-02-21hush: make "exit" in trap use pre-trap exitcode - fix for nested trapDenys Vlasenko5-1/+29
2020-02-21hush: make "exit" in trap use pre-trap exitcodeDenys Vlasenko1-3/+13
2020-02-20ash: eval: Only restore exit status on exit/returnDenys Vlasenko1-48/+51
2020-02-20ash: Return without arguments in a trap should use status outside trapsDenys Vlasenko1-5/+18
2020-02-20hush: implement "return NUM in trap sets $? after trap"Denys Vlasenko13-1/+98
2020-02-20ash: return exit status of nofork applets (again)Ron Yorston1-1/+1
2020-02-20ash: expand: Merge syntax/quotes in memtodest with flagsDenys Vlasenko1-21/+19
2020-02-20ash: eval: Always set localvar_stopDenys Vlasenko1-11/+12
2020-02-20ash: eval: Replace with listsetvar with mklocal/setvareqDenys Vlasenko1-35/+28
2020-02-20ash: eval: Fail immediately with redirections errors for simple commandDenys Vlasenko2-17/+16
2020-02-20ash: eval: Add assignment built-in support againDenys Vlasenko1-85/+91
2020-02-19ash,hush: testcase for "exit" without arguments in a trapDenys Vlasenko4-0/+20
2020-02-18ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bashDenys Vlasenko2-9/+37
2020-02-18ash: jobs: Only clear gotsigchld when waiting for everythingDenys Vlasenko1-66/+56
2020-02-18ash: jobs - Do not block when waiting on SIGCHLDDenys Vlasenko1-11/+14
2020-02-18ash: eval: Reap zombies after built-in commands and functionsDenys Vlasenko1-16/+10
2020-02-17ash: exec: Never rehash regular built-insDenys Vlasenko1-3/+10
2020-02-17ash: exec: Stricter pathopt parsingDenys Vlasenko1-64/+104
2020-02-17ash: exec: Do not allocate stack string in padvanceDenys Vlasenko1-36/+38
2020-02-17ash: memalloc: Add growstackto helperDenys Vlasenko1-17/+12
2020-02-17ash: parser: Save/restore here-documents in command substitutionDenys Vlasenko1-9/+16
2020-02-17ash: mkinit: Split reset into exitreset and resetDenys Vlasenko1-7/+19
2020-02-17ash: expand: Fix trailing newlines processing in backquote expandingDenys Vlasenko5-1/+25
2020-02-17ash: parser: Only accept single-digit parameter expansion outside of bracesDenys Vlasenko5-1/+15
2020-02-16ash: shell: Fix clang warnings about "string plus integer"Denys Vlasenko1-1/+2
2020-02-16ash: eval: Use the correct expansion mode for fd redirectionDenys Vlasenko1-2/+1
2020-02-16ash: expand: Fix skipping of command substitution when trimming in evalvarDenys Vlasenko1-0/+2
2020-02-16ash: main: Print \n upon EOF (CTRL-D) when run interactivelyDenys Vlasenko1-1/+5
2020-02-16ash: expand: Use HOME in tilde expansion when it is emptyDenys Vlasenko1-1/+1
2020-02-16ash: builtin: Mark more regular built-insDenys Vlasenko1-4/+4
2020-02-16ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpyDenys Vlasenko1-8/+7
2020-02-16ash: output: Fix fmtstr return valueDenys Vlasenko1-1/+1
2020-02-16ash: main: Only set savestatus in exitcmdDenys Vlasenko1-7/+2
2020-02-16ash: [BUILTIN] Exit without arguments in a trap should use status outside trapsDenys Vlasenko3-13/+38
2020-02-16ash: parser: Fix incorrect eating of backslash newlinesDenys Vlasenko1-2/+8
2020-02-16ash: use pgetc_eatbnl() in more places, take 2Denys Vlasenko1-6/+6
2020-02-14fdisk: add HFS / HFS+ partition typeDenys Vlasenko1-6/+4
2020-02-13tftp: on download, open local file only when first bit of data arrivedDenys Vlasenko1-28/+33
2020-02-13tftp: fix thinko in code shrinkDenys Vlasenko1-1/+1
2020-02-13tftp: code shrinkDenys Vlasenko1-9/+4
2020-02-13tftpd: show requested file name in open error messageDenys Vlasenko1-2/+11
2020-02-02awk: fix more "length" cases, closes 12486Denys Vlasenko2-5/+40
2020-01-29ash,hush: allow builtins to be tab-completed, closes 7532Ron Yorston4-4/+62
2020-01-29xargs: fix handling of quoted arguments, closes 11441Ron Yorston2-9/+27
2020-01-29vi: fixes to string search in colon commands, closes 10321Ron Yorston1-5/+8