NetBSD/sys/compat/linux
thorpej 91bfaeb675 Overhaul the API used to fetch and store individual memory cells in
userspace.  The old fetch(9) and store(9) APIs (fubyte(), fuword(),
subyte(), suword(), etc.) are retired and replaced with new ufetch(9)
and ustore(9) APIs that can return proper error codes, etc. and are
implemented consistently across all platforms.  The interrupt-safe
variants are no longer supported (and several of the existing attempts
at fuswintr(), etc. were buggy and not actually interrupt-safe).

Also augmement the ucas(9) API, making it consistently available on
all plaforms, supporting uniprocessor and multiprocessor systems, even
those that do not have CAS or LL/SC primitives.

Welcome to NetBSD 8.99.37.
2019-04-06 03:06:23 +00:00
..
arch Overhaul the API used to fetch and store individual memory cells in 2019-04-06 03:06:23 +00:00
common Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
Makefile add Makefile struct 2017-01-16 00:11:41 +00:00
Makefile.inc Don't re-define rules for subdir Makefile 2017-01-16 17:37:29 +00:00
files.linux Merge the [pgoyette-compat] branch 2019-01-27 02:08:33 +00:00
linux_syscall.h
linux_syscallargs.h
linux_syscalls.c
linux_systrace_args.c