aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_create.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-19NPTL: Don't (re)validate sched_priority in pthread_create.Roland McGrath1-20/+1
2014-11-18NPTL: Refactor createthread.cRoland McGrath1-10/+143
2014-10-17NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.Roland McGrath1-0/+2
2014-07-10Get rid of lll_robust_dead.Roland McGrath1-1/+2
2014-05-13Clean up __exit_thread.Roland McGrath1-1/+2
2014-03-14Fix two stray cases using #ifdef vs #if for TLS_TCB_AT_TP.Roland McGrath1-1/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-9/+9
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-06-15New API to set default thread attributesSiddhesh Poyarekar1-8/+43
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold1-0/+1
2013-03-28Avoid unconditional __call_tls_dtors calls in static linking.Roland McGrath1-1/+4
2013-03-19Move __default_stacksize into __default_pthread_attrSiddhesh Poyarekar1-10/+1
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar1-0/+3
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-10-04Name space hygeine for madvise.Roland McGrath1-1/+1
2012-10-02Fix clone flag name in comment to CLONE_CHILD_CLEARTID.Siddhesh Poyarekar1-1/+1
2012-05-25Add systemtap static probe points in generic and x86_64 pthread code.Roland McGrath1-1/+3
2012-05-25Add --enable-systemtap configuration to define static probe points.Roland McGrath1-0/+4
2012-05-11Check __PTHREAD_MUTEX_HAVE_PREV for mutex prevH.J. Lu1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-12-14BZ #5245: pthread_create returns EAGAIN for stack allocation failure, not ENO...Jeff Law1-2/+3
2011-10-15Optimize access to isXYZ and toXYZ tablesUlrich Drepper1-1/+5
2010-03-09Fix a few more problem with the recent setxid changes.Ulrich Drepper1-20/+10
2010-03-08Revert to original version of setxid race fixAndreas Schwab1-3/+0
2010-03-05Fix setxid race with thread creationUlrich Drepper1-1/+8
2009-08-24Hint to kernel that thread stack memory can be removed.Ulrich Drepper1-0/+13