freebsd-src/sbin/modload
Peter Wemm cdf14730ab Make modload calculate a reasonable default entry point name, in light
of the recent changes to bsd.kmod.mk, which enforces that the entry
point be <modname>_mod, unless overridden.

This means that when modloading "/lkm/foo_mod.o", it'll use "foo_mod"
as the default entry point (instead of xxxinit) unless you specify
another via the -e option.
1995-10-28 13:06:11 +00:00
..
Makefile Terry Lambert's loadable kernel module support - modload & modunload 1994-08-19 12:07:23 +00:00
modload.8 Make modload calculate a reasonable default entry point name, in light 1995-10-28 13:06:11 +00:00
modload.c Make modload calculate a reasonable default entry point name, in light 1995-10-28 13:06:11 +00:00
pathnames.h Make modload more informative about errors encountered while running 1995-01-23 04:08:00 +00:00