busybox/modutils
Eric Andersen 14d354312a Per suggestion from Vladimir, eliminate check_wildcard_match(), which
was only being used by insmod these days.

Also, I spent a minute adjusting insmod so that it first searches
/lib/modules/`uname -r` and then (if that fails) searches /lib/modules,
which makes bb insmod behave much more like the real insmod, and should
avoid nasty surprises (such as the recent "Modutils vs. Busybox..."
thread).
 -Erik
2001-05-14 17:07:32 +00:00
..
insmod.c Per suggestion from Vladimir, eliminate check_wildcard_match(), which 2001-05-14 17:07:32 +00:00
lsmod.c Fix infinite loop and reallocate if too many modules. 2001-04-13 14:40:15 +00:00
rmmod.c A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few 2001-04-05 03:14:39 +00:00