Subject: CVS commit: pkgsrc/sysutils/netbsd-kmod-tools
From: Jared D. McNeill
Date: 2011-08-27 14:33:11
Message id: 20110827123311.94A81175DD@cvs.netbsd.org

Log Message:
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.


Files:
RevisionActionfile
1.1importpkgsrc/sysutils/netbsd-kmod-tools/Makefile
1.1importpkgsrc/sysutils/netbsd-kmod-tools/PLIST
1.1importpkgsrc/sysutils/netbsd-kmod-tools/DESCR
1.1importpkgsrc/sysutils/netbsd-kmod-tools/files/modstat.c
1.1importpkgsrc/sysutils/netbsd-kmod-tools/files/modload.c
1.1importpkgsrc/sysutils/netbsd-kmod-tools/files/modunload.c