aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: code shrinkRon Yorston2024-09-081-6/+2
* ash: optimise running of scripts (2)Ron Yorston2024-09-041-8/+18
* ash: optimise running of scriptsRon Yorston2024-08-191-7/+59
* which,ash: code shrink detection of standalone shellRon Yorston2024-08-171-13/+9
* ash: allow additional element in argv arrayRon Yorston2024-08-161-2/+5
* ash: rewrite waitpid_child() to improve performanceRon Yorston2024-07-301-32/+19
* ash: fix slow running when background job is presentRon Yorston2024-07-281-1/+1
* ash: ignore hidden/iconified stateRon Yorston2024-07-181-10/+3
* Merge branch 'busybox' into mergeRon Yorston2024-07-141-12/+10
|\
| * ash: move hashvar() calls into findvar()Ron Yorston2024-07-141-9/+8
* | Merge branch 'busybox' into mergeRon Yorston2024-07-131-11/+29
|\|
| * ash: remove limitation on fd# lengthDenys Vlasenko2024-07-121-7/+13
| * ash: do not abort interactive mode on >&9999 redirectDenys Vlasenko2024-07-121-4/+16
* | Merge branch 'busybox' into mergeRon Yorston2024-07-101-21/+12
|\|
| * ash: remove defunct control character to save a few bytesRon Yorston2024-07-101-12/+12
| * ash: fix parsing of alias expansion + bash featuresRon Yorston2024-07-101-6/+6
* | ash: restore value of imported variable on unexportRon Yorston2024-07-081-0/+9
* | ash: read profile script relative to binaryRon Yorston2024-07-081-0/+4
* | win32: code shrink system drive handlingRon Yorston2024-07-071-1/+1
* | ash: special hack for libtoolRon Yorston2024-07-071-0/+10
* | win32: properly restore BB_ env varsRon Yorston2024-07-021-1/+11
* | Merge branch 'busybox' into mergeRon Yorston2024-06-231-0/+5
|\|
| * ash: fix handling of single-quoted strings in pattern substitutionDenys Vlasenko2024-02-261-0/+5
* | win32: add env var to control error dialogsRon Yorston2024-06-221-0/+1
* | win32: allow for trailing separator in PATHRon Yorston2024-06-141-38/+8
* | ash: fix commentRon Yorston2024-05-221-1/+1
* | ash: prevent mintty from setting HOMERon Yorston2024-05-211-1/+13
* | ash: -X option shouldn't alter environment variablesRon Yorston2024-05-101-3/+3
* | ash: fix typoRon Yorston2024-04-301-1/+1
* | ash: fix alias expansion followed by '&'Ron Yorston2024-04-301-1/+10
* | ash: add 'noiconify' optionRon Yorston2024-04-291-11/+23
* | ash: detect console state on every call to options()Ron Yorston2024-04-291-3/+3
* | win32: adjust handling of executable extensionsRon Yorston2024-04-221-1/+1
* | ash: move setting of current directoryRon Yorston2024-04-091-5/+7
* | ash: add title built-inRon Yorston2024-04-091-0/+21
* | ash: strip path from NOFORK applet namesRon Yorston2024-03-261-0/+3
* | ash: allow nofork applets in Windows on ARM + UCRTRon Yorston2024-02-081-1/+2
* | win32: rearrange applet override handlingRon Yorston2024-02-021-5/+5
* | Fix POSIX build in standalone shell modeRon Yorston2024-01-231-2/+2
* | ash: workaround environment issue in Windows on ARMRon Yorston2024-01-181-1/+2
* | ash: further reduce forkshell relocation blockRon Yorston2024-01-161-17/+22
* | ash: reduce size of forkshell relocation blockRon Yorston2024-01-151-12/+12
* | ash: code shrink forkshell debugRon Yorston2024-01-151-6/+0
* | ash: add more checks to forkshell debugRon Yorston2024-01-141-15/+36
* | ash: special case in creation of pipelineRon Yorston2024-01-141-1/+3
* | win32: make the clang build less crashyRon Yorston2024-01-031-6/+2
* | ash: avoid crash when job table is emptyRon Yorston2023-12-251-6/+8
* | win32: code shrink applet overridesRon Yorston2023-12-101-45/+4
* | ash: add options to control globbing of hidden filesRon Yorston2023-09-201-8/+41
* | win32: convert exit codesRon Yorston2023-09-141-13/+2