Module Name: src
Committed By: thorpej
Date: Wed Nov 11 22:45:33 UTC 1998
Modified Files:
src/sys/kern: init_main.c
Log Message:
fork_kthread() -> kthread_create(). Set P_NOCLDWAIT on kernel threads,
which will cause any of their children to be reparented to init(8) (which
is already prepared to wait out orphaned processes).