summaryrefslogtreecommitdiffstats
path: root/libpthread
Commit message (Expand)AuthorAgeFilesLines
* libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy codeCarmelo Amoroso2012-01-273-3/+0
* nptl: .gitignore generated pt-crt{i,n}.SBernhard Reutner-Fischer2012-01-181-0/+2
* libc: build abort with unwind-info for backtraceBernhard Reutner-Fischer2012-01-151-0/+2
* linuxthreads/signals: do not restore handler for invalid signalMarkos Chandras2012-01-141-1/+1
* libc: allow to backtrace out of abort callCarmelo Amoroso2012-01-131-0/+2
* nptl: add missing pt-tempname.cBernhard Reutner-Fischer2011-11-241-0/+1
* nptl: sem_open: use open64 if LFSBernhard Reutner-Fischer2011-11-181-9/+10
* misc: hide __gen_tempnameBernhard Reutner-Fischer2011-11-171-1/+1
* sparc: fix build for linuxthreads.oldRob Landley2011-10-271-0/+1
* pthreads: fix build when DNS resolver is not enabled.Bernhard Reutner-Fischer2011-10-274-7/+7
* linuxthreads: fix typo in __UCLIBC_HAS_IPv4__ macroCarmelo Amoroso2011-10-271-4/+4
* buildsys: pt-initfini.s depends on uClibc_config.hBernhard Reutner-Fischer2011-06-141-1/+1
* nptl/pthread: Correct path for machine specific pt-initfini.cKhem Raj2011-06-131-2/+2
* ctor/dtor nptl: Fix init and fini function compilationKhem Raj2011-06-132-8/+22
* nptl/Makefile.in: Fix the build break caused by UCLIBC_CTOR_DTOR enablingKhem Raj2011-06-101-2/+2
* 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