about summary refs log tree commit diff
path: root/sysdeps/nptl
Commit message (Expand)AuthorAgeFilesLines
* nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer2019-08-161-1/+0
* nptl: Move pthread_attr_init implementation into libcFlorian Weimer2019-08-151-2/+0
* nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer2019-08-151-1/+0
* nptl: Move pthread_equal implementation into libcFlorian Weimer2019-08-151-1/+0
* nptl: Remove unnecessary forwarding of pthread_cond_clockwait from libcMike Crowe2019-07-181-4/+0
* nptl: Remove futex_supports_exact_relative_timeoutsMike Crowe2019-07-121-8/+1
* nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe2019-07-121-0/+7
* nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe2019-07-121-7/+9
* nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe2019-07-121-0/+14
* nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe2019-07-122-0/+19
* nptl: Add clockid parameter to futex timed wait callsMike Crowe2019-07-122-5/+17
* x86: Remove arch-specific low level lock implementationAdhemerval Zanella2019-05-141-1/+3
* Assume LLL_LOCK_INITIALIZER is 0Adhemerval Zanella2019-05-141-14/+3
* nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella2019-03-221-8/+0
* nptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME supportAdhemerval Zanella2019-03-051-2/+1
* Move remaining nptl_db headers to sysdeps/nptlFlorian Weimer2019-02-162-0/+553
* nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215)Adhemerval Zanella2019-02-142-26/+7
* nptl: Avoid fork handler lock for async-signal-safe fork [BZ #24161]Florian Weimer2019-02-082-6/+8
* nptl: Cleanup cancellation macrosAdhemerval Zanella2019-01-033-40/+30
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0128-28/+28
* Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg2018-12-051-7/+0
* Mutex: Add pthread mutex tunablesKemi Wang2018-12-011-0/+27
* 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