Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -2/+2 |
| | | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped | ||||
* | *: kill bb_get_last_path_component, replace with two functions | Denis Vlasenko | 2007-09-24 | 1 | -16/+26 |
| | | | | | | | | | (one which strips trailing slash and one which does not) wget: straighten out as a result of above change text data bss dec hex filename 5056 1 0 5057 13c1 busybox.t4/networking/wget.o 5022 0 0 5022 139e busybox.t5/networking/wget.o | ||||
* | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | 2007-01-29 | 1 | -1/+1 |
| | |||||
* | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -0/+2 |
| | | | | - include the correct headers: applets need busybox.h while lib* need libbb.h | ||||
* | More dead code removal. | Rob Landley | 2006-03-26 | 1 | -27/+1 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -3/+3 |
| | |||||
* | New version to cut size. Includes optional basename() compatibility, but | Manuel Novoa III | 2001-12-05 | 1 | -36/+27 |
| | | | | enabling that would break the basename applet at least for one corner case. | ||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -7/+1 |
| | | | | -Erik | ||||
* | With a bit of care I was able to save about 100 bytes. | Eric Andersen | 2001-06-15 | 1 | -2/+15 |
| | | | | -Erik | ||||
* | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen | 2001-03-16 | 1 | -0/+58 |
files. Clean up the resulting damage and fix up the makefile. -Erik |