NetBSD/sys/arch/ofppc
thorpej 8964c35eca Introduce a new process state distinct from SRUN called SONPROC
which indicates that the process is actually running on a
processor.  Test against SONPROC as appropriate rather than
combinations of SRUN and curproc.  Update all context switch code
to properly set SONPROC when the process becomes the current
process on the CPU.
2000-05-26 00:36:42 +00:00
..
compile
conf Add "install" target, so "make install" after building the kernel 2000-05-09 00:56:21 +00:00
include Nuke dk_establish() from orbit except from those ports which still use 2000-05-16 05:45:44 +00:00
ofppc Introduce a new process state distinct from SRUN called SONPROC 2000-05-26 00:36:42 +00:00
stand
Makefile