summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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é
2022-01-05libbb: change xstrndup, xmemdup to take size_t as size parameterDenys Vlasenko
2022-01-05libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko
2022-01-05less: code shrinkDenys Vlasenko
2022-01-05sort: support -hDenys Vlasenko
2022-01-04sort: fix -s -r interaction: 'stable' order is not affected by -rDenys Vlasenko
2022-01-04libbb: fflush_stdout_and_exit(0) still exits with _error_ (not 0!) if fflush ...Denys Vlasenko
2022-01-04libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko
2022-01-04sed: correctly handle 'w FILE' commands writing to the same fileDenys Vlasenko
2022-01-04build system: detect if build host has no bzip2Denys Vlasenko
2022-01-04libbb/sha1: x86_64 version: reorder prologue/epilogue insnsDenys Vlasenko
2022-01-04md5/shaXsum: use FEATURE_COPYBUF_KB to size the buffer instead of fixed 4kDenys Vlasenko
2022-01-03libbb/sha1: x86_64 version: tidying up, no code changesDenys Vlasenko
2022-01-03typo fixDenys Vlasenko
2022-01-03libbb/sha1: x86_64 version: generate from a script, optimize a bitDenys Vlasenko
2022-01-03libbb/sha1: x86_64 version: move to a separate .S file, no code changesDenys Vlasenko
2022-01-02libbb/sha1: code shrink in medium-speed versionDenys Vlasenko
2022-01-01libbb/sha1: x86_64 version: bswap in 64-bit chunksDenys Vlasenko