Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -0/+1 |
| | | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik | ||||
* | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 2001-01-23 | 1 | -6/+6 |
| | |||||
* | Use busybox error handling functions wherever possible. | Matt Kraai | 2000-12-22 | 1 | -2/+2 |
| | |||||
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -1/+1 |
| | |||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -18/+0 |
| | |||||
* | 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 | ||||
* | Fix touch so it behaves itself (it could segfault in some cases). | Eric Andersen | 2000-06-02 | 1 | -2/+2 |
| | | | | | Fix uname help info formatting. -Erik | ||||
* | - grep -v ^\.PHONY < Makefile | John Beppu | 2000-04-17 | 1 | -1/+4 |
| | | | | | | | + busybox.def.h BB_FEATURE_TRIVIAL_HELP + uname.c has an example of how BB_FEATURE_TRIVIAL_HELP is to be applied. | ||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -68/+71 |
| | | | | -Erik | ||||
* | Updates to usage, and made tar work. | Eric Andersen | 1999-11-10 | 1 | -2/+3 |
| | | | | -Erik | ||||
* | Stuf | Eric Andersen | 1999-10-26 | 1 | -0/+165 |