NetBSD/sys/arch/news68k/news68k
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
bus_space.c __KERNEL_RCSID() 2003-07-15 02:54:31 +00:00
clock.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
clockvar.h Rename todclock_config() to todr_attach(). 2003-07-19 02:25:21 +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 Remove p_nras from struct proc - use LIST_EMPTY(&p->p_raslist) instead. 2003-11-04 10:33:15 +00:00
isr.c __KERNEL_RCSID() 2003-07-15 02:54:31 +00:00
isr.h interrupt with two rs. 2003-01-06 13:04:54 +00:00
locore.s Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
machdep.c Dynamic sysctl. 2003-12-04 19:38:21 +00:00
machid.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +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_bootstrap.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
trap.c Remove obsolete comments about curproc. 2003-11-08 12:17:25 +00:00
vectors.s SA_SIGINFO support for m68k (port specific changes) 2003-09-22 14:26:57 +00:00