aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_create.c
AgeCommit message (Expand)Author
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
2021-04-21nptl: Move internal __nptl_nthreads variable into libcFlorian Weimer
2021-04-21nptl_db: Support different libpthread/ld.so load orders (bug 27744)Florian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer
2020-10-30Disable spurious -Wstringop-overflow for setjmp/longjmp (bug 26647)Joseph Myers
2020-07-16Linux: Remove rseq supportFlorian Weimer
2020-07-06Add the __libc_single_threaded variableFlorian Weimer
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers
2020-06-25nptl: Don't madvise user provided stackSzabolcs Nagy
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer
2020-06-02nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer
2020-06-02nptl: Change type of __default_pthread_attrFlorian Weimer
2020-06-02nptl: Use __pthread_getattr_default_np in pthread_createFlorian Weimer
2020-05-12nptl: wait for pending setxid request also in detached thread (bug 25942)Andreas Schwab
2020-04-27nptl: Start new threads with all signals blocked [BZ #25098]Florian Weimer
2020-03-03Linux: set_robust_list syscall number is always availableFlorian Weimer
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-10-18nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-07-24nptl: Add C11 threads thrd_* functionsAdhemerval Zanella
2018-07-14x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563]H.J. Lu
2018-05-02x86: Use pad in pthread_unwind_buf to preserve shadow stack registerH.J. Lu
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella
2017-08-31nptl: Remove internal_function attributeFlorian Weimer
2017-08-29ia64: Fix thread stack allocation permission set (BZ #21672)Adhemerval Zanella
2017-07-04Single threaded stdio optimizationSzabolcs Nagy
2017-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella