aboutsummaryrefslogtreecommitdiff
path: root/findutils/find.c
AgeCommit message (Expand)Author
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-08-31find: add rudimentary support for -exec {} +Denys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko
2010-06-15findutils/*: move usage and applet bits to *.c filesDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-05-09make it possible to keep Config/Kbuild snippets in *.c filesDenys Vlasenko
2010-04-26find: fix -name matching for dotfiles. -1 byteDenys Vlasenko
2010-03-23*: merge some common stringsDenys Vlasenko
2010-02-25find: tweak error messageBernhard Reutner-Fischer
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-01-10find: correct handling of -xdevDenys Vlasenko
2010-01-06find: add optional support for -links. +100 bytesMatheus Izvekov
2010-01-04*: remove some uses of argcDenys Vlasenko
2009-09-30find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxxDenys Vlasenko
2009-09-29find: -follow should not error out on dandling linksDenys Vlasenko
2009-09-27find: do not recurse into directories with depth == --maxdepthDenys Vlasenko
2009-09-23*: more portability fixes by Dan FandrichDenys Vlasenko
2009-09-13add USE_PORTABLE_CODE option and use it in find appletDenys Vlasenko
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-03-20Compatibility fixes:Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-03-20gcc compat fix and warning suppressionDenis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2007-12-09find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>)Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko
2007-09-06fix -xdev behavior in the presence of two or more nested mount pointsPaul Fox
2007-08-23*: compile fixes for 64-bit buildDenis Vlasenko
2007-08-16find: fix SELinux-related warningDenis Vlasenko
2007-08-13httpd: round down sendfile byte count to 64kDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-27multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko
2007-07-01find: fix build failure on certain configsDenis Vlasenko
2007-07-01find: style fixDenis Vlasenko
2007-06-30introduce and use bb_basename()Denis Vlasenko
2007-06-19find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>)Denis Vlasenko
2007-06-16find: make -size match GNU findDenis Vlasenko
2007-06-15find: add conditional support for -maxdepth and -regexDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-13find: add support for -delete, -path (by Natanael Copa)Denis Vlasenko
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko
2007-04-09factor out NOFORK/NOEXEC code from find. Use it for xargs too.Denis Vlasenko
2007-04-09Implement first instance of NOFORK applet - echoDenis Vlasenko
2007-04-08find: fix -prune more. Add big comment about it.Denis Vlasenko