summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix/sysv
AgeCommit message (Expand)Author
2012-06-15add simplified __sigemptyset for internal usePeter S. Mazinger
2012-06-15jmp-unwind.c: add hidden _longjmp_unwindPeter S. Mazinger
2012-06-15Makefile.commonarch: use proper CFLAGS for jmp-unwind.cPeter S. Mazinger
2012-06-15fix a bunch of build warningsPeter S. Mazinger
2012-06-15cleanup fork()Peter S. Mazinger
2012-06-15move *longjmp related prototypes to setjmp.hPeter S. Mazinger
2012-06-15no need for hidden sigtimedwaitPeter S. Mazinger
2012-01-27libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy codeCarmelo Amoroso
2012-01-15libc: build abort with unwind-info for backtraceBernhard Reutner-Fischer
2012-01-13libc: allow to backtrace out of abort callCarmelo Amoroso
2011-11-24nptl: add missing pt-tempname.cBernhard Reutner-Fischer
2011-11-17misc: hide __gen_tempnameBernhard Reutner-Fischer
2011-05-13unwind.h: Move to libc/sysdeps from nptl sysdepsKhem Raj
2011-05-11lll: avoid shadow warningsBernhard Reutner-Fischer
2011-03-09remove trailing ';' from _syscallX()Peter S. Mazinger
2011-03-08nptl: fix compilation on x86_64William Pitcock
2011-03-03add missing prototypesPeter S. Mazinger
2011-02-25nptl:arm: add a wrapper for .cfi_sections pseudo-opsCarmelo Amoroso
2011-02-09arm: mv nptl specific atomic impl to common placeBernhard Reutner-Fischer
2011-01-29nptl/mips64: Fix build when using mips64 and ABIs other than o32Khem Raj
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-09nptl: fix Unwind_Resume PLT callsTimo Teräs
2010-11-11ntpl: fix static linking by not leaking SSP_ALL_CFLAGSNatanael Copa
2010-10-27mips: fix errno setting after syscallAlexander Gordeev
2010-10-22*: inline constant __sig{add,del}set and __sigismemberDenys Vlasenko
2010-08-05Revert "nptl i686: fix pthread_cond_wait.S compilation"Bernhard Reutner-Fischer
2010-08-05nptl: fix x86 assembly PIC relocationsTimo Teräs
2010-08-02nptl: _POSIX_IPV6 depends on UCLIBC_HAS_IPV6Bernhard Reutner-Fischer
2010-07-30nptl: fix LFS handlingBernhard Reutner-Fischer
2010-07-30nptl: do not define _POSIX_SPAWN since its not implementedNatanael Copa
2010-07-15nptl: (librt) powerpc32's PSEUDO_RET needs __syscall_errorBernhard Reutner-Fischer
2010-07-14nptl: remove superfluous =1 from definesBernhard Reutner-Fischer
2010-07-14nptl i686: fix pthread_cond_wait.S compilationRoman I Khimov
2010-07-06nptl: fix buildsysBernhard Reutner-Fischer
2010-07-06nptl: fix subdirs handlingBernhard Reutner-Fischer
2010-07-06nptl: simplify buildsysBernhard Reutner-Fischer
2010-06-29arm/nptl: Use the old C version of _Unwind_Resume in thumb mode.Khem Raj
2010-06-24nptl: arm: make it compile againBernhard Reutner-Fischer
2010-06-24use uniform form of C99 keywordsBernhard Reutner-Fischer
2010-06-23arm/nptl: Sync unwinding with glibc.Khem Raj
2010-06-23arm/nptl: sysdep-cancel.h needs syscall handing for EABIKhem Raj
2010-06-21avoid using c99 syntaxMirko Vogt
2010-06-17nptl: i386 needs atomic.h for atomic_exchange_acqBernhard Reutner-Fischer
2010-06-13nptl: fix symlinking headersBernhard Reutner-Fischer
2010-06-11silence some warnings about missing prototypesBernhard Reutner-Fischer
2010-05-19mips: Add vfork to libcKhem Raj
2010-05-19mips/bits/pthreadtypes.h: Re-include sgidefs.hKhem Raj
2010-05-09powerpc: Add TLS and NPTL supportKhem Raj
2010-05-03nptl: use arch-specific pthread_cond_timedwait and pthread_cond_wait on x86_64Roman I Khimov