aboutsummaryrefslogtreecommitdiff
path: root/findutils/find.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* find: document ! (not) operatorDenys Vlasenko2011-02-121-0/+3
* find: help text: PATH must be firstDenys Vlasenko2011-02-121-1/+1
* find: yet another tweak to help textDenys Vlasenko2011-02-121-6/+6
* find: fix help text about -prune: it also does assume -printDenys Vlasenko2011-02-121-3/+3
* find: significantly improve hext text. +116 bytesDenys Vlasenko2011-02-121-49/+56
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* find: add rudimentary support for -exec {} +Denys Vlasenko2010-08-311-10/+14
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-1/+1
* findutils/*: move usage and applet bits to *.c filesDenys Vlasenko2010-06-151-1/+89
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-3/+3
* make it possible to keep Config/Kbuild snippets in *.c filesDenys Vlasenko2010-05-091-0/+175
* find: fix -name matching for dotfiles. -1 byteDenys Vlasenko2010-04-261-2/+7