summaryrefslogtreecommitdiff
path: root/lib/libkse/thread/thr_find_thread.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the libkse directory. It was unhooked from the build and kernelBrooks Davis2014-04-161-98/+0
* WARNS=3'ify.Daniel Eischen2007-11-301-0/+3
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-121-4/+1
* 1. Move thread list flags into new separate member, and atomicallyDavid Xu2004-10-231-1/+1
* o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now itDavid Xu2003-07-171-13/+11
* 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