NetBSD/sys/compat
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
..
aout Regen 2000-05-04 21:56:47 +00:00
common add a new function vn_marktext() for exec code to let others know 2000-04-11 04:37:47 +00:00
freebsd Add names for many syscalls not yet implemented, including those in 2000-05-23 16:05:51 +00:00
hpux Reduce use of curproc in several places: 2000-05-27 00:40:29 +00:00
ibcs2 add a new function vn_marktext() for exec code to let others know 2000-04-11 04:37:47 +00:00
linux Rather than starting init and creating kthreads by forking and then 2000-05-28 05:48:59 +00:00
m68k4k add a new function vn_marktext() for exec code to let others know 2000-04-11 04:37:47 +00:00
netbsd32 sleep() -> tsleep() 2000-05-27 04:52:27 +00:00
osf1 add a cast for clarity. 2000-04-11 05:26:27 +00:00
ossaudio Fix typo in comment. From Brad <brad@openbsd.org> 1999-11-19 23:50:21 +00:00
sunos add a new function vn_marktext() for exec code to let others know 2000-04-11 04:37:47 +00:00
svr4 Rather than starting init and creating kthreads by forking and then 2000-05-28 05:48:59 +00:00
ultrix The size of the members of struct ultrix_utsname were nothing like 2000-04-28 12:52:52 +00:00
vax1k expunge vm_offset_t/vm_size_t 2000-03-04 07:28:44 +00:00
Makefile