Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 10/24/2006 10:05:45
Module Name:	src
Committed By:	hannken
Date:		Tue Oct 24 10:05:45 UTC 2006

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

Log Message:
Remove specificdata_setspecific_nowait() as result of discussion on tech-kern.

Add _lwp_getspecific_by_lwp() to get lwp specific data from other lwp's.
Protected by #ifdef _LWP_API_PRIVATE.

Approved by: Jason Thorpe <thorpej@netbsd.org>


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 src/sys/kern/kern_lwp.c
cvs rdiff -r1.5 -r1.6 src/sys/kern/subr_specificdata.c
cvs rdiff -r1.45 -r1.46 src/sys/sys/lwp.h

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