aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_create.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-11nptl: Move __free_tcb into libcFlorian Weimer1-26/+1
2021-05-11nptl: Move stack cache management, __libpthread_freeres into libcFlorian Weimer1-2/+2
2021-05-11nptl: Remove always-disabled debugging supportFlorian Weimer1-49/+0
2021-05-05nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer1-2/+2
2021-04-21nptl: Move part of TCB initialization from libpthread to __tls_init_tpFlorian Weimer1-2/+2
2021-04-21nptl: Move __nptl_deallocate_tsd into libcFlorian Weimer1-94/+0
2021-04-21nptl: Move internal __nptl_nthreads variable into libcFlorian Weimer1-4/+0
2021-04-21nptl_db: Support different libpthread/ld.so load orders (bug 27744)Florian Weimer1-0/+8
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer1-4/+4
2020-10-30Disable spurious -Wstringop-overflow for setjmp/longjmp (bug 26647)Joseph Myers1-0/+10
2020-07-16Linux: Remove rseq supportFlorian Weimer1-13/+0
2020-07-06Add the __libc_single_threaded variableFlorian Weimer1-0/+5
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers1-0/+13
2020-06-25nptl: Don't madvise user provided stackSzabolcs Nagy1-2/+3
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer1-8/+17
2020-06-02nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer1-1/+1
2020-06-02nptl: Change type of __default_pthread_attrFlorian Weimer1-4/+4
2020-06-02nptl: Use __pthread_getattr_default_np in pthread_createFlorian Weimer1-25/+7
2020-05-12nptl: wait for pending setxid request also in detached thread (bug 25942)Andreas Schwab1-5/+6
2020-04-27nptl: Start new threads with all signals blocked [BZ #25098]Florian Weimer1-21/+25
2020-03-03Linux: set_robust_list syscall number is always availableFlorian Weimer1-4/+2
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella1-6/+4
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-18nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer1-2/+0
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella1-7/+0
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-07-24nptl: Add C11 threads thrd_* functionsAdhemerval Zanella1-2/+16
2018-07-14x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563]H.J. Lu1-0/+4
2018-05-02x86: Use pad in pthread_unwind_buf to preserve shadow stack registerH.J. Lu1-3/+14
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella1-2/+2
2017-08-31nptl: Remove internal_function attributeFlorian Weimer1-2/+0
2017-08-29ia64: Fix thread stack allocation permission set (BZ #21672)Adhemerval Zanella1-25/+2
2017-07-04Single threaded stdio optimizationSzabolcs Nagy1-0/+4
2017-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella1-9/+9
2017-05-03Bug 20116: Clarify behaviour of PD->lock.Carlos O'Donell1-2/+11
2017-04-04Remove CALL_THREAD_FCT macroAdhemerval Zanella1-4/+0
2017-01-28Bug 20116: Fix use after free in pthread_create()Carlos O'Donell1-33/+174
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-02-19nptl: support thread stacks that grow upCarlos O'Donell1-3/+16
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers1-10/+4
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers1-2/+1
2015-07-10Add and use new glibc-internal futex API.Torvald Riegel1-4/+10
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-12-12Fix NPTL build for !__ASSUME_SET_ROBUST_LIST case.Roland McGrath1-1/+1
2014-11-21NPTL: Fix pthread_create regression from default-sched.h refactoring.Roland McGrath1-3/+9
2014-11-20NPTL: Refactor scheduler setup in pthread_create.Roland McGrath1-15/+6