aboutsummaryrefslogtreecommitdiff
path: root/lib/libkse/thread/thr_spec.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the libkse directory. It was unhooked from the build and kernelBrooks Davis2014-04-161-231/+0
* Remove hacks to allow libkse to export its symbols in the LIBTHREAD_1_0Daniel Eischen2007-12-161-15/+0
* WARNS=3'ify.Daniel Eischen2007-11-301-8/+10
* Move the added code in revision 1.26 into function pthread_key_create,David Xu2007-11-261-6/+6
* MFlibthr:David Xu2007-11-191-1/+5
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-121-4/+1
* Add compatibility symbol maps. libpthread (.so.1 and .so.2)Daniel Eischen2006-03-131-1/+17
* Add code to support thread debugging.David Xu2004-07-131-21/+14
* Add back a loop for up to PTHREAD_DESTRUCTOR_ITERATIONS toDaniel Eischen2003-08-201-12/+20
* Access user provided pointer out of lock, and also check the case whenDavid Xu2003-08-161-8/+10
* Revamp libpthread so that it has a chance of working in an SMPDaniel Eischen2003-04-181-43/+42
* Make the changes needed for libpthread to compile in its new home.Jonathan Mini2002-09-161-1/+1
* Add the ability to recognize old references to keys, and return NULLDaniel Eischen2002-03-191-21/+41
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>Daniel Eischen2001-04-101-4/+4
* Add weak definitions for wrapped system calls. In general:Daniel Eischen2001-01-241-23/+28
* -Wall and minor style(9) cleanups.Daniel Eischen1999-12-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add RCS IDs to those files without them.Daniel Eischen1999-08-051-1/+2
* - Fixed bug where we NULL'd before we freed the data causing a memory leak.Nate Williams1999-05-141-1/+1
* NULL a pointer after it is freed to avoid trying to free it again.John Birrell1998-09-301-0/+2
* Implement compile time debug support instead of tracking file name andJohn Birrell1998-06-091-22/+17
* Simplify the handling of thread specific data. Only track if a keyJohn Birrell1998-06-061-45/+33
* Remove some stale code.John Birrell1998-05-311-1/+1
* Change signal model to match POSIX (i.e. one set of signal handlersJohn Birrell1998-04-291-66/+44
* Modify the return values to comply with POSIX. Previously theseAlexander Langer1997-11-251-1/+0
* Submitted by: John BirrellJulian Elischer1997-02-051-1/+1
* Make pthread_getspecific() compliant with the final IEEE pthreadsJeffrey Hsu1996-11-111-9/+9
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-201-10/+10
* Reviewed by: julianJulian Elischer1996-01-221-0/+237