summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-27seedrng: chdir to the SEED_DIRECTORY - avoid concat_path_file'sDenys Vlasenko
2022-04-27seedrng: shorten stringsDenys Vlasenko
2022-04-27seedrng: remove unnecessary zero-filling of local variablesDenys Vlasenko
2022-04-27seedrng: remove unnecessary zero-filling of local variablesDenys Vlasenko
2022-04-27seedrng: shrink --help textDenys Vlasenko
2022-04-27libbb: fix fallout from nth_string() robustification, closes 14726Denys Vlasenko
2022-04-24kbuild: Prefer -Oz over -OsBernhard Reutner-Fischer
2022-04-24seedrng: prune header includesJason A. Donenfeld
2022-04-24seedrng: code-golf even smallerJason A. Donenfeld
2022-04-21kbuild: fix building sha256Bernhard Reutner-Fischer
2022-04-20vi: fix backspace over tab in commandsRon Yorston
2022-04-20seedrng: compress format strings with %s argumentsJason A. Donenfeld
2022-04-20seedrng: avoid needless runtime strlen() callJason A. Donenfeld
2022-04-20seedrng: use predefined strings where possibleJason A. Donenfeld
2022-04-20seedrng: further reduce sizeJason A. Donenfeld
2022-04-20seedrng: remove some global variablesJason A. Donenfeld
2022-04-20seedrng: hoist bb_strtoul out of min/maxJason A. Donenfeld
2022-04-20seedrng: use libbb functionsJason A. Donenfeld
2022-04-20seedrng: import SeedRNG utility for kernel RNG seed filesJason A. Donenfeld
2022-03-04vi: improved handling of backspace in replace modeRon Yorston
2022-03-01taskset: fix printf format mismatch in !FEATURE_TASKSET_FANCY config. closes ...Denys Vlasenko
2022-03-01ash: do not truncate failed tilde expansion on unknown user namesDenys Vlasenko
2022-03-01ash: fix unsafe use of mempcpyDenys Vlasenko
2022-03-01ash: don't read past end of var in subvareval for bash substitutionsSören Tempel
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-23apply const trick to ptr_to_globalsKhem Raj