Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile | H A D | 15-Jul-2024 | 121 | 7 | 5 | |
README | H A D | 16-Aug-2023 | 310 | 7 | 5 | |
dyn_sysctl.c | H A D | 16-Aug-2023 | 5.7 KiB | 168 | 109 |
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