| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-09-17 | 3 | -16/+23 |
|\| |
|
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-09-10 | 2 | -60/+71 |
|\| |
|
| * | 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: silence compiler warning | Ron Yorston | 2021-08-30 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-08-30 | 1 | -27/+49 |
|\| |
|
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-08-17 | 3 | -5/+5 |
|\| |
|
| * | 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 |
* | | printf: improved error handling | Ron Yorston | 2021-08-15 | 1 | -19/+23 |
* | | timeout: make child handle static | Ron Yorston | 2021-08-11 | 1 | -1/+1 |
* | | nproc: code shrink | Ron Yorston | 2021-08-10 | 1 | -24/+12 |
* | | split: improve performance | Ron Yorston | 2021-08-05 | 1 | -1/+7 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-07-24 | 1 | -97/+110 |
|\| |
|
| * | cut: add toybox-compatible options -O OUTSEP, -D, -F LIST | Rob Landley | 2021-07-20 | 1 | -97/+110 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-06-28 | 23 | -222/+327 |
|\| |
|
| * | 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 |
| * | cp: implement -t DIR | Denys Vlasenko | 2021-06-21 | 1 | -59/+71 |
| * | cp: preparatory indenting of code block, no code changes | Denys Vlasenko | 2021-06-21 | 1 | -31/+31 |
| * | df: support -t TYPE | Denys Vlasenko | 2021-06-20 | 1 | -12/+19 |
| * | df: POSIXLY_CORRECT sets _default_ scale, -m/-h overrides it | Denys Vlasenko | 2021-06-20 | 1 | -7/+7 |
| * | shred: with -u, unlink file even if it is zero length | Denys Vlasenko | 2021-06-20 | 1 | -5/+5 |
| * | shred: implement -s SIZE | Denys Vlasenko | 2021-06-20 | 1 | -3/+11 |
| * | env: implement -0 | Denys Vlasenko | 2021-06-17 | 1 | -3/+6 |
| * | mv: implement -t and -T | Denys Vlasenko | 2021-06-17 | 1 | -24/+50 |
| * | uniq: support -z | Denys Vlasenko | 2021-06-17 | 2 | -10/+14 |
| * | du: support -b "apparent size" | Denys Vlasenko | 2021-06-16 | 1 | -12/+21 |
| * | shuf: simplify check that we have at least one FILE | Denys Vlasenko | 2021-06-15 | 1 | -5/+2 |
| * | *: more --help tweaks | Denys Vlasenko | 2021-06-15 | 1 | -1/+1 |
| * | *: --help tweaks | Denys Vlasenko | 2021-06-14 | 6 | -12/+22 |
| * | base32/64: accept -i "skip bad chars" option (currently in effect uncondition... | Denys Vlasenko | 2021-06-13 | 1 | -2/+4 |