summaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2022-08-30libbb: mark stack in assembly files read-onlyLudwig Nussel
2022-08-30fix [ --help ] and [[ --help ]]Denys Vlasenko
2022-08-27ash: optional sleep builtinShawn Landden
2022-08-22libbb: make '--help' handling more consistentRon Yorston
2022-07-03lineedit: get PWD from ashRon Yorston
2022-06-26ash,hush: use HOME for tab completion and promptsRon Yorston
2022-06-26libbb: restore special handling of nomsg errorsRon Yorston
2022-05-01style fixDenys Vlasenko
2022-02-18libbb/sha1: update config help text with new performance numbersDenys Vlasenko
2022-02-12libbb/sha256: explicitly use sha256rnds2's %xmm0 (MSG) argumentDenys Vlasenko
2022-02-11whitespace fixesDenys Vlasenko
2022-02-11libbb/sha1: revert last commit: pshufb is a SSSE3 insn, can't use itDenys Vlasenko
2022-02-11libbb/sha1: shrink unrolled x86-64 codeDenys Vlasenko
2022-02-10libbb/sha: improve commentsDenys Vlasenko
2022-02-09whitespace fixDenys Vlasenko
2022-02-09libbb/sha256: code shrink in x86 assemblyDenys Vlasenko
2022-02-09libbb/sha256: code shrink in 64-bit x86Denys Vlasenko
2022-02-09libbb/sha256: code shrink in 32-bit x86Denys Vlasenko
2022-02-09libbb/sha256: code shrink in 32-bit x86Denys Vlasenko
2022-02-08libbb/sha1: shrink x86 hardware accelerated hashing (32-bit)Denys Vlasenko
2022-02-08libbb/sha1: shrink x86 hardware accelerated hashing (32-bit)Denys Vlasenko
2022-02-08libbb/sha1: shrink x86 hardware accelerated hashingDenys Vlasenko
2022-02-08libbb/sha1: shrink unrolled x86-64 codeDenys Vlasenko
2022-02-07libbb/sha1: shrink and speed up unrolled x86-64 codeDenys Vlasenko
2022-02-06*: slap on a few ALIGN_PTR where appropriateDenys Vlasenko
2022-02-06*: slap on a few ALIGN* where appropriateDenys Vlasenko
2022-02-06libbb/sha256: code shrink in 32-bit x86Denys Vlasenko
2022-02-06libbb/sha256: code shrink in 64-bit x86Denys Vlasenko
2022-02-03libbb/sha256: code shrink in 64-bit x86Denys Vlasenko
2022-02-03libbb/sha256: code shrink in 32-bit x86Denys Vlasenko
2022-02-03libbb/sha256: optional x86 hardware accelerated hashingDenys Vlasenko
2022-01-25libbb/sha1: in unrolled x86-64 code, pass initial W[] in registers, not on stackDenys Vlasenko
2022-01-24cut: build fix for FEATURE_CUT_REGEXDenys Vlasenko
2022-01-23libbb/sha1: use SSE2 in unrolled x86-64 code. ~10% fasterDenys Vlasenko
2022-01-18libbb: shrink lineedit_read_key()Denys Vlasenko
2022-01-17ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko
2022-01-13libbb: introduce and use chdir_or_warn()Denys Vlasenko
2022-01-13libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIRDenys Vlasenko
2022-01-12sulogin: increase util-linux compatibilityDenys Vlasenko
2022-01-08libbb/sha1: add a commentDenys Vlasenko
2022-01-08libbb/sha1: simplify cpuid codeDenys Vlasenko
2022-01-08whitespace fixDenys Vlasenko
2022-01-07libbb/sha1: tweak commentsDenys Vlasenko
2022-01-07libbb/sha1: optional i686 hardware accelerates hashingDenys Vlasenko
2022-01-07libbb/sha1: optional x86-64 hardware accelerates hashingDenys Vlasenko
2022-01-05libbb: change xstrndup, xmemdup to take size_t as size parameterDenys Vlasenko
2022-01-05libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko
2022-01-04libbb: fflush_stdout_and_exit(0) still exits with _error_ (not 0!) if fflush ...Denys Vlasenko
2022-01-04libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko
2022-01-04libbb/sha1: x86_64 version: reorder prologue/epilogue insnsDenys Vlasenko