Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen | 2001-03-21 | 1 | -9/+9 |
| | | | | cleans up most of the now-revealed problems. | ||||
* | Size optimization for rdate from Vladimir | Eric Andersen | 2001-03-19 | 1 | -34/+22 |
| | |||||
* | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen | 2001-03-09 | 1 | -3/+3 |
| | | | | namespace polluting things that really should be static. | ||||
* | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup | Eric Andersen | 2001-03-09 | 1 | -0/+2 |
| | | | | | warnings with glibc 2.2 and use always use xfopen -Erik | ||||
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -3/+3 |
| | | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik | ||||
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -3/+3 |
| | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | ||||
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -1/+1 |
| | |||||
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -0/+2 |
| | | | | | | | 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 | -1/+1 |
| | |||||
* | Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to | Matt Kraai | 2001-01-18 | 1 | -1/+1 |
| | | | | Vladimir N. Oleynik. | ||||
* | Change calls to error_msg.* and strerror to use perror_msg.*. | Matt Kraai | 2000-12-18 | 1 | -5/+5 |
| | |||||
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -6/+6 |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | ||||
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -4/+2 |
| | |||||
* | Silence a warning, | Eric Andersen | 2000-10-26 | 1 | -1/+1 |
| | |||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Fix a potential warning | Eric Andersen | 2000-09-21 | 1 | -1/+1 |
| | |||||
* | Oops. Forgot to commit rdate.c. | Eric Andersen | 2000-08-21 | 1 | -0/+135 |
-Erik |