summaryrefslogtreecommitdiff
path: root/nptl/pthread_create.c
AgeCommit message (Expand)Author
2026-03-10elf(tls): Add debug logging for TLS operationsFrédéric Bérat
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-19nptl: Do not use pthread set_tid_address as state synchronization (BZ #19951)Adhemerval Zanella
2025-12-19nptl: Use __futex_abstimed_wait64 on pthread_create (BZ 33715)Adhemerval Zanella
2025-11-03tls: Add debug logging for TLS and TCB managementFrédéric Bérat
2025-01-30nptl: Add support for setup guard pages with MADV_GUARD_INSTALLAdhemerval Zanella
2025-01-10nptl: Move the rseq area to the 'extra TLS' blockMichael Jeanson
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-11-25Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar
2024-11-12linux: Add support for getrandom vDSOAdhemerval Zanella
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-11-07nptl: Decorate thread stack on pthread_createAdhemerval Zanella
2023-09-04__call_tls_dtors: Use call_function_static_weakSamuel Thibault
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-11-01nptl: Fix pthread_create.c build with clangAdhemerval Zanella
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra
2022-09-23Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra
2022-09-23Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra
2022-09-23Use C11 atomics instead of atomic_and/orWilco Dijkstra
2022-09-13Use relaxed atomics since there is no MO dependenceWilco Dijkstra
2022-09-09Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra
2022-06-30Refactor internal-signals.hAdhemerval Zanella
2022-06-24misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-09nptl: rseq failure after registration on main thread is fatalFlorian Weimer
2021-12-09nptl: Add glibc.pthread.rseq tunable to control rseq registrationFlorian Weimer
2021-12-09nptl: Add rseq registrationFlorian Weimer
2021-11-24nptl: Do not set signal mask on second setjmp return [BZ #28607]Florian Weimer
2021-09-23nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]Florian Weimer
2021-09-13nptl: Fix race between pthread_kill and thread exit (bug 12889)Florian Weimer
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-07-14Add an internal wrapper for clone, clone2 and clone3H.J. Lu
2021-07-09Force building with -fno-commonFlorian Weimer
2021-06-28nptl: Export libthread_db-used symbols under GLIBC_PRIVATEFlorian Weimer
2021-06-09nptl: Avoid async cancellation to wrongly update __nptl_nthreads (BZ #19366)Adhemerval Zanella
2021-06-09nptl: Install cancellation handler on pthread_cancelAdhemerval Zanella
2021-06-09nptl: Deallocate the thread stack on setup failure (BZ #19511)Adhemerval Zanella
2021-06-04nptl: Remove exit-thread.hAdhemerval Zanella
2021-05-27nptl: Move createthread to pthread_createAdhemerval Zanella
2021-05-27nptl: Install SIGSETXID handler with SA_ONSTACK [BZ #27914]Florian Weimer
2021-05-21nptl: Move pthread_create, thrd_create into libcFlorian Weimer
2021-05-21nptl: Move semi-public __pthread_get_minstack symbol into libcFlorian Weimer
2021-05-21nptl: Perform signal initialization upon pthread_createFlorian Weimer
2021-05-11nptl: Move __free_tcb into libcFlorian Weimer
2021-05-11nptl: Move stack cache management, __libpthread_freeres into libcFlorian Weimer
2021-05-11nptl: Remove always-disabled debugging supportFlorian Weimer
2021-05-05nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer
2021-04-21nptl: Move part of TCB initialization from libpthread to __tls_init_tpFlorian Weimer
2021-04-21nptl: Move __nptl_deallocate_tsd into libcFlorian Weimer