freebsd-dev/share/examples/kld
Andrzej Bialecki bd3cdc3105 These patches implement dynamic sysctls. It's possible now to add
and remove sysctl oids at will during runtime - they don't rely on
linker sets. Also, the node oids can be referenced by more than
one kernel user, which means that it's possible to create partially
overlapping trees.

Add sysctl contexts to help programmers manage multiple dynamic
oids in convenient way.

Please see the manpages for detailed discussion, and example module
for typical use.

This work is based on ideas and code snippets coming from many
people, among them:  Arun Sharma, Jonathan Lemon, Doug Rabson,
Brian Feldman, Kelly Yancey, Poul-Henning Kamp and others. I'd like
to specially thank Brian Feldman for detailed review and style
fixes.

PR:		kern/16928
Reviewed by:	dfr, green, phk
2000-07-15 10:26:04 +00:00
..
cdev $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
dyn_sysctl These patches implement dynamic sysctls. It's possible now to add 2000-07-15 10:26:04 +00:00
syscall $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
Makefile These patches implement dynamic sysctls. It's possible now to add 2000-07-15 10:26:04 +00:00