Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 2001-01-23 | 1 | -1/+1 |
| | |||||
* | Use busybox error handling functions wherever possible. | Matt Kraai | 2000-12-22 | 1 | -9/+4 |
| | |||||
* | Make more things be static (like they are supposed to be). | Eric Andersen | 2000-12-20 | 1 | -4/+4 |
| | |||||
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -8/+8 |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | ||||
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -5/+5 |
| | |||||
* | Fix uname problem that was breaking poweroff. | Eric Andersen | 2000-10-30 | 1 | -16/+2 |
| | |||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Some #include updates. | Eric Andersen | 2000-08-10 | 1 | -1/+0 |
| | | | | -Erik | ||||
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -14/+0 |
| | |||||
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 1 | -20/+13 |
| | |||||
* | Use global applet_name instead of local versions. | Matt Kraai | 2000-07-12 | 1 | -11/+7 |
| | |||||
* | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | 2000-06-19 | 1 | -1/+1 |
| | | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik | ||||
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 1 | -3/+6 |
| | | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | ||||
* | * all mallocs now use xmalloc (and so are OOM error safe), and | Erik Andersen | 2000-03-21 | 1 | -4/+2 |
| | | | | | | the common error handling saves a few bytes. Thanks to Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. -Erik | ||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -97/+100 |
| | | | | -Erik | ||||
* | Updates to usage, and made tar work. | Eric Andersen | 1999-11-10 | 1 | -4/+5 |
| | | | | -Erik | ||||
* | Added sfdisk. Ststic-ified a bunch of stuff. | Eric Andersen | 1999-10-19 | 1 | -116/+332 |
| | |||||
* | More stuff. | Eric Andersen | 1999-10-18 | 1 | -9/+8 |
| | | | | -Erik | ||||
* | Initial revision0_29alpha2 | Eric Andersen | 1999-10-05 | 1 | -0/+253 |