NetBSD/sys/arch/pc532/pc532
atatat 13f8d2ce5f Dynamic sysctl.
Gone are the old kern_sysctl(), cpu_sysctl(), hw_sysctl(),
vfs_sysctl(), etc, routines, along with sysctl_int() et al.  Now all
nodes are registered with the tree, and nodes can be added (or
removed) easily, and I/O to and from the tree is handled generically.

Since the nodes are registered with the tree, the mapping from name to
number (and back again) can now be discovered, instead of having to be
hard coded.  Adding new nodes to the tree is likewise much simpler --
the new infrastructure handles almost all the work for simple types,
and just about anything else can be done with a small helper function.

All existing nodes are where they were before (numerically speaking),
so all existing consumers of sysctl information should notice no
difference.

PS - I'm sorry, but there's a distinct lack of documentation at the
moment.  I'm working on sysctl(3/8/9) right now, and I promise to
watch out for buses.
2003-12-04 19:38:21 +00:00
..
autoconf.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
clock.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
compat_13_machdep.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
compat_16_machdep.c Add kernel portion of siginfo for ns32k. 2003-11-06 00:41:20 +00:00
conf.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
db_disasm.c __KERNEL_RCSID() 2003-07-15 02:54:31 +00:00
db_interface.c __KERNEL_RCSID() 2003-07-15 02:54:31 +00:00
db_memrw.c __KERNEL_RCSID() 2003-07-15 02:54:31 +00:00
db_trace.c __KERNEL_RCSID() 2003-07-15 02:54:31 +00:00
disksubr.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
genassym.cf Adapt to the Scheduler Activations changes. 2003-06-23 13:06:54 +00:00
in_cksum.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
intr.c __KERNEL_RCSID() 2003-07-15 02:54:31 +00:00
kgdb_machdep.c __KERNEL_RCSID() 2003-07-15 02:54:31 +00:00
locore.s Add kernel portion of siginfo for ns32k. 2003-11-06 00:41:20 +00:00
machdep.c Dynamic sysctl. 2003-12-04 19:38:21 +00:00
mainbus.c __KERNEL_RCSID() 2003-07-15 02:54:31 +00:00
mem.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
pmap.c __KERNEL_RCSID() 2003-07-15 02:54:31 +00:00
process_machdep.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
procfs_machdep.c __KERNEL_RCSID() 2003-07-15 02:54:31 +00:00
sys_machdep.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
trap.c Add kernel portion of siginfo for ns32k. 2003-11-06 00:41:20 +00:00
umprintf.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
vm_machdep.c don't uvm_swapout LWPs which are LSONPROC on another cpu. 2003-10-19 17:45:35 +00:00