summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-01-01libbb/sha1: shrink x86_64 version - use r8..15 for W[8..15]Denys Vlasenko
2022-01-01libbb/sha1: assembly versions for x86Denys Vlasenko
2021-12-31libbb/sha1: shrink and speed up fully unrolled versionDenys Vlasenko
2021-12-30libbb/sha1: add config-selectable partially unrolled versionDenys Vlasenko
2021-12-30libbb/sha1: add config-selectable fully unrolled version, closes 14391Denys Vlasenko
2021-12-29ed: add support for -s command-line option as mandated by POSIXSören Tempel
2021-12-29echo: add FIXME commentDenys Vlasenko
2021-12-28scripts/echo.c: fix NUL handling in "abc\0 def"Denys Vlasenko
2021-12-28libbb: cose shrink in sha1Denys Vlasenko
2021-12-26Start 1.36.0 development cycleDenys Vlasenko
2021-12-26Bump version to 1.35.01_35_01_35_stableDenys Vlasenko
2021-12-26httpd: fix compile failure if !FEATURE_HTTPD_RANGESDenys Vlasenko
2021-12-25sed: do not ignore 'g' modifier when match starts with ^Dominique Martinet
2021-12-19ed: align output of read command with POSIX.1-2008Sören Tempel