| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | whitespace fixes | Denys Vlasenko | 2022-02-11 | 2 | -11/+11 |
| * | libbb/sha1: revert last commit: pshufb is a SSSE3 insn, can't use it | Denys Vlasenko | 2022-02-11 | 6 | -115/+163 |
| * | libbb/sha1: shrink unrolled x86-64 code | Denys Vlasenko | 2022-02-11 | 2 | -123/+117 |
| * | libbb/sha: improve comments | Denys Vlasenko | 2022-02-10 | 4 | -21/+20 |
| * | whitespace fix | Denys Vlasenko | 2022-02-09 | 4 | -10/+10 |
* | | ash: let $HOME set home directory of login shell | Ron Yorston | 2022-03-22 | 1 | -1/+4 |
* | | Fix POSIX buildFRP-4621-gf3c5e8bc3 | Ron Yorston | 2022-02-27 | 1 | -2/+2 |
* | | ash: try harder to avoid ctrl-c issue | Ron Yorston | 2022-02-27 | 1 | -24/+1 |
* | | win32: fake file ownership on FAT filesystems | Ron Yorston | 2022-02-17 | 1 | -5/+11 |
* | | Increment date in resources | Ron Yorston | 2022-02-14 | 1 | -1/+1 |
* | | ash: workaround for UCRT bug | Ron Yorston | 2022-02-12 | 1 | -0/+12 |
* | | cpio: code shrink with !FEATURE_EXTRA_FILE_DATA | Ron Yorston | 2022-02-10 | 2 | -2/+6 |
* | | find: -samefile requires FEATURE_EXTRA_FILE_DATA | Ron Yorston | 2022-02-09 | 1 | -1/+1 |
* | | Fix POSIX build; new year | Ron Yorston | 2022-02-09 | 2 | -2/+3 |
* | | Merge busybox into merge | Ron Yorston | 2022-02-09 | 63 | -836/+1969 |
|\| |
|
| * | libbb/sha256: code shrink in x86 assembly | Denys Vlasenko | 2022-02-09 | 2 | -12/+10 |
| * | libbb/sha256: code shrink in 64-bit x86 | Denys Vlasenko | 2022-02-09 | 1 | -11/+14 |
| * | libbb/sha256: code shrink in 32-bit x86 | Denys Vlasenko | 2022-02-09 | 1 | -13/+16 |
| * | libbb/sha256: code shrink in 32-bit x86 | Denys Vlasenko | 2022-02-09 | 2 | -123/+114 |
| * | libbb/sha1: shrink x86 hardware accelerated hashing (32-bit) | Denys Vlasenko | 2022-02-08 | 2 | -7/+5 |
| * | libbb/sha1: shrink x86 hardware accelerated hashing (32-bit) | Denys Vlasenko | 2022-02-08 | 1 | -6/+5 |
| * | libbb/sha1: shrink x86 hardware accelerated hashing | Denys Vlasenko | 2022-02-08 | 2 | -32/+29 |
| * | libbb/sha1: shrink unrolled x86-64 code | Denys Vlasenko | 2022-02-08 | 2 | -46/+21 |
| * | libbb/sha1: shrink and speed up unrolled x86-64 code | Denys Vlasenko | 2022-02-07 | 6 | -46/+131 |
| * | *: slap on a few ALIGN_PTR where appropriate | Denys Vlasenko | 2022-02-06 | 9 | -15/+15 |
| * | *: slap on a few ALIGN* where appropriate | Denys Vlasenko | 2022-02-06 | 16 | -20/+21 |
| * | libbb/sha256: code shrink in 32-bit x86 | Denys Vlasenko | 2022-02-06 | 1 | -45/+48 |
| * | libbb/sha256: code shrink in 64-bit x86 | Denys Vlasenko | 2022-02-06 | 1 | -48/+48 |
| * | libbb/sha256: code shrink in 64-bit x86 | Denys Vlasenko | 2022-02-03 | 1 | -17/+17 |
| * | libbb/sha256: code shrink in 32-bit x86 | Denys Vlasenko | 2022-02-03 | 1 | -18/+17 |
| * | libbb/sha256: optional x86 hardware accelerated hashing | Denys Vlasenko | 2022-02-03 | 9 | -26/+612 |
| * | libbb/sha1: in unrolled x86-64 code, pass initial W[] in registers, not on stack | Denys Vlasenko | 2022-01-25 | 2 | -205/+214 |
| * | cut: build fix for FEATURE_CUT_REGEX | Denys Vlasenko | 2022-01-24 | 1 | -0/+1 |
| * | apply const trick to ptr_to_globals | Khem Raj | 2022-01-23 | 1 | -1/+1 |
| * | mkfs.vfat: fix volume label to be padded with space | Timo Teräs | 2022-01-23 | 1 | -8/+17 |
| * | Add support for long options to cmp | Walter Lozano | 2022-01-23 | 1 | -0/+18 |
| * | sed: fix handling of escaped delimiters in s/// replacement | Denys Vlasenko | 2022-01-23 | 2 | -3/+11 |
| * | sed: fix handling of escaped delimiters in s/// search pattern, closes 14541 | Denys Vlasenko | 2022-01-23 | 2 | -8/+21 |
| * | add busybox_ldscript.README.txt | Denys Vlasenko | 2022-01-23 | 1 | -0/+47 |
| * | libbb/sha1: use SSE2 in unrolled x86-64 code. ~10% faster | Denys Vlasenko | 2022-01-23 | 2 | -578/+854 |
| * | libbb: shrink lineedit_read_key() | Denys Vlasenko | 2022-01-18 | 7 | -16/+25 |
| * | fix "defined but not used" warnings | Denys Vlasenko | 2022-01-17 | 2 | -0/+4 |
| * | ash,hush: fix handling of SIGINT while waiting for interactive input | Denys Vlasenko | 2022-01-17 | 9 | -41/+122 |
| * | shell: add comments about SIGINT-related problems | Denys Vlasenko | 2022-01-16 | 2 | -5/+9 |
| * | libbb: introduce and use chdir_or_warn() | Denys Vlasenko | 2022-01-13 | 5 | -8/+13 |
| * | libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR | Denys Vlasenko | 2022-01-13 | 8 | -17/+22 |
* | | Merge busybox into merge | Ron Yorston | 2022-01-13 | 22 | -73/+694 |
|\| |
|
| * | sulogin: util-linux does not say "normal startup" on Ctrl-D | Denys Vlasenko | 2022-01-13 | 1 | -1/+2 |
| * | sulogin: start _login_ shell only with -p | Denys Vlasenko | 2022-01-13 | 1 | -7/+10 |
| * | ash: ^C with SIG_INGed SIGINT should not exit the shell | Denys Vlasenko | 2022-01-13 | 3 | -2/+15 |