aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libbb: fix fallout from nth_string() robustification, closes 14726Denys Vlasenko2022-04-271-1/+13
* kbuild: Prefer -Oz over -OsBernhard Reutner-Fischer2022-04-241-2/+2
* seedrng: prune header includesJason A. Donenfeld2022-04-241-14/+0
* seedrng: code-golf even smallerJason A. Donenfeld2022-04-241-28/+14
* kbuild: fix building sha256Bernhard Reutner-Fischer2022-04-212-8/+1
* vi: fix backspace over tab in commandsRon Yorston2022-04-201-1/+2
* seedrng: compress format strings with %s argumentsJason A. Donenfeld2022-04-201-12/+10
* seedrng: avoid needless runtime strlen() callJason A. Donenfeld2022-04-201-5/+3
* seedrng: use predefined strings where possibleJason A. Donenfeld2022-04-201-5/+5
* seedrng: further reduce sizeJason A. Donenfeld2022-04-201-55/+22
* seedrng: remove some global variablesJason A. Donenfeld2022-04-201-16/+16
* seedrng: hoist bb_strtoul out of min/maxJason A. Donenfeld2022-04-201-14/+32
* seedrng: use libbb functionsJason A. Donenfeld2022-04-201-89/+59
* seedrng: import SeedRNG utility for kernel RNG seed filesJason A. Donenfeld2022-04-201-0/+308
* vi: improved handling of backspace in replace modeRon Yorston2022-03-041-6/+18
* taskset: fix printf format mismatch in !FEATURE_TASKSET_FANCY config. closes ...Denys Vlasenko2022-03-011-2/+1
* ash: do not truncate failed tilde expansion on unknown user namesDenys Vlasenko2022-03-011-3/+1
* ash: fix unsafe use of mempcpyDenys Vlasenko2022-03-011-1/+7
* ash: don't read past end of var in subvareval for bash substitutionsSören Tempel2022-03-015-0/+10
* 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-069-15/+15
* *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-0616-20/+21
* 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
* apply const trick to ptr_to_globalsKhem Raj2022-01-231-1/+1
* mkfs.vfat: fix volume label to be padded with spaceTimo Teräs2022-01-231-8/+17
* Add support for long options to cmpWalter Lozano2022-01-231-0/+18
* sed: fix handling of escaped delimiters in s/// replacementDenys Vlasenko2022-01-232-3/+11
* sed: fix handling of escaped delimiters in s/// search pattern, closes 14541Denys Vlasenko2022-01-232-8/+21
* add busybox_ldscript.README.txtDenys Vlasenko2022-01-231-0/+47