- eb52e7f libbb/sha1: shrink x86 hardware accelerated hashing (32-bit) by Denys Vlasenko · 2 years, 10 months ago
- 71a1ccc libbb/sha1: shrink x86 hardware accelerated hashing by Denys Vlasenko · 2 years, 10 months ago
- 4923f74 libbb/sha1: shrink unrolled x86-64 code by Denys Vlasenko · 2 years, 10 months ago
- c193cbd libbb/sha1: shrink and speed up unrolled x86-64 code by Denys Vlasenko · 2 years, 10 months ago
- 987be93 *: slap on a few ALIGN_PTR where appropriate by Denys Vlasenko · 2 years, 10 months ago
- ca466f3 *: slap on a few ALIGN* where appropriate by Denys Vlasenko · 2 years, 10 months ago
- 4f40735 libbb/sha256: code shrink in 32-bit x86 by Denys Vlasenko · 2 years, 10 months ago
- 31c1c31 libbb/sha256: code shrink in 64-bit x86 by Denys Vlasenko · 2 years, 10 months ago
- a1429fb libbb/sha256: code shrink in 64-bit x86 by Denys Vlasenko · 2 years, 10 months ago
- de6cb4b libbb/sha256: code shrink in 32-bit x86 by Denys Vlasenko · 2 years, 10 months ago
- 6472ac9 libbb/sha256: optional x86 hardware accelerated hashing by Denys Vlasenko · 2 years, 10 months ago
- 205042c libbb/sha1: in unrolled x86-64 code, pass initial W[] in registers, not on stack by Denys Vlasenko · 2 years, 10 months ago
- 99e22d2 cut: build fix for FEATURE_CUT_REGEX by Denys Vlasenko · 2 years, 11 months ago
- 39369ff libbb/sha1: use SSE2 in unrolled x86-64 code. ~10% faster by Denys Vlasenko · 2 years, 11 months ago
- 1e825ac libbb: shrink lineedit_read_key() by Denys Vlasenko · 2 years, 11 months ago
- 12566e7 ash,hush: fix handling of SIGINT while waiting for interactive input by Denys Vlasenko · 2 years, 11 months ago
- c2788f8 libbb: introduce and use chdir_or_warn() by Denys Vlasenko · 2 years, 11 months ago
- 931c55f libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR by Denys Vlasenko · 2 years, 11 months ago
- d162a7b sulogin: increase util-linux compatibility by Denys Vlasenko · 2 years, 11 months ago
- 1433568 libbb/sha1: add a comment by Denys Vlasenko · 2 years, 11 months ago
- e7ff294 libbb/sha1: simplify cpuid code by Denys Vlasenko · 2 years, 11 months ago
- 805ecec whitespace fix by Denys Vlasenko · 2 years, 11 months ago
- 0bab5da libbb/sha1: tweak comments by Denys Vlasenko · 2 years, 11 months ago
- a96ccbe libbb/sha1: optional i686 hardware accelerates hashing by Denys Vlasenko · 2 years, 11 months ago
- 711e20e libbb/sha1: optional x86-64 hardware accelerates hashing by Denys Vlasenko · 2 years, 11 months ago
- 6062c0d libbb: change xstrndup, xmemdup to take size_t as size parameter by Denys Vlasenko · 2 years, 11 months ago
- db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 2 years, 11 months ago
- dfd8aaf libbb: fflush_stdout_and_exit(0) still exits with _error_ (not 0!) if fflush fails by Denys Vlasenko · 3 years ago
- 31f45c1 libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) by Denys Vlasenko · 3 years ago
- c3cfcc9 libbb/sha1: x86_64 version: reorder prologue/epilogue insns by Denys Vlasenko · 3 years ago
- 7abb2bb libbb/sha1: x86_64 version: tidying up, no code changes by Denys Vlasenko · 3 years ago
- 4387077 typo fix by Denys Vlasenko · 3 years ago
- 947bef0 libbb/sha1: x86_64 version: generate from a script, optimize a bit by Denys Vlasenko · 3 years ago
- 05fd13e libbb/sha1: x86_64 version: move to a separate .S file, no code changes by Denys Vlasenko · 3 years ago
- 5c0c558 libbb/sha1: code shrink in medium-speed version by Denys Vlasenko · 3 years ago
- 4d4f1f2 libbb/sha1: x86_64 version: bswap in 64-bit chunks by Denys Vlasenko · 3 years ago
- d643010 libbb/sha1: shrink x86_64 version - use r8..15 for W[8..15] by Denys Vlasenko · 3 years ago
- 5f68170 libbb/sha1: assembly versions for x86 by Denys Vlasenko · 3 years ago
- f09d088 libbb/sha1: shrink and speed up fully unrolled version by Denys Vlasenko · 3 years ago
- 0b62a08 libbb/sha1: add config-selectable partially unrolled version by Denys Vlasenko · 3 years ago
- 25aadc8 libbb/sha1: add config-selectable fully unrolled version, closes 14391 by Denys Vlasenko · 3 years ago
- f1d0646 libbb: cose shrink in sha1 by Denys Vlasenko · 3 years ago
- 00b5051 libbb: code shrink in des encryption, in setup_salt() by Denys Vlasenko · 3 years ago
- 94c78aa config system: move some options closer to relevalnt tool subdirectories by Denys Vlasenko · 3 years, 2 months ago
- f4fcd74 shell: do not read user database for every prompt - only for those which need it by Denys Vlasenko · 3 years, 2 months ago
- 5acf5e1 shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y by Denys Vlasenko · 3 years, 2 months ago
- 53b2fdc *: add NOINLINEs where code noticeably shrinks by Denys Vlasenko · 3 years, 2 months ago
- 5156b24 Make const ptr assign as function call in clang by YU Jincheng · 3 years, 2 months ago
- 94eb1c4 libbb: better coreutils compatibility for realpath by Ron Yorston · 3 years, 4 months ago
- 1f92503 *: generalize "const trick" by YU Jincheng · 3 years, 2 months ago
- 03ed86b libbb: code shrink in main() and scripted_main() by Denys Vlasenko · 3 years, 2 months ago
- 627821e libbb/lineedit: tweak #if indenting, no code changes by Denys Vlasenko · 3 years, 2 months ago
- f27a6a9 libbb: code shrink parse_datestr (again) by Ron Yorston · 3 years, 3 months ago
- 6d2463a libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completion by Denys Vlasenko · 3 years, 3 months ago
- 6279aec libbb: clarify what bb_mode_string() generates by Denys Vlasenko · 3 years, 3 months ago
- 3a65435 libbb: ensure mode_string is NUL terminated by Ron Yorston · 3 years, 3 months ago
- 59ac467 libbb: eliminate a static data array in bb_mode_string() by Denys Vlasenko · 3 years, 3 months ago
- 4958c18 libbb: code shrink bb_parse_mode by Denys Vlasenko · 3 years, 3 months ago
- 9fe1548 date,touch: allow timezone offsets in dates by Ron Yorston · 3 years, 3 months ago
- 3512ef8 libbb: code shrink parse_datestr by Ron Yorston · 3 years, 3 months ago
- c00bcf2 libbb: reuse "bad port" error message string by Denys Vlasenko · 3 years, 3 months ago
- 7ab9cd2 libbb: make bb_lookup_port() abort on bad port names by Denys Vlasenko · 3 years, 3 months ago
- 59243a8 busybox: fix "busybox --help busybox" not showing correct text by Denys Vlasenko · 3 years, 4 months ago
- 4a68697 libbb: do not check closedir() in remove_file() by Denys Vlasenko · 3 years, 5 months ago
- 1746218 move iterate_on_dir() from e2fsprogs to libbb by Denys Vlasenko · 3 years, 5 months ago
- 56bbbfa cp: implement -n by Denys Vlasenko · 3 years, 6 months ago
- 2c43667 xxd: implement -i "C style output" by Denys Vlasenko · 3 years, 6 months ago
- 25fe2d5 xxd: do not try reading from closed stdin when non-existent file is given by Denys Vlasenko · 3 years, 6 months ago
- 4d16161 xxd: implement -o DISPLAYOFFSET by Denys Vlasenko · 3 years, 6 months ago
- a0f8076 hexdump: fix error message by Denys Vlasenko · 3 years, 6 months ago
- 457825f shells: do not allow bare "read" in non-bash compat configs by Denys Vlasenko · 3 years, 6 months ago
- 5dadd49 runsv: robustify signal handling - SIGTERM to child between vfork and exec could mess things up by Denys Vlasenko · 3 years, 6 months ago
- df0383c libbb: correct the name of is_TERM_dumb() by Denys Vlasenko · 3 years, 6 months ago
- 3d9c649 ls: don't output any colors with TERM=dumb by Sören Tempel · 3 years, 7 months ago
- fe2d806 fix gcc-11.0 warnings by Denys Vlasenko · 3 years, 8 months ago
- 7323bca lineedit: fix tab completion with equal sign by Natanael Copa · 3 years, 8 months ago
- c2bd0b6 timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators by Denys Vlasenko · 3 years, 9 months ago
- f26e563 echo: special case "echo --help": it should not show help text by Denys Vlasenko · 3 years, 9 months ago
- 760b627 lineedit: support empty PATH entries in tab completion by Ron Yorston · 3 years, 10 months ago
- 6bdfbc4 libbb: fix '--help' handling in FEATURE_SH_NOFORK=y by Denys Vlasenko · 3 years, 10 months ago
- 33745b1 ash: placate -Werror=format-security by Denys Vlasenko · 3 years, 10 months ago
- cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
- 6ad38d6 libbb: code shrink fgets_str by Ron Yorston · 3 years, 11 months ago
- c849e72 nl: ensure '-b n' option displays file content by Ron Yorston · 3 years, 11 months ago
- bcf91d2 libbb: code shrink and speed up index_in_strings() by Ron Yorston · 3 years, 10 months ago
- 59120c3 libbb: code shrink and speed up find_applet_by_name() by Ron Yorston · 3 years, 10 months ago
- 808d93c update_passwd: fix context variable by Bernd Kuhls · 3 years, 11 months ago
- 09aba8b Fix missing "crypt.h" compilation error on the FreeBSD by Alex Samorukov · 4 years ago
- 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
- 89a5597 libbb/procps: smaller global data for username/groupname cache by Denys Vlasenko · 4 years ago
- 77a51a2 randomconfig fixes by Denys Vlasenko · 4 years ago
- 96717d9 lineedit: code shrink by Denys Vlasenko · 4 years ago
- fae7332 lineedit: add a comment about possible use of tcflush() by Denys Vlasenko · 4 years ago
- 00eb23b bc: do not allocate line editing state until needed by Denys Vlasenko · 4 years ago
- 15733cb mount: if we race with other loop mount, we forget to close loop dev by Denys Vlasenko · 4 years ago
- 251e08f move ADJTIME_PATH define to header files by Denys Vlasenko · 4 years ago
- 4bc59a4 mount: fix a race when a free loop device is snatched under us by another mount. by Denys Vlasenko · 4 years ago
- 0723131 Fixes for Hurd build by Denys Vlasenko · 4 years ago
- bb15969 libbb: do not compile selinux_or_die() if !SELINUX by Denys Vlasenko · 4 years ago
- eb0c2e2 libbb: introduce and use xsettimeofday() by Denys Vlasenko · 4 years ago