summaryrefslogtreecommitdiffstats
path: root/share/examples/kld/dyn_sysctl
Commit message (Collapse)AuthorAgeFilesLines
* Revert previous commit...kevlo2012-10-101-1/+1
| | | | Pointyhat to: kevlo (myself)
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
|
* Minor style(9) improvementemaste2012-08-071-3/+3
|
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.mdf2011-01-191-2/+3
|
* Where if not in examples we should follow style(9)?pjd2009-06-031-22/+22
|
* According to module(9), when command is unrecognized, the module shouldpjd2004-08-301-1/+1
| | | | return EOPNOTSUPP.
* Removed unneeded stuff.ru2001-05-181-12/+0
|
* Unbreak by syncing with changes in <sys/sysctl.h> macros.abial2001-02-101-12/+12
|
* These patches implement dynamic sysctls. It's possible now to addabial2000-07-153-0/+194
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
OpenPOWER on IntegriCloud