aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-232-0/+11
|\
| * ash: use-after-free in bash pattern substitutionKarsten Sperling2023-05-181-0/+2
| * hush: add comment about abort on syntax error %{^}Denys Vlasenko2023-05-091-0/+1
| * hush: fix an interactive abort on errorDenys Vlasenko2023-05-081-0/+8
* | 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-173-10/+59
|\|
| * ash,hush: tab completion of functions and aliasesRon Yorston2023-04-162-6/+40
| * hush: quote variable values printed by "set" (match ash behavior)Denys Vlasenko2023-04-132-4/+19
* | ash: more Unix-style path fixesRon Yorston2023-04-161-7/+19
* | Merge branch 'busybox' into mergeRon Yorston2023-04-094-44/+89
|\|
| * 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
| * hush (NOMMU): fix LINENO in execed childrenDenys Vlasenko2023-04-011-0/+15
| * hush: speed up "big heredoc" codeDenys Vlasenko2023-04-011-7/+15
| * hush: add TODO commentDenys Vlasenko2023-04-011-0/+3
| * ash: code shrinkDenys Vlasenko2023-04-011-3/+3
| * ash: exec: Stricter pathopt parsing - lost chunkDenys Vlasenko2023-03-311-1/+1
| * ash: improve trap and jobs builtins in child shellsRon Yorston2023-03-313-6/+31
| * ash: make EPOCH variables work if RANDOM is disabledRon Yorston2023-03-291-1/+1
* | ash: remove ASH_IGNORE_CR config optionRon Yorston2023-04-092-29/+10
* | ash: special treatment for read builtinRon Yorston2023-04-051-1/+4
* | ash: reinstate fix for ctrl-c issueRon Yorston2023-04-051-1/+1
* | ash: add support for INT trapRon Yorston2023-04-031-10/+81
* | ash: fix POSIX buildRon Yorston2023-04-031-0/+2
* | ash: Unix-style paths, shell builtins and appletsRon Yorston2023-03-311-3/+6
* | ash: changes to evalsubshell()Ron Yorston2023-03-281-2/+12
* | drop: adjust environment on privilege changeRon Yorston2023-03-271-5/+6
* | win32: virtual terminal input fixesRon Yorston2023-03-061-1/+1
* | win32: changes to console mode handlingRon Yorston2023-03-051-4/+5
* | ash: drop workaround for 'read -t 0'Ron Yorston2023-03-051-12/+0
* | ash: revised CRLF handling for scriptsRon Yorston2023-02-211-1/+64
* | ash: revert changes to handle CRLF in scriptsRon Yorston2023-02-211-34/+4
* | ash: really reset ANSI emulation in interactive modeRon Yorston2023-02-201-2/+2
* | ash: only reset ANSI emulation in interactive loopRon Yorston2023-02-191-3/+3
* | ash: skip CR when detecting end of here documentFRP-4882-g6e0a6b7e5Ron Yorston2023-02-151-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2023-02-132-17/+37
|\|
| * hush: restore SIGHUP handling, this time explain why we do what we doDenys Vlasenko2023-01-301-20/+28
| * hush: restore tty pgrp on SIGHUPDenys Vlasenko2023-01-301-5/+8
| * hush: remove special handling of SIGHUPDenys Vlasenko2023-01-301-18/+20
| * shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256Denys Vlasenko2023-01-262-3/+10