summaryrefslogtreecommitdiff
path: root/libpthread
AgeCommit message (Expand)Author
2012-03-26nptl: fix compiler warning due to missing prototypeCarmelo Amoroso
2012-03-26nptl: fix compiler warning due to unused-but-set-variableCarmelo Amoroso
2012-01-29nptl_db: handle SUSv4-OBBernhard Reutner-Fischer
2012-01-28buildsys: fixup sigaction handlingBernhard Reutner-Fischer
2012-01-27libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy codeCarmelo Amoroso
2012-01-18nptl: .gitignore generated pt-crt{i,n}.SBernhard Reutner-Fischer
2012-01-15libc: build abort with unwind-info for backtraceBernhard Reutner-Fischer
2012-01-14linuxthreads/signals: do not restore handler for invalid signalMarkos Chandras
2012-01-13libc: allow to backtrace out of abort callCarmelo Amoroso
2011-11-24nptl: add missing pt-tempname.cBernhard Reutner-Fischer
2011-11-18nptl: sem_open: use open64 if LFSBernhard Reutner-Fischer
2011-11-17misc: hide __gen_tempnameBernhard Reutner-Fischer
2011-10-27sparc: fix build for linuxthreads.oldRob Landley
2011-10-27pthreads: fix build when DNS resolver is not enabled.Bernhard Reutner-Fischer
2011-10-27linuxthreads: fix typo in __UCLIBC_HAS_IPv4__ macroCarmelo Amoroso
2011-06-14buildsys: pt-initfini.s depends on uClibc_config.hBernhard Reutner-Fischer
2011-06-13nptl/pthread: Correct path for machine specific pt-initfini.cKhem Raj
2011-06-13ctor/dtor nptl: Fix init and fini function compilationKhem Raj
2011-06-10nptl/Makefile.in: Fix the build break caused by UCLIBC_CTOR_DTOR enablingKhem Raj
2011-05-31NPTL: Fix CTOR_DTORBernhard Reutner-Fischer
2011-05-13unwind.h: Move to libc/sysdeps from nptl sysdepsKhem Raj
2011-05-13epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger
2011-05-11commentary typo fixBernhard Reutner-Fischer
2011-05-11commentary typo fixBernhard Reutner-Fischer
2011-05-11lll: avoid shadow warningsBernhard Reutner-Fischer
2011-05-11libubacktrace: mv unwind.h to includeBernhard Reutner-Fischer
2011-03-09remove trailing ';' from _syscallX()Peter S. Mazinger
2011-03-08nptl: fix compilation on x86_64William Pitcock
2011-03-05The C6X portAurelien Jacquiot
2011-03-05Allow ABIs where SP points below the stack frame.Bernd Schmidt
2011-03-05Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de
2011-03-04nptl: fix use of IS_IN_LIBPTHREAD macroCarmelo Amoroso
2011-03-03remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger
2011-03-03add missing prototypesPeter S. Mazinger
2011-03-03use common sigthread.hPeter S. Mazinger
2011-03-03add missing prototypesPeter S. Mazinger
2011-03-03syntax fixesPeter S. Mazinger
2011-03-03avoid warnings on _STACK_GROWS_* usagePeter S. Mazinger
2011-02-25nptl:arm: add a wrapper for .cfi_sections pseudo-opsCarmelo Amoroso
2011-02-24linuxthreads.old: fix nommu initial thread stack detectionMike Frysinger
2011-02-09arm: mv nptl specific atomic impl to common placeBernhard Reutner-Fischer
2011-02-02arm: fix the static link problem for ARM due to undefined __tls_get_addrNitin Garg
2011-01-29nptl/mips64: Fix build when using mips64 and ABIs other than o32Khem Raj
2011-01-20nptl: Fix __USER_LABEL_PREFIX__ concatenatioWill Newton
2011-01-20nptl: fix start_thread() for _STACK_GROWS_UPWill Newton
2011-01-05nptl: get rid of the last preprocessor warning when __ASSUME_TGKILL is not de...Carmelo Amoroso
2011-01-04nptl: get rid of preprocessor warning when __ASSUME_TGKILL is not definedCarmelo Amoroso
2010-12-29sparc: fix linking issue with __syscall_error.cAustin Foxley
2010-12-23linuxthreads: Fix compilation breakageMatt Fleming
2010-12-21libpthread/nptl_db: Append options to LDFLAGS based on if LD is set to gcc dr...Khem Raj