clean up commented out old code
[oweals/busybox.git] / modutils / insmod.c
2007-01-22 Denis Vlasenkocleanups: unnecessary casts, unified const_1, eliminate...
2006-12-31 Denis Vlasenkostop using __u32 etc. uint32_t is there for a reason
2006-12-30 Denis Vlasenkonext bunch of fixes for bugs found by randconfig
2006-12-30 Denis Vlasenkodone a dozen of randconfig test. guess what? ALL failed...
2006-12-26 Denis Vlasenkostyle fixes
2006-12-19 Denis Vlasenkoremove casts from xmalloc()
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-11-21 Denis Vlasenkoinsmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG...
2006-11-21 Denis Vlasenkoinsmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_...
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-10-27 Denis Vlasenkorecursive_action: add depth param
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-12 Denis Vlasenkostyle fixes
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-06 Denis Vlasenkodnsd fix; option_mask32 added. dnsd needs more love.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-29 Denis VlasenkoYet another silly little byte saving. couldn't -> cannot
2006-09-23 Denis Vlasenkoinsmod: getopt_ulflags'isation
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-09 Denis Vlasenkoxopen3(O_RDONLY) -> xopen(O_RDONLY).
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-08-09 Rob LandleyAnother whack at scripts/individual. Now builds 212...
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-25 Rob LandleySomebody on the buildroot list hit:
2006-06-06 Mike Frysingerimport support for microblaze relocations from uClinux...
2006-06-06 Mike Frysingermerge blackfin/microblaze from uClinux-dist
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-04-13 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xopen3()
2006-03-29 Bernhard Reutner... - we only need obj_gpl_license if ENABLE_FEATURE_CHECK_...
2006-03-25 Rob LandleyStephane Billiart found an endianness bug in insmod.
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-04 Rob LandleyPatch from Robert P. Day, moving byte order checks...
2006-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-02-20 Rob LandleyUpdate comment.
2006-02-18 Mike Frysingerfix building on ppc64
2006-01-30 Eric Andersenhopefully the last of the annoying signed/unsigned...
2006-01-25 Tim Rikerjust whitespace
2006-01-04 Mike Frysingerimport nios2 support from microtronix
2005-12-11 Rob LandleyMake insmod quiet by default (patch from Yann E. Morin).
2005-12-07 Rob LandleyuClibc can't handle anonymous MAP_SHARED. Since we...
2005-10-20 "Vladimir N. Oleynik"another more const
2005-10-02 Mike Frysingerremove debug warning
2005-10-02 Mike Frysingerreorder arches into alphabetical order
2005-10-02 Mike Frysingerfixup whitespace
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...
next