]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
We have had support for running the kernel daemons as threads for
authorJohn Dyson <dyson@FreeBSD.org>
Fri, 12 Dec 1997 04:00:59 +0000 (04:00 +0000)
committerJohn Dyson <dyson@FreeBSD.org>
Fri, 12 Dec 1997 04:00:59 +0000 (04:00 +0000)
commit74b2192ae6309fcbe617ed63389125ff0c152af2
treef22967b4ad8e929fdab55160590d1e3d3f12807f
parentba9d19e99b83daaf5ed80c79f915ac179726d150
We have had support for running the kernel daemons as threads for
quite a while, but forgot to do so.  For now, this code supports
most daemons  running as kernel threads in UP kernels, and as
full processes in SMP.  We will soon be able to run them as
threads in SMP, but not yet.
sys/kern/init_main.c
sys/kern/kern_fork.c
sys/kern/kern_linker.c
sys/sys/kernel.h
sys/sys/proc.h