aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | ash: jobs: Block signals during tcsetpgrpRon Yorston2025-09-071-1/+16
* | ash: eval: Add vfork supportRon Yorston2025-09-071-34/+113
* | ash: rename got_sigchld, doing_jobctl, and INT_ON/OFF to match dashRon Yorston2025-09-071-158/+158
* | Merge branch 'busybox' into mergeRon Yorston2025-09-061-71/+94
|\|
| * ash: fix fallout of no-more-set commandnameDenys Vlasenko2025-08-091-6/+7
| * ash: eval: Always set exitstatus in evaltreeDenys Vlasenko2025-08-091-6/+7
| * ash: options: Do not set commandname in procargsDenys Vlasenko2025-08-091-3/+2
| * ash: jobs: drop unused node parameter in makejob()Denys Vlasenko2025-08-091-6/+6
| * ash: reuse vstype_suffix[] in debug code, shrink itDenys Vlasenko2025-08-081-35/+37
| * ash: fix cmdputs - was showing some variable forms incorrectlyDenys Vlasenko2025-08-071-20/+35
| * ash: fix heredoc.tests broken by last commitDenys Vlasenko2025-08-071-15/+19
| * ash,hush: fix corner cases with backslash-newlines in heredocsDenys Vlasenko2025-08-071-3/+4
* | Merge branch 'busybox' into mergeRon Yorston2025-08-151-14/+1
|\|
| * shell: typo and whitespace fixes, no code changesDenys Vlasenko2025-08-031-15/+1
* | Merge branch 'busybox' into mergeRon Yorston2025-08-101-3/+30
|\|
| * shell: empty HISTFILE disables history saving, just as unset one didDenys Vlasenko2025-07-041-1/+1
| * shell: update HISTFILESIZE code to be actually usefulDenys Vlasenko2025-07-031-2/+24
| * shell: fix race between signal handlers setting bb_got_signal and poll()Denys Vlasenko2025-07-021-1/+1
| * shell: improve bash compatibility of read built-inRon Yorston2025-07-011-0/+5
* | ash: kill background processes on SIGINTRon Yorston2025-06-291-0/+1
* | ash: bring 'read' built-in closer to bashRon Yorston2025-06-291-2/+5
* | ash: match behaviour of cmd.exe in cd builtinRon Yorston2024-11-191-0/+1
* | win32: drop stream i/o workaroundRon Yorston2024-10-301-9/+0
* | win32: try harder to prevent output to stdoutRon Yorston2024-10-291-1/+0
* | win32: more problems with stream i/o and MSVCRTRon Yorston2024-10-291-0/+16
* | ash: fix waiting for status of background jobRon Yorston2024-10-281-1/+0
* | ash: correctly identify nofork applets in error messageRon Yorston2024-10-281-0/+8
* | ash: update commentRon Yorston2024-10-131-1/+0
* | Merge branch 'busybox' into mergeRon Yorston2024-10-081-5/+51
|\|
| * ash: cache more of uid/gid syscallsDenys Vlasenko2024-10-071-4/+5
| * ash: make "test -x" use cached groupinfoDenys Vlasenko2024-10-071-2/+1
| * libbb: simplify parameter passing in is_in_supplementary_groups()Denys Vlasenko2024-10-071-5/+3
| * ash: command -v CMD must skip (go to next path) when CMD exists, but is not e...Denys Vlasenko2024-10-071-3/+51
* | ash: more changes to noexec appletsRon Yorston2024-10-071-30/+16
* | ash: fix regression with 'exec sh -s'Ron Yorston2024-10-061-9/+15
* | Merge branch 'busybox' into mergeRon Yorston2024-09-281-5/+1
|\|
| * ash: reject unknown long optionsRon Yorston2024-09-271-1/+2
* | ash: reject unknown long optionsRon Yorston2024-09-211-0/+5
* | 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