index
:
delta/busybox.git
0_60_stable
1_00_stable
1_00_stable_10817
1_10_stable
1_11_stable
1_12_stable
1_13_stable
1_14_stable
1_15_stable
1_16_stable
1_17_stable
1_18_stable
1_19_stable
1_1_stable
1_20_stable
1_21_stable
1_22_stable
1_23_stable
1_24_stable
1_25_stable
1_26_stable
1_27_stable
1_28_stable
1_29_stable
1_30_stable
1_31_stable
1_32_stable
1_33_stable
1_34_stable
1_35_stable
1_36_stable
1_3_stable
1_4_stable
1_5_stable
1_6_stable
1_7_stable
1_8_stable
1_9_stable
baserock/1.22.1-openwrt
baserock/1.23.2-openwrt
baserock/build-essential
baserock/danielfirth/RT144
baserock/danielsilverstone/vagrant-support
baserock/jjardon/build-essential
baserock/liw/S8704-always-ntpd
baserock/morph
baserock/pedroalvarez/build-essential
baserock/pedroalvarez/enable-patch
baserock/radiofree/busyboxfix
baserock/radiofree/ntpdscript
baserock/richardmaw/S5892/boot-sequencing
baserock/richardmaw/S8564/ro-staging-area
baserock/richardmaw/S9245/init
baserock/richardmaw/add-read-dash-d
baserock/robkendrick/mips64
baserock/tiagogomes/bbgawk
master
git.busybox.net: busybox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
findutils
/
find.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nsenter: stop option parsing on 1st non-option
Denys Vlasenko
2020-12-12
1
-1
/
+1
*
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
1
-1
/
+1
*
libbb: shrink recursive_action() by reducing memory pressure
Denys Vlasenko
2020-10-01
1
-9
/
+8
*
find: implement -empty
Aaro Koskinen
2019-09-12
1
-0
/
+44
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-2
/
+2
*
find: handle leading -- argument
Denys Vlasenko
2019-01-06
1
-0
/
+6
*
find: implement -executable
Denys Vlasenko
2018-07-06
1
-0
/
+22
*
find: implement -quit
Denys Vlasenko
2018-07-06
1
-4
/
+30
*
free: improve --help for type option
Denys Vlasenko
2018-04-24
1
-1
/
+1
*
regularize format of source file headers, no code changes
Denys Vlasenko
2017-09-18
1
-3
/
+0
*
do not use `a' quoting style in comments
Denys Vlasenko
2017-08-02
1
-1
/
+1
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-33
/
+33
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
2017-04-17
1
-1
/
+1
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-14
/
+0
*
find: fix handling of trailing slashes in -name PATTERN comparisons
Denys Vlasenko
2016-11-25
1
-9
/
+37
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
Denys Vlasenko
2015-10-14
1
-1
/
+1
*
*: more BUILD_BUG_ON conversions
Denys Vlasenko
2015-10-13
1
-3
/
+1
*
find: support "find . -delete" idiom - do not try rmdir(".")
Denys Vlasenko
2015-10-07
1
-1
/
+4
*
libbb: more compact API for bb_parse_mode()
Denys Vlasenko
2015-10-07
1
-1
/
+2
*
find: fix regression in status processing for path arguments
Felix Fietkau
2015-04-14
1
-4
/
+2
*
find: support -perm /BITS. Closes 7340
Denys Vlasenko
2014-09-05
1
-4
/
+4
*
find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit
Denys Vlasenko
2014-06-22
1
-1
/
+3
*
find: exit code fixes for find -exec
Denys Vlasenko
2014-06-19
1
-8
/
+9
*
find: add optional support for '-exec ... {} +'
Bartosz Golaszewski
2014-06-17
1
-15
/
+141
*
xargs: add support for -I and -i. Closes 493
Denys Vlasenko
2014-02-27
1
-30
/
+2
*
find: code shrink
Denys Vlasenko
2014-02-26
1
-5
/
+3
*
find: fix a regression introduced with -HLP support
Denys Vlasenko
2014-01-09
1
-1
/
+20
*
Whitespace fixes
Denys Vlasenko
2013-07-30
1
-2
/
+2
*
find:: get rid of nested function (it's a gcc-ism)
Denys Vlasenko
2013-05-16
1
-6
/
+45
*
find: support -HLP
Denys Vlasenko
2013-05-14
1
-3
/
+12
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-14
1
-2
/
+2
*
find: make -mindepth N -xdev correctly stop on mountpoints
Denys Vlasenko
2012-09-06
1
-14
/
+21
*
typo fix in comment
Denys Vlasenko
2012-05-18
1
-1
/
+1
*
find: if DESKTOP=y, support -wholename (synonym for -path)
Denys Vlasenko
2012-05-17
1
-1
/
+9
*
Fix find -follow support
Ian Wienand
2011-08-28
1
-1
/
+4
*
find: fix a bug in !ENABLE_FEATURE_FIND_XDEV config
Denys Vlasenko
2011-08-11
1
-1
/
+36
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
find: cater for libc w/o FNM_CASEFOLD
Denys Vlasenko
2011-05-23
1
-1
/
+33
*
find: implement -ipath
Bogdan Harjoc
2011-05-22
1
-3
/
+7
*
find: trim help text a bit
Denys Vlasenko
2011-02-12
1
-8
/
+8
*
find: remove the hack we use to parse options first, replace with simpler code
Denys Vlasenko
2011-02-12
1
-121
/
+91
*
find: print/print0/prune _can_ be inverted, fix it
Denys Vlasenko
2011-02-12
1
-106
/
+101
*
find: document ! (not) operator
Denys Vlasenko
2011-02-12
1
-0
/
+3
*
find: help text: PATH must be first
Denys Vlasenko
2011-02-12
1
-1
/
+1
*
find: yet another tweak to help text
Denys Vlasenko
2011-02-12
1
-6
/
+6
*
find: fix help text about -prune: it also does assume -print
Denys Vlasenko
2011-02-12
1
-3
/
+3
*
find: significantly improve hext text. +116 bytes
Denys Vlasenko
2011-02-12
1
-49
/
+56
[next]