Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Applied patch from Gennady Feldman to split up syslogd.c into syslogd and | Mark Whitley | 2001-03-12 | 1 | -2/+3 |
| | | | | klogd (as it should be). | ||||
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+2 |
| | | | | | | 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 | -1/+1 |
| | | | | | | 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 | -2/+2 |
| | |||||
* | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen | 2001-01-27 | 1 | -1/+1 |
| | | | | | a release. Update the website with release details. -Erik | ||||
* | 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 | ||||
* | Logger forgot to NULL terminate strings from stdin. | Eric Andersen | 2001-01-03 | 1 | -1/+1 |
| | |||||
* | Log stdin when no message given and use getopt. | Matt Kraai | 2001-01-02 | 1 | -38/+17 |
| | |||||
* | Patch from larry doolittle to make sure we don't realloc | Eric Andersen | 2000-12-11 | 1 | -0/+1 |
| | | | | a pointer that was not yet malloced mem. | ||||
* | Some little cleanups from Larry Doolittle | Eric Andersen | 2000-12-09 | 1 | -1/+1 |
| | |||||
* | Patch from Matt Kraai to make logger log all arguments. | Eric Andersen | 2000-12-08 | 1 | -3/+12 |
| | |||||
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -3/+3 |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | ||||
* | Fix by Tim Robbins <fyre@box3n.gumbynet.org> to prevent bad format | Matt Kraai | 2000-12-07 | 1 | -1/+1 |
| | | | | strings from being passed to syslog(3). | ||||
* | Remove the BSD advertising clause, and replace it with a link to how | Eric Andersen | 2000-11-14 | 1 | -0/+43 |
| | | | | the advertising clause has been retroactivly declared null and void. | ||||
* | Clean up error handling and uses of TRUE/FALSE. | Matt Kraai | 2000-10-25 | 1 | -14/+8 |
| | |||||
* | 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 |
| | |||||
* | More fixes for "signed vs. unsigned" warnings. | Pavel Roskin | 2000-07-14 | 1 | -1/+2 |
| | |||||
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 1 | -3/+3 |
| | |||||
* | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | 2000-06-19 | 1 | -2/+2 |
| | | | | | 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 | ||||
* | Upates to include copyright 2000 to everything | Erik Andersen | 2000-04-13 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -96/+95 |
| | | | | -Erik | ||||
* | Clear up some ambiguity with old style assignments. | Erik Andersen | 2000-01-29 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Some busybox updates. You no longer _have_ to put a "-" in front of tar | Erik Andersen | 2000-01-23 | 1 | -38/+21 |
| | | | | | | | options, logger is better behaved and has a "-t" option now. init now supports the kernel chroot patch, so you can chroot to a new device and umount the old root. -Erik | ||||
* | Fix a logger bug. | Erik Andersen | 2000-01-09 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Trivial type fix. | Erik Andersen | 2000-01-07 | 1 | -2/+1 |
| | | | | -Erik | ||||
* | Fix bugs in logger and syslogd. Add fbset. | Erik Andersen | 1999-12-16 | 1 | -5/+4 |
| | | | | -Erik | ||||
* | Stuf | Eric Andersen | 1999-11-25 | 1 | -8/+18 |
| | |||||
* | Stuf | Eric Andersen | 1999-11-25 | 1 | -0/+186 |