/freebsd/sys/sys/ |
H A D | kernel.h | diff 74b2192ae6309fcbe617ed63389125ff0c152af2 Fri Dec 12 05:00:59 CET 1997 John Dyson <dyson@FreeBSD.org> 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. diff 74b2192ae6309fcbe617ed63389125ff0c152af2 Fri Dec 12 05:00:59 CET 1997 John Dyson <dyson@FreeBSD.org> 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.
|
H A D | proc.h | diff 74b2192ae6309fcbe617ed63389125ff0c152af2 Fri Dec 12 05:00:59 CET 1997 John Dyson <dyson@FreeBSD.org> 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. diff 74b2192ae6309fcbe617ed63389125ff0c152af2 Fri Dec 12 05:00:59 CET 1997 John Dyson <dyson@FreeBSD.org> 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.
|
/freebsd/sys/kern/ |
H A D | kern_linker.c | diff 74b2192ae6309fcbe617ed63389125ff0c152af2 Fri Dec 12 05:00:59 CET 1997 John Dyson <dyson@FreeBSD.org> 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. diff 74b2192ae6309fcbe617ed63389125ff0c152af2 Fri Dec 12 05:00:59 CET 1997 John Dyson <dyson@FreeBSD.org> 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.
|
H A D | init_main.c | diff 74b2192ae6309fcbe617ed63389125ff0c152af2 Fri Dec 12 05:00:59 CET 1997 John Dyson <dyson@FreeBSD.org> 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. diff 74b2192ae6309fcbe617ed63389125ff0c152af2 Fri Dec 12 05:00:59 CET 1997 John Dyson <dyson@FreeBSD.org> 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.
|
H A D | kern_fork.c | diff 74b2192ae6309fcbe617ed63389125ff0c152af2 Fri Dec 12 05:00:59 CET 1997 John Dyson <dyson@FreeBSD.org> 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. diff 74b2192ae6309fcbe617ed63389125ff0c152af2 Fri Dec 12 05:00:59 CET 1997 John Dyson <dyson@FreeBSD.org> 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.
|