Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Ross Harvey <ross@netbsd.org>
List: source-changes
Date: 02/22/1999 18:57:19
Module Name:	src
Committed By:	ross
Date:		Tue Feb 23 02:57:19 UTC 1999

Modified Files:
	src/sys/kern: kern_exit.c kern_fork.c
Log Message:
Replace the recent scheduler mods with calls to scheduler_{fork,wait}_hook(),
(inlined) so scheduler functionality can be kept in a single .h/.c set.
Also, the wait hook has changed the way it clips the scheduler history.