summaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
2014-11-18NPTL: Add stub createthread.cRoland McGrath
2014-11-18NPTL: Move Linux-specific createthread.c to sysdeps.Roland McGrath
2014-11-18NPTL: Refactor createthread.cRoland McGrath
2014-11-12NPTL: Move __libc_multiple_threads_ptr defn to nptl-init.cRoland McGrath
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar
2014-10-21Avoid local PLT reference in __nptl_main.Roland McGrath
2014-10-20NPTL: Clean up gratuitous Linuxism in libpthread.so entry point.Roland McGrath
2014-10-20NPTL: Add some missing #include'sRoland McGrath
2014-10-20pthread_once: Add fast path and remove x86 variants.Torvald Riegel
2014-10-20pthread_once: Clean up constants.Torvald Riegel
2014-10-17Remove obsolete TLS_DEFINE_INIT_TP fallback.Roland McGrath
2014-10-17NPTL: Clean up THREAD_SYSINFO macros.Roland McGrath
2014-10-17NPTL: Conditionalize direct futex syscall uses.Roland McGrath
2014-10-17NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.Roland McGrath
2014-10-17Fix NPTL build error when missing __NR_set_robust_list.Roland McGrath
2014-10-06Write errors to stdout and not stderr in nptl/tst-setuid3.cArjun Shankar
2014-09-12Remove configuration name patterns from shlib-versions.Joseph Myers
2014-09-12Move architecture-specific shlib-versions entries to sysdeps files.Joseph Myers
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