Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/19/2000 21:02:04
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Sep 19 18:02:04 UTC 2000

Modified Files:
	syssrc/sys/kern [netbsd-1-5]: kern_synch.c

Log Message:
Pull up fixes to suspendsched():

revision 1.95
date: 2000/09/14 19:13:29;  author: thorpej;  state: Exp;  lines: +7 -5
Make sure to lock the proclist when we're traversing allproc.

revision 1.96
date: 2000/09/15 06:36:25;  author: enami;  state: Exp;  lines: +4 -4
The struct prochd isn't a proc.  Start scaning from prochd.ph_link instead
of &prochd.


To generate a diff of this commit:
cvs rdiff -r1.78.2.3 -r1.78.2.4 syssrc/sys/kern/kern_synch.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.