Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-13 | Update some missing copyright notices | Eric Andersen | |
2001-12-06 | Fix running more on files in the (broken) procfs that claim 0 length | Eric Andersen | |
when that isn't actually true. -Erik | |||
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-Erik | |||
2001-07-23 | Add support for devfs device names. | Matt Kraai | |
2001-06-26 | Vladimir's last_patch_15 | Glenn L McGrath | |
2001-05-16 | Remove/replace the "div" call. | Eric Andersen | |
2001-04-25 | Move messages.c to libbb. Make each string in messages.c be its own .o file. | Eric Andersen | |
This way, we can new get rid of all that tedious #define rubbish we used to need to enable specific messages. This way is enormously simpler, and as a bonus also ends up saving us 96 bytes. -Erik | |||
2001-04-12 | Fix return code and don't output spurious newlines. | Matt Kraai | |
2001-04-06 | An optimization from Vladimir | Eric Andersen | |
2001-04-05 | more FILE_OFFSET_BITS == 64 adjustments. | Eric Andersen | |
2001-03-23 | Patch to use xfopen from Jeff Garzik | Eric Andersen | |
2001-02-23 | Yet another fix. I think I got it this time. | Eric Andersen | |
-Erik | |||
2001-02-22 | Account for remainder, and reset page_height for each and every page. | Eric Andersen | |
2001-02-22 | Adjust the terminal height for any overlap, so that no lines | Eric Andersen | |
get lost off the top -Erik | |||
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | |
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 | |||
2001-02-02 | It seems I stupidly checked in a silly test I was making. | Eric Andersen | |
-Erik | |||
2001-02-01 | Apply a patch from Larry Doolittle to add "-all" and "-none" switches | Eric Andersen | |
to multibuild.pl. I did a little formatting adjustments to make it _very_ obvious when things stop working. I also removed the USE_PROCFS config option -- just do the right thing when USE_DEVPS_PATCH is enabled. -Erik | |||
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-26 | Make cin be static | Eric Andersen | |
2001-01-18 | Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to | Matt Kraai | |
Vladimir N. Oleynik. | |||
2000-12-30 | Improvements from Vladimir N. Oleynik. | Matt Kraai | |
2000-11-07 | Cleanup of duplicated symbols -- found by compiling with | Eric Andersen | |
LDFLAGS += -Wl,-warn-common | |||
2000-09-27 | Consolidate handling of some fopen failures. | Matt Kraai | |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | |
-Erik | |||
2000-09-21 | Large file >2Gib support. | Eric Andersen | |
2000-07-19 | Centralize handling of --help. | Matt Kraai | |
2000-07-16 | Extract usage information into a separate file. | Matt Kraai | |
2000-07-14 | More fixes for "missing initializers" | Pavel Roskin | |
2000-06-21 | Cleaned up some #ifdef spiderwebs. | Mark Whitley | |
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-06-16 | Added some comments and changed a variable name to be more meaningful. No | Mark Whitley | |
fixes yet for the space bug, but should be coming soon. | |||
2000-06-02 | A number of additional fixed from Pavel Roskin, note some more bugs in the | Eric Andersen | |
TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -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-28 | Latest and greatest. Some effort at libc5 (aiming towards newlib) | Erik Andersen | |
compatability. -Erik | |||
2000-04-21 | Some more updates and such... | Erik Andersen | |
-Erik | |||
2000-04-21 | More Doc updates. cmdedit and more termio fixes. | Erik Andersen | |
2000-04-18 | Updates | Erik Andersen | |
-Erik | |||
2000-02-08 | Some formatting updates (ran the code through indent) | Erik Andersen | |
-Erik | |||
1999-11-19 | Stuf | Eric Andersen | |
1999-11-19 | Stuf | Eric Andersen | |
1999-11-12 | Latest and greatest | Eric Andersen | |
-Erik | |||
1999-11-10 | Updates to usage, and made tar work. | Eric Andersen | |
-Erik | |||
1999-11-09 | Stuff | Eric Andersen | |
1999-11-08 | Stuff | Eric Andersen | |
-Erik | |||
1999-10-20 | Fixed up copyright notices and such | Eric Andersen | |
1999-10-20 | Add a trivial ps command. | Eric Andersen | |
1999-10-19 | More stuff | Eric Andersen | |
1999-10-19 | Added sfdisk. Ststic-ified a bunch of stuff. | Eric Andersen | |
1999-10-18 | More stuff. | Eric Andersen | |
-Erik | |||
1999-10-13 | More fixes | Eric Andersen | |