Age | Commit message (Expand) | Author | Files | Lines |
2018-05-08 | Fix comment typo | Andreas Schwab | 1 | -1/+1 |
2018-05-04 | Fix blocking pthread_join. [BZ #23137] | Stefan Liebler | 1 | -5/+8 |
2018-04-26 | Increase robustness of internal dlopen() by using RTLD_NOW [BZ #22766] | Tulio Magno Quites Machado Filho | 1 | -1/+2 |
2018-04-03 | Filter out NPTL internal signals (BZ #22391) | Adhemerval Zanella | 1 | -20/+0 |
2018-03-07 | Refactor Linux ARCH_FORK implementation | Adhemerval Zanella | 1 | -7/+1 |
2018-03-01 | nptl: Move pthread_atfork to libc_nonshared.a | Florian Weimer | 1 | -2/+1 |
2018-02-27 | Move NPTL-specific code to NPTL-specific header | Samuel Thibault | 1 | -0/+51 |
2018-02-22 | Refactor atfork handlers | Adhemerval Zanella | 3 | -108/+21 |
2018-02-22 | Rename nptl-signals.h to internal-signals.h | Adhemerval Zanella | 1 | -22/+0 |
2018-02-21 | Mechanically remove _IO_ name aliases for types and constants. | Zack Weinberg | 1 | -2/+2 |
2018-01-25 | Revert Intel CET changes to __jmp_buf_tag (Bug 22743) | Carlos O'Donell | 1 | -2/+5 |
2018-01-10 | nptl: Open libgcc.so with RTLD_NOW during pthread_cancel [BZ #22636] | Florian Weimer | 1 | -1/+1 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 27 | -27/+27 |
2017-12-20 | nptl: Implement pthread_self in libc.so [BZ #22635] | Florian Weimer | 1 | -1/+0 |
2017-12-19 | Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563] | H.J. Lu | 1 | -5/+2 |
2017-11-07 | nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION} | Adhemerval Zanella | 3 | -7/+29 |
2017-10-05 | Remove add-ons mechanism. | Joseph Myers | 1 | -1/+1 |
2017-07-24 | Remove extra semicolons in struct pthread_mutex (bug 21804) | Andreas Schwab | 1 | -3/+3 |
2017-07-09 | Use generic pthread support on hppa. | John David Anglin | 1 | -1/+1 |
2017-07-06 | nptl: Fix typo on __have_pthread_attr_t (BZ#21715) | Matthew Krupcale | 1 | -1/+1 |
2017-05-12 | fork: Remove bogus parent PID assertions [BZ #21386] | Florian Weimer | 1 | -8/+0 |
2017-05-11 | Remove _IO_MTSAFE_IO from public headers. | Zack Weinberg | 1 | -0/+1 |
2017-05-09 | Move shared pthread definitions to common headers | Adhemerval Zanella | 2 | -0/+277 |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 1 | -1/+1 |
2017-02-06 | Add __glibc_unlikely hint in lll_trylock, lll_cond_trylock. | Stefan Liebler | 1 | -2/+2 |
2017-01-13 | Clear list of acquired robust mutexes in the child process after forking. | Torvald Riegel | 1 | -6/+14 |
2017-01-13 | robust mutexes: Fix broken x86 assembly by removing it | Torvald Riegel | 1 | -68/+0 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 25 | -25/+25 |
2016-12-31 | New condvar implementation that provides stronger ordering guarantees. | Torvald Riegel | 2 | -13/+6 |
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 |