NetBSD/sys/arch/i386
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
..
bioscall Revert STRIPPROG -> STRIP 2000-02-01 05:25:24 +00:00
compile
conf ep' has plug-and-play' support on all buses, including non-PnP ISA. 2000-05-28 02:42:16 +00:00
eisa
i386 Rather than starting init and creating kthreads by forking and then 2000-05-28 05:48:59 +00:00
include First sweep at scheduler state cleanup. Collect MI scheduler 2000-05-26 21:19:19 +00:00
isa Add i386-specific part of MicroChannel Architecture bus support, as 2000-05-11 16:38:10 +00:00
mca Add i386-specific part of MicroChannel Architecture bus support, as 2000-05-11 16:38:10 +00:00
pci Skip fixup phase when system BIOS setting were perfect. 2000-05-17 09:50:34 +00:00
pnpbios fix cosmetic brain-oh in last; s/attachonly/matchonly/g 2000-05-11 15:26:23 +00:00
stand Actually return the BIOS error code (if any) generated by the reads 2000-05-21 16:59:28 +00:00
Makefile