Age | Commit message (Expand) | Author |
2006-06-16 | Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently | Rob Landley |
2006-06-13 | Patch from Denis Vlasenko, tweak error messages. | Rob Landley |
2006-06-13 | Minor size shrinkage. | Rob Landley |
2006-06-07 | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer |
2006-06-06 | Whack the one last warning in make allbareconfig... | Rob Landley |
2006-05-03 | Build break fix from Bernhard fischer, fixing fallout from svn 14974. (My bad.) | Rob Landley |
2006-04-29 | Patches from Denis Vlasenko to rework "current_name" handling and remove | Rob Landley |
2006-04-29 | Patch from Denis Vlasenko: | Rob Landley |
2006-04-29 | Patch from Denis Vlasenko: | Rob Landley |
2006-03-10 | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer |
2004-04-14 | Larry Doolittle writes: | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-01-30 | s/u_int/uint/g | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-11-28 | Change if(x)free(x); to free(x); | Aaron Lehmann |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-08-29 | Standard typing (u_int16_t instead of u16, u_int32_t instead | Eric Andersen |
2001-03-21 | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen |
2001-03-09 | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-01-31 | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai |
2001-01-23 | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley |
2000-12-12 | Fix from Gennady Feldman for error msg | Eric Andersen |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-09-19 | Both of these commands were subtly broken. Fortunately when used together the | Eric Andersen |
2000-08-10 | Some #include updates. | Eric Andersen |
2000-07-25 | Use BB_FEATURE_CLEAN_UP where appropriate | Eric Andersen |
2000-07-17 | It is now possible to select in busybox.def.h whether minixfs version 2 | Pavel Roskin |
2000-07-16 | Extract usage information into a separate file. | Matt Kraai |
2000-07-14 | Don't use strings directly in calls to usage(). This is in preparation | Matt Kraai |
2000-07-14 | Use errorMsg rather than fprintf. | Matt Kraai |
2000-07-12 | Use global applet_name instead of local versions. | Matt Kraai |
2000-07-10 | More linux kernel header file removal. | Eric Andersen |
2000-07-06 | Remove some warning with glibc. | Eric Andersen |
2000-07-06 | a few minor cleanups. | Eric Andersen |
2000-07-04 | Some cosmetic updates. Changed "OPTIONS" to "Options". | Eric Andersen |
2000-05-20 | First pass at fixing tar segfault, and more portability updates. | Erik Andersen |
2000-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen |
2000-04-28 | Latest and greatest. Some effort at libc5 (aiming towards newlib) | Erik Andersen |
2000-03-23 | My latest ramblings. | Erik Andersen |
2000-03-21 | * all mallocs now use xmalloc (and so are OOM error safe), and | Erik Andersen |
2000-02-11 | + memory allocation/deallocation is less tolerant of evil. | John Beppu |
2000-02-11 | reduced .bss size by dynmaically allocating a certain large | John Beppu |
2000-02-08 | Some formatting updates (ran the code through indent) | Erik Andersen |
2000-02-07 | A few minor updates. ;-) | Erik Andersen |
1999-11-10 | Updates to usage, and made tar work. | Eric Andersen |