NetBSD/sys/rump/include/rump-sys
pgoyette 3cd7406ad8 Allow syscall_establish() to install new syscalls when the existing
entry-point is either sys_nomodule or sys_nosys.  Update the
makesyscalls.sh script to create a const array of bits to allow
syscall_disestablish() to properly restore the original entry-point.
Update all the initializers of struct emul to initialize the pointer
to the bit array struct emul.

XXX Regen of all files created by makesyscalls.sh will come soon,
XXX followed by a kernel version bump (since struct emul is being
XXX modified).

This commit should address PR kern/45781 and also removes the need
for the work-around for that PR in file

	sys/arch/usermode/modules/syscallemu/syscallemu.c
2018-08-10 21:44:58 +00:00
..
dev.h
kern_if.h
kern.h Allow syscall_establish() to install new syscalls when the existing 2018-08-10 21:44:58 +00:00
net_if.h
net.h
README
vfs_if.h
vfs.h

	$NetBSD: README,v 1.1 2016/01/26 23:12:17 pooka Exp $

This directory contains files which are kernel-internal interfaces
provided by rump kernels.  Like any other NetBSD kernel interfaces,
they may change as long as __NetBSD_Version__ is bumped at the
same time.