remove all Elf32 hardcodes to make sure the elf handling is 64bit clean
[oweals/busybox.git] / modutils / insmod.c
2005-10-02 Mike Frysingerremove all Elf32 hardcodes to make sure the elf handlin...
2005-10-02 Mike Frysingersvdavidson writes in Bug 459: add support for x86_64...
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-14 Mike Frysingerinitial ppc64 support
2005-03-30 Peter KjellerstedtCorrected the list of section names in add_ksymoops_sym...
2005-03-30 Mike Frysingeramd64 is rela, not rel
2004-12-26 Mike Frysingeralpha/parisc support
2004-09-02 Eric AndersenBased on patches from Mike Frysinger, add insmod suppor...
2004-08-28 Eric AndersenFixup some warnings
2004-08-19 Eric AndersenPatch from Rodney Radford adding x86_64 support.
2004-07-20 Robert Grieblnew_process_module_arguments returns 0 on error and...
2004-06-22 Eric Andersenfix a stupid compile error when CONFIG_FEATURE_INSMOD_V...
2004-06-22 Eric Andersenkill off insmod support for older pre 2.1 Linux kernels,
2004-05-26 Eric Andersenoops
2004-05-26 Eric AndersenPatch from Yoshinori Sato:
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-06 Eric AndersenChristian Grigis, christian.grigis at smartdata dot...
2004-03-19 Eric AndersenAdd missing ELFCLASSM for m68k
2004-03-19 Eric AndersenOnly use R_68K_GOTOFF if it is defined
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-18 Manuel Novoa III Patch from OpenWrt.
2004-01-05 Eric AndersenFix broken #else
2003-12-31 Glenn L McGrathFix debian bug #215612, insmod should be silent on...
2003-12-24 Eric Andersenre-indent
2003-12-19 Eric AndersenPatch from Woody Suwalski:
2003-12-11 Eric AndersenUpdate modutils with 2.6 module support
2003-12-04 Manuel Novoa III Add (untested) support for cris, based on the (old...
2003-10-21 Eric AndersenDo a better job of dealing with screwy s390 abi changes
2003-10-20 Eric Andersenccording to this:
2003-09-03 Glenn L McGrathTo load GPLONLY symbols its is required that CHECK_TAIN...
2003-08-31 Glenn L McGrath"insmod caches the symbolname in a variable before...
2003-08-30 Glenn L McGrathhandle GPLONLY symbols
2003-08-13 Eric AndersenPatch from Paul Mundt (lethal) adding sh64 insmod suppo...
2003-07-22 Eric AndersenRemove remaining libc5 support code
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-03-13 Eric AndersenFix obviously wrong names from older busybox
2003-01-23 Eric AndersenPatch from Jason McMullan @ linuxcare.com adding insmod
2003-01-23 Eric AndersenPatch from Artem Egorkine to support the -m option
2003-01-23 Eric AndersenPatch from Joel Vallier to add modules symbols to the...
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-10-10 Eric Andersenlast_patch61 from vodz:
2002-09-16 Eric AndersenSupport module tainting
2002-07-21 Robert GrieblFixed two compiler warnings
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2002-07-02 Eric AndersenDavid Frascone <dave@frascone.com> noticed two problems...
2002-06-22 Eric AndersenApply vodz' cleanup for insmod buffer overflows, which...
2002-06-18 Eric AndersenAs noted by Yves Lavoie ing. <yves.lavoie.ing@sympatico...
2002-06-06 Eric AndersenFix buffer overflows noted by Gerardo Puga
2002-05-24 Eric AndersenPatch from Magnus Damm <damm@opensource.se> to rework...
2002-05-03 Eric AndersenPatch from Robert Griebl <griebl@gmx.de> to ignore...
2002-04-12 Eric AndersenFix handling of endianness.
2002-04-01 Miles BaderTweak my credit (ah, vanity...)
2002-04-01 Miles BaderAdd support for the NEC v850e processor.
2001-12-29 Eric AndersenSilence some silly warnings
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-12-14 Matt KraaiAdd support for big-endian ARM (initial patch by Mike...
2001-11-12 Matt KraaiChange strdup calls to xstrdup (patch from Steve Merrif...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-08-22 Eric AndersenForce BB_FEATURE_NEW_MODULE_INTERFACE and BB_FEATURE_OL...
2001-08-22 Eric AndersenFix an _old_ interface problem with a never-used feature.
2001-08-06 Matt KraaiSimplified version checking.
2001-07-31 Eric AndersenSilence a silly warning
2001-07-25 Eric AndersenNote that m68k is supported
2001-07-17 Eric AndersenThis is vodz' latest patch. Sorry it took so long...
2001-06-28 Eric AndersenFix a nasty hard to spot bug found by Ralph Siemsen...
2001-06-19 Eric AndersenFor m68k, use __mc68000__ (not __m68k__ ), since that...
2001-05-24 Eric AndersenFix up some signed char vs int issues that show up...
2001-05-21 Eric AndersenThis patch from Bernhard Kuhn <kuhn@lpr.e-technik.tu...
2001-05-14 Eric AndersenA compromise solution for insmod
2001-05-14 Matt KraaiFollow symbolic links when searching for modules.
2001-05-14 Eric AndersenPer suggestion from Vladimir, eliminate check_wildcard_...
2001-04-26 Eric AndersenA fix from Larry for a corner case where insmod could...
2001-04-25 Eric AndersenSome more cleanups for insmod from Larry.
2001-04-24 Eric AndersenSeveral cleanups from Larry.
2001-04-05 Eric AndersenAnother iteration -- adjust the init_module syscall...
2001-04-05 Eric Andersen*** empty log message ***
2001-04-05 Eric AndersenSome further syscall adjustments. Split the module...
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-03-22 Eric AndersenPatch from Dirk Behme <dirk.behme@de.bosch.com> to
2001-03-19 Eric AndersenPer suggestion from Vladimir, no need to initialize...
2001-03-12 Mark WhitleyApplied patch from John Lombardo to fix OOM in insmod.
2001-02-24 Eric AndersenThis patch, from Quinn Jensen <jensenq@lineo.com>,...
2001-02-20 Eric AndersenApply a patch from Magnus Damm <damm@opensource.se...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-15 Eric AndersenPatch from Matt Kraai to fix bug #1103. I've tested it,
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-26 Eric AndersenUpdate the arch-not-yet-supported msg to be more clear.
2001-01-26 Eric AndersenFix a stupid bug I introduced yesterday. Doh!
2001-01-25 Eric AndersenI just wrote 'insmod -o' to close bug#1049.
2001-01-24 Eric AndersenBug fix and small create_module cleanup from Larry...
2001-01-24 Eric Andersenmore bugs fixed -- found doing regression testing
2001-01-24 Eric AndersenMake insmod understand (and ignore) -L, and convert...
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-04 Matt KraaiFix symbol table manipulation (report and fix by Larry...
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
next