Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | |
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 | |||
2001-01-03 | Logger forgot to NULL terminate strings from stdin. | Eric Andersen | |
2001-01-02 | Log stdin when no message given and use getopt. | Matt Kraai | |
2000-12-11 | Patch from larry doolittle to make sure we don't realloc | Eric Andersen | |
a pointer that was not yet malloced mem. | |||
2000-12-09 | Some little cleanups from Larry Doolittle | Eric Andersen | |
2000-12-08 | Patch from Matt Kraai to make logger log all arguments. | Eric Andersen | |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | |
compliant with the style guide. Everybody rebuild your tags file! | |||
2000-12-07 | Fix by Tim Robbins <fyre@box3n.gumbynet.org> to prevent bad format | Matt Kraai | |
strings from being passed to syslog(3). | |||
2000-11-14 | Remove the BSD advertising clause, and replace it with a link to how | Eric Andersen | |
the advertising clause has been retroactivly declared null and void. | |||
2000-10-25 | Clean up error handling and uses of TRUE/FALSE. | Matt Kraai | |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | |
-Erik | |||
2000-08-10 | Some #include updates. | Eric Andersen | |
-Erik | |||
2000-07-16 | Extract usage information into a separate file. | Matt Kraai | |
2000-07-14 | More fixes for "signed vs. unsigned" warnings. | Pavel Roskin | |
2000-07-14 | Use errorMsg rather than fprintf. | Matt Kraai | |
2000-06-19 | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | |
Tested under both libc5 and libc6 and all seems well with these fixes. -Erik | |||
2000-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | |
which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | |||
2000-04-13 | Upates to include copyright 2000 to everything | Erik Andersen | |
-Erik | |||
2000-02-08 | Some formatting updates (ran the code through indent) | Erik Andersen | |
-Erik | |||
2000-01-29 | Clear up some ambiguity with old style assignments. | Erik Andersen | |
-Erik | |||
2000-01-23 | Some busybox updates. You no longer _have_ to put a "-" in front of tar | Erik Andersen | |
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 | |||
2000-01-09 | Fix a logger bug. | Erik Andersen | |
-Erik | |||
2000-01-07 | Trivial type fix. | Erik Andersen | |
-Erik | |||
1999-12-16 | Fix bugs in logger and syslogd. Add fbset. | Erik Andersen | |
-Erik | |||
1999-11-25 | Stuf | Eric Andersen | |
1999-11-25 | Stuf | Eric Andersen | |