aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'busybox' into mergeRon Yorston2024-07-131-4/+0
|\|
| * md5/shaXsum: accept uppercase hex stringsRon Yorston2024-07-111-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2024-06-232-11/+10
|\|
| * libbb: add bit counting function, use where appropriateDenys Vlasenko2024-05-311-6/+3
| * nproc: prepare for arbitrarily large CPU masksDenys Vlasenko2024-05-311-4/+5
| * ls: do not truncate username/groupname to 8 charsDenys Vlasenko2024-02-251-2/+2
* | kill: killing a zombie process should failRon Yorston2024-05-141-7/+11
* | yes: code shrinkRon Yorston2024-04-181-5/+0
* | timeout: fix handling of timeoutsRon Yorston2024-04-081-12/+7
* | md5/shaXsum: accept uppercase hex stringsRon Yorston2024-04-031-0/+4
* | ls: support NO_COLOR environment variableRon Yorston2024-01-301-0/+5
* | Merge branch 'busybox' into mergeFRP-5236-g7dff7f376Ron Yorston2023-12-053-21/+24
|\|
| * sleep: Update docPetr Vorel2023-11-071-7/+8
| * install: Fix chown resetting suid/sgid bits from chmodNero2023-10-021-7/+9
| * sleep: fix "sleep -- ARGS"Denys Vlasenko2023-10-022-7/+7
* | sort: add support for sorting version stringsRon Yorston2023-10-011-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2023-08-311-3/+17
|\|
| * tsort: avoid use-after-freeRon Yorston2023-08-311-3/+17
* | Merge branch 'busybox' into mergeRon Yorston2023-08-108-8/+8
|\|
| * introduce and use exitcode_tDenys Vlasenko2023-07-178-8/+8
* | nproc: fix build with long options disabledRon Yorston2023-08-061-2/+2
* | date: allow system date to be setRon Yorston2023-07-161-25/+0
* | Merge branch 'busybox' into mergeRon Yorston2023-07-1372-86/+86
|\|
| * Update applet size estimatesDenys Vlasenko2023-07-1072-86/+86
* | Merge branch 'busybox' into mergeRon Yorston2023-06-162-43/+86
|\|
| * od: -l,I,L indeed depend on sizeof(long), fix thisDenys Vlasenko2023-05-262-11/+20
| * od: actually remove -IL from --help, as comment saysDenys Vlasenko2023-05-261-1/+1
| * od: support -DOHXILDenys Vlasenko2023-05-262-17/+30
| * libbb/dump: conditionalize code used only by xxd and odDenys Vlasenko2023-05-261-1/+1
| * od: fix default format, shrinkDenys Vlasenko2023-05-261-20/+22
| * od: stop printing extra trailing spacesDenys Vlasenko2023-05-251-16/+17
| * od: implement -BDenys Vlasenko2023-05-251-11/+12
| * od: correct -i, enable tests which pass for DESKTOP tooDenys Vlasenko2023-05-252-2/+6
| * od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -sDenys Vlasenko2023-05-251-21/+34
| * od: fix -ODavid Leonard2023-05-251-1/+1
* | Fixes for old mingw-w64Ron Yorston2023-06-141-1/+1
* | ls: code shrinkRon Yorston2023-06-071-10/+11
* | ls: check whether link is hiddenRon Yorston2023-06-061-0/+17
* | ls: allow hidden system files to be omittedRon Yorston2023-06-011-2/+14
* | Merge branch 'busybox' into mergeRon Yorston2023-05-232-41/+39
|\|
| * readlink: code shrinkDenys Vlasenko2023-05-071-5/+4
| * factor: we can pack 21, not 20, 3-bit elements into packed wheel wordsDenys Vlasenko2023-04-231-36/+35
* | win32: changes to signal handlingRon Yorston2023-05-231-2/+2
* | timeout: code shrinkRon Yorston2023-05-231-2/+6
* | yes: detect pipe fail errorRon Yorston2023-04-271-4/+5
* | 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