| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - fold recurse, depthFirst and dereference params into one param flags. | Bernhard Reutner-Fischer | 2007-03-29 | 1 | -2/+2 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+2 |
* | preparatory patch for -Wwrite-strings #4 | Denis Vlasenko | 2007-01-29 | 1 | -1/+1 |
* | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | 2007-01-29 | 1 | -1/+1 |
* | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko | 2007-01-22 | 1 | -2/+0 |
* | stop using __u32 etc. uint32_t is there for a reason | Denis Vlasenko | 2006-12-31 | 1 | -9/+6 |
* | next bunch of fixes for bugs found by randconfig | Denis Vlasenko | 2006-12-30 | 1 | -3/+4 |
* | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko | 2006-12-30 | 1 | -0/+1 |
* | style fixes | Denis Vlasenko | 2006-12-26 | 1 | -1/+1 |
* | remove casts from xmalloc() | Denis Vlasenko | 2006-12-19 | 1 | -1/+1 |
* | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | 2006-11-27 | 1 | -3/+3 |
* | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko | 2006-11-27 | 1 | -6/+5 |
* | insmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG to #if ENABLE, | Denis Vlasenko | 2006-11-21 | 1 | -115/+114 |
* | insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close(). | Denis Vlasenko | 2006-11-21 | 1 | -22/+26 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | 2006-11-18 | 1 | -2/+2 |
* | recursive_action: add depth param | Denis Vlasenko | 2006-10-27 | 1 | -3/+3 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -2/+2 |
* | add open_read_close() and similar stuff | Denis Vlasenko | 2006-10-14 | 1 | -2/+2 |
* | style fixes | Denis Vlasenko | 2006-10-12 | 1 | -280/+271 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -1/+1 |
* | dnsd fix; option_mask32 added. dnsd needs more love. | Denis Vlasenko | 2006-10-06 | 1 | -9/+8 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | Yet another silly little byte saving. couldn't -> cannot | Denis Vlasenko | 2006-09-29 | 1 | -1/+1 |
* | insmod: getopt_ulflags'isation | Denis Vlasenko | 2006-09-23 | 1 | -62/+40 |
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -2/+2 |
* | xopen3(O_RDONLY) -> xopen(O_RDONLY). | Denis Vlasenko | 2006-09-09 | 1 | -1/+1 |
* | removed a lot of trailing \n in bb_msg() calls. It is added | Denis Vlasenko | 2006-09-06 | 1 | -1/+1 |
* | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley | 2006-08-29 | 1 | -1/+1 |
* | Another whack at scripts/individual. Now builds 212 applets. | Rob Landley | 2006-08-09 | 1 | -0/+1 |
* | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley | 2006-08-03 | 1 | -1/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -43/+11 |
* | Somebody on the buildroot list hit: | Rob Landley | 2006-07-25 | 1 | -4/+0 |
* | import support for microblaze relocations from uClinux-dist | Mike Frysinger | 2006-06-06 | 1 | -0/+59 |
* | merge blackfin/microblaze from uClinux-dist | Mike Frysinger | 2006-06-06 | 1 | -0/+17 |
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-03 | 1 | -2/+2 |
* | - patch from Denis Vlasenko to add and use bb_xopen3() | Bernhard Reutner-Fischer | 2006-04-13 | 1 | -17/+2 |
* | - we only need obj_gpl_license if ENABLE_FEATURE_CHECK_TAINTED_MODULE is set | Bernhard Reutner-Fischer | 2006-03-29 | 1 | -2/+2 |
* | Stephane Billiart found an endianness bug in insmod. | Rob Landley | 2006-03-25 | 1 | -7/+2 |
* | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | 2006-03-10 | 1 | -17/+22 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -2/+2 |
* | Patch from Robert P. Day, moving byte order checks to use platform.h macros. | Rob Landley | 2006-03-04 | 1 | -6/+6 |
* | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley | 2006-03-01 | 1 | -3/+2 |
* | Update comment. | Rob Landley | 2006-02-20 | 1 | -1/+1 |
* | fix building on ppc64 | Mike Frysinger | 2006-02-18 | 1 | -0/+3 |
* | hopefully the last of the annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 1 | -2/+4 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -2/+2 |
* | import nios2 support from microtronix | Mike Frysinger | 2006-01-04 | 1 | -0/+171 |
* | Make insmod quiet by default (patch from Yann E. Morin). | Rob Landley | 2005-12-11 | 1 | -1/+1 |
* | uClibc can't handle anonymous MAP_SHARED. Since we're treating it as | Rob Landley | 2005-12-07 | 1 | -1/+1 |
* | another more const | "Vladimir N. Oleynik" | 2005-10-20 | 1 | -1/+1 |