| Commit message (Expand) | Author | Age | Files | Lines |
* | malloc: Manual part of conversion to __libc_lock | Florian Weimer | 2016-09-21 | 1 | -8/+0 |
* | Remove the ptw-% patterns | Florian Weimer | 2016-09-14 | 1 | -4/+0 |
* | malloc: Simplify static malloc interposition [BZ #20432] | Florian Weimer | 2016-08-26 | 1 | -3/+3 |
* | Increase fork signal safety for single-threaded processes [BZ #19703] | Florian Weimer | 2016-05-12 | 1 | -15/+38 |
* | malloc: Remove unused definitions of thread_atfork, thread_atfork_static | Florian Weimer | 2016-04-14 | 1 | -27/+0 |
* | malloc: Run fork handler as late as possible [BZ #19431] | Florian Weimer | 2016-04-14 | 1 | -1/+12 |
* | New pthread_barrier algorithm to fulfill barrier destruction requirements. | Torvald Riegel | 2016-01-15 | 1 | -6/+9 |
* | Fix build errors with -DNDEBUG. | Martin Sebor | 2016-01-15 | 1 | -2/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 25 | -25/+25 |
* | Do not violate mutex destruction requirements. | Torvald Riegel | 2015-12-23 | 1 | -4/+14 |
* | Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic code | Florian Weimer | 2015-11-24 | 2 | -1/+1 |
* | Remove sysdeps/nptl/configure.ac. | Joseph Myers | 2015-10-27 | 3 | -117/+0 |
* | malloc: Rewrite with explicit TLS access using __thread | Florian Weimer | 2015-10-17 | 1 | -10/+0 |
* | Remove NPTL configure errors based on top-level configure tests. | Joseph Myers | 2015-10-15 | 2 | -18/+0 |
* | Use __libc_ptf_call in _longjmp_unwind | H.J. Lu | 2015-09-18 | 1 | -9/+3 |
* | Use __pthread_setcancelstate in libc.a | H.J. Lu | 2015-09-17 | 2 | -3/+4 |
* | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 2015-09-08 | 4 | -8/+8 |
* | Rename bits/stdio-lock.h to stdio-lock.h (bug 14912). | Joseph Myers | 2015-09-04 | 2 | -4/+4 |
* | Rename bits/libc-tsd.h to libc-tsd.h (bug 14912). | Joseph Myers | 2015-09-03 | 1 | -1/+1 |
* | Add and use new glibc-internal futex API. | Torvald Riegel | 2015-07-10 | 4 | -17/+221 |
* | Use unsigned types for counters in getaddrinfo_a code. | Roland McGrath | 2015-06-24 | 1 | -2/+2 |
* | Use unsigned types for counters in AIO code. | Roland McGrath | 2015-06-24 | 1 | -2/+2 |
* | NPTL: Remove duplicate definition of PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP | Martin Galvan | 2015-03-28 | 1 | -2/+0 |
* | Include <signal.h> in sysdeps/nptl/allocrtsig.c | Andreas Schwab | 2015-01-29 | 1 | -0/+1 |
* | Use uint64_t and (uint64_t) 1 for 64-bit int | H.J. Lu | 2015-01-23 | 1 | -1/+1 |
* | Fix semaphore destruction (bug 12674). | Carlos O'Donell | 2015-01-21 | 1 | -1/+23 |
* | Fix wake-up in sysdeps/nptl/fork.c. | Torvald Riegel | 2015-01-13 | 1 | -1/+1 |
* | Clean up allocrtsig code. | Roland McGrath | 2015-01-08 | 1 | -0/+49 |
* | Fix copyright year on new stub sys/procfs.h file. | Roland McGrath | 2015-01-08 | 1 | -1/+1 |
* | Add stub sys/procfs.h file | Roland McGrath | 2015-01-08 | 1 | -0/+39 |
* | ARM: Consolidate with generic unwinder wrapper code | Roland McGrath | 2015-01-05 | 1 | -14/+11 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 22 | -22/+22 |
* | NPTL: Move fork state variables to initializer files. | Roland McGrath | 2014-12-17 | 1 | -8/+0 |
* | NPTL: Remove gratuitous Linuxisms from gai_misc.h. | Roland McGrath | 2014-12-17 | 1 | -6/+6 |
* | Revert "Use pragmas rather than makefiles for necessary options for unwind co... | Roland McGrath | 2014-12-16 | 1 | -2/+0 |
* | Use pragmas rather than makefiles for necessary options for unwind code. | Roland McGrath | 2014-12-16 | 1 | -0/+2 |
* | Add comments for the generic lowlevellock implementation. | Torvald Riegel | 2014-12-15 | 1 | -9/+82 |
* | NPTL: Refactor named semaphore code to use shm-directory.h | Roland McGrath | 2014-12-12 | 2 | -0/+43 |
* | Don't touch user-controlled stdio locks in forked child (bug 12847) | Andreas Schwab | 2014-12-10 | 1 | -1/+2 |
* | Remove NOT_IN_libc | Siddhesh Poyarekar | 2014-11-24 | 3 | -18/+18 |
* | Remove IS_IN_libpthread | Siddhesh Poyarekar | 2014-11-24 | 2 | -14/+14 |
* | Make internal lock-init macros return void. | Roland McGrath | 2014-10-20 | 3 | -6/+6 |
* | pthread_once: Clean up constants. | Torvald Riegel | 2014-10-20 | 1 | -1/+2 |
* | Check value of futex before updating in __lll_timedlock | Bernard Ogden | 2014-08-12 | 1 | -1/+4 |
* | Split nptl-signals.h out from pthreadP.h | Roland McGrath | 2014-07-31 | 1 | -0/+22 |
* | Separate Linuxisms from lowlevellock.h, make a generic one | Roland McGrath | 2014-07-15 | 2 | -0/+273 |
* | Remove old stub lowlevellock.h file. It is not even useful as documentation. | Roland McGrath | 2014-07-07 | 1 | -83/+0 |
* | NPTL is no longer an add-on! | Roland McGrath | 2014-07-07 | 8 | -6/+199 |
* | Get rid of nptl/sysdeps/ entirely! | Roland McGrath | 2014-07-07 | 4 | -0/+418 |
* | Fix unwind.h configure check for bare environment. | Roland McGrath | 2014-07-03 | 2 | -2/+14 |