aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* cut: improve detection of invalid rangesRon Yorston2024-10-281-8/+11
* cut: detect error when bounds are reversedRon Yorston2024-10-221-0/+7
* id: code shrinkRon Yorston2024-10-091-1/+19
* test: code shrink supplementary groupsRon Yorston2024-10-091-0/+4
* Merge branch 'busybox' into mergeRon Yorston2024-10-081-44/+47
|\
| * test: -x can return 0/1 early if all X bits are the sameDenys Vlasenko2024-10-071-10/+10
| * ash: cache more of uid/gid syscallsDenys Vlasenko2024-10-071-4/+7
| * ash: make "test -x" use cached groupinfoDenys Vlasenko2024-10-071-4/+17
| * libbb: simplify parameter passing in is_in_supplementary_groups()Denys Vlasenko2024-10-071-8/+18
| * libbb: move is_in_supplementary_groups() from test to libbbDenys Vlasenko2024-10-071-19/+1
| * test: Invert return value of test_eaccess and rename it to test_st_modeDenys Vlasenko2024-10-061-16/+11
| * test: code shrinkDenys Vlasenko2024-10-061-1/+1
* | win32: adjust usage for timeout and pipe_progressRon Yorston2024-10-021-2/+2
* | cut: don't print empty lines with '-s' optionRon Yorston2024-09-231-0/+5
* | dd: add support for writing to physical drivesRon Yorston2024-08-021-0/+17
* | Merge branch 'busybox' into mergeRon Yorston2024-07-141-9/+14
|\|
| * timeout: allow fractional seconds in timeout valuesRon Yorston2024-07-131-4/+9
* | 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