aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
2014-12-06Fix pthreads getrlimit, gettimeofday namespace (bug 17682).Joseph Myers
2014-12-02Fix warning in nptl/tst-stack4.c.Joseph Myers
2014-12-02Fix -Waddress warnings in nptl/tst-mutex1.c.Joseph Myers
2014-11-29Use ALIGN_UP in nptl/nptl-init.cCarlos O'Donell
2014-11-28Resize DTV if the current DTV isn't big enoughH.J. Lu
2014-11-26Fix nptl/tst-cancel-self-cancelstate.c warning.Joseph Myers
2014-11-26Fix synchronization of TPP min/max priorities.Torvald Riegel
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-24Remove IS_IN_libpthreadSiddhesh Poyarekar
2014-11-24Remove IS_IN_librtSiddhesh Poyarekar
2014-11-21NPTL: Fix pthread_create regression from default-sched.h refactoring.Roland McGrath
2014-11-20NPTL: Use __libc_fatal in unwind.c.Roland McGrath
2014-11-20NPTL: Conditionalize asynchronous cancellation support on [SIGCANCEL].Roland McGrath
2014-11-20NPTL: Refactor scheduler setup in pthread_create.Roland McGrath
2014-11-20Use C11 atomics in pthread_once.Torvald Riegel
2014-11-19NPTL: Don't (re)validate sched_priority in pthread_create.Roland McGrath
2014-11-19Test that pthread_create diagnoses invalid scheduling parameters.Roland McGrath
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