summaryrefslogtreecommitdiff
path: root/libpthread
AgeCommit message (Expand)Author
2009-12-19Merge commit 'origin/master' into nptlAustin Foxley
2009-12-17check if USE_TLS is defined before useHans-Christian Egtvedt
2009-12-17check if USE_TLS is defined before useHans-Christian Egtvedt
2009-12-16x86_64: fix up the rest of the includes and aliases for nptlAustin Foxley
2009-12-16x86_64: add missing includes to sem_*.SAustin Foxley
2009-12-16fix multiple definitions of pthread_once for x86_64Austin Foxley
2009-12-16x86_64: no waitpid syscall exists, so use wait4Austin Foxley
2009-12-16build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso
2009-12-16build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso
2009-12-15fix typo that sneaked in with 9a7506Natanael Copa
2009-12-11Go back to using nptl_arch_headersAustin Foxley
2009-12-11Revert "nptl: make build depend directly on nptl headers"Austin Foxley
2009-12-11get x86_64 nptl buildingAustin Foxley
2009-12-11nptl: fix even more old style declarationsAustin Foxley
2009-12-09nptl: fix a few more old style declerationsAustin Foxley
2009-12-09nptl: fix old style function declerationsAustin Foxley
2009-12-09nptl: make build depend directly on nptl headersAustin Foxley
2009-12-04i386 nptl: add missing weak_alias for pthread_cond_signalAustin Foxley
2009-11-29generate nptl headers without a recursive make callAustin Foxley
2009-11-29don't use __i686 in symbol names as it seems gcc can define itAustin Foxley
2009-11-27PIC fixes for hardenedTimo Teräs
2009-11-22Merge remote branch 'origin/master' into nptl_mergeAustin Foxley
2009-11-22Revert "libc: add hidden calls to pthread cleanup funcs"Austin Foxley
2009-11-22remove wait callbacks for non-cancelation funcsBernhard Reutner-Fischer
2009-11-22Makefile: fix indentationBernhard Reutner-Fischer
2009-11-09libc: add hidden calls to pthread cleanup funcsMike Frysinger
2009-11-09make the sem_open changes actually compileAustin Foxley
2009-11-09Unbreak sem_open when UCLIBC_SUSV3_LEGACY is not definedMikhail Gusarov
2009-10-22libc: add hidden calls to pthread cleanup funcsMike Frysinger
2009-10-17whitespace fixesAustin Foxley
2009-10-17libpthread/nptl_db: debugging support for nptlAustin Foxley
2009-10-17libpthread/nptl: core of the "Native Posix Threading Library" for uClibcAustin Foxley
2009-10-17linuxthreads: check TLS_DTV_AT_TP define correctlyAustin Foxley
2009-09-19sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-09-05CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2009-07-26linuxthreads.old: define pthread_yield to sched_yieldMike Frysinger
2009-07-21linuxthreads.old: fix crash in debug codeMike Frysinger
2009-07-21libpthread: add format attribute to __pthread_message()Mike Frysinger
2009-07-20linuxthreads.old: extend workaround for asm rename warningsMike Frysinger
2009-07-05Don't shadow the mask parameter with a local variable in the same functionRon
2009-07-05Check #if feature test macros are defined where they may not beRon
2009-07-05Provide token prototypes for functions that are external but have no headerRon
2009-07-05Add noreturn attributes to some functions that won't ever do soRon
2009-05-21fix compilation of linuxthreads for sparc64Austin Foxley
2009-04-09The attached patches fixes the problems found bringing up uclibc on coldfire Khem Raj
2009-03-18fix compilation of linuxthreads for sparcaustinf
2009-03-12add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com)Denis Vlasenko