2007-09-24 |
vda | insmod: fix help text to not show options if only 2... |
blob | commitdiff |
2007-09-24 |
vda | insmod: shorten message text; style fixes |
blob | commitdiff | diff to current |
2007-09-24 |
vda | *: kill bb_get_last_path_component, replace with two... |
blob | commitdiff | diff to current |
2007-08-18 |
vda | don't pass argc in getopt32, it's superfluous |
blob | commitdiff | diff to current |
2007-08-12 |
vda | trylink: produce even more info about final link stage |
blob | commitdiff | diff to current |
2007-06-25 |
vda | Consolidate ARRAY_SIZE macro; remove one unneeded globa... |
blob | commitdiff | diff to current |
2007-06-21 |
vda | random shrinkage of statics, -60 bytes saved |
blob | commitdiff | diff to current |
2007-06-13 |
vda | hush: fix read builtin to not read ahead past eol and... |
blob | commitdiff | diff to current |
2007-06-12 |
vda | A few more string duplicates found & eliminated |
blob | commitdiff | diff to current |
2007-05-31 |
vda | delete tons of extra #includes |
blob | commitdiff | diff to current |
2007-05-26 |
vda | usage.c: remove reference to busybox.h |
blob | commitdiff | diff to current |
2007-04-12 |
vda | style fixes. No code changes |
blob | commitdiff | diff to current |
2007-04-11 |
vda | style fixes, no code changes. |
blob | commitdiff | diff to current |
2007-04-10 |
vda | style fixes. No code changes. |
blob | commitdiff | diff to current |
2007-04-08 |
vda | find: fix handling of -prune |
blob | commitdiff | diff to current |
2007-03-29 |
aldot | - fold recurse, depthFirst and dereference params into... |
blob | commitdiff | diff to current |
2007-02-03 |
vda | suppress warnings about easch <applet>_main() having |
blob | commitdiff | diff to current |
2007-01-29 |
vda | preparatory patch for -Wwrite-strings #4 |
blob | commitdiff | diff to current |
2007-01-29 |
vda | preparatory patch for -Wwrite-strings #2 |
blob | commitdiff | diff to current |
2007-01-22 |
vda | cleanups: unnecessary casts, unified const_1, eliminate... |
blob | commitdiff | diff to current |
2006-12-31 |
vda | stop using __u32 etc. uint32_t is there for a reason |
blob | commitdiff | diff to current |
2006-12-30 |
vda | next bunch of fixes for bugs found by randconfig |
blob | commitdiff | diff to current |
2006-12-30 |
vda | done a dozen of randconfig test. guess what? ALL failed... |
blob | commitdiff | diff to current |
2006-12-26 |
vda | style fixes |
blob | commitdiff | diff to current |
2006-12-19 |
vda | remove casts from xmalloc() |
blob | commitdiff | diff to current |
2006-11-27 |
vda | style cleanup: return(a) -> return a, part 2 |
blob | commitdiff | diff to current |
2006-11-27 |
vda | style cleanup: return(a) -> return a, part 1 |
blob | commitdiff | diff to current |
2006-11-21 |
vda | insmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG... |
blob | commitdiff | diff to current |
2006-11-21 |
vda | insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_... |
blob | commitdiff | diff to current |
2006-11-18 |
vda | rodata cleanup. "unable to" == "cannot". -300 bytes |
blob | commitdiff | diff to current |
2006-10-27 |
vda | recursive_action: add depth param |
blob | commitdiff | diff to current |
2006-10-20 |
vda | message string changes, mostly for consistency, also... |
blob | commitdiff | diff to current |
2006-10-14 |
vda | add open_read_close() and similar stuff |
blob | commitdiff | diff to current |
2006-10-12 |
vda | style fixes |
blob | commitdiff | diff to current |
2006-10-08 |
vda | attempt to regularize atoi mess. |
blob | commitdiff | diff to current |
2006-10-06 |
vda | dnsd fix; option_mask32 added. dnsd needs more love. |
blob | commitdiff | diff to current |
2006-10-03 |
vda | getopt_ulflags -> getopt32. |
blob | commitdiff | diff to current |
2006-09-29 |
vda | Yet another silly little byte saving. couldn't -> cannot |
blob | commitdiff | diff to current |
2006-09-23 |
vda | insmod: getopt_ulflags'isation |
blob | commitdiff | diff to current |
2006-09-17 |
vda | whitespace cleanup |
blob | commitdiff | diff to current |
2006-09-09 |
vda | xopen3(O_RDONLY) -> xopen(O_RDONLY). |
blob | commitdiff | diff to current |
2006-09-06 |
vda | removed a lot of trailing \n in bb_msg() calls. It... |
blob | commitdiff | diff to current |
2006-08-29 |
landley | Svn 16007 broke the build under gcc 4.0.3. This fixes... |
blob | commitdiff | diff to current |
2006-08-09 |
landley | Another whack at scripts/individual. Now builds 212... |
blob | commitdiff | diff to current |
2006-08-03 |
landley | Remove xcalloc() and convert its callers to xzalloc... |
blob | commitdiff | diff to current |
2006-08-03 |
landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
blob | commitdiff | diff to current |
2006-07-25 |
landley | Somebody on the buildroot list hit: |
blob | commitdiff | diff to current |
2006-06-06 |
vapier | import support for microblaze relocations from uClinux... |
blob | commitdiff | diff to current |
2006-06-06 |
vapier | merge blackfin/microblaze from uClinux-dist |
blob | commitdiff | diff to current |
2006-06-03 |
aldot | - move #include busybox.h to the very top so we pull... |
blob | commitdiff | diff to current |
2006-04-13 |
aldot | - patch from Denis Vlasenko to add and use bb_xopen3() |
blob | commitdiff | diff to current |
2006-03-29 |
aldot | - we only need obj_gpl_license if ENABLE_FEATURE_CHECK_... |
blob | commitdiff | diff to current |
2006-03-25 |
landley | Stephane Billiart found an endianness bug in insmod. |
blob | commitdiff | diff to current |
2006-03-10 |
landley | Patch from Denis Vlasenko turning static const int... |
blob | commitdiff | diff to current |
2006-03-06 |
landley | Robert P. Day removed 8 gazillion occurrences of "exter... |
blob | commitdiff | diff to current |
2006-03-04 |
landley | Patch from Robert P. Day, moving byte order checks... |
blob | commitdiff | diff to current |
2006-03-01 |
landley | Cleanup patch from Denis Vlasenko. Mostly variants... |
blob | commitdiff | diff to current |
2006-02-20 |
landley | Update comment. |
blob | commitdiff | diff to current |
2006-02-18 |
vapier | fix building on ppc64 |
blob | commitdiff | diff to current |
2006-01-30 |
andersen | hopefully the last of the annoying signed/unsigned... |
blob | commitdiff | diff to current |
2006-01-25 |
timr | just whitespace |
blob | commitdiff | diff to current |
2006-01-04 |
vapier | import nios2 support from microtronix |
blob | commitdiff | diff to current |
2005-12-11 |
landley | Make insmod quiet by default (patch from Yann E. Morin). |
blob | commitdiff | diff to current |
2005-12-07 |
landley | uClibc can't handle anonymous MAP_SHARED. Since we... |
blob | commitdiff | diff to current |
2005-10-20 |
vodz | another more const |
blob | commitdiff | diff to current |
2005-10-02 |
vapier | remove debug warning |
blob | commitdiff | diff to current |
2005-10-02 |
vapier | reorder arches into alphabetical order |
blob | commitdiff | diff to current |
2005-10-02 |
vapier | fixup whitespace |
blob | commitdiff | diff to current |
2005-10-02 |
vapier | remove all Elf32 hardcodes to make sure the elf handlin... |
blob | commitdiff | diff to current |
2005-10-02 |
vapier | svdavidson writes in Bug 459: add support for x86_64... |
blob | commitdiff | diff to current |
2005-09-29 |
vodz | change interface to bb_xasprintf() - more perfect for me. |
blob | commitdiff | diff to current |
2005-09-14 |
vapier | initial ppc64 support |
blob | commitdiff | diff to current |
2005-03-30 |
pkj | Corrected the list of section names in add_ksymoops_sym... |
blob | commitdiff | diff to current |
2005-03-30 |
vapier | amd64 is rela, not rel |
blob | commitdiff | diff to current |
2004-12-26 |
vapier | alpha/parisc support |
blob | commitdiff | diff to current |
2004-09-02 |
andersen | Based on patches from Mike Frysinger, add insmod suppor... |
blob | commitdiff | diff to current |
2004-08-28 |
andersen | Fixup some warnings |
blob | commitdiff | diff to current |
2004-08-19 |
andersen | Patch from Rodney Radford adding x86_64 support. |
blob | commitdiff | diff to current |
2004-07-20 |
sandman | new_process_module_arguments returns 0 on error and... |
blob | commitdiff | diff to current |
2004-06-22 |
andersen | fix a stupid compile error when CONFIG_FEATURE_INSMOD_V... |
blob | commitdiff | diff to current |
2004-06-22 |
andersen | kill off insmod support for older pre 2.1 Linux kernels, |
blob | commitdiff | diff to current |
2004-05-26 |
andersen | oops |
blob | commitdiff | diff to current |
2004-05-26 |
andersen | Patch from Yoshinori Sato: |
blob | commitdiff | diff to current |
2004-04-14 |
andersen | Larry Doolittle writes: |
blob | commitdiff | diff to current |
2004-04-06 |
andersen | Christian Grigis, christian.grigis at smartdata dot... |
blob | commitdiff | diff to current |
2004-03-19 |
andersen | Add missing ELFCLASSM for m68k |
blob | commitdiff | diff to current |
2004-03-19 |
andersen | Only use R_68K_GOTOFF if it is defined |
blob | commitdiff | diff to current |
2004-03-15 |
andersen | Remove trailing whitespace. Update copyright to includ... |
blob | commitdiff | diff to current |
2004-02-18 |
mjn3 | Patch from OpenWrt. |
blob | commitdiff | diff to current |
2004-01-05 |
andersen | Fix broken #else |
blob | commitdiff | diff to current |
2003-12-31 |
bug1 | Fix debian bug #215612, insmod should be silent on... |
blob | commitdiff | diff to current |
2003-12-24 |
andersen | re-indent |
blob | commitdiff | diff to current |
2003-12-19 |
andersen | Patch from Woody Suwalski: |
blob | commitdiff | diff to current |
2003-12-11 |
andersen | Update modutils with 2.6 module support |
blob | commitdiff | diff to current |
2003-12-04 |
mjn3 | Add (untested) support for cris, based on the (old... |
blob | commitdiff | diff to current |
2003-10-21 |
andersen | Do a better job of dealing with screwy s390 abi changes |
blob | commitdiff | diff to current |
2003-10-20 |
andersen | ccording to this: |
blob | commitdiff | diff to current |
2003-09-03 |
bug1 | To load GPLONLY symbols its is required that CHECK_TAIN... |
blob | commitdiff | diff to current |
2003-08-31 |
bug1 | "insmod caches the symbolname in a variable before... |
blob | commitdiff | diff to current |
2003-08-30 |
bug1 | handle GPLONLY symbols |
blob | commitdiff | diff to current |
next |