summaryrefslogtreecommitdiff
path: root/libpthread
Commit message (Expand)AuthorAge
* linuxthreads.old: fix build warnings with epoll enabledMike Frysinger11 days
* linuxthreads.old: refactor nommu logic a little to avoid mmu warningMike Frysinger2012-04-24
* linuxthreads.old: pass back up saved_errno value in manager initMike Frysinger2012-04-24
* linuxthreads.old: fix set-but-unused warningMike Frysinger2012-04-24
* linuxthreads.old: fix typo in pthread_mutex_unlock hidden prototypeMike Frysinger2012-04-24
* linuxthreads.old: only declare __pthread_xxx funcs hidden inside of libpthreadMike Frysinger2012-04-22
* nptl: fix compiler warning due to missing prototypeCarmelo Amoroso2012-03-26
* nptl: fix compiler warning due to unused-but-set-variableCarmelo Amoroso2012-03-26
* nptl_db: handle SUSv4-OBBernhard Reutner-Fischer2012-01-29
* buildsys: fixup sigaction handlingBernhard Reutner-Fischer2012-01-28
* libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy codeCarmelo Amoroso2012-01-27
* nptl: .gitignore generated pt-crt{i,n}.SBernhard Reutner-Fischer2012-01-18
* libc: build abort with unwind-info for backtraceBernhard Reutner-Fischer2012-01-15
* linuxthreads/signals: do not restore handler for invalid signalMarkos Chandras2012-01-15
* libc: allow to backtrace out of abort callCarmelo Amoroso2012-01-13
* nptl: add missing pt-tempname.cBernhard Reutner-Fischer2011-11-24
* nptl: sem_open: use open64 if LFSBernhard Reutner-Fischer2011-11-18
* misc: hide __gen_tempnameBernhard Reutner-Fischer2011-11-17
* sparc: fix build for linuxthreads.oldRob Landley2011-10-27
* pthreads: fix build when DNS resolver is not enabled.Bernhard Reutner-Fischer2011-10-27
* linuxthreads: fix typo in __UCLIBC_HAS_IPv4__ macroCarmelo Amoroso2011-10-27
* buildsys: pt-initfini.s depends on uClibc_config.hBernhard Reutner-Fischer2011-06-14
* nptl/pthread: Correct path for machine specific pt-initfini.cKhem Raj2011-06-14
* ctor/dtor nptl: Fix init and fini function compilationKhem Raj2011-06-13
* nptl/Makefile.in: Fix the build break caused by UCLIBC_CTOR_DTOR enablingKhem Raj2011-06-10
* NPTL: Fix CTOR_DTORBernhard Reutner-Fischer2011-05-31
* unwind.h: Move to libc/sysdeps from nptl sysdepsKhem Raj2011-05-13
* epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger2011-05-13
* commentary typo fixBernhard Reutner-Fischer2011-05-11
* commentary typo fixBernhard Reutner-Fischer2011-05-11
* lll: avoid shadow warningsBernhard Reutner-Fischer2011-05-11
* libubacktrace: mv unwind.h to includeBernhard Reutner-Fischer2011-05-11
* remove trailing ';' from _syscallX()Peter S. Mazinger2011-03-09
* nptl: fix compilation on x86_64William Pitcock2011-03-09
* The C6X portAurelien Jacquiot2011-03-05
* Allow ABIs where SP points below the stack frame.Bernd Schmidt2011-03-05
* Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de2011-03-05
* nptl: fix use of IS_IN_LIBPTHREAD macroCarmelo Amoroso2011-03-04
* remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger2011-03-03
* add missing prototypesPeter S. Mazinger2011-03-03
* use common sigthread.hPeter S. Mazinger2011-03-03
* add missing prototypesPeter S. Mazinger2011-03-03
* syntax fixesPeter S. Mazinger2011-03-03
* avoid warnings on _STACK_GROWS_* usagePeter S. Mazinger2011-03-03
* nptl:arm: add a wrapper for .cfi_sections pseudo-opsCarmelo Amoroso2011-02-25
* linuxthreads.old: fix nommu initial thread stack detectionMike Frysinger2011-02-24
* arm: mv nptl specific atomic impl to common placeBernhard Reutner-Fischer2011-02-09
* arm: fix the static link problem for ARM due to undefined __tls_get_addrNitin Garg2011-02-02
* nptl/mips64: Fix build when using mips64 and ABIs other than o32Khem Raj2011-01-29
* nptl: Fix __USER_LABEL_PREFIX__ concatenatioWill Newton2011-01-20