aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * cut: rename "cut_lists" to "cut_list"Denys Vlasenko2024-12-101-19/+20
| * cut: rename some variables to hopefully better namesDenys Vlasenko2024-12-101-13/+19
| * cut: "orig_line" is redundant, remove itDenys Vlasenko2024-12-101-2/+1
| * cut: allocate "printed" only if OPT_CHAR or OPT_BYTEDenys Vlasenko2024-12-101-3/+4
| * cut: localize 'spos' variable, convert !NUMVAR to NUMVAR == 0Denys Vlasenko2024-12-101-5/+6
| * cut: simplify OPT_ names, eliminate one variableDenys Vlasenko2024-12-101-24/+27
| * cut: improve detection of invalid rangesRon Yorston2024-12-101-11/+8
| * cut: fix "-s" flag to omit blank linesColin McAllister2024-12-101-5/+15
* | nproc: remove old codeRon Yorston2024-11-071-3/+1
* | 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