Denis Vlasenko
|
5e34ff29bc
|
*: mass renaming of USE_XXXX to IF_XXXX
and SKIP_XXXX to IF_NOT_XXXX - the second one was especially
badly named. It was not skipping anything!
|
2009-04-21 11:09:40 +00:00 |
|
Denis Vlasenko
|
a60f84ebf0
|
*: rename ATTRIBUTE_XXX to just XXX.
|
2008-07-05 09:18:54 +00:00 |
|
Denis Vlasenko
|
f592aa36f3
|
which: -a support (needed for bfin uclibc build script)
real support (with CONFIG_DESKTOP=y): 120+ bytes:
text data bss dec hex filename
807958 624 7036 815618 c7202 busybox_old
808085 624 7036 815745 c7281 busybox_unstripped
"fake" support (with CONFIG_DESKTOP unset): ~45 bytes:
text data bss dec hex filename
797790 611 6996 805397 c4a15 busybox_old
797834 611 6996 805441 c4a41 busybox_unstripped
|
2008-06-05 13:33:59 +00:00 |
|
Denis Vlasenko
|
6446c2d4ab
|
which: fix testsuite failure
pidof: do not output empty line if nothing found
testsuite: disable false positive
|
2007-11-25 04:54:13 +00:00 |
|
Denis Vlasenko
|
9b49a5ed85
|
add -fvisibility=hidden to CC flags, mark XXX_main functions
EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so
|
2007-10-11 10:05:36 +00:00 |
|
Denis Vlasenko
|
f5f75c5e82
|
remove nearly-duplicate PATHs in several places
function old new delta
bb_PATH_root_path - 35 +35
varunset 60 58 -2
arith 2042 2033 -9
bb_default_root_login_path 30 - -30
.rodata 128794 128762 -32
which_main 152 117 -35
defpathvar 40 - -40
------------------------------------------------------------------------------
(add/remove: 1/2 grow/shrink: 0/4 up/down: 35/-148) Total: -113 bytes
|
2007-06-12 22:35:19 +00:00 |
|
Denis Vlasenko
|
b6adbf1be2
|
usage.c: remove reference to busybox.h
*: s/include "busybox.h"/include "libbb.h"
|
2007-05-26 19:00:18 +00:00 |
|
Denis Vlasenko
|
06af216528
|
suppress warnings about easch <applet>_main() having
no preceding prototype
|
2007-02-03 17:28:39 +00:00 |
|
Denis Vlasenko
|
9d938732d0
|
fix which-uses-default-path
|
2007-01-28 15:31:19 +00:00 |
|
Denis Vlasenko
|
f0ed376eda
|
remove bb_printf and the like
|
2006-10-26 23:21:47 +00:00 |
|
Denis Vlasenko
|
f6f43df60b
|
ifupdown: stop emitting annoying/misleading error messages.
Patch by Gabriel Somlo <somlo at cmu.edu>
|
2006-10-11 22:16:56 +00:00 |
|
Denis Vlasenko
|
01c27fc5ac
|
which: -84 bytes
|
2006-10-05 21:10:53 +00:00 |
|
Bernhard Reutner-Fischer
|
7fee0c4357
|
- fix copy'n paste errors that got introduced when switching to the shorter boilerplate.
No object code changes.
|
2006-09-13 16:39:19 +00:00 |
|
Rob Landley
|
f86a5ba510
|
Remove unnecessary consts.
|
2006-07-19 21:45:30 +00:00 |
|
"Robert P. J. Day"
|
fc2aea1a76
|
Rearrange order of type qualifiers.
|
2006-07-18 11:33:44 +00:00 |
|
Bernhard Reutner-Fischer
|
66e3a222cd
|
- minor shrinkage
|
2006-06-14 16:17:50 +00:00 |
|
Bernhard Reutner-Fischer
|
e15d7573a1
|
- move #include busybox.h to the very top so we pull in the config
and eventual platform specific includes in early.
|
2006-06-02 20:56:16 +00:00 |
|
Bernhard Reutner-Fischer
|
b1629b1b2a
|
- remove emacs layout block as suggested by Robert P.J. Day
- use shorter boilerplate while at it
|
2006-05-19 19:29:19 +00:00 |
|
Rob Landley
|
a389651115
|
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
as the old optimization did (actually does slightly better under gcc 4.0), and
simplifies the code.
|
2006-05-07 20:20:34 +00:00 |
|
Rob Landley
|
dfba741457
|
Robert P. Day removed 8 gazillion occurrences of "extern" on function
definitions. (That should only be on prototypes.)
|
2006-03-06 20:47:33 +00:00 |
|
Paul Fox
|
db485cf7bc
|
committing bug #7:
0000007: which and wd-located files
which doesn't search $PATH when there's a file in the WD with
the same name of the 'filename' parameter...
|
2005-09-14 14:08:38 +00:00 |
|
Eric Andersen
|
c7bda1ce65
|
Remove trailing whitespace. Update copyright to include 2004.
|
2004-03-15 08:29:22 +00:00 |
|
Glenn L McGrath
|
bbf2ce36d8
|
Fix a compile error identiefied by Steven Scholz.
Declare variables first for compatability.
|
2004-03-03 21:12:16 +00:00 |
|
Glenn L McGrath
|
e84152e9e1
|
Check file has execute permission for the current user, minor formating
|
2004-03-01 08:32:49 +00:00 |
|
Glenn L McGrath
|
984b45142a
|
fix a bug where `which' doesn't check whether the file passed as an argument
is a regular file, patch by Arthur Othieno
|
2003-10-29 04:50:35 +00:00 |
|
Eric Andersen
|
e78fe2414b
|
sigh
|
2003-10-22 11:36:55 +00:00 |
|
Eric Andersen
|
514633bf3f
|
Tomasz Motylewski reported that the 'which' applet does not find
files when the full file PATH is specified.
This patch from Arthur Othieno fixes it.
|
2003-10-22 10:38:22 +00:00 |
|
Eric Andersen
|
cb81e6484d
|
Update a bunch of docs. Run a script to update my email addr.
|
2003-07-14 21:21:08 +00:00 |
|
Manuel Novoa III
|
cad5364599
|
Major coreutils update.
|
2003-03-19 09:13:01 +00:00 |
|
Glenn L McGrath
|
8f0722a53b
|
Move readlink, mktemp, run-parts and which to a new debianutils dir.
|
2002-11-11 03:00:12 +00:00 |
|