summaryrefslogtreecommitdiff
path: root/libc/misc/pthread
AgeCommit message (Expand)Author
2015-04-22NPTL: Rename a variableBernhard Reutner-Fischer
2012-06-15tsd.c: fix commentPeter S. Mazinger
2011-03-03add missing prototypesPeter S. Mazinger
2010-05-07static build: fix internal locking weaks to get pulled in alwaysTimo Teras
2010-04-22nptl: fix libc internal, dynamically enabled lockingTimo Teräs
2010-04-16libc: remove libc weak __pthreads_* wrappersTimo Teras
2010-04-02Merge commit 'origin/master' into nptlAustin Foxley
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-02-11libc: build tsd only when tls is enabledAustin Foxley
2009-10-17whitespace fixesAustin Foxley
2009-10-17some tweaks under libc/ needed for nptlAustin Foxley
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2006-12-09these weaks are also needed in libc.so for the time beingEric Andersen
2006-12-09oops, use __pthread_mutex_unlock() not pthread_mutex_unlock()Eric Andersen
2006-12-09silence a lot of warnings and fix a few genuine bugs while I'm at it.Eric Andersen
2006-12-08finish the pthread locking cleanups. This should get things compiling againEric Andersen
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-12-02(no commit message)"Steven J. Hill"
2006-03-09Remove __libc_internal_tsd_{s,g}et, they do not exist anymorePeter S. Mazinger
2006-02-15DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]...Peter S. Mazinger
2006-02-13libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-04update pthread weak handling to the style glibc usesMike Frysinger
2005-12-29beautifyMike Frysinger
2005-12-16Convert usersPeter S. Mazinger
2005-12-06Yeah, suck it up. I'm tired of merging stuff."Steven J. Hill"
2005-12-02add some notes (thanks to mjn3) as to why we need these weaks, remove all the...Mike Frysinger
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-11-15this is GNU sourceMike Frysinger
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