aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl
AgeCommit message (Expand)Author
2019-07-18nptl: Remove unnecessary forwarding of pthread_cond_clockwait from libcMike Crowe
2019-07-12nptl: Remove futex_supports_exact_relative_timeoutsMike Crowe
2019-07-12nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe
2019-07-12nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe
2019-07-12nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe
2019-07-12nptl: Add clockid parameter to futex timed wait callsMike Crowe
2019-05-14x86: Remove arch-specific low level lock implementationAdhemerval Zanella
2019-05-14Assume LLL_LOCK_INITIALIZER is 0Adhemerval Zanella
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella
2019-03-05nptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME supportAdhemerval Zanella
2019-02-16Move remaining nptl_db headers to sysdeps/nptlFlorian Weimer
2019-02-14nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215)Adhemerval Zanella
2019-02-08nptl: Avoid fork handler lock for async-signal-safe fork [BZ #24161]Florian Weimer
2019-01-03nptl: Cleanup cancellation macrosAdhemerval Zanella
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg
2018-12-01Mutex: Add pthread mutex tunablesKemi Wang
2018-10-17Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov
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