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