| Commit message (Expand) | Author | Age | Files | Lines |
* | egor duda writes: | Eric Andersen | 2004-10-08 | 2 | -5/+11 |
* | Patch from Egor Duda | Glenn L McGrath | 2004-09-24 | 1 | -0/+5 |
* | Based on patches from Mike Frysinger, add insmod support for | Eric Andersen | 2004-09-02 | 1 | -74/+82 |
* | Fixup some warnings | Eric Andersen | 2004-08-28 | 1 | -3/+3 |
* | Patch from Rodney Radford adding x86_64 support. | Eric Andersen | 2004-08-19 | 1 | -3/+13 |
* | Patch from Mike Castle to cleanup some modutils issues, in | Eric Andersen | 2004-08-19 | 1 | -59/+33 |
* | Only pass modprobe module params with 2.6.x kernel support. | Eric Andersen | 2004-08-16 | 1 | -2/+4 |
* | Christian Ostheimer writes: | Eric Andersen | 2004-08-14 | 1 | -1/+1 |
* | Patch from Mike Castle, dont print an empty line (patch modified by me to | Glenn L McGrath | 2004-08-11 | 1 | -9/+13 |
* | Patch from Phil Blundellto improve substring match | Glenn L McGrath | 2004-08-11 | 1 | -1/+4 |
* | Willian Barsse wrote | Glenn L McGrath | 2004-08-11 | 1 | -8/+7 |
* | William Barsse writes: | Eric Andersen | 2004-08-03 | 1 | -10/+9 |
* | Patch from Mike Snitzer <snitzer@gmail.com>: | Robert Griebl | 2004-07-22 | 1 | -3/+6 |
* | Patch from Mike Snitzer <snitzer@gmail.com>: | Robert Griebl | 2004-07-20 | 1 | -3/+3 |
* | new_process_module_arguments returns 0 on error and 1 if everything went ok | Robert Griebl | 2004-07-20 | 1 | -3/+3 |
* | Deal with the fact that 2.6.x kernels replace any '-'s in the | Eric Andersen | 2004-07-20 | 1 | -4/+36 |
* | Add missing type for CONFIG_FEATURE_QUERY_MODULE_INTERFACE | Eric Andersen | 2004-07-20 | 1 | -0/+2 |
* | Fixup some cases of "QM_MODULES: not implemented" for both | Eric Andersen | 2004-07-13 | 2 | -10/+13 |
* | fix a stupid compile error when CONFIG_FEATURE_INSMOD_VERSION_CHECKING | Eric Andersen | 2004-06-22 | 1 | -4/+4 |
* | kill off insmod support for older pre 2.1 Linux kernels, | Eric Andersen | 2004-06-22 | 2 | -529/+28 |
* | Patrick Huesmann writes: | Eric Andersen | 2004-06-22 | 2 | -7/+30 |
* | oops | Eric Andersen | 2004-05-26 | 1 | -3/+3 |
* | Patch from Yoshinori Sato: | Eric Andersen | 2004-05-26 | 1 | -3/+47 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -5/+5 |
* | Michael Tokarev, mjt at tls dot msk dot ru writes: | Eric Andersen | 2004-04-06 | 1 | -2/+4 |
* | Michael Tokarev, mjt at tls dot msk dot ru writes: | Eric Andersen | 2004-04-06 | 1 | -1/+1 |
* | Michael Tokarev, mjt at tls dot msk dot ru writes: | Eric Andersen | 2004-04-06 | 1 | -2/+2 |
* | Christian Grigis, christian.grigis at smartdata dot ch writes: | Eric Andersen | 2004-04-06 | 1 | -4/+4 |
* | As noted in a patch from Kendrick Hamilton, rmmod was only | Eric Andersen | 2004-03-19 | 1 | -4/+1 |
* | Add missing ELFCLASSM for m68k | Eric Andersen | 2004-03-19 | 1 | -2/+3 |
* | Only use R_68K_GOTOFF if it is defined | Eric Andersen | 2004-03-19 | 1 | -2/+6 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 6 | -45/+44 |
* | Patch from OpenWrt. | Manuel Novoa III | 2004-02-18 | 1 | -3/+5 |
* | whitespace cleanup | Eric Andersen | 2004-01-10 | 1 | -45/+50 |
* | Woody Suwalski writes: | Eric Andersen | 2004-01-10 | 1 | -0/+1 |
* | Woody Suwalski writes: | Eric Andersen | 2004-01-06 | 1 | -8/+22 |
* | Fix broken #else | Eric Andersen | 2004-01-05 | 1 | -4/+3 |
* | Fix debian bug #215612, insmod should be silent on request | Glenn L McGrath | 2003-12-31 | 1 | -3/+4 |
* | re-indent | Eric Andersen | 2003-12-24 | 3 | -1099/+1100 |
* | Patch from Woody Suwalski: | Eric Andersen | 2003-12-19 | 2 | -31/+77 |
* | Update modutils with 2.6 module support | Eric Andersen | 2003-12-11 | 3 | -36/+138 |
* | Add (untested) support for cris, based on the (old) busybox insmod | Manuel Novoa III | 2003-12-04 | 1 | -2/+27 |
* | Steven Seeger writes: | Eric Andersen | 2003-11-14 | 1 | -1/+2 |
* | Do a better job of dealing with screwy s390 abi changes | Eric Andersen | 2003-10-21 | 1 | -2/+5 |
* | ccording to this: | Eric Andersen | 2003-10-20 | 1 | -3/+3 |
* | Busybox modprobe has a couple of irritating quirks: | Glenn L McGrath | 2003-09-08 | 1 | -4/+33 |
* | To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES be | Glenn L McGrath | 2003-09-03 | 2 | -4/+8 |
* | "insmod caches the symbolname in a variable before modifying it and uses | Glenn L McGrath | 2003-08-31 | 1 | -3/+12 |
* | handle GPLONLY symbols | Glenn L McGrath | 2003-08-30 | 1 | -3/+21 |
* | Patch from Paul Mundt (lethal) adding sh64 insmod support for busybox | Eric Andersen | 2003-08-13 | 1 | -10/+72 |