summaryrefslogtreecommitdiff
path: root/findutils/find.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-011-9/+8
* find: implement -emptyAaro Koskinen2019-09-121-0/+44
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* find: handle leading -- argumentDenys Vlasenko2019-01-061-0/+6
* find: implement -executableDenys Vlasenko2018-07-061-0/+22
* find: implement -quitDenys Vlasenko2018-07-061-4/+30
* free: improve --help for type optionDenys Vlasenko2018-04-241-1/+1
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-3/+0
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-33/+33
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-1/+1
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-14/+0
* find: fix handling of trailing slashes in -name PATTERN comparisonsDenys Vlasenko2016-11-251-9/+37
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko2015-10-141-1/+1
* *: more BUILD_BUG_ON conversionsDenys Vlasenko2015-10-131-3/+1
* find: support "find . -delete" idiom - do not try rmdir(".")Denys Vlasenko2015-10-071-1/+4
* libbb: more compact API for bb_parse_mode()Denys Vlasenko2015-10-071-1/+2
* find: fix regression in status processing for path argumentsFelix Fietkau2015-04-141-4/+2
* find: support -perm /BITS. Closes 7340Denys Vlasenko2014-09-051-4/+4
* find: use sysconf(_SC_ARG_MAX) to determine the command-line size limitDenys Vlasenko2014-06-221-1/+3
* find: exit code fixes for find -execDenys Vlasenko2014-06-191-8/+9
* find: add optional support for '-exec ... {} +'Bartosz Golaszewski2014-06-171-15/+141
* xargs: add support for -I and -i. Closes 493Denys Vlasenko2014-02-271-30/+2
* find: code shrinkDenys Vlasenko2014-02-261-5/+3
* find: fix a regression introduced with -HLP supportDenys Vlasenko2014-01-091-1/+20
* Whitespace fixesDenys Vlasenko2013-07-301-2/+2
* find:: get rid of nested function (it's a gcc-ism)Denys Vlasenko2013-05-161-6/+45
* find: support -HLPDenys Vlasenko2013-05-141-3/+12
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-2/+2
* find: make -mindepth N -xdev correctly stop on mountpointsDenys Vlasenko2012-09-061-14/+21
* typo fix in commentDenys Vlasenko2012-05-181-1/+1
* find: if DESKTOP=y, support -wholename (synonym for -path)Denys Vlasenko2012-05-171-1/+9
* Fix find -follow supportIan Wienand2011-08-281-1/+4
* find: fix a bug in !ENABLE_FEATURE_FIND_XDEV configDenys Vlasenko2011-08-111-1/+36
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* find: cater for libc w/o FNM_CASEFOLDDenys Vlasenko2011-05-231-1/+33
* find: implement -ipathBogdan Harjoc2011-05-221-3/+7
* find: trim help text a bitDenys Vlasenko2011-02-121-8/+8
* find: remove the hack we use to parse options first, replace with simpler codeDenys Vlasenko2011-02-121-121/+91
* find: print/print0/prune _can_ be inverted, fix itDenys Vlasenko2011-02-121-106/+101