aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-03libbb/sha256: optional x86 hardware accelerated hashingDenys Vlasenko9-26/+612
2022-01-25libbb/sha1: in unrolled x86-64 code, pass initial W[] in registers, not on stackDenys Vlasenko2-205/+214
2022-01-24cut: build fix for FEATURE_CUT_REGEXDenys Vlasenko1-0/+1
2022-01-23apply const trick to ptr_to_globalsKhem Raj1-1/+1
2022-01-23mkfs.vfat: fix volume label to be padded with spaceTimo Teräs1-8/+17
2022-01-23Add support for long options to cmpWalter Lozano1-0/+18
2022-01-23sed: fix handling of escaped delimiters in s/// replacementDenys Vlasenko2-3/+11
2022-01-23sed: fix handling of escaped delimiters in s/// search pattern, closes 14541Denys Vlasenko2-8/+21