aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar3-6/+15
2014-10-21Avoid local PLT reference in __nptl_main.Roland McGrath1-1/+1
2014-10-20NPTL: Clean up gratuitous Linuxism in libpthread.so entry point.Roland McGrath1-7/+6
2014-10-20NPTL: Add some missing #include'sRoland McGrath5-0/+5
2014-10-20pthread_once: Add fast path and remove x86 variants.Torvald Riegel1-7/+22
2014-10-20pthread_once: Clean up constants.Torvald Riegel2-9/+18
2014-10-17Remove obsolete TLS_DEFINE_INIT_TP fallback.Roland McGrath1-13/+0
2014-10-17NPTL: Clean up THREAD_SYSINFO macros.Roland McGrath3-5/+5
2014-10-17NPTL: Conditionalize direct futex syscall uses.Roland McGrath6-22/+50
2014-10-17NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.Roland McGrath3-4/+22
2014-10-17Fix NPTL build error when missing __NR_set_robust_list.Roland McGrath1-0/+2
2014-10-06Write errors to stdout and not stderr in nptl/tst-setuid3.cArjun Shankar1-15/+21
2014-09-12Remove configuration name patterns from shlib-versions.Joseph Myers1-1/+1
2014-09-12Move architecture-specific shlib-versions entries to sysdeps files.Joseph Myers1-5/+0
2014-08-21Remove NOT_IN_libc definition for pthread_atforkSiddhesh Poyarekar1-2/+0
2014-08-21Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar1-5/+5
2014-08-04IA64: Define TLS_DEFINE_INIT_TPRoland McGrath1-0/+2
2014-07-31Add __safe_fatal and use it in __pthread_unwind forwarder fallback.Roland McGrath1-9/+6
2014-07-31Split nptl-signals.h out from pthreadP.hRoland McGrath1-16/+2
2014-07-15Add generic/stub implementations of pthread_{kill,sigmask,sigqueue}.Roland McGrath3-0/+107
2014-07-15Remove declarations of two nonexistent variables from nptl/pthreadP.h.Roland McGrath1-5/+0
2014-07-11nptl: Fix abort in case of set*id failure [BZ #17135]Florian Weimer6-5/+136
2014-07-10Get rid of lll_robust_dead.Roland McGrath1-1/+2
2014-07-10Get rid of lll_robust_trylock.Roland McGrath1-2/+3
2014-07-07NPTL is no longer an add-on!Roland McGrath4-298/+0
2014-07-07Get rid of nptl/sysdeps/ entirely!Roland McGrath60-2677/+108
2014-07-01Add missing #include for MIN/MAX users.Roland McGrath3-0/+3
2014-06-26Move remaining S390 code out of nptl/.Roland McGrath25-1444/+0
2014-06-26S390: Consolidate NPTL/non versions of vforkRoland McGrath4-219/+0
2014-06-26S390: Consolidate NPTL/non versions of cloneRoland McGrath2-18/+0
2014-06-25Remove stray includes of kernel-features.h.Joseph Myers18-19/+0
2014-06-23Remove unused labelAndreas Schwab1-1/+0
2014-06-20Move generic smp.h to nptl/Roland McGrath1-1/+1
2014-06-20Remove unused file rtld-lowlevel.h.Roland McGrath1-43/+0
2014-06-20Clean up stack-coloring macros.Roland McGrath2-0/+30
2014-06-20Move linux bits/ files out of nptl/.Roland McGrath2-290/+0
2014-06-20Move remaining SPARC code out of nptl/.Roland McGrath35-1998/+0
2014-06-20Include <kernel-features.h> explicitly where required.Joseph Myers4-0/+4
2014-06-20Remove __ASSUME_SOCK_CLOEXEC / SOCK_CLOEXEC conditionals in Linux-specific code.Joseph Myers1-28/+1
2014-06-17PowerPC: Move powerpc code out of nptl/ subdirectoryAdhemerval Zanella6-382/+0
2014-06-16Fix tautological comparison in non-executed part of tst-setuid2 (BZ #17058)Florian Weimer1-1/+1
2014-06-13S390: Move NPTL public headers to sysdeps/s390/nptl/.Roland McGrath2-287/+0
2014-06-13Move S390 code out of nptl/sysdeps/s390/.Roland McGrath8-385/+0
2014-06-13S390: Convert fork.c to arch-fork.hRoland McGrath1-30/+0
2014-06-13Consolidate sparc clone, fork, and vfork implementations.David S. Miller6-202/+0
2014-06-13Add adaptive elision to rwlocksAndi Kleen6-0/+36
2014-06-13Add a fast path for C rd/wrlock v2Andi Kleen2-44/+103
2014-06-12Move SPARC public headers out of nptl/Roland McGrath3-365/+0
2014-06-12Move SPARC code out of nptl/sysdeps/sparc/.Roland McGrath15-411/+0
2014-06-12SPARC: Define TLS_DEFINE_INIT_TPRoland McGrath1-0/+3