| Commit message (Expand) | Author | Age | Files | Lines |
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | vda | 2006-12-16 | 1 | -1/+1 |
* | last nail into error_msg() (de)capitalization | vda | 2006-10-27 | 1 | -8/+8 |
* | rename functions to more understandable names | vda | 2006-10-26 | 1 | -1/+1 |
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | vda | 2006-10-12 | 1 | -2/+2 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 1 | -1/+1 |
* | Another attempt at untangling the logic so the compiler can follow it and not | landley | 2006-09-23 | 1 | -24/+23 |
* | Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1, | landley | 2006-09-22 | 1 | -1/+1 |
* | - silence gcc warning about a funcptr possibly being used uninitialized. | aldot | 2006-09-21 | 1 | -2/+2 |
* | - merge -r15463:15564 from busybox_scratch branch through these changesets: | aldot | 2006-08-20 | 1 | -2/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | landley | 2006-08-03 | 1 | -7/+2 |
* | Remove code that can't be reached. | landley | 2006-07-31 | 1 | -3/+1 |
* | Standardize on the vi editing directives being on the first line. | rpjday | 2006-07-02 | 1 | -0/+1 |
* | Glenn gave permission for GPLv2 "or later". | landley | 2006-04-17 | 1 | -14/+3 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | landley | 2006-03-06 | 1 | -1/+1 |
* | more better for me signed<->unsigned and the const keyword usage | vodz | 2006-01-31 | 1 | -3/+3 |
* | clean up yet more annoying signed/unsigned mismatches and fixup | andersen | 2006-01-30 | 1 | -1/+1 |
* | just whitespace | timr | 2006-01-25 | 1 | -5/+5 |
* | change strange depend to libbb.h, but require busybox.h | vodz | 2005-10-06 | 1 | -2/+1 |
* | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | landley | 2005-09-11 | 1 | -1/+1 |
* | Update my email address, document some of my tasks in the AUTHORS file | bug1 | 2004-04-25 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | andersen | 2004-03-15 | 1 | -2/+2 |
* | Rewrite, 800+ bytes smaller and more robust. | bug1 | 2003-11-06 | 1 | -330/+178 |
* | Major coreutils update. | mjn3 | 2003-03-19 | 1 | -13/+13 |
* | Scrub pwd.h and grp.h handling so we don't have to play any | andersen | 2002-07-03 | 1 | -2/+2 |
* | Fixup the location of pwd.h and grp.h | andersen | 2001-10-24 | 1 | -2/+2 |
* | Latest patch from vodz. Adds a check for divide by zero in the posix | andersen | 2001-08-02 | 1 | -8/+2 |
* | Some adjustments, mostly from David McCullough <davidm@lineo.com> to | andersen | 2001-07-19 | 1 | -3/+12 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | andersen | 2001-02-20 | 1 | -1/+1 |
* | This patch, put together by Manuel Novoa III, is a merge of work | andersen | 2001-02-14 | 1 | -1/+1 |
* | Removed trailing \n from error_msg{,_and_die} messages. | kraai | 2001-01-31 | 1 | -10/+10 |
* | Fix header file usage -- there were many unnecessary header files included in | andersen | 2001-01-27 | 1 | -0/+4 |
* | Add in a patch to make busybox use the normal pwd.h and grp.h | andersen | 2001-01-27 | 1 | -1/+0 |
* | Change calls to error_msg.* and strerror to use perror_msg.*. | kraai | 2000-12-18 | 1 | -2/+2 |
* | Changed names of functions in utility.c and all affected files, to make | markw | 2000-12-07 | 1 | -12/+12 |
* | Stop using TRUE and FALSE for exit status. | kraai | 2000-12-01 | 1 | -3/+3 |
* | Remove the BSD advertising clause, and replace it with a link to how | andersen | 2000-11-14 | 1 | -31/+36 |
* | Renamed "internal.h" to the more sensible "busybox.h". | andersen | 2000-09-25 | 1 | -1/+1 |
* | Extract usage information into a separate file. | kraai | 2000-07-16 | 1 | -9/+0 |
* | Always report the applet name when doing error reporting. | kraai | 2000-07-12 | 1 | -2/+2 |
* | More portability updates. Now compiles cleanly vs glibc, libc5, and uclibc | andersen | 2000-07-09 | 1 | -0/+1 |
* | Updates to a number of apps to remove warnings/compile errors under libc5. | andersen | 2000-06-19 | 1 | -1/+1 |
* | Add new apps md5sum uudecode uuencode, fix some minor formatting things. | andersen | 2000-06-13 | 1 | -0/+350 |