Age | Commit message (Expand) | Author |
2006-10-05 | build system overhaul | Denis Vlasenko |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko |
2006-09-29 | Yet another silly little byte saving. couldn't -> cannot | Denis Vlasenko |
2006-09-26 | several fixes from openWRT project | Denis Vlasenko |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-09-11 | Build fixes for gcc 4.0 with -Werror, from Tito. | Rob Landley |
2006-09-09 | udhcp: FEATURE_UDHCP_SYSLOG should be selected only if | Denis Vlasenko |
2006-09-07 | Fix (hopefully) bug 976. Need more thorough audit. | Denis Vlasenko |
2006-09-07 | Add CONFIG_FEATURE_SYSLOG which controls whether | Denis Vlasenko |
2006-09-06 | Implement optional syslog logging using ordinary | Denis Vlasenko |
2006-09-03 | replacing func() with xfunc() where appropriate | Denis Vlasenko |
2006-08-18 | - remove last reminiscents of IN_BUSYBOX | Bernhard Reutner-Fischer |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-24 | get rid of udhcp submenu | Mike Frysinger |
2006-07-05 | This file doesn't appear to be used anywhere. | "Robert P. J. Day" |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-07-01 | Remove all usage of the "register" storage class specifier. | "Robert P. J. Day" |
2006-06-25 | Various cleanups I made while going through Erik Hovland's patch submissions, | Rob Landley |
2006-06-22 | CONFIG_DHCP -> CONFIG_APP_DHCP. | Rob Landley |
2006-06-07 | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer |
2006-05-31 | Use BB endianness macro. | Rob Landley |
2006-05-28 | My first bout of untangling udhcp. Make lots of gratuitous #defines go | Rob Landley |
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley |
2006-05-26 | fix spelling mistakes | Mike Frysinger |
2006-05-21 | Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary | Rob Landley |
2006-05-19 | - replace _PATH_DEVNULL with bb_dev_null | Bernhard Reutner-Fischer |
2006-05-13 | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail... | Mike Frysinger |
2006-05-11 | rename | Mike Frysinger |
2006-05-11 | remove files not related to busybox | Mike Frysinger |
2006-05-10 | - add helptext for --retries | Bernhard Reutner-Fischer |
2006-05-08 | add back in udhcp support | Mike Frysinger |
2006-03-23 | remove in place of external link | Mike Frysinger |
2006-03-23 | make the makefile a little more flexible so we can store in either location | Mike Frysinger |
2006-03-23 | sync busybox and udhcp trees | Mike Frysinger |
2006-03-20 | Roy Walker writes: | Eric Andersen |
2006-03-13 | - revert back to r14406 | Bernhard Reutner-Fischer |
2006-03-09 | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer |
2006-03-02 | - use absolute path for top_builddir and top_srcdir. | Bernhard Reutner-Fischer |
2006-03-01 | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer |
2006-03-01 | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley |
2006-02-22 | Patch from Denis Vlasenko to constify things and fix a few typos. | Rob Landley |
2006-02-22 | Bug 751: file handle leaks can add up until available filehandles for the | Rob Landley |
2006-02-21 | Don't build directory libraries unless we're building an applet that needs it. | Rob Landley |
2006-02-21 | Missed a file in the last checkin, won't build without this... | Rob Landley |
2006-02-20 | Patch from Giuseppe Ciotta to specify retry count. | Rob Landley |
2006-02-02 | make the build system puuuuuuuuuuurty | Mike Frysinger |
2006-01-30 | fix up yet more annoying signed/unsigned and mixed type errors | Eric Andersen |
2006-01-25 | just whitespace | Tim Riker |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer |
2006-01-15 | - shared libbusybox. | Bernhard Reutner-Fischer |