hush/modutils
Eric Andersen b493dec91e David Frascone <dave@frascone.com> noticed two problems. First, modprobe was
trying to call 'insmod -q', which wasn't supported.  Secondly, when modprobe
was fed blank lines from modules.dep, we ended up calling xstrndup(ptr, -1),
which with suitably bad results.  David provided a patch to catch the blank
lines, and I have added insmod -q support.  So modprobe should work again.
 -Erik
2002-07-02 19:14:23 +00:00
..
config.in Ensure that insmod supports at least one MODULE_INTERFACE 2002-05-24 06:59:22 +00:00
insmod.c David Frascone <dave@frascone.com> noticed two problems. First, modprobe was 2002-07-02 19:14:23 +00:00
lsmod.c Apply lash_patch35 from vodz, which brings several nice size_optimizations. 2002-04-06 05:17:57 +00:00
Makefile Completely rework the config system so that it no longer annoys me to work on 2002-04-12 12:05:57 +00:00
Makefile.in Completely rework the config system so that it no longer annoys me to work on 2002-04-12 12:05:57 +00:00
modprobe.c David Frascone <dave@frascone.com> noticed two problems. First, modprobe was 2002-07-02 19:14:23 +00:00
rmmod.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00