summaryrefslogtreecommitdiff
path: root/findutils
Commit message (Expand)AuthorAgeFilesLines
* find: implement -okDavid Leonard2023-03-281-3/+36
* xargs: implement -o, closes 15146Denys Vlasenko2022-12-221-34/+51
* libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-051-1/+1
* find: implement -samefileAaro Koskinen2021-12-171-0/+35
* 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
* Regularize "NUL terminated input" --help textsDenys Vlasenko2021-08-222-2/+2
* *: more --help tweaksDenys Vlasenko2021-06-161-3/+1
* *: --help tweaksDenys Vlasenko2021-06-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
* 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
* grep: for -L, exitcode 0 means files *without* matches were found, closes 13151Denys Vlasenko2020-08-151-15/+14
* 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: fix handling of quoted arguments, closes 11441Ron Yorston2020-01-291-9/+18
* grep: add -RTomi Leppanen2019-11-271-3/+7
* find: implement -emptyAaro Koskinen2019-09-121-0/+44
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-022-4/+4
* xargs: mention -E STR in --helpDenys Vlasenko2019-03-101-7/+7
* 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
* find: handle leading -- argumentDenys Vlasenko2019-01-061-0/+6
* config: update size informationDenys Vlasenko2018-12-282-4/+4
* xargs: fix exit code if command exits nonzero, closes 11381Denys Vlasenko2018-10-301-3/+4
* grep: accept and ignore --color[=anything]Denys Vlasenko2018-07-131-3/+8
* find: implement -executableDenys Vlasenko2018-07-061-0/+22
* tweak help textsDenys Vlasenko2018-07-061-1/+1
* find: implement -quitDenys Vlasenko2018-07-061-4/+30
* restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
* free: improve --help for type optionDenys Vlasenko2018-04-241-1/+1
* xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko2018-04-071-6/+6
* grep: fix echo "aa" | busybox grep -F -w "a" (should not match)Denys Vlasenko2018-03-291-1/+1
* grep: skip grepping symlinks to directoriesJames Clarke2017-10-311-2/+19
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-182-4/+0
* xargs: fix a thinko in last commitDenys Vlasenko2017-08-301-1/+1
* xargs: support -a FILEJohannes Schindelin2017-08-291-1/+17
* xargs: optional support for -P NUM. Closes 9511Denys Vlasenko2017-08-241-18/+117
* xargs: code shrinkDenys Vlasenko2017-08-241-14/+11
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-7/+4
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-7/+2
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-213-50/+50
* libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMADenys Vlasenko2017-07-201-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-183-5/+5