Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile | H A D | 26-Nov-2011 | 427 | 20 | 12 | |
README | H A D | 26-Nov-2011 | 493 | 10 | 7 | |
dyn_sysctl.c | H A D | 26-Nov-2011 | 5.9 KiB | 170 | 110 |
README
1This example module creates partially overlapping subtrees to demonstrate 2reference counting. It also contains example of attaching a subtree to the 3wrong place, i.e. to a dynamic oid that could belong to someone else. 4The framework should deal with this case gracefully. 5 6Andrzej Bialecki <abial@freebsd.org> 7 8$FreeBSD: src/share/examples/kld/dyn_sysctl/README,v 1.1.2.1 2000/09/25 12:09:19 ps Exp $ 9$DragonFly: src/share/examples/kld/dyn_sysctl/README,v 1.2 2003/06/17 04:36:57 dillon Exp $ 10