Date: Thu, 11 Dec 1997 20:01:03 -0800 (PST) From: John Dyson <dyson@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys kernel.h proc.h src/sys/kern init_main.c kern_fork.c kern_linker.c Message-ID: <199712120401.UAA06047@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dyson 1997/12/11 20:01:02 PST Modified files: sys/sys kernel.h proc.h sys/kern init_main.c kern_fork.c kern_linker.c Log: 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. Revision Changes Path 1.36 +13 -2 src/sys/sys/kernel.h 1.51 +2 -1 src/sys/sys/proc.h 1.78 +14 -3 src/sys/kern/init_main.c 1.50 +2 -4 src/sys/kern/kern_fork.c 1.5 +13 -2 src/sys/kern/kern_linker.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712120401.UAA06047>