aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-131-46/+43
|\|
| * Update applet size estimatesDenys Vlasenko2023-07-101-1/+1
| * 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
| * ash: disable check for "good" function name, bash does not check thisDenys Vlasenko2023-07-041-8/+9
| * shell: move varcmp() to shell_common.h and use it in hushDenys Vlasenko2023-06-171-24/+0
| * ash: code shrinkDenys Vlasenko2023-06-171-1/+1
* | ash: properly echo console input to 'read' built-inRon Yorston2023-07-121-2/+2
* | ash: standardise treatment of winxp optionRon Yorston2023-06-211-13/+41
* | ash: code shrinkRon Yorston2023-06-211-28/+20
* | win32: remove special treatment of USERNAMERon Yorston2023-06-051-1/+0
* | win32: code shrink applet look-upRon Yorston2023-06-051-5/+14
* | ash: fix build with line editing disabledRon Yorston2023-06-041-0/+4
* | win32: another BB_OVERRIDE_APPLETS fixRon Yorston2023-06-041-5/+37
* | win32: fix BB_OVERRIDE_APPLETSRon Yorston2023-06-031-0/+8
* | ash: enable 'set -/+o noconsole'Ron Yorston2023-06-011-5/+3
* | Merge branch 'busybox' into mergeRon Yorston2023-05-231-0/+2
|\|
| * ash: use-after-free in bash pattern substitutionKarsten Sperling2023-05-181-0/+2
* | win32: changes to signal handlingRon Yorston2023-05-231-6/+25
* | su: add option to keep console open on shell exitRon Yorston2023-05-021-1/+25
* | Merge branch 'busybox' into mergeRon Yorston2023-04-171-4/+28
|\|
| * ash,hush: tab completion of functions and aliasesRon Yorston2023-04-161-4/+28
* | ash: more Unix-style path fixesRon Yorston2023-04-161-7/+19
* | Merge branch 'busybox' into mergeRon Yorston2023-04-091-37/+32
|\|
| * ash: code shrink: do not take address of prefix(), allowing it to inlineDenys Vlasenko2023-04-031-8/+4
| * ash: code shrink - reuse is_prefixed_with() from libbbDenys Vlasenko2023-04-031-2/+4
| * ash: get rid of separate mail_var_path_changed flag variableDenys Vlasenko2023-04-031-10/+9
| * ash: fix still-broken new mail detectionDenys Vlasenko2023-04-031-4/+4
| * ash: fix broken new mail detectionDenys Vlasenko2023-04-031-1/+0