aboutsummaryrefslogtreecommitdiff
path: root/findutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2023-04-091-3/+36
|\
| * find: implement -okDavid Leonard2023-03-281-3/+36
* | xargs: kill children when interrupted by Ctrl-CRon Yorston2023-04-071-3/+42
* | xargs: omit support for -oRon Yorston2023-01-051-3/+14
* | Merge branch 'busybox' into mergeRon Yorston2023-01-051-34/+51
|\|
| * xargs: implement -o, closes 15146Denys Vlasenko2022-12-221-34/+51
* | find: -samefile requires FEATURE_EXTRA_FILE_DATARon Yorston2022-02-091-1/+1
* | Merge busybox into mergeRon Yorston2022-01-061-1/+1
|\|
| * libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-051-1/+1
* | Merge busybox into mergeRon Yorston2021-12-271-0/+35
|\|
| * find: implement -samefileAaro Koskinen2021-12-171-0/+35
* | Merge branch 'busybox' into mergeRon Yorston2021-10-131-22/+125
|\|
| * find: code shrink -{m,a,c}{time,min}Denys Vlasenko2021-10-101-28/+33
| * find: implement -amin, -atime, -cmin, and -ctimeIsmael Luceno2021-10-091-9/+103
| * find: Unify time comparisonsIsmael Luceno2021-10-071-16/+20
| * config: find: Fix mtime/mmin descriptionIsmael Luceno2021-10-071-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-08-302-2/+2
|\|
| * Regularize "NUL terminated input" --help textsDenys Vlasenko2021-08-222-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-06-281-4/+2
|\|
| * *: more --help tweaksDenys Vlasenko2021-06-161-3/+1
| * *: --help tweaksDenys Vlasenko2021-06-141-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-2/+2
|\|
| * nsenter: stop option parsing on 1st non-optionDenys Vlasenko2020-12-121-1/+1
| * decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-11-123-26/+36
|\|
| * libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-012-16/+14
| * tydy up a few uses of recursive_action(), no logic changesDenys Vlasenko2020-10-011-6/+7
| * xargs: fix -I SUBSTR behaviourDenys Vlasenko2020-09-301-5/+16
* | Merge branch 'busybox' into mergeRon Yorston2020-08-231-15/+14
|\|
| * grep: for -L, exitcode 0 means files *without* matches were found, closes 13151Denys Vlasenko2020-08-151-15/+14
* | Merge branch 'busybox' into mergeFRP-3466-g53c09d0e1Ron Yorston2020-05-291-8/+16
|\|
| * grep: add proper support for pattern_listSören Tempel2020-04-301-6/+13
| * grep: Fix -f FILE when FILE is empty and -x providedGray Wolf2020-04-291-2/+3
| * xargs: restore correct behaviour of -n optionRon Yorston2020-04-291-1/+1
* | xargs: restore correct behaviour of -n optionRon Yorston2020-03-291-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-02-151-9/+18
|\|
| * xargs: fix handling of quoted arguments, closes 11441Ron Yorston2020-01-291-9/+18
* | Merge branch 'busybox' into mergeRon Yorston2020-01-082-3/+51
|\|
| * grep: add -RTomi Leppanen2019-11-271-3/+7
| * find: implement -emptyAaro Koskinen2019-09-121-0/+44
* | Merge branch 'busybox' into mergeRon Yorston2019-08-162-4/+4
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-022-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2019-03-121-7/+7
|\|
| * xargs: mention -E STR in --helpDenys Vlasenko2019-03-101-7/+7
* | find: enable -xdev in default configurationRon Yorston2019-02-281-1/+1
* | win32: make stat(2) fetch additional metadataRon Yorston2019-02-161-2/+6
* | Merge branch 'busybox' into mergeRon Yorston2019-02-121-6/+15
|\|
| * grep: short-circuit -v to bail out on first matchAri Sundholm2019-01-291-5/+14
| * grep: fix -x -v with certain pattern ordersAri Sundholm2019-01-291-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-01-103-4/+10
|\|