summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl
Commit message (Expand)AuthorAgeFilesLines
* nptl: Fix __USER_LABEL_PREFIX__ concatenatioWill Newton2011-01-201-6/+8
* nptl: fix start_thread() for _STACK_GROWS_UPWill Newton2011-01-201-2/+2
* nptl: get rid of the last preprocessor warning when __ASSUME_TGKILL is not de...Carmelo Amoroso2011-01-051-1/+1
* nptl: get rid of preprocessor warning when __ASSUME_TGKILL is not definedCarmelo Amoroso2011-01-045-9/+9
* sparc: fix linking issue with __syscall_error.cAustin Foxley2010-12-292-1/+6
* sem_open.c/sem_unlink.c: Use INTUSE macro to get proper function call to __pt...Khem Raj2010-12-182-2/+2
* nptl: If DOPIC is set then we missed a rule to generate .os variants for pt-*...Khem Raj2010-12-181-0/+4
* nptl: fix Unwind_Resume PLT callsTimo Teräs2010-12-092-7/+15
* libc_sh: add __tls_get_addr to static libc (SH)Filippo Arcidiacono2010-12-012-1/+32
* Revert "libc_tls: Do not include generic libc-tls from arch specific implemen...Carmelo Amoroso2010-12-012-0/+2
* libc_tls: Do not include generic libc-tls from arch specific implementationCarmelo Amoroso2010-11-292-2/+0
* ntpl: fix static linking by not leaking SSP_ALL_CFLAGSNatanael Copa2010-11-1115-16/+0
* mips: fix errno setting after syscallAlexander Gordeev2010-10-271-2/+2
* *: inline constant __sig{add,del}set and __sigismemberDenys Vlasenko2010-10-221-1/+1
* nptl: fix static linkingNatanael Copa2010-09-091-2/+2
* nptl: fix calling convention for __pthread_mutex_cond_lockTimo Teräs2010-08-172-3/+10
* Revert "nptl i686: fix pthread_cond_wait.S compilation"Bernhard Reutner-Fischer2010-08-051-1/+0
* nptl: fix x86 assembly PIC relocationsTimo Teräs2010-08-052-2/+2
* nptl: _POSIX_IPV6 depends on UCLIBC_HAS_IPV6Bernhard Reutner-Fischer2010-08-021-0/+8
* nptl: fix LFS handlingBernhard Reutner-Fischer2010-07-301-1/+3
* nptl: do not define _POSIX_SPAWN since its not implementedNatanael Copa2010-07-301-0/+2
* nptl: (librt) powerpc32's PSEUDO_RET needs __syscall_errorBernhard Reutner-Fischer2010-07-151-0/+3
* nptl: remove superfluous =1 from definesBernhard Reutner-Fischer2010-07-1413-84/+84
* nptl: x86_64: fix compilation of unwinderBernhard Reutner-Fischer2010-07-142-1/+221
* nptl i686: fix pthread_cond_wait.S compilationRoman I Khimov2010-07-141-0/+1
* nptl: disregard generated tcb-offsets.cBernhard Reutner-Fischer2010-07-061-1/+1
* nptl: Filter out gen_tcb-offsets.c from CSRC for libpthread.Khem Raj2010-07-061-0/+2
* nptl: fix buildsysBernhard Reutner-Fischer2010-07-0625-1015/+573
* nptl: fix subdirs handlingBernhard Reutner-Fischer2010-07-0611-5/+70
* nptl: simplify buildsysBernhard Reutner-Fischer2010-07-0612-306/+66
* mips/syscall-error: Choose the correct version for setting up errno.Khem Raj2010-06-301-0/+1
* nptl/errno: Use a separate __errno_location for libpthread.Khem Raj2010-06-302-0/+2
* nptl/generic: Build generic libc-tls.c for non-mips architectures.Khem Raj2010-06-301-2/+3
* arm/nptl: Use the old C version of _Unwind_Resume in thumb mode.Khem Raj2010-06-292-1/+23
* test/nptl: move eintr.c to where it belongsBernhard Reutner-Fischer2010-06-251-89/+0
* nptl: arm: make it compile againBernhard Reutner-Fischer2010-06-242-0/+10
* use uniform form of C99 keywordsBernhard Reutner-Fischer2010-06-2429-159/+159
* arm/nptl: Sync unwinding with glibc.Khem Raj2010-06-232-94/+116
* arm/nptl: sysdep-cancel.h needs syscall handing for EABIKhem Raj2010-06-231-25/+142
* avoid using c99 syntaxMirko Vogt2010-06-216-6/+12
* nptl: i386 needs atomic.h for atomic_exchange_acqBernhard Reutner-Fischer2010-06-171-0/+1
* nptl: fix symlinking headersBernhard Reutner-Fischer2010-06-132-22/+17
* nptl: avoid spurious rebuilds of libpthread*.aBernhard Reutner-Fischer2010-06-121-2/+0
* nptl: handle PTHREADS_DEBUG_SUPPORT properlyBernhard Reutner-Fischer2010-06-121-4/+3
* nptl: fix race condition when generating libpthread.soBernhard Reutner-Fischer2010-06-121-3/+3
* nptl: remove relocation in pthread_rwlock_init()Bernhard Reutner-Fischer2010-06-111-1/+1
* silence some warnings about missing prototypesBernhard Reutner-Fischer2010-06-114-5/+4
* buildsys: fix clean vs. headercleanBernhard Reutner-Fischer2010-06-111-2/+2
* nptl: fix for !ipv4 && !ipv6Bernhard Reutner-Fischer2010-06-082-7/+8
* mips: Add vfork to libcKhem Raj2010-05-191-3/+10