summaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
2014-08-21Remove NOT_IN_libc definition for pthread_atforkSiddhesh Poyarekar
2014-08-21Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar
2014-08-04IA64: Define TLS_DEFINE_INIT_TPRoland McGrath
2014-07-31Add __safe_fatal and use it in __pthread_unwind forwarder fallback.Roland McGrath
2014-07-31Split nptl-signals.h out from pthreadP.hRoland McGrath
2014-07-15Add generic/stub implementations of pthread_{kill,sigmask,sigqueue}.Roland McGrath
2014-07-15Remove declarations of two nonexistent variables from nptl/pthreadP.h.Roland McGrath
2014-07-11nptl: Fix abort in case of set*id failure [BZ #17135]Florian Weimer
2014-07-10Get rid of lll_robust_dead.Roland McGrath
2014-07-10Get rid of lll_robust_trylock.Roland McGrath
2014-07-07NPTL is no longer an add-on!Roland McGrath
2014-07-07Get rid of nptl/sysdeps/ entirely!Roland McGrath
2014-07-01Add missing #include for MIN/MAX users.Roland McGrath
2014-06-26Move remaining S390 code out of nptl/.Roland McGrath
2014-06-26S390: Consolidate NPTL/non versions of vforkRoland McGrath
2014-06-26S390: Consolidate NPTL/non versions of cloneRoland McGrath
2014-06-25Remove stray includes of kernel-features.h.Joseph Myers
2014-06-23Remove unused labelAndreas Schwab
2014-06-20Move generic smp.h to nptl/Roland McGrath
2014-06-20Remove unused file rtld-lowlevel.h.Roland McGrath
2014-06-20Clean up stack-coloring macros.Roland McGrath
2014-06-20Move linux bits/ files out of nptl/.Roland McGrath
2014-06-20Move remaining SPARC code out of nptl/.Roland McGrath
2014-06-20Include <kernel-features.h> explicitly where required.Joseph Myers
2014-06-20Remove __ASSUME_SOCK_CLOEXEC / SOCK_CLOEXEC conditionals in Linux-specific code.Joseph Myers
2014-06-17PowerPC: Move powerpc code out of nptl/ subdirectoryAdhemerval Zanella
2014-06-16Fix tautological comparison in non-executed part of tst-setuid2 (BZ #17058)Florian Weimer
2014-06-13S390: Move NPTL public headers to sysdeps/s390/nptl/.Roland McGrath
2014-06-13Move S390 code out of nptl/sysdeps/s390/.Roland McGrath
2014-06-13S390: Convert fork.c to arch-fork.hRoland McGrath
2014-06-13Consolidate sparc clone, fork, and vfork implementations.David S. Miller
2014-06-13Add adaptive elision to rwlocksAndi Kleen
2014-06-13Add a fast path for C rd/wrlock v2Andi Kleen
2014-06-12Move SPARC public headers out of nptl/Roland McGrath
2014-06-12Move SPARC code out of nptl/sysdeps/sparc/.Roland McGrath
2014-06-12SPARC: Define TLS_DEFINE_INIT_TPRoland McGrath
2014-06-12SPARC: Convert fork.c to arch-fork.hRoland McGrath
2014-06-12Get rid of nptl/sysdeps/pthread/ subdirectoryRoland McGrath
2014-06-12Consolidate NPTL sigprocmask.Roland McGrath
2014-06-12Move i386 code out of nptl/ subdirectory.Roland McGrath
2014-06-12Move SH code out of nptl/ subdirectory.Roland McGrath
2014-06-11Move x86_64 code out of nptl/ subdirectory.Roland McGrath
2014-06-11S390: Define TLS_DEFINE_INIT_TPRoland McGrath
2014-06-11PowerPC: Define TLS_DEFINE_INIT_TPRoland McGrath
2014-06-09SH: Define TLS_DEFINE_INIT_TPRoland McGrath
2014-06-09Start cleaning up TLS initial value for pthread_create.Roland McGrath
2014-06-07Remove redundant C locale settings.Joseph Myers
2014-06-06Move NPTL public ABI headers for SH to sysdeps/sh/nptl/.Roland McGrath
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers
2014-06-06Inline nested function check_listSiddhesh Poyarekar