summaryrefslogtreecommitdiff
path: root/libc/misc/pthread
AgeCommit message (Expand)Author
2005-11-03Enable IMAPeter S. Mazinger
2005-11-01Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger
2005-10-25All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger
2005-10-04Clean up pthread include mess. Some of these will be needed to support NPTL, ..."Steven J. Hill"
2005-09-22weaks moved after the related function so gcc4 won't warnPeter S. Mazinger
2005-07-09punt unused __pthread_return_void funcMike Frysinger
2005-01-25merge parallel build supportMike Frysinger
2004-05-14Joakim Tjernlund writes:Eric Andersen
2004-01-04My mistake. We do need some weak pthread_* funcs. But we were previouslyManuel Novoa III
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2002-08-19Be prepared to call __pthread_initialize_minimalEric Andersen
2002-08-12Fix use of __pthread_once, and fix rpc usage of thread localEric Andersen
2002-03-09Avoid forced -lpthread lnkage when threading is enabledEric Andersen
2002-02-20Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen