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