Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Christian Limpach <cl@netbsd.org>
List: source-changes
Date: 10/31/2003 22:47:44
Module Name: src
Committed By: cl
Date: Fri Oct 31 22:47:44 UTC 2003
Modified Files:
src/sys/kern: kern_sa.c
src/sys/sys: savar.h
Log Message:
Allow defer of event and interrupted LWP state independently.
Removes code duplication in sa_upcall_getstate() and allows
sa_upcall_getstate() to be used to get state of a single LWP.
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/kern/kern_sa.c
cvs rdiff -r1.7 -r1.8 src/sys/sys/savar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.