summaryrefslogtreecommitdiff
path: root/libpthread
AgeCommit message (Expand)Author
2010-02-13sparc/sysdep: Unify sparc sysdep.hAustin Foxley
2010-02-11arm/sysdep: Unify arm sysdep.hKhem Raj
2010-02-11mips/sysdep.h: Unify mips sysdep.hKhem Raj
2010-02-09nptl: sysdep headers update for i386, mips and x86_64Carmelo Amoroso
2010-02-09nptl: sysdep headers re-factoringCarmelo Amoroso
2010-02-05TLS_TCB_AT_TP: avoid warning about undef cpp tokenBernhard Reutner-Fischer
2010-02-05pthread_{attr_,}{s,g}etaffinity: cleanup symbol namesBernhard Reutner-Fischer
2010-02-01Add -DNOT_IN_libc=1 -DIS_IN_libpthread=1 to some sources in nptl/libpthread b...Khem Raj
2010-01-25Makefile.arch: On ARM and MIPS pass -DNOT_IN_libc=1 -DIS_IN_libpthread=1Khem Raj
2010-01-25mips/dl-tls.h: Adjust TLS_TPREL_VALUE and TLS_DTPREL_VALUEKhem Raj
2010-01-23nptl: timer_routines.c (timer_helper_thread):Austin Foxley
2010-01-23nptl: need to build generic timer_* functions for x86_64 and sparcAustin Foxley
2010-01-23nptl: fix a few more old style prototypesAustin Foxley
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