summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-01-23mkfs.vfat: fix volume label to be padded with spaceTimo Teräs
2022-01-23Add support for long options to cmpWalter Lozano
2022-01-23sed: fix handling of escaped delimiters in s/// replacementDenys Vlasenko
2022-01-23sed: fix handling of escaped delimiters in s/// search pattern, closes 14541Denys Vlasenko
2022-01-23add busybox_ldscript.README.txtDenys Vlasenko
2022-01-23libbb/sha1: use SSE2 in unrolled x86-64 code. ~10% fasterDenys Vlasenko
2022-01-18libbb: shrink lineedit_read_key()Denys Vlasenko
2022-01-17fix "defined but not used" warningsDenys Vlasenko
2022-01-17ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko
2022-01-16shell: add comments about SIGINT-related problemsDenys Vlasenko
2022-01-13libbb: introduce and use chdir_or_warn()Denys Vlasenko
2022-01-13libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIRDenys Vlasenko
2022-01-13sulogin: util-linux does not say "normal startup" on Ctrl-DDenys Vlasenko
2022-01-13sulogin: start _login_ shell only with -pDenys Vlasenko
2022-01-13ash: ^C with SIG_INGed SIGINT should not exit the shellDenys Vlasenko
2022-01-12sulogin: increase util-linux compatibilityDenys Vlasenko
2022-01-12reset: better --help textDenys Vlasenko
2022-01-11nmeter: %[md] %[mw] - dirty file-backed pages, writeback pagesDenys Vlasenko
2022-01-08ls: implement ls -sh (human-readable allocated blocks)Denys Vlasenko
2022-01-08libbb/sha1: add a commentDenys Vlasenko
2022-01-08awk: input numbers are never octal or hex (only program consts can be)Denys Vlasenko
2022-01-08XXXsum: handle binary sums with " " in the pathEmanuele Giacomelli
2022-01-08libbb/sha1: simplify cpuid codeDenys Vlasenko
2022-01-08whitespace fixDenys Vlasenko
2022-01-07libbb/sha1: tweak commentsDenys Vlasenko
2022-01-07powertop: fix cpuid asm: ebx saving/restoring is properly done by gccDenys Vlasenko
2022-01-07libbb/sha1: optional i686 hardware accelerates hashingDenys Vlasenko
2022-01-07libbb/sha1: optional x86-64 hardware accelerates hashingDenys Vlasenko
2022-01-06fdisk: recognize EBBR protective partitionsVincent Stehlé