aboutsummaryrefslogtreecommitdiff
path: root/modutils (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-17ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko9-41/+122
2022-01-16shell: add comments about SIGINT-related problemsDenys Vlasenko2-5/+9
2022-01-13libbb: introduce and use chdir_or_warn()Denys Vlasenko5-8/+13
2022-01-13libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIRDenys Vlasenko8-17/+22
2022-01-13sulogin: util-linux does not say "normal startup" on Ctrl-DDenys Vlasenko1-1/+2
2022-01-13sulogin: start _login_ shell only with -pDenys Vlasenko1-7/+10
2022-01-13ash: ^C with SIG_INGed SIGINT should not exit the shellDenys Vlasenko3-2/+15
2022-01-12sulogin: increase util-linux compatibilityDenys Vlasenko3-12/+37
2022-01-12reset: better --help textDenys Vlasenko2-4/+7
2022-01-11nmeter: %[md] %[mw] - dirty file-backed pages, writeback pagesDenys Vlasenko1-11/+35
2022-01-08ls: implement ls -sh (human-readable allocated blocks)Denys Vlasenko1-3/+10
2022-01-08libbb/sha1: add a commentDenys Vlasenko1-0/+22
2022-01-08awk: input numbers are never octal or hex (only program consts can be)Denys Vlasenko2-8/+33
2022-01-08XXXsum: handle binary sums with " " in the pathEmanuele Giacomelli1-6/+4
2022-01-08libbb/sha1: simplify cpuid codeDenys Vlasenko1-32/+10
2022-01-08whitespace fixDenys Vlasenko4-22/+22
2022-01-07libbb/sha1: tweak commentsDenys Vlasenko2-5/+5
2022-01-07powertop: fix cpuid asm: ebx saving/restoring is properly done by gccDenys Vlasenko1-4/+1
2022-01-07libbb/sha1: optional i686 hardware accelerates hashingDenys Vlasenko3-1/+252
2022-01-07libbb/sha1: optional x86-64 hardware accelerates hashingDenys Vlasenko4-1/+270
2022-01-06fdisk: recognize EBBR protective partitionsVincent Stehlé1-0/+1
2022-01-05libbb: change xstrndup, xmemdup to take size_t as size parameterDenys Vlasenko2-7/+4
2022-01-05libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko24-33/+45
2022-01-05less: code shrinkDenys Vlasenko1-9/+13
2022-01-05sort: support -hDenys Vlasenko2-31/+93
2022-01-04sort: fix -s -r interaction: 'stable' order is not affected by -rDenys Vlasenko2-1/+16
2022-01-04libbb: fflush_stdout_and_exit(0) still exits with _error_ (not 0!) if fflush ...Denys Vlasenko1-1/+1
2022-01-04libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko20-21/+27
2022-01-04sed: correctly handle 'w FILE' commands writing to the same fileDenys Vlasenko2-2/+38
2022-01-04build system: detect if build host has no bzip2Denys Vlasenko3-3/+20
2022-01-04libbb/sha1: x86_64 version: reorder prologue/epilogue insnsDenys Vlasenko2-60/+67
2022-01-04md5/shaXsum: use FEATURE_COPYBUF_KB to size the buffer instead of fixed 4kDenys Vlasenko1-7/+14
2022-01-03libbb/sha1: x86_64 version: tidying up, no code changesDenys Vlasenko2-29/+36
2022-01-03typo fixDenys Vlasenko2-2/+2
2022-01-03libbb/sha1: x86_64 version: generate from a script, optimize a bitDenys Vlasenko3-267/+474
2022-01-03libbb/sha1: x86_64 version: move to a separate .S file, no code changesDenys Vlasenko3-389/+1353
2022-01-02libbb/sha1: code shrink in medium-speed versionDenys Vlasenko1-2/+2
2022-01-01libbb/sha1: x86_64 version: bswap in 64-bit chunksDenys Vlasenko2-21/+23
2022-01-01libbb/sha1: shrink x86_64 version - use r8..15 for W[8..15]Denys Vlasenko2-61/+240
2022-01-01libbb/sha1: assembly versions for x86Denys Vlasenko2-1/+418
2021-12-31libbb/sha1: shrink and speed up fully unrolled versionDenys Vlasenko2-1/+23
2021-12-30libbb/sha1: add config-selectable partially unrolled versionDenys Vlasenko2-5/+98
2021-12-30libbb/sha1: add config-selectable fully unrolled version, closes 14391Denys Vlasenko2-14/+95
2021-12-29ed: add support for -s command-line option as mandated by POSIXSören Tempel1-4/+11
2021-12-29echo: add FIXME commentDenys Vlasenko1-0/+2
2021-12-28scripts/echo.c: fix NUL handling in "abc\0 def"Denys Vlasenko1-14/+21
2021-12-28libbb: cose shrink in sha1Denys Vlasenko1-5/+2
2021-12-26Start 1.36.0 development cycleDenys Vlasenko1-2/+2
2021-12-26Bump version to 1.35.01_35_0Denys Vlasenko1-1/+1
2021-12-26httpd: fix compile failure if !FEATURE_HTTPD_RANGESDenys Vlasenko1-0/+4