| Commit message (Expand) | Author | Files | Lines |
2022-03-22 | ash: let $HOME set home directory of login shell | Ron Yorston | 1 | -1/+4 |
2022-02-27 | Fix POSIX buildFRP-4621-gf3c5e8bc3 | Ron Yorston | 1 | -2/+2 |
2022-02-27 | ash: try harder to avoid ctrl-c issue | Ron Yorston | 1 | -24/+1 |
2022-02-17 | win32: fake file ownership on FAT filesystems | Ron Yorston | 1 | -5/+11 |
2022-02-14 | Increment date in resources | Ron Yorston | 1 | -1/+1 |
2022-02-12 | ash: workaround for UCRT bug | Ron Yorston | 1 | -0/+12 |
2022-02-10 | cpio: code shrink with !FEATURE_EXTRA_FILE_DATA | Ron Yorston | 2 | -2/+6 |
2022-02-09 | find: -samefile requires FEATURE_EXTRA_FILE_DATA | Ron Yorston | 1 | -1/+1 |
2022-02-09 | Fix POSIX build; new year | Ron Yorston | 2 | -2/+3 |
2022-02-09 | libbb/sha256: code shrink in x86 assembly | Denys Vlasenko | 2 | -12/+10 |
2022-02-09 | libbb/sha256: code shrink in 64-bit x86 | Denys Vlasenko | 1 | -11/+14 |
2022-02-09 | libbb/sha256: code shrink in 32-bit x86 | Denys Vlasenko | 1 | -13/+16 |
2022-02-09 | libbb/sha256: code shrink in 32-bit x86 | Denys Vlasenko | 2 | -123/+114 |
2022-02-08 | libbb/sha1: shrink x86 hardware accelerated hashing (32-bit) | Denys Vlasenko | 2 | -7/+5 |
2022-02-08 | libbb/sha1: shrink x86 hardware accelerated hashing (32-bit) | Denys Vlasenko | 1 | -6/+5 |
2022-02-08 | libbb/sha1: shrink x86 hardware accelerated hashing | Denys Vlasenko | 2 | -32/+29 |
2022-02-08 | libbb/sha1: shrink unrolled x86-64 code | Denys Vlasenko | 2 | -46/+21 |
2022-02-07 | libbb/sha1: shrink and speed up unrolled x86-64 code | Denys Vlasenko | 6 | -46/+131 |
2022-02-06 | *: slap on a few ALIGN_PTR where appropriate | Denys Vlasenko | 9 | -15/+15 |
2022-02-06 | *: slap on a few ALIGN* where appropriate | Denys Vlasenko | 16 | -20/+21 |
2022-02-06 | libbb/sha256: code shrink in 32-bit x86 | Denys Vlasenko | 1 | -45/+48 |
2022-02-06 | libbb/sha256: code shrink in 64-bit x86 | Denys Vlasenko | 1 | -48/+48 |
2022-02-03 | libbb/sha256: code shrink in 64-bit x86 | Denys Vlasenko | 1 | -17/+17 |
2022-02-03 | libbb/sha256: code shrink in 32-bit x86 | Denys Vlasenko | 1 | -18/+17 |
2022-02-03 | libbb/sha256: optional x86 hardware accelerated hashing | Denys Vlasenko | 9 | -26/+612 |
2022-01-25 | libbb/sha1: in unrolled x86-64 code, pass initial W[] in registers, not on stack | Denys Vlasenko | 2 | -205/+214 |
2022-01-24 | cut: build fix for FEATURE_CUT_REGEX | Denys Vlasenko | 1 | -0/+1 |
2022-01-23 | apply const trick to ptr_to_globals | Khem Raj | 1 | -1/+1 |
2022-01-23 | mkfs.vfat: fix volume label to be padded with space | Timo Teräs | 1 | -8/+17 |
2022-01-23 | Add support for long options to cmp | Walter Lozano | 1 | -0/+18 |
2022-01-23 | sed: fix handling of escaped delimiters in s/// replacement | Denys Vlasenko | 2 | -3/+11 |
2022-01-23 | sed: fix handling of escaped delimiters in s/// search pattern, closes 14541 | Denys Vlasenko | 2 | -8/+21 |