Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 07/28/2003 23:35:22
Module Name:	src
Committed By:	matt
Date:		Mon Jul 28 23:35:21 UTC 2003

Modified Files:
	src/sys/kern: kern_lwp.c kern_synch.c
	src/sys/sys: lwp.h

Log Message:
Improve _lwp_wakeup so when it wakes a thread, the target thread thinks
ltsleep has been interrupted and thus the target will not think it was
a spurious wakeup.  (this makes syscalls cancellable for libpthread).


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/kern/kern_lwp.c
cvs rdiff -r1.134 -r1.135 src/sys/kern/kern_synch.c
cvs rdiff -r1.7 -r1.8 src/sys/sys/lwp.h

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