summaryrefslogtreecommitdiff
path: root/libpthread/nptl
AgeCommit message (Expand)Author
2010-02-16mass sync with glibc nptlAustin Foxley
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-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-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-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-22remove wait callbacks for non-cancelation funcsBernhard Reutner-Fischer
2009-11-22Makefile: fix indentationBernhard Reutner-Fischer
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-17whitespace fixesAustin Foxley
2009-10-17libpthread/nptl: core of the "Native Posix Threading Library" for uClibcAustin Foxley
2005-05-20Back out nptl changes, which for now will be done in branches/uClibc-nptlEric Andersen
2005-05-12Added new common include file for list primitives used by NPTL."Steven J. Hill"
2005-05-12Remove usage of 'hp-timing.h' header file which is for platforms with high"Steven J. Hill"
2005-05-11More glibc backward compatibility cruft. Oh the horror!"Steven J. Hill"
2005-05-11Backwards compatability? Bhuwhahaha....you wonder why glibc is so"Steven J. Hill"
2005-05-11We already have these defined."Steven J. Hill"
2005-05-11Remove extraneous file."Steven J. Hill"
2005-05-11Remove additional test programs."Steven J. Hill"
2005-05-07Import in NPTL code from glibc. For further information please"Steven J. Hill"