index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
findutils
/
find.c
Age
Commit message (
Expand
)
Author
2010-06-15
findutils/*: move usage and applet bits to *.c files
Denys Vlasenko
2010-06-06
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-05-09
make it possible to keep Config/Kbuild snippets in *.c files
Denys Vlasenko
2010-04-26
find: fix -name matching for dotfiles. -1 byte
Denys Vlasenko
2010-03-23
*: merge some common strings
Denys Vlasenko
2010-02-25
find: tweak error message
Bernhard Reutner-Fischer
2010-02-04
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-01-10
find: correct handling of -xdev
Denys Vlasenko
2010-01-06
find: add optional support for -links. +100 bytes
Matheus Izvekov
2010-01-04
*: remove some uses of argc
Denys Vlasenko
2009-09-30
find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx
Denys Vlasenko
2009-09-29
find: -follow should not error out on dandling links
Denys Vlasenko
2009-09-27
find: do not recurse into directories with depth == --maxdepth
Denys Vlasenko
2009-09-23
*: more portability fixes by Dan Fandrich
Denys Vlasenko
2009-09-13
add USE_PORTABLE_CODE option and use it in find applet
Denys Vlasenko
2009-09-06
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-06-05
*: add FAST_FUNC to function ptrs where it makes sense
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-03-20
Compatibility 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-on
Denis Vlasenko
2008-03-20
gcc compat fix and warning suppression
Denis Vlasenko
2008-03-17
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2007-12-09
find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>)
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-01
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-09-06
fix -xdev behavior in the presence of two or more nested mount points
Paul Fox
2007-08-23
*: compile fixes for 64-bit build
Denis Vlasenko
2007-08-16
find: fix SELinux-related warning
Denis Vlasenko
2007-08-13
httpd: round down sendfile byte count to 64k
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-27
multiplier suffixes are short, store them directly in struct suffix_mult
Denis Vlasenko
2007-07-24
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-01
find: fix build failure on certain configs
Denis Vlasenko
2007-07-01
find: style fix
Denis Vlasenko
2007-06-30
introduce and use bb_basename()
Denis Vlasenko
2007-06-19
find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>)
Denis Vlasenko
2007-06-16
find: make -size match GNU find
Denis Vlasenko
2007-06-15
find: add conditional support for -maxdepth and -regex
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-13
find: add support for -delete, -path (by Natanael Copa)
Denis Vlasenko
2007-04-10
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-04-09
factor out NOFORK/NOEXEC code from find. Use it for xargs too.
Denis Vlasenko
2007-04-09
Implement first instance of NOFORK applet - echo
Denis Vlasenko
2007-04-08
find: fix -prune more. Add big comment about it.
Denis Vlasenko
2007-04-08
find: fix handling of -prune
Denis Vlasenko
2007-04-05
- size and prune were mixed up
Bernhard Reutner-Fischer
2007-04-05
find: missed 'ststic' on const data
Denis Vlasenko
2007-04-04
find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>)
Denis Vlasenko
[next]