aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'busybox' into mergeFRP-5236-g7dff7f376Ron Yorston2023-12-051-8/+0
|\
| * sleep: fix "sleep -- ARGS"Denys Vlasenko2023-10-021-8/+0
* | ash: add options to control globbing of hidden filesRon Yorston2023-09-201-8/+41
* | win32: convert exit codesRon Yorston2023-09-141-13/+2
* | ash: fix signal handlingRon Yorston2023-09-131-1/+2
* | ash: initialize basepf.buf in ash (2)Ron Yorston2023-08-311-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2023-08-311-1/+1
|\|
| * ash: initialize basepf.buf in ashzhuyan2023-08-311-1/+1
* | ash: changes to login shell functionalityRon Yorston2023-08-301-0/+7
* | ash: detect console state on shell start upnoconsole2Ron Yorston2023-08-201-0/+31
* | ash: detect native Windows environment on WineFRP-5181-g5c1a3b00eRon Yorston2023-08-171-2/+18
* | ash: improved support for trap built-inRon Yorston2023-08-151-9/+23
* | ash: code shrinkRon Yorston2023-08-151-10/+6
* | ash: improved support for jobs built-inRon Yorston2023-08-081-7/+141
* | Merge branch 'busybox' into mergeRon Yorston2023-07-1378-387/+874
|\|
| * Update applet size estimatesDenys Vlasenko2023-07-103-3/+3
| * ash: tweak comments, no code changesDenys Vlasenko2023-07-101-6/+7
| * ash: remove "volatile" specifier from suppress_intDenys Vlasenko2023-07-101-4/+11
| * ash: disable sleep as builtin, closes 15619Denys Vlasenko2023-07-101-5/+17
| * hush: fix a compile failureDenys Vlasenko2023-07-081-1/+1
| * ash: disable check for "good" function name, bash does not check thisDenys Vlasenko2023-07-043-11/+17
| * hush: quote values in "readonly" outputDenys Vlasenko2023-07-031-4/+11
| * shell/math: avoid $((3**999999999999999999)) to take yearsDenys Vlasenko2023-07-021-3/+14
| * shell/math: do not accept $((36#@))Denys Vlasenko2023-07-021-16/+22
| * shell/math: code shrinkDenys Vlasenko2023-06-301-4/+7
| * shell/math: code shrinkDenys Vlasenko2023-06-291-11/+13
| * shell/math: code shrinkDenys Vlasenko2023-06-281-8/+10
| * shell/math: improve commentsDenys Vlasenko2023-06-261-2/+4
| * shell/math: rename TOK_NUM to TOK_VALUE, improve commentsDenys Vlasenko2023-06-261-24/+25
| * shell/math: bash-compatible handling of too large numbersDenys Vlasenko2023-06-259-44/+118
| * shell/math: disable debug againDenys Vlasenko2023-06-191-1/+1
| * shell/math: $((1?)) has one-too-small opstack, fix thisDenys Vlasenko2023-06-191-1/+2
| * shell/math: fix comments about jammed-together num+num corner casesDenys Vlasenko2023-06-191-8/+16
| * shell/math: add note on ERANGEDenys Vlasenko2023-06-181-4/+11
| * shell/math: explain why we use separate &endDenys Vlasenko2023-06-181-1/+1
| * shell/math: code shrinkDenys Vlasenko2023-06-181-2/+5
| * shell/math: eliminate redundant endofname()Denys Vlasenko2023-06-181-8/+8
| * shell: typo fix in testsDenys Vlasenko2023-06-182-2/+2
| * shell/math: code shrinkDenys Vlasenko2023-06-181-11/+12
| * shell/math: decrease stack usage by not allocating copies of variable namesDenys Vlasenko2023-06-181-32/+51