| Commit message (Expand) | Author | Age | Files | Lines |
| * | sort: compute -k END.ENDCHAR from the end field, not the line startbusybox | Ali Ahmet Memis | 8 days | 1 | -0/+10 |
| * | hdparm: fix ATA identification string output | Romain Guyard | 9 days | 1 | -0/+51 |
| * | awk: disallow OFMT/CONVFMT to have more than one %SPEC, implement %s | Denys Vlasenko | 9 days | 1 | -1/+26 |
| * | tar: fix verbose output with extract-to-stdout | Thorsten B | 2026-08-10 | 1 | -0/+24 |
| * | patch: handle files with no final newline | Ron Yorston | 2026-08-09 | 1 | -0/+63 |
| * | join: new applet | Ron Yorston | 2026-07-08 | 1 | -0/+57 |
| * | awk: fix printf "%o\n", -1 | Denys Vlasenko | 2026-07-06 | 1 | -0/+2 |
| * | cmp: add KMG suffix for cmp -n MAXCOUNT | Anubhav Kokane | 2026-07-03 | 1 | -0/+27 |
| * | awk: fix printing of very large numbers with printf("%d") | Denys Vlasenko | 2026-07-02 | 1 | -1/+23 |
| * | awk: add '*' as a valid specifier for width and precision in printf | Denys Vlasenko | 2026-07-01 | 1 | -0/+37 |
| * | testing stripts: allow to skip "awk gsub erroneous word start match" test | Denys Vlasenko | 2026-05-14 | 1 | -1/+2 |
| * | cpio.tests: fix false positive | Denys Vlasenko | 2026-04-30 | 1 | -1/+3 |
| * | cpio.tests: do not use "ls" to detect that file does not exist | Denys Vlasenko | 2026-04-30 | 1 | -2/+2 |
| * | tar: unicode fix | Denys Vlasenko | 2026-04-30 | 1 | -1/+1 |
| * | cpio.tests: fix false positive when -o support is not enabled | Denys Vlasenko | 2026-04-30 | 1 | -1/+1 |
| * | cpio: fix a bug (wrong free() address) in !FEATURE_TAR_LONG_OPTIONS config | Denys Vlasenko | 2026-04-30 | 1 | -1/+1 |
| * | start-stop-daemon.tests: fix false positive if longopts are not enabled | Denys Vlasenko | 2026-04-29 | 1 | -0/+2 |
| * | paste: fix output when file lengths differ | Ron Yorston | 2026-03-05 | 2 | -0/+38 |
| * | md5/sha1sum: Honor the -b flag in the output | Martin Storsjö | 2026-01-18 | 1 | -0/+12 |
| * | cmp: fix -n causing all diffs to be output, implement size suffixes for SKIP | Denys Vlasenko | 2026-01-18 | 2 | -9/+54 |
| * | xxd: fix -pANYTHING handling (-pc50 does not mean -p -c50) | Denys Vlasenko | 2025-11-30 | 1 | -0/+19 |
| * | ls: fix -Q to match GNU | Denys Vlasenko | 2025-08-01 | 2 | -2/+34 |
| * | sha3sum: add -aBITS tests | Denys Vlasenko | 2025-07-30 | 2 | -4/+8 |
| * | sha384sum: new applet | Andy Knowles | 2025-07-30 | 2 | -0/+4 |
| * | libbb/yescrypt: actually, largest allowed salt is 86 chars, support that | Denys Vlasenko | 2025-07-17 | 1 | -3/+7 |
| * | cryptpw: -m sha512crypt must also be accepted | Denys Vlasenko | 2025-07-07 | 1 | -0/+4 |
| * | libbb/yescrypt: fix salts ending in dots (corresponding to binary zeros) | Denys Vlasenko | 2025-07-07 | 1 | -0/+20 |
| * | libbb/yescrypt: accept longer salts (up to 84 chars) | Denys Vlasenko | 2025-07-07 | 1 | -0/+4 |
| * | libbb/yescrypt: make it possible to set constant parameters, and set YESCRYPT_RW | Denys Vlasenko | 2025-07-07 | 1 | -1/+1 |
| * | libbb: add yescrypt password hashing support | Denys Vlasenko | 2025-07-06 | 1 | -13/+53 |
| * | hexdump: add tests for %x, handle little/big endian properly | Radoslav Kolev | 2025-07-01 | 1 | -22/+69 |
| * | od: make -B test little endian only, add variant for big endian | Radoslav Kolev | 2025-07-01 | 1 | -1/+12 |
| * | archival: disallow path traversals (CVE-2023-39810) | Denys Vlasenko | 2025-04-16 | 1 | -0/+23 |
| * | cut: fix up -D/-s behavior with -F | Denys Vlasenko | 2024-12-20 | 1 | -2/+33 |
| * | cut: fix -F n-m to match toybox | Denys Vlasenko | 2024-12-14 | 1 | -3/+18 |
| * | cut: fix handling of -d '' | Denys Vlasenko | 2024-12-13 | 1 | -0/+12 |
| * | cut: fix -d$'\n' --output-delimiter=@@ behavior | Denys Vlasenko | 2024-12-10 | 1 | -0/+26 |
| * | cut: implement --output-delimiter | Denys Vlasenko | 2024-12-10 | 1 | -8/+24 |
| * | cut: fix "echo 1.2 | cut -d. -f1,3" (print "1", not "1.") | Denys Vlasenko | 2024-12-10 | 1 | -2/+9 |
| * | cut: improve detection of invalid ranges | Ron Yorston | 2024-12-10 | 1 | -1/+4 |
| * | cut: fix "-s" flag to omit blank lines | Colin McAllister | 2024-12-10 | 1 | -0/+9 |
| * | hexdump: fix regression with -n4 -e '"%u"' | Natanael Copa | 2024-12-09 | 1 | -0/+6 |
| * | ed: fix line insertion before current line. Closes 15081 | Ron Yorston | 2024-09-27 | 1 | -0/+21 |
| * | awk: restore assignment precedence to be lower than ternary ?: | Denys Vlasenko | 2024-07-09 | 1 | -11/+20 |
| * | time: implement %% and \escapes in -f FMT | Denys Vlasenko | 2024-01-01 | 1 | -0/+37 |
| * | awk: fix handling of empty fields | Denys Vlasenko | 2023-12-31 | 1 | -0/+7 |
| * | start-stop-daemon: add -d DIR chdir option | ejaaskel | 2023-11-07 | 1 | -0/+20 |
| * | awk: fix subst code to handle "start of word" pattern correctly (needs REG_ST... | Denys Vlasenko | 2023-06-08 | 1 | -13/+15 |
| * | awk: fix backslash handling in sub() builtins | Denys Vlasenko | 2023-06-03 | 1 | -0/+47 |
| * | awk: fix precedence of = relative to == | Denys Vlasenko | 2023-05-30 | 1 | -0/+5 |