summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thread_storage.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* major bump to libc and libpthread to break the dependency of amarc2004-06-071-82/+0
| | | | | | particular implementation of libpthread for libc. libc no longer needs pthread.h to compile. OK millert@, brad@, tedu@
* thread safe libc -- 2nd try. OK miod@, millert@marc2002-11-051-1/+5
| | | | Thanks to miod@ for m68k and vax fixes
* back out previous patch.. there are still some vax/m68k issuesmarc2002-11-031-5/+1
|
* libc changes for thread safety. Tested on:marc2002-11-031-1/+5
| | | | | | | alpha (millert@), i386 (marc@), m68k (millert@ and miod@), powerpc (drahn@ and dhartmei@), sparc (millert@ and marc@), sparc64 (marc@), and vax (millert@ and miod@). Thanks to millert@, miod@, and mickey@ for fixes along the way.
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-1/+1
|
* need string.hderaadt2000-02-281-0/+1
|
* thread-specific storage helperd2000-01-061-0/+77