summaryrefslogtreecommitdiffstats
path: root/libpthread
Commit message (Expand)AuthorAgeFilesLines
* NPTL: Fix CTOR_DTORBernhard Reutner-Fischer2011-05-315-35/+32
* unwind.h: Move to libc/sysdeps from nptl sysdepsKhem Raj2011-05-131-279/+0
* epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger2011-05-131-0/+13
* commentary typo fixBernhard Reutner-Fischer2011-05-113-3/+3
* commentary typo fixBernhard Reutner-Fischer2011-05-116-7/+7
* lll: avoid shadow warningsBernhard Reutner-Fischer2011-05-113-80/+80
* libubacktrace: mv unwind.h to includeBernhard Reutner-Fischer2011-05-111-220/+0
* remove trailing ';' from _syscallX()Peter S. Mazinger2011-03-091-1/+1
* nptl: fix compilation on x86_64William Pitcock2011-03-086-14/+6
* The C6X portAurelien Jacquiot2011-03-051-0/+64
* Allow ABIs where SP points below the stack frame.Bernd Schmidt2011-03-051-7/+11
* Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de2011-03-051-0/+1
* nptl: fix use of IS_IN_LIBPTHREAD macroCarmelo Amoroso2011-03-041-1/+1
* remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger2011-03-032-2/+0
* add missing prototypesPeter S. Mazinger2011-03-034-2/+19
* use common sigthread.hPeter S. Mazinger2011-03-031-44/+0
* add missing prototypesPeter S. Mazinger2011-03-033-0/+4
* syntax fixesPeter S. Mazinger2011-03-031-4/+4
* avoid warnings on _STACK_GROWS_* usagePeter S. Mazinger2011-03-037-21/+21
* nptl:arm: add a wrapper for .cfi_sections pseudo-opsCarmelo Amoroso2011-02-252-2/+2
* linuxthreads.old: fix nommu initial thread stack detectionMike Frysinger2011-02-242-17/+30
* arm: mv nptl specific atomic impl to common placeBernhard Reutner-Fischer2011-02-091-122/+0
* arm: fix the static link problem for ARM due to undefined __tls_get_addrNitin Garg2011-02-022-0/+38
* nptl/mips64: Fix build when using mips64 and ABIs other than o32Khem Raj2011-01-291-1/+3
* 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
* linuxthreads: Fix compilation breakageMatt Fleming2010-12-231-7/+4
* libpthread/nptl_db: Append options to LDFLAGS based on if LD is set to gcc dr...Khem Raj2010-12-211-2/+1
* 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
* microblaze: thread supportSteven J. Magnani2010-11-102-0/+123
* mips: fix errno setting after syscallAlexander Gordeev2010-10-272-3/+4
* *: 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