Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/11/1998 14:45:33
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).