NetBSD/sys/arch/hp300
thorpej e03e9e8086 Rather than starting init and creating kthreads by forking and then
doing a cpu_set_kpc(), just pass the entry point and argument all
the way down the fork path starting with fork1().  In order to
avoid special-casing the normal fork in every cpu_fork(), MI code
passes down child_return() and the child process pointer explicitly.

This fixes a race condition on multiprocessor systems; a CPU could
grab the newly created processes (which has been placed on a run queue)
before cpu_set_kpc() would be performed.
2000-05-28 05:48:59 +00:00
..
compile
conf Add "install" target, so "make install" after building the kernel 2000-05-09 00:56:21 +00:00
dev sleep() -> tsleep() 2000-05-27 04:52:27 +00:00
DOC Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
hp300 Rather than starting init and creating kthreads by forking and then 2000-05-28 05:48:59 +00:00
include Add missing semicolon. 2000-05-27 21:46:42 +00:00
stand Clean up the machine symlink stuff ever so slightly. Needs to be 2000-01-23 17:04:03 +00:00
Makefile