summaryrefslogtreecommitdiff
path: root/libbb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* libbb/sha1: add config-selectable fully unrolled version, closes 14391Denys Vlasenko2021-12-302-14/+95
* libbb: cose shrink in sha1Denys Vlasenko2021-12-281-5/+2
* libbb: code shrink in des encryption, in setup_salt()Denys Vlasenko2021-11-281-15/+14
* config system: move some options closer to relevalnt tool subdirectoriesDenys Vlasenko2021-10-121-124/+61
* shell: do not read user database for every prompt - only for those which need itDenys Vlasenko2021-10-111-27/+46
* shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=yDenys Vlasenko2021-10-112-2/+24
* *: add NOINLINEs where code noticeably shrinksDenys Vlasenko2021-10-101-1/+1
* Make const ptr assign as function call in clangYU Jincheng2021-10-094-2/+19
* libbb: better coreutils compatibility for realpathRon Yorston2021-10-091-30/+45
* *: generalize "const trick"YU Jincheng2021-10-072-5/+3
* libbb: code shrink in main() and scripted_main()Denys Vlasenko2021-09-281-5/+5
* libbb/lineedit: tweak #if indenting, no code changesDenys Vlasenko2021-09-251-8/+8
* libbb: code shrink parse_datestr (again)Ron Yorston2021-09-181-14/+9
* libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completionDenys Vlasenko2021-09-171-1/+10
* libbb: clarify what bb_mode_string() generatesDenys Vlasenko2021-09-171-11/+9
* libbb: ensure mode_string is NUL terminatedRon Yorston2021-09-171-9/+3
* libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko2021-09-171-4/+2
* libbb: code shrink bb_parse_modeDenys Vlasenko2021-09-171-2/+3
* date,touch: allow timezone offsets in datesRon Yorston2021-09-172-4/+42
* libbb: code shrink parse_datestrRon Yorston2021-09-151-11/+36
* libbb: reuse "bad port" error message stringDenys Vlasenko2021-09-101-1/+1
* libbb: make bb_lookup_port() abort on bad port namesDenys Vlasenko2021-09-091-14/+6
* busybox: fix "busybox --help busybox" not showing correct textDenys Vlasenko2021-08-161-1/+5