aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_create.c
AgeCommit message (Expand)Author
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
2017-05-03Bug 20116: Clarify behaviour of PD->lock.Carlos O'Donell
2017-04-04Remove CALL_THREAD_FCT macroAdhemerval Zanella
2017-01-28Bug 20116: Fix use after free in pthread_create()Carlos O'Donell
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-02-19nptl: support thread stacks that grow upCarlos O'Donell
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers
2015-07-10Add and use new glibc-internal futex API.Torvald Riegel
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-12Fix NPTL build for !__ASSUME_SET_ROBUST_LIST case.Roland McGrath
2014-11-21NPTL: Fix pthread_create regression from default-sched.h refactoring.Roland McGrath
2014-11-20NPTL: Refactor scheduler setup in pthread_create.Roland McGrath
2014-11-19NPTL: Don't (re)validate sched_priority in pthread_create.Roland McGrath
2014-11-18NPTL: Refactor createthread.cRoland McGrath
2014-10-17NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.Roland McGrath
2014-07-10Get rid of lll_robust_dead.Roland McGrath
2014-05-13Clean up __exit_thread.Roland McGrath
2014-03-14Fix two stray cases using #ifdef vs #if for TLS_TCB_AT_TP.Roland McGrath
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-06-15New API to set default thread attributesSiddhesh Poyarekar
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-03-28Avoid unconditional __call_tls_dtors calls in static linking.Roland McGrath