NetBSD/sys/arch/sun3
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
..
compile Keep the compile/ directory in the distribution. 1997-03-31 01:23:37 +00:00
conf Generate assym.h into assym.h.tmp first, then move it. (safety) 1997-10-23 01:39:20 +00:00
dev Set rr0_dcd. 1997-11-02 08:05:06 +00:00
include Make DVMA space pointers (void *) like the sun3x. 1997-10-17 03:20:13 +00:00
stand getopt returns -1 not EOF 1997-11-01 06:49:14 +00:00
sun3 Implement a "kernel-only" context for processes that have not 1997-11-03 16:08:23 +00:00
sun3x Remove the for-loop that wants to map multiple msgbuf pages. 1997-10-23 02:24:41 +00:00
Makefile SUBDIR=stand 1995-07-05 19:04:23 +00:00