Point to osuosl
[oweals/busybox.git] / modutils /
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-10-08 Eric Andersenegor duda writes:
2004-09-24 Glenn L McGrathPatch from Egor Duda
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-08-19 Eric AndersenPatch from Mike Castle to cleanup some modutils issues, in
2004-08-16 Eric AndersenOnly pass modprobe module params with 2.6.x kernel...
2004-08-14 Eric AndersenChristian Ostheimer writes:
2004-08-11 Glenn L McGrathPatch from Mike Castle, dont print an empty line (patch...
2004-08-11 Glenn L McGrathPatch from Phil Blundellto improve substring match
2004-08-11 Glenn L McGrathWillian Barsse wrote
2004-08-03 Eric AndersenWilliam Barsse writes:
2004-07-22 Robert GrieblPatch from Mike Snitzer <snitzer@gmail.com>:
2004-07-20 Robert GrieblPatch from Mike Snitzer <snitzer@gmail.com>:
2004-07-20 Robert Grieblnew_process_module_arguments returns 0 on error and...
2004-07-20 Eric AndersenDeal with the fact that 2.6.x kernels replace any ...
2004-07-20 Eric AndersenAdd missing type for CONFIG_FEATURE_QUERY_MODULE_INTERFACE
2004-07-13 Eric AndersenFixup some cases of "QM_MODULES: not implemented" for...
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-06-22 Eric AndersenPatrick Huesmann writes:
2004-05-26 Eric Andersenoops
2004-05-26 Eric AndersenPatch from Yoshinori Sato:
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-06 Eric AndersenMichael Tokarev, mjt at tls dot msk dot ru writes:
2004-04-06 Eric AndersenMichael Tokarev, mjt at tls dot msk dot ru writes:
2004-04-06 Eric AndersenMichael Tokarev, mjt at tls dot msk dot ru writes:
2004-04-06 Eric AndersenChristian Grigis, christian.grigis at smartdata dot...
2004-03-19 Eric AndersenAs noted in a patch from Kendrick Hamilton, rmmod was...
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-10 Eric Andersenwhitespace cleanup
2004-01-10 Eric AndersenWoody Suwalski writes:
2004-01-06 Eric AndersenWoody Suwalski writes:
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-11-14 Eric AndersenSteven Seeger writes:
2003-10-21 Eric AndersenDo a better job of dealing with screwy s390 abi changes
2003-10-20 Eric Andersenccording to this:
2003-09-08 Glenn L McGrathBusybox modprobe has a couple of irritating quirks:
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-08-06 Eric AndersenSteven Scholz writes:
2003-07-22 Eric AndersenDocument CONFIG_FEATURE_INSMOD_LOADINKMEM
2003-07-22 Eric AndersenPatch from Terje Kvernes adding quite a lot of missing...
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-07-14 Eric AndersenPatch from Thomas Cameron:
2003-07-05 Eric AndersenPatch from Kent Robotti adding a bunch of needed docs!
2003-06-20 Eric AndersenFall back to looking in /lib/modules/modules.dep if
2003-06-20 Eric AndersenPatch from Andrew Dennison:
2003-03-30 Glenn L McGrathRename, to specify kernel
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...
2003-01-11 Eric AndersenPatch from Robert Schwebel fixing a missing \n
2002-12-14 Tim Rikerrmmod -a removed modules recursively
2002-12-13 Tim Rikercleanup
2002-12-05 Eric AndersenYet another major rework of the BusyBox config system...
2002-12-03 Robert Grieblprint an error message if we can't load a module
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-10-18 Eric AndersenFix needless formatting differences vs modutils
2002-10-12 Eric AndersenDoh! I screwed up applying vodz' patch.
2002-10-10 Eric Andersenlast_patch61 from vodz:
2002-10-08 Eric AndersenFix missing \n noticed by Robert Schwebel
2002-09-16 Eric AndersenSupport module tainting
2002-09-01 Eric AndersenSome CML1 grammar fixes
2002-08-23 Aaron Lehmannfor some baffling reason tinycc insists that i change...
2002-08-05 Robert Griebl- updated a few copyright/left file headers
2002-07-29 Robert GrieblFixed a bug that I had introduced with the new "options...
2002-07-26 Robert Grieblmodprobe now also uses "options" from /etc/modules...
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-06-04 Robert GrieblCleaned up Erik's fgets -> read patch and fixed a buffe...
2002-06-04 Eric AndersenAvoid stack munching stdio implementations.
2002-06-02 Robert GrieblFixed a realloc bug found by Martin Volf
2002-05-28 Robert GrieblAdded support for /etc/modules.conf parsing
2002-05-24 Eric AndersenEnsure that insmod supports at least one MODULE_INTERFACE
2002-05-24 Eric AndersenPatch from Magnus Damm <damm@opensource.se> to rework...
2002-05-22 Robert GrieblSome cleanups, some size reductions and some buffer...
2002-05-14 Robert GrieblComplete rewrite to support stack loading/unloading...
2002-05-03 Eric AndersenPatch from Robert Griebl <griebl@gmx.de> to support...
2002-05-03 Eric AndersenMake verbose and show_only work as expected
next