NetBSD/sys/arch
gwr f106a637c6 Implement a "kernel-only" context for processes that have not
touched any user-space address recently.  This is efficient
for things that stay in the kernel for a while, waking up
to handle some I/O then going back to sleep (i.e. nfsd).
If and when such a process returns to user-mode, it will
fault and be given a real context at that time.

This also makes context switch faster, because all we need
to do there for the MMU is slam the context register.
1997-11-03 16:08:23 +00:00
..
alpha --Add handcrafted stack frame directives to locore.s palcode vector 1997-11-03 04:22:00 +00:00
amiga make GENERIC more generic 1997-11-02 18:47:02 +00:00
arm32 Define __STRING and __CONCAT macros for assembly routines. 1997-10-27 00:28:09 +00:00
atari getopt returns -1 not EOF 1997-11-01 06:49:14 +00:00
bebox getopt returns -1 not EOF 1997-11-01 06:49:14 +00:00
hp300 All hail HAYDON! 1997-11-02 21:01:28 +00:00
i386 Add "ec" driver. 1997-11-02 01:02:23 +00:00
m68k Back out last change, which was a thinko. 1997-11-03 11:10:41 +00:00
mac68k Set rr0_dcd. 1997-11-02 08:05:06 +00:00
mips Incorporate a 4.4BSD-Lite workaround for a bug in cache invalidation. 1997-11-01 06:34:07 +00:00
mvme68k Set rr0_dcd. 1997-11-02 08:05:06 +00:00
ofppc fix chrtoblk declaration 1997-10-16 23:42:35 +00:00
pc532 Add prototypes for mcount and _mcoount. 1997-10-28 06:03:25 +00:00
pica * Use ANSI-clean names for host-specific byte-order definition 1997-10-20 09:57:05 +00:00
pmax Remove long-unused MD pmax console code. 1997-11-03 00:19:30 +00:00
powerpc Implement __RENAME() in <machine/cdefs.h> 1997-10-22 05:20:32 +00:00
sparc Handle CDTRCTS, for silly Mac-like connector on some models (e.g. IPX). 1997-11-03 11:33:17 +00:00
sun3 Implement a "kernel-only" context for processes that have not 1997-11-03 16:08:23 +00:00
sun3x getopt returns -1 not EOF 1997-11-01 06:49:14 +00:00
vax Major rewriting, optimization and simplifying of the pmap code: 1997-11-02 14:25:26 +00:00
x68k use CPPFLAGS instead of CFLAGS 1997-10-26 22:09:43 +00:00