hush/modutils
Glenn L McGrath 65c8c7ba27 Willian Barsse wrote
"There seems to be a slight problem with the "mod_strcmp" function in
modprobe.c, it scans for the first occurence of the module name in the
"mod_path" variable and expects it to be the last path element. ie
/lib/modules/2.4.22-debug/kernel/fs/vfat in my example. The comparison
will always fail if mod_path contains another substring matching the
module name."

Robert McQueen wrote
"Although William Barsse's patch fixed mod_strcmp for 2.4 kernels, there
was a remaining problem which prevented it from working for me. I've
just tracked it down - when you enable kernel 2.6 module support it
hard-wired the extension to .ko instead of checking at runtime like the
other places where 2.4 differs from 2.6. The attached patch fixes this
for me."
2004-08-11 02:30:30 +00:00
..
Config.in
insmod.c new_process_module_arguments returns 0 on error and 1 if everything went ok 2004-07-20 15:43:57 +00:00
lsmod.c
Makefile
Makefile.in
modprobe.c Willian Barsse wrote 2004-08-11 02:30:30 +00:00
rmmod.c Patch from Mike Snitzer <snitzer@gmail.com>: 2004-07-20 18:36:51 +00:00