summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_find_thread.c
Commit message (Expand)AuthorAgeFilesLines
* Change low-level locking a bit so that we can tell ifDaniel Eischen2003-05-241-6/+12
* o Don't add a scope system thread's KSE to the list of availableDaniel Eischen2003-04-281-0/+3
* Sorry folks; I accidentally committed a patch from what I was workingDaniel Eischen2003-04-181-9/+0
* Revamp libpthread so that it has a chance of working in an SMPDaniel Eischen2003-04-181-19/+53
* Make the changes needed for libpthread to compile in its new home.Jonathan Mini2002-09-161-1/+1
* Fix a race condition in pthread_join(). All of the following must occurJason Evans2001-06-271-32/+0
* Add weak definitions for wrapped system calls. In general:Daniel Eischen2001-01-241-2/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add RCS IDs to those files without them.Daniel Eischen1999-08-051-2/+2
* In the words of the author:John Birrell1999-06-201-18/+16
* Move the cleanup code that frees memory allocated for a dead thread fromJohn Birrell1998-09-301-5/+10
* Change signal model to match POSIX (i.e. one set of signal handlersJohn Birrell1998-04-291-0/+97