]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - share/examples/kld/dyn_sysctl/README
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / share / examples / kld / dyn_sysctl / README
1 This example module creates partially overlapping subtrees to demonstrate
2 reference counting. It also contains example of attaching a subtree to the
3 wrong place, i.e. to a dynamic oid that could belong to someone else.
4 The framework should deal with this case gracefully.
5
6 Andrzej Bialecki <abial@freebsd.org>
7
8 $FreeBSD$