summaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
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
2022-01-03libbb/sha1: x86_64 version: tidying up, no code changesDenys Vlasenko
2022-01-03typo fixDenys Vlasenko
2022-01-03libbb/sha1: x86_64 version: generate from a script, optimize a bitDenys Vlasenko
2022-01-03libbb/sha1: x86_64 version: move to a separate .S file, no code changesDenys Vlasenko
2022-01-02libbb/sha1: code shrink in medium-speed versionDenys Vlasenko
2022-01-01libbb/sha1: x86_64 version: bswap in 64-bit chunksDenys Vlasenko
2022-01-01libbb/sha1: shrink x86_64 version - use r8..15 for W[8..15]Denys Vlasenko
2022-01-01libbb/sha1: assembly versions for x86Denys Vlasenko
2021-12-31libbb/sha1: shrink and speed up fully unrolled versionDenys Vlasenko
2021-12-30libbb/sha1: add config-selectable partially unrolled versionDenys Vlasenko
2021-12-30libbb/sha1: add config-selectable fully unrolled version, closes 14391Denys Vlasenko
2021-12-28libbb: cose shrink in sha1Denys Vlasenko
2021-11-28libbb: code shrink in des encryption, in setup_salt()Denys Vlasenko
2021-10-12config system: move some options closer to relevalnt tool subdirectoriesDenys Vlasenko
2021-10-11shell: do not read user database for every prompt - only for those which need itDenys Vlasenko
2021-10-11shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=yDenys Vlasenko
2021-10-10*: add NOINLINEs where code noticeably shrinksDenys Vlasenko
2021-10-09Make const ptr assign as function call in clangYU Jincheng
2021-10-09libbb: better coreutils compatibility for realpathRon Yorston
2021-10-07*: generalize "const trick"YU Jincheng
2021-09-28libbb: code shrink in main() and scripted_main()Denys Vlasenko
2021-09-25libbb/lineedit: tweak #if indenting, no code changesDenys Vlasenko
2021-09-18libbb: code shrink parse_datestr (again)Ron Yorston
2021-09-17libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completionDenys Vlasenko
2021-09-17libbb: clarify what bb_mode_string() generatesDenys Vlasenko
2021-09-17libbb: ensure mode_string is NUL terminatedRon Yorston
2021-09-17libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko
2021-09-17libbb: code shrink bb_parse_modeDenys Vlasenko
2021-09-17date,touch: allow timezone offsets in datesRon Yorston
2021-09-15libbb: code shrink parse_datestrRon Yorston