Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | taskset: fix some careless code in both fancy and non-fancy cases. | Denis Vlasenko | 2008-07-11 | 1 | -2/+2 |
| | | | | | -5 bytes for fancy, +5 for non-fancy | ||||
* | *: 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 | ||||
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -2/+2 |
| | | | | | | | | | trylink: explain how to modify link and drastically decrease amount of padding (unfortunately, needs hand editing ATM). *: add ALIGN1 / ALIGN2 to global strings and arrays of bytes and shorts size saving: 0.5k | ||||
* | - the archivers expect mode to be a mode_t, so do not trip signed/unsigned ↵ | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -2/+2 |
| | | | | conversion purposefully | ||||
* | Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. | "Robert P. J. Day" | 2006-07-10 | 1 | -1/+0 |
| | |||||
* | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -13/+3 |
| | | | | - include the correct headers: applets need busybox.h while lib* need libbb.h | ||||
* | Fix a bug reported by junkio@cox.net involving the mode_chars index. | Manuel Novoa III | 2003-08-14 | 1 | -1/+6 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -47/+103 |
| | |||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -10/+6 |
| | | | | -Erik | ||||
* | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen | 2001-03-16 | 1 | -0/+82 |
files. Clean up the resulting damage and fix up the makefile. -Erik |