summaryrefslogtreecommitdiff
path: root/libbb
Commit message (Expand)AuthorAgeFilesLines
* libbb: make '--help' handling more consistentRon Yorston2022-08-221-3/+2
* lineedit: get PWD from ashRon Yorston2022-07-031-0/+6
* ash,hush: use HOME for tab completion and promptsRon Yorston2022-06-261-1/+11
* libbb: restore special handling of nomsg errorsRon Yorston2022-06-262-4/+4
* style fixDenys Vlasenko2022-05-011-1/+1
* libbb/sha1: update config help text with new performance numbersDenys Vlasenko2022-02-181-3/+4
* libbb/sha256: explicitly use sha256rnds2's %xmm0 (MSG) argumentDenys Vlasenko2022-02-122-70/+70
* whitespace fixesDenys Vlasenko2022-02-112-11/+11
* libbb/sha1: revert last commit: pshufb is a SSSE3 insn, can't use itDenys Vlasenko2022-02-116-115/+163
* libbb/sha1: shrink unrolled x86-64 codeDenys Vlasenko2022-02-112-123/+117
* libbb/sha: improve commentsDenys Vlasenko2022-02-104-21/+20
* whitespace fixDenys Vlasenko2022-02-094-10/+10
* libbb/sha256: code shrink in x86 assemblyDenys Vlasenko2022-02-092-12/+10
* libbb/sha256: code shrink in 64-bit x86Denys Vlasenko2022-02-091-11/+14
* libbb/sha256: code shrink in 32-bit x86Denys Vlasenko2022-02-091-13/+16
* libbb/sha256: code shrink in 32-bit x86Denys Vlasenko2022-02-092-123/+114
* libbb/sha1: shrink x86 hardware accelerated hashing (32-bit)Denys Vlasenko2022-02-082-7/+5
* libbb/sha1: shrink x86 hardware accelerated hashing (32-bit)Denys Vlasenko2022-02-081-6/+5
* libbb/sha1: shrink x86 hardware accelerated hashingDenys Vlasenko2022-02-082-32/+29
* libbb/sha1: shrink unrolled x86-64 codeDenys Vlasenko2022-02-082-46/+21
* libbb/sha1: shrink and speed up unrolled x86-64 codeDenys Vlasenko2022-02-076-46/+131
* *: slap on a few ALIGN_PTR where appropriateDenys Vlasenko2022-02-061-1/+1
* *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-062-2/+2
* libbb/sha256: code shrink in 32-bit x86Denys Vlasenko2022-02-061-45/+48
* libbb/sha256: code shrink in 64-bit x86Denys Vlasenko2022-02-061-48/+48
* libbb/sha256: code shrink in 64-bit x86Denys Vlasenko2022-02-031-17/+17
* libbb/sha256: code shrink in 32-bit x86Denys Vlasenko2022-02-031-18/+17
* libbb/sha256: optional x86 hardware accelerated hashingDenys Vlasenko2022-02-039-26/+612
* libbb/sha1: in unrolled x86-64 code, pass initial W[] in registers, not on stackDenys Vlasenko2022-01-252-205/+214
* cut: build fix for FEATURE_CUT_REGEXDenys Vlasenko2022-01-241-0/+1
* libbb/sha1: use SSE2 in unrolled x86-64 code. ~10% fasterDenys Vlasenko2022-01-232-578/+854
* libbb: shrink lineedit_read_key()Denys Vlasenko2022-01-182-10/+17
* ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko2022-01-172-5/+35
* libbb: introduce and use chdir_or_warn()Denys Vlasenko2022-01-132-4/+10
* libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIRDenys Vlasenko2022-01-131-2/+3
* sulogin: increase util-linux compatibilityDenys Vlasenko2022-01-121-4/+4
* libbb/sha1: add a commentDenys Vlasenko2022-01-081-0/+22
* libbb/sha1: simplify cpuid codeDenys Vlasenko2022-01-081-32/+10
* whitespace fixDenys Vlasenko2022-01-084-22/+22
* libbb/sha1: tweak commentsDenys Vlasenko2022-01-072-5/+5
* libbb/sha1: optional i686 hardware accelerates hashingDenys Vlasenko2022-01-073-1/+252
* libbb/sha1: optional x86-64 hardware accelerates hashingDenys Vlasenko2022-01-074-1/+270
* libbb: change xstrndup, xmemdup to take size_t as size parameterDenys Vlasenko2022-01-051-5/+2
* libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-052-2/+12
* libbb: fflush_stdout_and_exit(0) still exits with _error_ (not 0!) if fflush ...Denys Vlasenko2022-01-041-1/+1
* libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko2022-01-041-0/+5
* libbb/sha1: x86_64 version: reorder prologue/epilogue insnsDenys Vlasenko2022-01-042-60/+67
* libbb/sha1: x86_64 version: tidying up, no code changesDenys Vlasenko2022-01-032-29/+36
* typo fixDenys Vlasenko2022-01-032-2/+2
* libbb/sha1: x86_64 version: generate from a script, optimize a bitDenys Vlasenko2022-01-033-267/+474