NetBSD/sys/compat/linux/arch/mips
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
..
Makefile
files.linux_mips
linux_errno.h
linux_exec.h remove the args from the macro. 2003-08-14 02:17:07 +00:00
linux_fcntl.h
linux_ioctl.h
linux_machdep.c Dynamic sysctl. 2003-12-04 19:38:21 +00:00
linux_machdep.h
linux_mmap.h
linux_ptrace.c Merge the nathanw_sa branch. 2003-01-18 08:02:46 +00:00
linux_sigarray.c
linux_siginfo.h
linux_signal.h rename: s/sa_/<compat>sa/g 2002-11-26 18:43:20 +00:00
linux_socket.h add LINUX_SO_PEERNAME, LINUX_SO_TIMESTAMP where it has been missing 2003-07-26 19:59:29 +00:00
linux_syscall.h regen - added wrapper for Linux ftruncate64() 2003-08-10 20:17:21 +00:00
linux_syscallargs.h regen - added wrapper for Linux ftruncate64() 2003-08-10 20:17:21 +00:00
linux_syscalls.c regen - added wrapper for Linux ftruncate64() 2003-08-10 20:17:21 +00:00
linux_sysent.c regen - added wrapper for Linux ftruncate64() 2003-08-10 20:17:21 +00:00
linux_termios.h
linux_types.h
syscalls.conf
syscalls.master add Linux compat arg wrapper for ftruncate64(), and change linux compat 2003-08-10 20:16:20 +00:00