freebsd-dev/share/examples/kld/dyn_sysctl
2004-08-30 09:49:59 +00:00
..
dyn_sysctl.c According to module(9), when command is unrecognized, the module should 2004-08-30 09:49:59 +00:00
Makefile
README

This example module creates partially overlapping subtrees to demonstrate
reference counting. It also contains example of attaching a subtree to the
wrong place, i.e. to a dynamic oid that could belong to someone else.
The framework should deal with this case gracefully.

Andrzej Bialecki <abial@freebsd.org>

$FreeBSD$