NetBSD/sys/arch/luna68k
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 Add a place holder. 2000-01-17 00:55:37 +00:00
conf Add "install" target, so "make install" after building the kernel 2000-05-09 00:56:21 +00:00
dev - Implement cnbell() -- ring the console bell. The cn_bell entrypoint 2000-03-06 21:36:05 +00:00
include Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This file 2000-04-29 03:31:45 +00:00
luna68k Introduce a new process state distinct from SRUN called SONPROC 2000-05-26 00:36:42 +00:00
Makefile