NetBSD/sys/arch/arm32
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
..
arm32 Rather than starting init and creating kthreads by forking and then 2000-05-28 05:48:59 +00:00
compile
conf Back out privious. 2000-05-26 19:01:22 +00:00
dev New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
doc Sync with reality. 1999-01-01 12:13:49 +00:00
footbridge implement bus_space_vaddr() 2000-04-17 17:39:17 +00:00
fpe-arm First sweep at scheduler state cleanup. Collect MI scheduler 2000-05-26 21:19:19 +00:00
include First sweep at scheduler state cleanup. Collect MI scheduler 2000-05-26 21:19:19 +00:00
iomd implement bus_space_vaddr() 2000-04-17 17:39:17 +00:00
isa implement bus_space_vaddr() 2000-04-17 17:39:17 +00:00
mainbus Nuke dk_establish() from orbit except from those ports which still use 2000-05-16 05:45:44 +00:00
ofw Update several ports to at least work again without IPKDB 2000-03-24 17:05:30 +00:00
pci Moved to arch/arm32/include/pci_machdep.h,v 1999-03-19 03:34:22 +00:00
podulebus Initial commit of arm26 port 2000-05-09 21:55:44 +00:00
rc7500 Update several ports to at least work again without IPKDB 2000-03-24 17:05:30 +00:00
riscpc Update several ports to at least work again without IPKDB 2000-03-24 17:05:30 +00:00
shark Nuke some warnings when KERNEL_DEBUG is defined. 2000-03-25 21:26:47 +00:00
vidc New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00