summaryrefslogtreecommitdiff
path: root/sysdeps/nptl
AgeCommit message (Expand)Author
2016-01-15New pthread_barrier algorithm to fulfill barrier destruction requirements.Torvald Riegel
2016-01-15Fix build errors with -DNDEBUG.Martin Sebor
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-23Do not violate mutex destruction requirements.Torvald Riegel
2015-11-24Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic codeFlorian Weimer
2015-10-27Remove sysdeps/nptl/configure.ac.Joseph Myers
2015-10-17malloc: Rewrite with explicit TLS access using __threadFlorian Weimer
2015-10-15Remove NPTL configure errors based on top-level configure tests.Joseph Myers
2015-09-18Use __libc_ptf_call in _longjmp_unwindH.J. Lu
2015-09-17Use __pthread_setcancelstate in libc.aH.J. Lu
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-09-04Rename bits/stdio-lock.h to stdio-lock.h (bug 14912).Joseph Myers
2015-09-03Rename bits/libc-tsd.h to libc-tsd.h (bug 14912).Joseph Myers
2015-07-10Add and use new glibc-internal futex API.Torvald Riegel
2015-06-24Use unsigned types for counters in getaddrinfo_a code.Roland McGrath
2015-06-24Use unsigned types for counters in AIO code.Roland McGrath
2015-03-28NPTL: Remove duplicate definition of PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NPMartin Galvan
2015-01-29Include <signal.h> in sysdeps/nptl/allocrtsig.cAndreas Schwab
2015-01-23Use uint64_t and (uint64_t) 1 for 64-bit intH.J. Lu
2015-01-21Fix semaphore destruction (bug 12674).Carlos O'Donell
2015-01-13Fix wake-up in sysdeps/nptl/fork.c.Torvald Riegel
2015-01-08Clean up allocrtsig code.Roland McGrath
2015-01-08Fix copyright year on new stub sys/procfs.h file.Roland McGrath
2015-01-08Add stub sys/procfs.h fileRoland McGrath
2015-01-05ARM: Consolidate with generic unwinder wrapper codeRoland McGrath
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-17NPTL: Move fork state variables to initializer files.Roland McGrath
2014-12-17NPTL: Remove gratuitous Linuxisms from gai_misc.h.Roland McGrath
2014-12-16Revert "Use pragmas rather than makefiles for necessary options for unwind co...Roland McGrath
2014-12-16Use pragmas rather than makefiles for necessary options for unwind code.Roland McGrath
2014-12-15Add comments for the generic lowlevellock implementation.Torvald Riegel
2014-12-12NPTL: Refactor named semaphore code to use shm-directory.hRoland McGrath
2014-12-10Don't touch user-controlled stdio locks in forked child (bug 12847)Andreas Schwab
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-24Remove IS_IN_libpthreadSiddhesh Poyarekar
2014-10-20Make internal lock-init macros return void.Roland McGrath
2014-10-20pthread_once: Clean up constants.Torvald Riegel
2014-08-12Check value of futex before updating in __lll_timedlockBernard Ogden
2014-07-31Split nptl-signals.h out from pthreadP.hRoland McGrath
2014-07-15Separate Linuxisms from lowlevellock.h, make a generic oneRoland McGrath
2014-07-07Remove old stub lowlevellock.h file. It is not even useful as documentation.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-03Fix unwind.h configure check for bare environment.Roland McGrath
2014-06-26Remove configure tests for assembler CFI support.Joseph Myers
2014-06-13Add adaptive elision to rwlocksAndi Kleen
2014-06-12Get rid of nptl/sysdeps/pthread/ subdirectoryRoland McGrath