aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl
AgeCommit message (Expand)AuthorFilesLines
2015-12-23Do not violate mutex destruction requirements.Torvald Riegel1-4/+14
2015-11-24Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic codeFlorian Weimer2-1/+1
2015-10-27Remove sysdeps/nptl/configure.ac.Joseph Myers3-117/+0
2015-10-17malloc: Rewrite with explicit TLS access using __threadFlorian Weimer1-10/+0
2015-10-15Remove NPTL configure errors based on top-level configure tests.Joseph Myers2-18/+0
2015-09-18Use __libc_ptf_call in _longjmp_unwindH.J. Lu1-9/+3
2015-09-17Use __pthread_setcancelstate in libc.aH.J. Lu2-3/+4
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers4-8/+8
2015-09-04Rename bits/stdio-lock.h to stdio-lock.h (bug 14912).Joseph Myers2-4/+4
2015-09-03Rename bits/libc-tsd.h to libc-tsd.h (bug 14912).Joseph Myers1-1/+1
2015-07-10Add and use new glibc-internal futex API.Torvald Riegel4-17/+221
2015-06-24Use unsigned types for counters in getaddrinfo_a code.Roland McGrath1-2/+2
2015-06-24Use unsigned types for counters in AIO code.Roland McGrath1-2/+2
2015-03-28NPTL: Remove duplicate definition of PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NPMartin Galvan1-2/+0
2015-01-29Include <signal.h> in sysdeps/nptl/allocrtsig.cAndreas Schwab1-0/+1
2015-01-23Use uint64_t and (uint64_t) 1 for 64-bit intH.J. Lu1-1/+1
2015-01-21Fix semaphore destruction (bug 12674).Carlos O'Donell1-1/+23
2015-01-13Fix wake-up in sysdeps/nptl/fork.c.Torvald Riegel1-1/+1
2015-01-08Clean up allocrtsig code.Roland McGrath1-0/+49
2015-01-08Fix copyright year on new stub sys/procfs.h file.Roland McGrath1-1/+1
2015-01-08Add stub sys/procfs.h fileRoland McGrath1-0/+39
2015-01-05ARM: Consolidate with generic unwinder wrapper codeRoland McGrath1-14/+11
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers22-22/+22
2014-12-17NPTL: Move fork state variables to initializer files.Roland McGrath1-8/+0
2014-12-17NPTL: Remove gratuitous Linuxisms from gai_misc.h.Roland McGrath1-6/+6
2014-12-16Revert "Use pragmas rather than makefiles for necessary options for unwind co...Roland McGrath1-2/+0
2014-12-16Use pragmas rather than makefiles for necessary options for unwind code.Roland McGrath1-0/+2
2014-12-15Add comments for the generic lowlevellock implementation.Torvald Riegel1-9/+82
2014-12-12NPTL: Refactor named semaphore code to use shm-directory.hRoland McGrath2-0/+43
2014-12-10Don't touch user-controlled stdio locks in forked child (bug 12847)Andreas Schwab1-1/+2
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar3-18/+18
2014-11-24Remove IS_IN_libpthreadSiddhesh Poyarekar2-14/+14
2014-10-20Make internal lock-init macros return void.Roland McGrath3-6/+6
2014-10-20pthread_once: Clean up constants.Torvald Riegel1-1/+2
2014-08-12Check value of futex before updating in __lll_timedlockBernard Ogden1-1/+4
2014-07-31Split nptl-signals.h out from pthreadP.hRoland McGrath1-0/+22
2014-07-15Separate Linuxisms from lowlevellock.h, make a generic oneRoland McGrath2-0/+273
2014-07-07Remove old stub lowlevellock.h file. It is not even useful as documentation.Roland McGrath1-83/+0
2014-07-07NPTL is no longer an add-on!Roland McGrath8-6/+199
2014-07-07Get rid of nptl/sysdeps/ entirely!Roland McGrath4-0/+418
2014-07-03Fix unwind.h configure check for bare environment.Roland McGrath2-2/+14
2014-06-26Remove configure tests for assembler CFI support.Joseph Myers2-17/+0
2014-06-13Add adaptive elision to rwlocksAndi Kleen1-3/+3
2014-06-12Get rid of nptl/sysdeps/pthread/ subdirectoryRoland McGrath19-0/+2704