summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-25find: fix handling of trailing slashes in -name PATTERN comparisonsDenys Vlasenko2-9/+64
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko16-63/+62
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko10-36/+22
2015-10-07find: support "find . -delete" idiom - do not try rmdir(".")Denys Vlasenko1-1/+4
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko10-22/+26
2015-04-14find: fix regression in status processing for path argumentsFelix Fietkau1-4/+2
2014-09-05find: support -perm /BITS. Closes 7340Denys Vlasenko1-4/+4
2014-06-22find: use sysconf(_SC_ARG_MAX) to determine the command-line size limitDenys Vlasenko5-17/+38
2014-06-19find: exit code fixes for find -execDenys Vlasenko2-8/+35
2014-06-17find: add optional support for '-exec ... {} +'Bartosz Golaszewski1-15/+141
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2014-02-27xargs: add support for -I and -i. Closes 493Denys Vlasenko4-56/+176
2014-02-26find: code shrinkDenys Vlasenko1-5/+3
2014-01-20Apply post-1.22.0 patches, bump version to 1.22.1Denys Vlasenko6-5/+62
2014-01-09find: fix a regression introduced with -HLP supportDenys Vlasenko2-1/+42
2013-07-30Whitespace fixesDenys Vlasenko12-23/+23
2013-05-16find:: get rid of nested function (it's a gcc-ism)Denys Vlasenko1-6/+45
2013-05-14find: support -HLPDenys Vlasenko1-3/+12
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2012-09-06find: make -mindepth N -xdev correctly stop on mountpointsDenys Vlasenko1-14/+21
2012-05-28Apply post-1.20.0 patches, bump version to 1.20.1Denys Vlasenko6-25/+44
2012-05-18typo fix in commentDenys Vlasenko1-1/+1
2012-05-17find: if DESKTOP=y, support -wholename (synonym for -path)Denys Vlasenko1-1/+9
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2011-08-28Merge 'busybox' v1.19.1 into gingerbreadTanguy Pruvot14-78/+131
2011-08-28Apply post-1.19.0 patches, bump version to 1.19.1Denys Vlasenko14-78/+131
2011-08-28Fix find -follow supportIan Wienand1-1/+4
2011-08-13Merge official v1.19.0 into gingerbreadTanguy Pruvot3-4/+41
2011-08-11find: fix a bug in !ENABLE_FEATURE_FIND_XDEV configDenys Vlasenko1-1/+36
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-22find: cater for libc w/o FNM_CASEFOLDDenys Vlasenko4-21/+42
2011-05-22find: implement -ipathBogdan Harjoc1-3/+7
2011-02-12find: trim help text a bitDenys Vlasenko1-8/+8
2011-02-12find: remove the hack we use to parse options first, replace with simpler codeDenys Vlasenko1-121/+91
2011-02-12find: print/print0/prune _can_ be inverted, fix itDenys Vlasenko1-106/+101
2011-02-12find: document ! (not) operatorDenys Vlasenko1-0/+3
2011-02-12find: help text: PATH must be firstDenys Vlasenko1-1/+1
2011-02-12find: yet another tweak to help textDenys Vlasenko1-6/+6
2011-02-12find: fix help text about -prune: it also does assume -printDenys Vlasenko1-3/+3
2011-02-12find: significantly improve hext text. +116 bytesDenys Vlasenko1-49/+56
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko41-409/+409
2010-08-31find: add rudimentary support for -exec {} +Denys Vlasenko1-10/+14
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko27-44/+49
2010-06-15findutils/*: move usage and applet bits to *.c filesDenys Vlasenko5-152/+172
[next]