NetBSD/sys/compat/netbsd32
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
..
files.netbsd32 clean up a little: 2004-01-16 05:03:02 +00:00
Makefile
netbsd32_compat_09.c
netbsd32_compat_10.c
netbsd32_compat_12.c
netbsd32_compat_13.c
netbsd32_compat_14.c
netbsd32_compat_43.c
netbsd32_conv.h try to make this compile. XXX: this will not work yet (hi simon) 2004-04-21 11:50:26 +00:00
netbsd32_core.c
netbsd32_exec_aout.c did this ever work? The EXEC_32 flag must be set _before_ 2004-02-20 17:04:27 +00:00
netbsd32_exec_elf32.c
netbsd32_exec.h all ports define __HAVE_SIGINFO now, so remove the CPP conditionals 2004-03-26 15:01:16 +00:00
netbsd32_execve.c allow to start other emulations (eg native code) 2004-02-25 18:15:45 +00:00
netbsd32_fs.c Fix statfs->statvfs fallout. 2004-04-22 14:32:09 +00:00
netbsd32_ioctl.c begin to implement some ifreq ioctls... long long way to go. 2004-01-15 14:36:28 +00:00
netbsd32_ioctl.h begin to implement some ifreq ioctls... long long way to go. 2004-01-15 14:36:28 +00:00
netbsd32_ipc.c
netbsd32_netbsd.c Add the missing 'v' to fhstatvfs1 2004-04-22 12:04:03 +00:00
netbsd32_select.c
netbsd32_signal.c
netbsd32_socket.c
netbsd32_syscall.h
netbsd32_syscallargs.h
netbsd32_syscalls.c
netbsd32_sysctl.c Be consistent about using sysc_init_field() 2004-04-27 03:49:03 +00:00
netbsd32_sysent.c
netbsd32_time.c
netbsd32_wait.c
netbsd32.h Tweak sysctl setup functions (the macros, actually) for use in lkms, 2004-05-20 06:34:24 +00:00
syscalls.conf Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
syscalls.master