Age | Commit message (Expand) | Author |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-20 | - make read_stduu() and read_base64() void, small size tweaks | Bernhard Reutner-Fischer |
2007-01-11 | Trailing whitespace removal over entire tree | Denis Vlasenko |
2006-12-16 | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko |
2006-10-27 | last nail into error_msg() (de)capitalization | Denis Vlasenko |
2006-10-26 | rename functions to more understandable names | Denis Vlasenko |
2006-10-12 | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-23 | Another attempt at untangling the logic so the compiler can follow it and not | Rob Landley |
2006-09-22 | Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1, | Rob Landley |
2006-09-21 | - silence gcc warning about a funcptr possibly being used uninitialized. | Bernhard Reutner-Fischer |
2006-08-20 | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-31 | Remove code that can't be reached. | Rob Landley |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-04-17 | Glenn gave permission for GPLv2 "or later". | Rob Landley |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-01-31 | more better for me signed<->unsigned and the const keyword usage | "Vladimir N. Oleynik" |
2006-01-30 | clean up yet more annoying signed/unsigned mismatches and fixup | Eric Andersen |
2006-01-25 | just whitespace | Tim Riker |
2005-10-06 | change strange depend to libbb.h, but require busybox.h | "Vladimir N. Oleynik" |
2005-09-11 | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley |
2004-04-25 | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2003-11-06 | Rewrite, 800+ bytes smaller and more robust. | Glenn L McGrath |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-07-03 | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen |
2001-10-24 | Fixup the location of pwd.h and grp.h | Eric Andersen |
2001-08-02 | Latest patch from vodz. Adds a check for divide by zero in the posix | Eric Andersen |
2001-07-19 | Some adjustments, mostly from David McCullough <davidm@lineo.com> to | 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-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen |
2001-01-27 | Add in a patch to make busybox use the normal pwd.h and grp.h | Eric Andersen |
2000-12-18 | Change calls to error_msg.* and strerror to use perror_msg.*. | Matt Kraai |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |
2000-12-01 | Stop using TRUE and FALSE for exit status. | Matt Kraai |
2000-11-14 | Remove the BSD advertising clause, and replace it with a link to how | Eric Andersen |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-07-16 | Extract usage information into a separate file. | Matt Kraai |
2000-07-12 | Always report the applet name when doing error reporting. | Matt Kraai |
2000-07-09 | More portability updates. Now compiles cleanly vs glibc, libc5, and uclibc | Eric Andersen |
2000-06-19 | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen |
2000-06-13 | Add new apps md5sum uudecode uuencode, fix some minor formatting things. | Eric Andersen |