aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* dd: omit direct flagRon Yorston2023-04-181-4/+19
* Merge branch 'busybox' into mergeRon Yorston2023-04-175-27/+92
|\
| * readlink: support --, -n alwaysEric Blake2023-04-161-17/+12
| * tr: display usage for incorrect argumentsRon Yorston2023-04-161-1/+1
| * shuf: another tweak to COMMON_PREFIX_HACK codeDenys Vlasenko2023-04-131-8/+4
| * shuf: fix pfx_len calculationDenys Vlasenko2023-04-121-1/+1
| * shuf: remove redundant codeDenys Vlasenko2023-04-121-2/+0
| * shuf: add (disabled) code to support very long numbers in -i LO-HIDenys Vlasenko2023-04-121-6/+58
| * sleep: fix error exit when called as "sh" builtinDenys Vlasenko2023-04-121-1/+2
| * seq: fix yet another case of negative parameters not workingDenys Vlasenko2023-04-111-2/+6
| * seq: accept negative parametersDenys Vlasenko2023-04-101-2/+21
* | Merge branch 'busybox' into mergeRon Yorston2023-04-092-2/+15
|\|
| * ash: sleep builtin with no arguments should not exitDenys Vlasenko2023-04-031-1/+14
| * hush: printf builtin with no arguments should not exitDenys Vlasenko2023-04-031-1/+1
* | win32: only count subdirectories if necessaryRon Yorston2023-01-232-0/+10
* | Merge branch 'busybox' into mergeRon Yorston2023-01-052-4/+20
|\|
| * mv: fix error in !VERBOSE configsDenys Vlasenko2023-01-021-2/+2
| * Fix non-Linux buildsSamuel Thibault2022-11-291-2/+18
* | Merge branch 'busybox' into mergeRon Yorston2022-10-125-13/+18
|\|
| * *: style fixDenys Vlasenko2022-08-302-2/+2
| * ash: optional sleep builtinShawn Landden2022-08-271-0/+1
| * sort: fix sort -s -u, closes 14871Denys Vlasenko2022-07-291-4/+5
| * sort: fix -k2M (wasn't skipping leading whitespace)Denys Vlasenko2022-07-291-2/+2
| * shaNNNsum: accept one-space "HASH FILENAME" format for -c, closes 14866Denys Vlasenko2022-07-111-5/+8
* | Merge branch 'busybox' into mergeRon Yorston2022-05-121-0/+188
|\|
| * tsort: new appletDavid Leonard2022-05-021-0/+188
* | 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
|\|