summaryrefslogtreecommitdiffstats
path: root/libc/misc/pthread
Commit message (Expand)AuthorAgeFilesLines
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* this is GNU sourceMike Frysinger2005-11-152-0/+2
* Enable IMAPeter S. Mazinger2005-11-031-2/+2
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-1/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-32/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+26
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-9/+10
* Clean up pthread include mess. Some of these will be needed to support NPTL, ..."Steven J. Hill"2005-10-041-11/+1
* weaks moved after the related function so gcc4 won't warnPeter S. Mazinger2005-09-221-12/+12
* punt unused __pthread_return_void funcMike Frysinger2005-07-091-6/+0
* merge parallel build supportMike Frysinger2005-01-251-5/+4
* Joakim Tjernlund writes:Eric Andersen2004-05-141-10/+6
* My mistake. We do need some weak pthread_* funcs. But we were previouslyManuel Novoa III2004-01-041-2/+87
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-69/+4
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Be prepared to call __pthread_initialize_minimalEric Andersen2002-08-191-0/+1
* Fix use of __pthread_once, and fix rpc usage of thread localEric Andersen2002-08-121-0/+1
* Avoid forced -lpthread lnkage when threading is enabledEric Andersen2002-03-091-1/+1
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-203-0/+189