Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-31ash: initialize basepf.buf in ashzhuyan
2023-07-10Update applet size estimatesDenys Vlasenko
2023-07-10ash: tweak comments, no code changesDenys Vlasenko
2023-07-10ash: remove "volatile" specifier from suppress_intDenys Vlasenko
2023-07-10ash: disable sleep as builtin, closes 15619Denys Vlasenko
2023-07-04ash: disable check for "good" function name, bash does not check thisDenys Vlasenko
2023-06-17shell: move varcmp() to shell_common.h and use it in hushDenys Vlasenko
2023-06-17ash: code shrinkDenys Vlasenko
2023-05-18ash: use-after-free in bash pattern substitutionKarsten Sperling
2023-04-16ash,hush: tab completion of functions and aliasesRon Yorston
2023-04-03ash: code shrink: do not take address of prefix(), allowing it to inlineDenys Vlasenko
2023-04-03ash: code shrink - reuse is_prefixed_with() from libbbDenys Vlasenko
2023-04-03ash: get rid of separate mail_var_path_changed flag variableDenys Vlasenko
2023-04-03ash: fix still-broken new mail detectionDenys Vlasenko
2023-04-03ash: fix broken new mail detectionDenys Vlasenko
2023-04-01ash: code shrinkDenys Vlasenko
2023-03-31ash: exec: Stricter pathopt parsing - lost chunkDenys Vlasenko
2023-03-31ash: improve trap and jobs builtins in child shellsRon Yorston
2023-03-29ash: make EPOCH variables work if RANDOM is disabledRon Yorston
2023-01-26shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256Denys Vlasenko
2023-01-03ash: trivial code shrinkDenys Vlasenko
2023-01-03shell: fix compile failures in some configsDenys Vlasenko
2022-08-27ash: optional sleep builtinShawn Landden
2022-08-02ash: fix use-after-free in bash pattern substitutionSören Tempel
2022-08-02ash: fix use-after-free in pattern substituon codeDenys Vlasenko
2022-08-02ash: fix ifs cleanup on error pathsDenys Vlasenko
2022-06-26ash,hush: use HOME for tab completion and promptsRon Yorston
2022-03-01ash: do not truncate failed tilde expansion on unknown user namesDenys Vlasenko
2022-03-01ash: fix unsafe use of mempcpyDenys Vlasenko
2022-03-01ash: don't read past end of var in subvareval for bash substitutionsSören Tempel
2022-02-06*: slap on a few ALIGN* where appropriateDenys Vlasenko
2022-01-17ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko
2022-01-17shell: add comments about SIGINT-related problemsDenys Vlasenko
2022-01-13libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIRDenys Vlasenko
2022-01-13ash: ^C with SIG_INGed SIGINT should not exit the shellDenys Vlasenko
2022-01-12reset: better --help textDenys Vlasenko
2022-01-06libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko
2021-10-13shell: tweak --helpDenys Vlasenko
2021-10-13hush: in a comment, document what -i might be doingDenys Vlasenko
2021-10-09Make const ptr assign as function call in clangYU Jincheng
2021-10-09ash: speed up ${x//\*/|} too, make it independent of ASH_OPTIMIZE_FOR_SIZEDenys Vlasenko
2021-10-09ash.c: speedup ${s:} substring (no quotes)Alin Mr
2021-10-07*: generalize "const trick"YU Jincheng
2021-09-28ash: fix compile breakage in !ENABLE_ASH_ALIAS configDenys Vlasenko
2021-09-15ash: introduce bash-like $FUNCNAMEDenys Vlasenko
2021-09-14ash: let ignoreeof only affect interactive shellsRon Yorston
2021-09-14ash: stopped jobs should only prevent exit from interactive shellRon Yorston
2021-09-14ash: fix ignoreeof optionRon Yorston
2021-09-09ash: eval: Prevent recursive PS4 expansionDenys Vlasenko
2021-09-08ash: parser: Get rid of PEOADenys Vlasenko