summaryrefslogtreecommitdiff
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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: 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
* 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
* hush: code shrinkDenys Vlasenko2023-01-031-4/+9
* ash: trivial code shrinkDenys Vlasenko2023-01-031-1/+1
* shell: fix compile failures in some configsDenys Vlasenko2023-01-032-3/+11
* ash: optional sleep builtinShawn Landden2022-08-271-0/+11
* ash: fix use-after-free in bash pattern substitutionSören Tempel2022-08-021-0/+7
* ash: fix use-after-free in pattern substituon codeDenys Vlasenko2022-08-021-2/+4
* ash: fix ifs cleanup on error pathsDenys Vlasenko2022-08-025-0/+22
* ash,hush: use HOME for tab completion and promptsRon Yorston2022-06-262-7/+5
* style fixDenys Vlasenko2022-05-011-1/+1
* ash: do not truncate failed tilde expansion on unknown user namesDenys Vlasenko2022-03-011-3/+1
* ash: fix unsafe use of mempcpyDenys Vlasenko2022-03-011-1/+7
* ash: don't read past end of var in subvareval for bash substitutionsSören Tempel2022-03-015-0/+10
* *: slap on a few ALIGN_PTR where appropriateDenys Vlasenko2022-02-061-5/+5
* *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-061-1/+1
* ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko2022-01-172-29/+77
* shell: add comments about SIGINT-related problemsDenys Vlasenko2022-01-162-5/+9
* libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIRDenys Vlasenko2022-01-132-2/+2
* ash: ^C with SIG_INGed SIGINT should not exit the shellDenys Vlasenko2022-01-131-1/+7
* reset: better --help textDenys Vlasenko2022-01-121-3/+6
* libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-052-3/+3
* shell: tweak --helpDenys Vlasenko2021-10-132-2/+2
* hush: in a comment, document what -i might be doingDenys Vlasenko2021-10-132-6/+28
* shell: use more compact SHELL_ASH / HUSH config defines. no code changesDenys Vlasenko2021-10-121-1/+1
* shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=yDenys Vlasenko2021-10-114-0/+52
* *: add NOINLINEs where code noticeably shrinksDenys Vlasenko2021-10-101-1/+1
* Make const ptr assign as function call in clangYU Jincheng2021-10-091-3/+3
* hush: speed up ${x//\*/|} tooDenys Vlasenko2021-10-091-4/+9
* ash: speed up ${x//\*/|} too, make it independent of ASH_OPTIMIZE_FOR_SIZEDenys Vlasenko2021-10-091-6/+12
* ash.c: speedup ${s:} substring (no quotes)Alin Mr2021-10-091-6/+11
* *: generalize "const trick"YU Jincheng2021-10-071-20/+3