about summary refs log tree commit diff
path: root/nptl/pthread_create.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* nptl: Decorate thread stack on pthread_createAdhemerval Zanella2023-11-071-0/+6
* __call_tls_dtors: Use call_function_static_weakSamuel Thibault2023-09-041-4/+1
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* nptl: Fix pthread_create.c build with clangAdhemerval Zanella2022-11-011-2/+4
* Use atomic_exchange_release/acquireWilco Dijkstra2022-09-261-1/+1
* Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra2022-09-231-1/+1
* Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra2022-09-231-1/+1
* Use C11 atomics instead of atomic_and/orWilco Dijkstra2022-09-231-1/+1
* Use relaxed atomics since there is no MO dependenceWilco Dijkstra2022-09-131-1/+1
* Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra2022-09-091-1/+1
* Refactor internal-signals.hAdhemerval Zanella2022-06-301-8/+8
* misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella2022-06-241-1/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* nptl: rseq failure after registration on main thread is fatalFlorian Weimer2021-12-091-1/+2
* nptl: Add glibc.pthread.rseq tunable to control rseq registrationFlorian Weimer2021-12-091-1/+9
* nptl: Add rseq registrationFlorian Weimer2021-12-091-0/+13
* nptl: Do not set signal mask on second setjmp return [BZ #28607]Florian Weimer2021-11-241-2/+2
* nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]Florian Weimer2021-09-231-2/+10
* nptl: Fix race between pthread_kill and thread exit (bug 12889)Florian Weimer2021-09-131-0/+14
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* Add an internal wrapper for clone, clone2 and clone3H.J. Lu2021-07-141-16/+22
* Force building with -fno-commonFlorian Weimer2021-07-091-2/+2
* nptl: Export libthread_db-used symbols under GLIBC_PRIVATEFlorian Weimer2021-06-281-5/+8
* nptl: Avoid async cancellation to wrongly update __nptl_nthreads (BZ #19366)Adhemerval Zanella2021-06-091-7/+4
* nptl: Install cancellation handler on pthread_cancelAdhemerval Zanella2021-06-091-15/+0
* nptl: Deallocate the thread stack on setup failure (BZ #19511)Adhemerval Zanella2021-06-091-86/+76
* nptl: Remove exit-thread.hAdhemerval Zanella2021-06-041-2/+2
* nptl: Move createthread to pthread_createAdhemerval Zanella2021-05-271-13/+115
* nptl: Install SIGSETXID handler with SA_ONSTACK [BZ #27914]Florian Weimer2021-05-271-2/+5
* nptl: Move pthread_create, thrd_create into libcFlorian Weimer2021-05-211-2/+9
* nptl: Move semi-public __pthread_get_minstack symbol into libcFlorian Weimer2021-05-211-0/+4
* nptl: Perform signal initialization upon pthread_createFlorian Weimer2021-05-211-2/+43
* nptl: Move __free_tcb into libcFlorian Weimer2021-05-111-26/+1
* nptl: Move stack cache management, __libpthread_freeres into libcFlorian Weimer2021-05-111-2/+2
* nptl: Remove always-disabled debugging supportFlorian Weimer2021-05-111-49/+0
* nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer2021-05-051-2/+2
* nptl: Move part of TCB initialization from libpthread to __tls_init_tpFlorian Weimer2021-04-211-2/+2
* nptl: Move __nptl_deallocate_tsd into libcFlorian Weimer2021-04-211-94/+0
* nptl: Move internal __nptl_nthreads variable into libcFlorian Weimer2021-04-211-4/+0
* nptl_db: Support different libpthread/ld.so load orders (bug 27744)Florian Weimer2021-04-211-0/+8
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* nptl: Move stack list variables into _rtld_globalFlorian Weimer2020-11-161-4/+4
* Disable spurious -Wstringop-overflow for setjmp/longjmp (bug 26647)Joseph Myers2020-10-301-0/+10
* Linux: Remove rseq supportFlorian Weimer2020-07-161-13/+0
* Add the __libc_single_threaded variableFlorian Weimer2020-07-061-0/+5
* Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers2020-07-061-0/+13
* nptl: Don't madvise user provided stackSzabolcs Nagy2020-06-251-2/+3
* nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer2020-06-021-8/+17