Merge from vendor branch TNF:
authorjmcneill <jmcneill>
Sat, 27 Aug 2011 12:33:11 +0000 (12:33 +0000)
committerjmcneill <jmcneill>
Sat, 27 Aug 2011 12:33:11 +0000 (12:33 +0000)
commit198df5d39f743d58d5755da1b194027ce5f5c617
treee29ff56b8771582a896eb6e016c902a0cd4b1d0d
parent9bcee531e18600b0fefa135fbf1348dafb1e159e
parentcc1cb1babe7c83f292c888ebea22f8e71426ef8f
Merge from vendor branch TNF:
Import kmod tools for NetBSD 5.

Kernel modules allow the system administrator to dynamically add and
remove functionality from a running system.  This ability also helps
software developers to develop new parts of the kernel without constantly
rebooting to test their changes.

This package provides the necessary utilities for using kernel modules on
NetBSD 5.x.

The modload utility loads a kernel module specified by the module parameter
into the running system. The modunload utility unloads a loadable kernel
module from a running system. The modstat utility displays the status of
any kernel modules present in the kernel.