aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix POSIX build; new yearRon Yorston2022-02-091-1/+2
* Merge busybox into mergeRon Yorston2022-02-093-5/+5
|\
| * *: slap on a few ALIGN_PTR where appropriateDenys Vlasenko2022-02-061-1/+1
| * *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-061-1/+1
| * libbb: shrink lineedit_read_key()Denys Vlasenko2022-01-181-3/+3
* | Merge busybox into mergeRon Yorston2022-01-132-9/+14
|\|
| * ls: implement ls -sh (human-readable allocated blocks)Denys Vlasenko2022-01-081-3/+10
| * XXXsum: handle binary sums with " " in the pathEmanuele Giacomelli2022-01-081-6/+4
* | Merge busybox into mergeRon Yorston2022-01-0611-48/+92
|\|
| * sort: support -hDenys Vlasenko2022-01-051-31/+64
| * sort: fix -s -r interaction: 'stable' order is not affected by -rDenys Vlasenko2022-01-041-1/+3
| * libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko2022-01-049-9/+9
| * md5/shaXsum: use FEATURE_COPYBUF_KB to size the buffer instead of fixed 4kDenys Vlasenko2022-01-041-7/+14
| * echo: add FIXME commentDenys Vlasenko2021-12-291-0/+2
* | Merge busybox into mergeRon Yorston2021-12-273-26/+71
|\|
| * timeout: add support for "timeout -k KILL_SECS"Matthew Slowe2021-12-171-11/+32
| * printf: allow 0 as a flag and allow multiple flagsRon Yorston2021-12-171-1/+1
| * uudecode: special-case "/dev/stdout", closes 14241Denys Vlasenko2021-12-121-1/+10
* | Merge branch 'busybox' into mergeRon Yorston2021-10-134-8/+52
|\|
| * config system: move some options closer to relevalnt tool subdirectoriesDenys Vlasenko2021-10-122-4/+35
| * Make const ptr assign as function call in clangYU Jincheng2021-10-091-1/+1
| * mktemp: add --tmpdir optionAndrej Valek2021-10-081-1/+15
| * *: generalize "const trick"YU Jincheng2021-10-071-3/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-09-213-5/+10
|\|
| * libbb: clarify what bb_mode_string() generatesDenys Vlasenko2021-09-171-1/+1
| * libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko2021-09-173-4/+8
| * chmod: correctly report changed modesDenys Vlasenko2021-09-171-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-09-173-16/+23
|\|
| * date,touch: allow timezone offsets in datesRon Yorston2021-09-172-5/+8
| * df: "support" -H as an alias of -hDenys Vlasenko2021-09-111-11/+15
* | Merge branch 'busybox' into mergeRon Yorston2021-09-102-60/+71
|\|
| * basename: implement -a and -s SUFFIXDenys Vlasenko2021-09-091-24/+38
| * shuf: add a TODO, code shrinkDenys Vlasenko2021-09-071-10/+14
| * shuf: make -i 99999999990-100000000000 work even on 32 bitsDenys Vlasenko2021-09-041-26/+19
* | shuf: silence compiler warningRon Yorston2021-08-301-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-08-301-27/+49
|\|
| * shuf: in -i RANGE, accept numbers up to width of pointersDenys Vlasenko2021-08-291-10/+28
| * shuf: with -i LOW-HIGH, do not allow any argv'sDenys Vlasenko2021-08-231-0/+3
| * shuf: tweak --help textDenys Vlasenko2021-08-231-4/+4
| * shuf: speed-up when limited output is requestedRon Yorston2021-08-221-14/+15
* | Merge branch 'busybox' into mergeRon Yorston2021-08-173-5/+5
|\|
| * dd: tweak --helpDenys Vlasenko2021-08-151-2/+2
| * touch: fix SEGV if !ENABLE_FEATURE_TOUCH_SUSV3Denys Vlasenko2021-08-151-0/+2
| * cp: fix build failure with long options disabledRon Yorston2021-08-151-3/+1
* | printf: improved error handlingRon Yorston2021-08-151-19/+23
* | timeout: make child handle staticRon Yorston2021-08-111-1/+1
* | nproc: code shrinkRon Yorston2021-08-101-24/+12
* | split: improve performanceRon Yorston2021-08-051-1/+7
* | Merge branch 'busybox' into mergeRon Yorston2021-07-241-97/+110
|\|
| * cut: add toybox-compatible options -O OUTSEP, -D, -F LISTRob Landley2021-07-201-97/+110