NetBSD/sys/compat/linux
atatat 10a7ba9ef6 Tweak sysctl setup functions (the macros, actually) for use in lkms,
and tweak lkminit_*.c (where applicable) to call them, and to call
sysctl_teardown() when being unloaded.

This consists of (1) making setup functions not be static when being
compiled as lkms (change to sys/sysctl.h), (2) making prototypes
visible for the various setup functions in header files (changes to
various header files), and (3) making simple "load" and "unload"
functions in the actual lkminit stuff.

linux_sysctl.c also needs its root exposed (ie, made not static) for
this (when built as an lkm).
2004-05-20 06:34:24 +00:00
..
arch Switch to using PSL_USEROK_P() 2004-04-17 08:47:15 +00:00
common Tweak sysctl setup functions (the macros, actually) for use in lkms, 2004-05-20 06:34:24 +00:00
files.linux make signal array handling uniform, and put signal arrays in a separate 2002-03-31 22:22:43 +00:00
linux_syscall.h
linux_syscallargs.h
linux_syscalls.c
Makefile.inc We have CVS; there is no reason to make .bak files when generating the 2003-11-15 20:30:59 +00:00