Rob Landley
|
e9a7a6212b
Change license statements (and clean up headers) on some of the files that
|
18 years ago |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 years ago |
Bernhard Reutner-Fischer
|
19008b8373
- reuse strings and messages. Saves about 600B
|
18 years ago |
Bernhard Reutner-Fischer
|
e15d7573a1
- move #include busybox.h to the very top so we pull in the config
|
18 years ago |
Paul Fox
|
d7384296f6
implement -print0 for find
|
18 years ago |
Paul Fox
|
8416a2d558
prevent find from ever descending into an xdev'ed directory.
|
18 years ago |
Rob Landley
|
c5b1d4d6b1
Patch from Denis Vlasenko to add xstat() and use it.
|
18 years ago |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 years ago |
Paul Fox
|
72d1a2357d
add find's "-mmin" option. configurable.
|
19 years ago |
Rob Landley
|
cee605c525
The supposedly trivial CONFIG->ENABLE conversion wasn't so trivial. The
|
19 years ago |
Rob Landley
|
5d3a0e8ed3
Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_
|
19 years ago |
"Vladimir N. Oleynik"
|
007a011647
network "default" --> bb_INET_default. Reduce 2 exported from find applet
|
19 years ago |
Eric Andersen
|
14f5c8d764
Patch from Bernhard Fischer to make a bunch of symbols static
|
19 years ago |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 years ago |
Eric Andersen
|
cb81e6484d
Update a bunch of docs. Run a script to update my email addr.
|
21 years ago |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
22 years ago |
Eric Andersen
|
97d86f2bb5
Apply patch from Ghozlane Toumi to add -inum support to find.
|
22 years ago |
Glenn L McGrath
|
49b0f86043
Fix -mtime, by Ian Abbott
|
22 years ago |
Robert Griebl
|
41369af3f2
Patch for bug #1183: Added a -xdev option to find (configurable)
|
22 years ago |
Matt Kraai
|
1f0c43668a
Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.
|
23 years ago |
Eric Andersen
|
bdfd0d78bc
Major rework of the directory structure and the entire build system.
|
23 years ago |
Mark Whitley
|
e0a7f917c2
Applied patch from David Douthitt to re-add -print option to find.
|
24 years ago |
Eric Andersen
|
cbe31dace5
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
24 years ago |
Eric Andersen
|
67991cf824
This patch, put together by Manuel Novoa III, is a merge of work
|
24 years ago |
Matt Kraai
|
096370d349
Reworked find with David Douthitt to support -type, -perm, -mtime, and
|
24 years ago |
Eric Andersen
|
8ec10a9483
Fix up copyright msgs. Bump version to 0.49 in preparation for
|
24 years ago |
Eric Andersen
|
ed3ef50c23
Fix header file usage -- there were many unnecessary header files included in
|
24 years ago |
Matt Kraai
|
12f417edbd
Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to
|
24 years ago |
Mark Whitley
|
f57c944e09
Changed names of functions in utility.c and all affected files, to make
|
24 years ago |
Matt Kraai
|
3e856ce428
Stop using TRUE and FALSE for exit status.
|
24 years ago |