summaryrefslogtreecommitdiff
path: root/sysdeps/nptl
AgeCommit message (Expand)Author
2018-07-25Fix ISO C threads installed header and HURD assumptionAdhemerval Zanella
2018-07-25Fix C11 conformance issuesAdhemerval Zanella
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell
2018-05-08Fix comment typoAndreas Schwab
2018-05-04Fix blocking pthread_join. [BZ #23137]Stefan Liebler
2018-04-26Increase robustness of internal dlopen() by using RTLD_NOW [BZ #22766]Tulio Magno Quites Machado Filho
2018-04-03Filter out NPTL internal signals (BZ #22391)Adhemerval Zanella
2018-03-07Refactor Linux ARCH_FORK implementationAdhemerval Zanella
2018-03-01nptl: Move pthread_atfork to libc_nonshared.aFlorian Weimer
2018-02-27Move NPTL-specific code to NPTL-specific headerSamuel Thibault
2018-02-22Refactor atfork handlersAdhemerval Zanella
2018-02-22Rename nptl-signals.h to internal-signals.hAdhemerval Zanella
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg
2018-01-25Revert Intel CET changes to __jmp_buf_tag (Bug 22743)Carlos O'Donell
2018-01-10nptl: Open libgcc.so with RTLD_NOW during pthread_cancel [BZ #22636]Florian Weimer
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-20nptl: Implement pthread_self in libc.so [BZ #22635]Florian Weimer
2017-12-19Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]H.J. Lu
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella
2017-10-05Remove add-ons mechanism.Joseph Myers
2017-07-24Remove extra semicolons in struct pthread_mutex (bug 21804)Andreas Schwab
2017-07-09Use generic pthread support on hppa.John David Anglin
2017-07-06nptl: Fix typo on __have_pthread_attr_t (BZ#21715)Matthew Krupcale
2017-05-12fork: Remove bogus parent PID assertions [BZ #21386]Florian Weimer
2017-05-11Remove _IO_MTSAFE_IO from public headers.Zack Weinberg
2017-05-09Move shared pthread definitions to common headersAdhemerval Zanella
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-02-06Add __glibc_unlikely hint in lll_trylock, lll_cond_trylock.Stefan Liebler
2017-01-13Clear list of acquired robust mutexes in the child process after forking.Torvald Riegel
2017-01-13robust mutexes: Fix broken x86 assembly by removing itTorvald Riegel
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg
2016-09-21malloc: Manual part of conversion to __libc_lockFlorian Weimer
2016-09-14Remove the ptw-% patternsFlorian Weimer
2016-08-26malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer
2016-05-12Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer
2016-04-14malloc: Remove unused definitions of thread_atfork, thread_atfork_staticFlorian Weimer
2016-04-14malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer
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