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-11-14Make grep/egrep/fgrep independently selectableDenys Vlasenko2-31/+23
2016-09-17fix "aloc" -> "alloc" typosDenys Vlasenko3-10/+10
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-06-19randomconfig fixes 3Denys Vlasenko2-1/+2
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
2016-03-28grep: make errors other than "not found" result in exit code 2. Closes 8796Denys Vlasenko1-2/+6
2015-10-24xargs: make -I imply -rAaro Koskinen1-0/+3
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-08join some common strings, -400 bytesDenys Vlasenko11-45/+45
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-05-25typo fixesManinder Singh17-24/+24
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-08-28grep: fix "grep -r PATTRN SYMLINK_TO_DIR"Denys Vlasenko2-1/+21
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: fix compilation breakageDenys Vlasenko1-1/+1
2014-02-27grep: fix -w match if first match isn't a word, but second is. Closes 4520Denys Vlasenko2-14/+21
2014-02-27xargs: add support for -I and -i. Closes 493Denys Vlasenko4-56/+176
2014-02-26find: code shrinkDenys Vlasenko1-5/+3
2014-02-07grep: properly handle grep -w "^str" in !EXTRA_COMPAT case tooBartosz Golaszewski2-2/+12
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
2014-01-07grep: fix two bugs with -wDenys Vlasenko2-3/+37
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-16grep: fix grep -x to not set REG_NOSUBJames Hogan2-1/+15
2013-05-15grep: don't bail out on first mismatch if '-w' option is setBartosz Golaszewski2-8/+20
2013-05-14find: support -HLPDenys Vlasenko1-3/+12
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-20grep: fix grep -Fw not respecting the -w option. Closes 5792Denys Vlasenko2-5/+44
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
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
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-02-28grep: support for -x, match whole lineNatanael Copa1-3/+9
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-28grep: be GNU compatible with -f EMPTY_FILELauri Kasanen2-10/+30
[next]