freebsd-dev/sbin/modload
Peter Wemm 185156015b Add a few more heuristics to modload:
1: generate the outfile in /tmp if it's not specified explicitly.
2: if the outfile was implicitly placed in /tmp, automatically remove it.

This means that you can type: modload /lkm/ipfw_mod.o and it'll work, it
wont try and write to /lkm, and it wont leave the (normally) useless
symbol file.

This should not interfere with things like ibcs2 and atapi, which
export some symbols from one LKM to the other by leaving the symbol file.
1995-10-28 17:06:05 +00:00
..
Makefile Terry Lambert's loadable kernel module support - modload & modunload 1994-08-19 12:07:23 +00:00
modload.8 Add a few more heuristics to modload: 1995-10-28 17:06:05 +00:00
modload.c Add a few more heuristics to modload: 1995-10-28 17:06:05 +00:00
pathnames.h Make modload more informative about errors encountered while running 1995-01-23 04:08:00 +00:00