| Commit message (Expand) | Author | Age | Files | Lines |
* | mv: fix error in !VERBOSE configs | Denys Vlasenko | 2023-01-02 | 1 | -2/+2 |
* | Fix non-Linux builds | Samuel Thibault | 2022-11-29 | 1 | -2/+18 |
* | *: style fix | Denys Vlasenko | 2022-08-30 | 2 | -2/+2 |
* | ash: optional sleep builtin | Shawn Landden | 2022-08-27 | 1 | -0/+1 |
* | sort: fix sort -s -u, closes 14871 | Denys Vlasenko | 2022-07-29 | 1 | -4/+5 |
* | sort: fix -k2M (wasn't skipping leading whitespace) | Denys Vlasenko | 2022-07-29 | 1 | -2/+2 |
* | shaNNNsum: accept one-space "HASH FILENAME" format for -c, closes 14866 | Denys Vlasenko | 2022-07-11 | 1 | -5/+8 |
* | tsort: new applet | David Leonard | 2022-05-02 | 1 | -0/+188 |
* | *: slap on a few ALIGN_PTR where appropriate | Denys Vlasenko | 2022-02-06 | 1 | -1/+1 |
* | *: slap on a few ALIGN* where appropriate | Denys Vlasenko | 2022-02-06 | 1 | -1/+1 |
* | libbb: shrink lineedit_read_key() | Denys Vlasenko | 2022-01-18 | 1 | -3/+3 |
* | ls: implement ls -sh (human-readable allocated blocks) | Denys Vlasenko | 2022-01-08 | 1 | -3/+10 |
* | XXXsum: handle binary sums with " " in the path | Emanuele Giacomelli | 2022-01-08 | 1 | -6/+4 |
* | sort: support -h | Denys Vlasenko | 2022-01-05 | 1 | -31/+64 |
* | sort: fix -s -r interaction: 'stable' order is not affected by -r | Denys Vlasenko | 2022-01-04 | 1 | -1/+3 |
* | libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) | Denys Vlasenko | 2022-01-04 | 9 | -9/+9 |
* | md5/shaXsum: use FEATURE_COPYBUF_KB to size the buffer instead of fixed 4k | Denys Vlasenko | 2022-01-04 | 1 | -7/+14 |
* | echo: add FIXME comment | Denys Vlasenko | 2021-12-29 | 1 | -0/+2 |
* | timeout: add support for "timeout -k KILL_SECS" | Matthew Slowe | 2021-12-17 | 1 | -11/+32 |
* | printf: allow 0 as a flag and allow multiple flags | Ron Yorston | 2021-12-17 | 1 | -1/+1 |
* | uudecode: special-case "/dev/stdout", closes 14241 | Denys Vlasenko | 2021-12-12 | 1 | -1/+10 |
* | config system: move some options closer to relevalnt tool subdirectories | Denys Vlasenko | 2021-10-12 | 2 | -4/+35 |
* | Make const ptr assign as function call in clang | YU Jincheng | 2021-10-09 | 1 | -1/+1 |
* | mktemp: add --tmpdir option | Andrej Valek | 2021-10-08 | 1 | -1/+15 |
* | *: generalize "const trick" | YU Jincheng | 2021-10-07 | 1 | -3/+2 |
* | libbb: clarify what bb_mode_string() generates | Denys Vlasenko | 2021-09-17 | 1 | -1/+1 |
* | libbb: eliminate a static data array in bb_mode_string() | Denys Vlasenko | 2021-09-17 | 3 | -4/+8 |
* | chmod: correctly report changed modes | Denys Vlasenko | 2021-09-17 | 1 | -1/+2 |
* | date,touch: allow timezone offsets in dates | Ron Yorston | 2021-09-17 | 2 | -5/+8 |
* | df: "support" -H as an alias of -h | Denys Vlasenko | 2021-09-11 | 1 | -11/+15 |
* | basename: implement -a and -s SUFFIX | Denys Vlasenko | 2021-09-09 | 1 | -24/+38 |
* | shuf: add a TODO, code shrink | Denys Vlasenko | 2021-09-07 | 1 | -10/+14 |
* | shuf: make -i 99999999990-100000000000 work even on 32 bits | Denys Vlasenko | 2021-09-04 | 1 | -26/+19 |
* | shuf: in -i RANGE, accept numbers up to width of pointers | Denys Vlasenko | 2021-08-29 | 1 | -10/+28 |
* | shuf: with -i LOW-HIGH, do not allow any argv's | Denys Vlasenko | 2021-08-23 | 1 | -0/+3 |
* | shuf: tweak --help text | Denys Vlasenko | 2021-08-23 | 1 | -4/+4 |
* | shuf: speed-up when limited output is requested | Ron Yorston | 2021-08-22 | 1 | -14/+15 |
* | dd: tweak --help | Denys Vlasenko | 2021-08-15 | 1 | -2/+2 |
* | touch: fix SEGV if !ENABLE_FEATURE_TOUCH_SUSV3 | Denys Vlasenko | 2021-08-15 | 1 | -0/+2 |
* | cp: fix build failure with long options disabled | Ron Yorston | 2021-08-15 | 1 | -3/+1 |
* | cut: add toybox-compatible options -O OUTSEP, -D, -F LIST | Rob Landley | 2021-07-20 | 1 | -97/+110 |
* | ls: revert last change (short name must be allocated) | Denys Vlasenko | 2021-06-25 | 1 | -1/+1 |
* | cp,mv: fix -t DIR option | Ron Yorston | 2021-06-25 | 2 | -4/+4 |
* | uniq: really support -z | Ron Yorston | 2021-06-24 | 1 | -1/+1 |
* | nproc: code shrink | Denys Vlasenko | 2021-06-24 | 1 | -1/+1 |
* | ls: code shrink | Denys Vlasenko | 2021-06-24 | 1 | -1/+1 |
* | cp: implement -n | Denys Vlasenko | 2021-06-22 | 1 | -8/+11 |
* | crc32: code shrink for !CKSUM config | Denys Vlasenko | 2021-06-22 | 1 | -11/+17 |
* | cksum: fix handling of read errors | Denys Vlasenko | 2021-06-22 | 1 | -3/+7 |
* | crc32: new applet | Denys Vlasenko | 2021-06-22 | 1 | -15/+27 |