summaryrefslogtreecommitdiff
path: root/sysdeps/nptl
Commit message (Expand)AuthorAgeFilesLines
* Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler2018-10-171-1/+21
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-08-311-1/+1
* Fix ISO C threads installed header and HURD assumptionAdhemerval Zanella2018-07-251-1/+207
* Fix C11 conformance issuesAdhemerval Zanella2018-07-251-0/+1
* libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell2018-06-292-3/+2
* Fix comment typoAndreas Schwab2018-05-081-1/+1
* Fix blocking pthread_join. [BZ #23137]Stefan Liebler2018-05-041-5/+8
* Increase robustness of internal dlopen() by using RTLD_NOW [BZ #22766]Tulio Magno Quites Machado Filho2018-04-261-1/+2
* Filter out NPTL internal signals (BZ #22391)Adhemerval Zanella2018-04-031-20/+0
* Refactor Linux ARCH_FORK implementationAdhemerval Zanella2018-03-071-7/+1
* nptl: Move pthread_atfork to libc_nonshared.aFlorian Weimer2018-03-011-2/+1
* Move NPTL-specific code to NPTL-specific headerSamuel Thibault2018-02-271-0/+51
* Refactor atfork handlersAdhemerval Zanella2018-02-223-108/+21
* Rename nptl-signals.h to internal-signals.hAdhemerval Zanella2018-02-221-22/+0
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-211-2/+2
* Revert Intel CET changes to __jmp_buf_tag (Bug 22743)Carlos O'Donell2018-01-251-2/+5
* nptl: Open libgcc.so with RTLD_NOW during pthread_cancel [BZ #22636]Florian Weimer2018-01-101-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0127-27/+27
* nptl: Implement pthread_self in libc.so [BZ #22635]Florian Weimer2017-12-201-1/+0
* Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]H.J. Lu2017-12-191-5/+2
* nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella2017-11-073-7/+29
* Remove add-ons mechanism.Joseph Myers2017-10-051-1/+1
* Remove extra semicolons in struct pthread_mutex (bug 21804)Andreas Schwab2017-07-241-3/+3
* Use generic pthread support on hppa.John David Anglin2017-07-091-1/+1
* nptl: Fix typo on __have_pthread_attr_t (BZ#21715)Matthew Krupcale2017-07-061-1/+1
* fork: Remove bogus parent PID assertions [BZ #21386]Florian Weimer2017-05-121-8/+0
* Remove _IO_MTSAFE_IO from public headers.Zack Weinberg2017-05-111-0/+1
* Move shared pthread definitions to common headersAdhemerval Zanella2017-05-092-0/+277
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
* Add __glibc_unlikely hint in lll_trylock, lll_cond_trylock.Stefan Liebler2017-02-061-2/+2
* Clear list of acquired robust mutexes in the child process after forking.Torvald Riegel2017-01-131-6/+14
* robust mutexes: Fix broken x86 assembly by removing itTorvald Riegel2017-01-131-68/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0125-25/+25
* New condvar implementation that provides stronger ordering guarantees.Torvald Riegel2016-12-312-13/+6
* Remove cached PID/TID in cloneAdhemerval Zanella2016-11-241-12/+0
* Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg2016-09-231-0/+1
* malloc: Manual part of conversion to __libc_lockFlorian Weimer2016-09-211-8/+0
* Remove the ptw-% patternsFlorian Weimer2016-09-141-4/+0
* malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer2016-08-261-3/+3
* Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer2016-05-121-15/+38
* malloc: Remove unused definitions of thread_atfork, thread_atfork_staticFlorian Weimer2016-04-141-27/+0
* malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer2016-04-141-1/+12
* New pthread_barrier algorithm to fulfill barrier destruction requirements.Torvald Riegel2016-01-151-6/+9
* Fix build errors with -DNDEBUG.Martin Sebor2016-01-151-2/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0425-25/+25
* Do not violate mutex destruction requirements.Torvald Riegel2015-12-231-4/+14
* Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic codeFlorian Weimer2015-11-242-1/+1
* Remove sysdeps/nptl/configure.ac.Joseph Myers2015-10-273-117/+0
* malloc: Rewrite with explicit TLS access using __threadFlorian Weimer2015-10-171-10/+0
* Remove NPTL configure errors based on top-level configure tests.Joseph Myers2015-10-152-18/+0