index
:
busybox
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_3_stable
1_4_stable
1_5_stable
1_6_stable
1_7_stable
1_8_stable
1_9_stable
master
BusyBox: The Swiss Army Knife of Embedded Linux
vda
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
findutils
/
find.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
find: fix -not support
Denis Vlasenko
2007-02-06
1
-3
/
+3
*
find: support for !
Denis Vlasenko
2007-02-04
1
-8
/
+37
*
- strip 12 bytes off by using a smaller type for need_print.
Bernhard Reutner-Fischer
2007-02-04
1
-8
/
+9
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
assorted fixes for bugs found with randomconfig
Denis Vlasenko
2007-02-03
1
-1
/
+4
*
find -user support by Natanael Copa <natanael.copa@gmail.com>
Denis Vlasenko
2007-02-02
1
-0
/
+19
*
preparatory patch for -Wwrite-strings #4
Denis Vlasenko
2007-01-29
1
-4
/
+4
*
fix warning in find.c
Denis Vlasenko
2007-01-27
1
-4
/
+4
*
find: fix -mtime, -mmin, -perm (+ add symbolic perm handling)
Denis Vlasenko
2007-01-26
1
-27
/
+40
*
fix warning from needlessly-global functions
Denis Vlasenko
2007-01-22
1
-1
/
+1
*
find: fix misplaced #else (fix by Harald Kuthe <trhoudini@hotmail.com>)
Denis Vlasenko
2007-01-03
1
-2
/
+3
*
merge post-1.3.0 fixes
Denis Vlasenko
2006-12-26
1
-1
/
+3
*
sum: 40% size reduction (-300 bytes)
Denis Vlasenko
2006-12-23
1
-10
/
+5
*
find: fix spurious -exec error messages
Denis Vlasenko
2006-12-23
1
-2
/
+1
*
build system: add "release" target
Denis Vlasenko
2006-12-12
1
-0
/
+14
*
mostly style fixes
Denis Vlasenko
2006-11-01
1
-29
/
+29
*
find: -type T was actually meaning ! -type T!
Denis Vlasenko
2006-10-31
1
-1
/
+1
*
find: implement -prune. "make clean" now works! :)
Denis Vlasenko
2006-10-31
1
-3
/
+21
*
find: fix implicit -print (sometime differed from standard)
Denis Vlasenko
2006-10-31
1
-3
/
+11
*
find: implement ( )
Denis Vlasenko
2006-10-30
1
-96
/
+169
*
find: a lot more compliant to 'standard' find
Denis Vlasenko
2006-10-29
1
-173
/
+260
*
find: small improvement
Denis Vlasenko
2006-10-29
1
-11
/
+15
*
find: fix -exec to work like stock find does.
Denis Vlasenko
2006-10-29
1
-98
/
+155
*
recursive_action: add depth param
Denis Vlasenko
2006-10-27
1
-3
/
+3
*
grep: add support for -r
Denis Vlasenko
2006-10-14
1
-26
/
+26
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-27
/
+18
*
Change license statements (and clean up headers) on some of the files that
Rob Landley
2006-09-22
1
-1
/
+1
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
1
-12
/
+5
*
- reuse strings and messages. Saves about 600B
Bernhard Reutner-Fischer
2006-06-07
1
-18
/
+14
*
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-06-02
1
-15
/
+2
*
implement -print0 for find
Paul Fox
2006-05-12
1
-0
/
+11
*
prevent find from ever descending into an xdev'ed directory.
Paul Fox
2006-03-27
1
-15
/
+9
*
Patch from Denis Vlasenko to add xstat() and use it.
Rob Landley
2006-03-13
1
-6
/
+3
*
just whitespace
Tim Riker
2006-01-25
1
-2
/
+2
*
add find's "-mmin" option. configurable.
Paul Fox
2006-01-13
1
-0
/
+27
*
The supposedly trivial CONFIG->ENABLE conversion wasn't so trivial. The
Rob Landley
2005-10-06
1
-22
/
+50
*
Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_
Rob Landley
2005-10-04
1
-43
/
+60
*
network "default" --> bb_INET_default. Reduce 2 exported from find applet
"Vladimir N. Oleynik"
2005-09-22
1
-2
/
+2
*
Patch from Bernhard Fischer to make a bunch of symbols static
Eric Andersen
2005-04-16
1
-1
/
+1
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
1
-4
/
+4
*
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-07-14
1
-2
/
+1
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-14
/
+14
*
Apply patch from Ghozlane Toumi to add -inum support to find.
Eric Andersen
2003-01-23
1
-11
/
+49
*
Fix -mtime, by Ian Abbott
Glenn L McGrath
2002-12-11
1
-5
/
+5
*
Patch for bug #1183: Added a -xdev option to find (configurable)
Robert Griebl
2002-07-24
1
-0
/
+43
*
Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.
Matt Kraai
2001-12-20
1
-4
/
+4
*
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-10-24
1
-12
/
+12
*
Applied patch from David Douthitt to re-add -print option to find.
Mark Whitley
2001-03-28
1
-0
/
+3
*
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-20
1
-1
/
+1
*
This patch, put together by Manuel Novoa III, is a merge of work
Eric Andersen
2001-02-14
1
-1
/
+1
[next]