Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
| | | | | | EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so | ||||
* | remove nearly-duplicate PATHs in several places | Denis Vlasenko | 2007-06-12 | 1 | -1/+3 |
| | | | | | | | | | | | | | | 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 | ||||
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
| | | | | | *: s/include "busybox.h"/include "libbb.h" | ||||
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
| | | | | no preceding prototype | ||||
* | fix which-uses-default-path | Denis Vlasenko | 2007-01-28 | 1 | -0/+4 |
| | |||||
* | remove bb_printf and the like | Denis Vlasenko | 2006-10-26 | 1 | -1/+1 |
| | |||||
* | ifupdown: stop emitting annoying/misleading error messages. | Denis Vlasenko | 2006-10-11 | 1 | -54/+14 |
| | | | | Patch by Gabriel Somlo <somlo at cmu.edu> | ||||
* | which: -84 bytes | Denis Vlasenko | 2006-10-05 | 1 | -46/+23 |
| | |||||
* | - fix copy'n paste errors that got introduced when switching to the shorter ↵ | Bernhard Reutner-Fischer | 2006-09-13 | 1 | -1/+1 |
| | | | | | | boilerplate. No object code changes. | ||||
* | Remove unnecessary consts.1_2_0 | Rob Landley | 2006-07-19 | 1 | -1/+1 |
| | |||||
* | Rearrange order of type qualifiers. | "Robert P. J. Day" | 2006-07-18 | 1 | -1/+1 |
| | |||||
* | - minor shrinkage | Bernhard Reutner-Fischer | 2006-06-14 | 1 | -8/+13 |
| | |||||
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-02 | 1 | -1/+1 |
| | | | | and eventual platform specific includes in early. | ||||
* | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -8/+0 |
| | | | | - use shorter boilerplate while at it | ||||
* | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley | 2006-05-07 | 1 | -2/+2 |
| | | | | | as the old optimization did (actually does slightly better under gcc 4.0), and simplifies the code. | ||||
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
| | | | | definitions. (That should only be on prototypes.) | ||||
* | committing bug #7: | Paul Fox | 2005-09-14 | 1 | -29/+42 |
| | | | | | | 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... | ||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -2/+2 |
| | |||||
* | Fix a compile error identiefied by Steven Scholz. | Glenn L McGrath | 2004-03-03 | 1 | -1/+1 |
| | | | | Declare variables first for compatability. | ||||
* | Check file has execute permission for the current user, minor formating | Glenn L McGrath | 2004-03-01 | 1 | -24/+20 |
| | |||||
* | fix a bug where `which' doesn't check whether the file passed as an argument | Glenn L McGrath | 2003-10-29 | 1 | -1/+3 |
| | | | | is a regular file, patch by Arthur Othieno | ||||
* | sigh | Eric Andersen | 2003-10-22 | 1 | -1/+1 |
| | |||||
* | Tomasz Motylewski reported that the 'which' applet does not find | Eric Andersen | 2003-10-22 | 1 | -12/+30 |
| | | | | | | files when the full file PATH is specified. This patch from Arthur Othieno fixes it. | ||||
* | 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 | -1/+1 |
| | |||||
* | Move readlink, mktemp, run-parts and which to a new debianutils dir. | Glenn L McGrath | 2002-11-11 | 1 | -0/+81 |