Subject: CVS commit: src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 05/26/2003 19:41:04
Module Name:	src
Committed By:	nathanw
Date:		Mon May 26 19:41:04 UTC 2003

Modified Files:
	src/lib/libpthread: pthread_sa.c

Log Message:
* Recycle upcall stacks as soon as possible rather than waiting to
  accumulate half of the total number. There are too many ways for
  the SA subsystem to deadlock waiting for stacks that userland has no
  reason to recycle.

* Consolidate switchto handling in pthread_resolve_locks().

* Add code to re-chain the preempting parents of switchtos.

* Tweak debuglog output in a couple of cases.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/lib/libpthread/pthread_sa.c

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