NetBSD/sys/arch/sun2
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
..
compile
conf Gut more stuff so we fit. Last working RAMDISK kernel was 6.1.5. 2019-04-03 16:30:28 +00:00
dev Remove very old IFF_NOTRAILERS flag. 2019-02-05 06:17:00 +00:00
include Remove the kernel PMC code. Sent yesterday on tech-kern@. 2018-07-12 10:46:40 +00:00
sun2 Overhaul the API used to fetch and store individual memory cells in 2019-04-06 03:06:23 +00:00
Makefile