summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_spec.c
Commit message (Expand)AuthorAgeFilesLines
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-101-4/+4
* Add weak definitions for wrapped system calls. In general:deischen2001-01-241-23/+28
* -Wall and minor style(9) cleanups.deischen1999-12-281-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add RCS IDs to those files without them.deischen1999-08-051-1/+2
* - Fixed bug where we NULL'd before we freed the data causing a memory leak.nate1999-05-141-1/+1
* NULL a pointer after it is freed to avoid trying to free it again.jb1998-09-301-0/+2
* Implement compile time debug support instead of tracking file name andjb1998-06-091-22/+17
* Simplify the handling of thread specific data. Only track if a keyjb1998-06-061-45/+33
* Remove some stale code.jb1998-05-311-1/+1
* Change signal model to match POSIX (i.e. one set of signal handlersjb1998-04-291-66/+44
* Modify the return values to comply with POSIX. Previously thesealex1997-11-251-1/+0
* Submitted by: John Birrelljulian1997-02-051-1/+1
* Make pthread_getspecific() compliant with the final IEEE pthreadshsu1996-11-111-9/+9
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-201-10/+10
* Reviewed by: julianjulian1996-01-221-0/+237
OpenPOWER on IntegriCloud