aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash,hush: use HOME for tab completion and promptstildeRon Yorston2022-03-241-1/+11
* Fix POSIX build; new yearRon Yorston2022-02-091-1/+1
* Merge busybox into mergeRon Yorston2022-02-0916-725/+1692
|\
| * 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
* | Merge busybox into mergeRon Yorston2022-01-138-19/+539
|\|
| * 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
* | Merge busybox into mergeRon Yorston2022-01-069-26/+2014
|\|
| * 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
| * libbb/sha1: x86_64 version: move to a separate .S file, no code changesDenys Vlasenko2022-01-033-389/+1353
| * libbb/sha1: code shrink in medium-speed versionDenys Vlasenko2022-01-021-2/+2
| * libbb/sha1: x86_64 version: bswap in 64-bit chunksDenys Vlasenko2022-01-012-21/+23
| * libbb/sha1: shrink x86_64 version - use r8..15 for W[8..15]Denys Vlasenko2022-01-012-61/+240
| * libbb/sha1: assembly versions for x86Denys Vlasenko2022-01-012-1/+418
| * libbb/sha1: shrink and speed up fully unrolled versionDenys Vlasenko2021-12-312-1/+23
| * libbb/sha1: add config-selectable partially unrolled versionDenys Vlasenko2021-12-302-5/+98