summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/i386
AgeCommit message (Expand)Author
2016-09-26use a single libc and deduplicate threading codeWaldemar Brodkorb
2015-07-22fix static builds of pthread apps for x86/x86_64Waldemar Brodkorb
2014-09-20nptl: remove duplicate vfork() in libpthreadWaldemar Brodkorb
2014-09-16buildsys: remove now redundant lib placement definesBernhard Reutner-Fischer
2014-09-16buildsys: fix IS_IN_lib*Bernhard Reutner-Fischer
2014-06-12NPTL: Fix undefined reference to PRIVATE_FUTEX with 2.6.18 kernelDan Moulding
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15NPTL: rename __new_sem_* to sem_*Peter S. Mazinger
2011-05-11lll: avoid shadow warningsBernhard Reutner-Fischer
2010-12-09nptl: fix Unwind_Resume PLT callsTimo Teräs
2010-11-11ntpl: fix static linking by not leaking SSP_ALL_CFLAGSNatanael Copa
2010-08-05Revert "nptl i686: fix pthread_cond_wait.S compilation"Bernhard Reutner-Fischer
2010-08-05nptl: fix x86 assembly PIC relocationsTimo Teräs
2010-07-14nptl: remove superfluous =1 from definesBernhard Reutner-Fischer
2010-07-14nptl i686: fix pthread_cond_wait.S compilationRoman I Khimov
2010-07-06nptl: fix buildsysBernhard Reutner-Fischer
2010-06-24use uniform form of C99 keywordsBernhard Reutner-Fischer
2010-06-17nptl: i386 needs atomic.h for atomic_exchange_acqBernhard Reutner-Fischer
2010-04-25nptl: Harmonize objects and headers makefile clean targetsCarmelo Amoroso
2010-04-16nptl: mark forwarded functions protectedTimo Teras
2010-04-16Revert "nptl: mark symbols with libc forwarder hidden"Timo Teras
2010-04-14nptl: mark symbols with libc forwarder hiddenTimo Teräs
2010-04-12nptl/sysdeps/unix/sysv/linux/i386: cleanup -DUSE___THREADNatanael Copa
2010-04-12nptl/sysdeps/unix/sysv/linux/i386: enable USE___THREAD for assemblerTimo Teräs
2010-02-19more fixes for x86_64 nptlAustin Foxley
2010-02-19Fixes to get nptl compiling for x86Khem Raj
2010-02-17compile fixes for i386 nptlAustin Foxley
2010-02-16mass sync with glibc nptlAustin 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-09nptl: fix old style function declerationsAustin Foxley
2009-12-04i386 nptl: add missing weak_alias for pthread_cond_signalAustin 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-10-17whitespace fixesAustin Foxley
2009-10-17libpthread/nptl: core of the "Native Posix Threading Library" for uClibcAustin Foxley