Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/13/1998 16:08:50
Module Name:	src
Committed By:	thorpej
Date:		Sat Nov 14 00:08:50 UTC 1998

Modified Files:
	src/sys/sys: kthread.h
	src/sys/kern: init_main.c kern_kthread.c
Log Message:
Implement a way to queue kernel threads for creation after init,
pagedaemon, reaper, etc.  Caller provides a callback function and
argument which will be called to create the threads.