about summary refs log tree commit diff
path: root/nptl/pthread_create.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer2020-06-021-1/+1
* nptl: Change type of __default_pthread_attrFlorian Weimer2020-06-021-4/+4
* nptl: Use __pthread_getattr_default_np in pthread_createFlorian Weimer2020-06-021-25/+7
* nptl: wait for pending setxid request also in detached thread (bug 25942)Andreas Schwab2020-05-121-5/+6
* nptl: Start new threads with all signals blocked [BZ #25098]Florian Weimer2020-04-271-21/+25
* Linux: set_robust_list syscall number is always availableFlorian Weimer2020-03-031-4/+2
* linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella2020-02-141-6/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer2019-10-181-2/+0
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella2019-03-221-7/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* nptl: Add C11 threads thrd_* functionsAdhemerval Zanella2018-07-241-2/+16
* x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563]H.J. Lu2018-07-141-0/+4
* x86: Use pad in pthread_unwind_buf to preserve shadow stack registerH.J. Lu2018-05-021-3/+14
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella2017-11-071-2/+2
* nptl: Remove internal_function attributeFlorian Weimer2017-08-311-2/+0
* ia64: Fix thread stack allocation permission set (BZ #21672)Adhemerval Zanella2017-08-291-25/+2
* Single threaded stdio optimizationSzabolcs Nagy2017-07-041-0/+4
* Clean pthread functions namespaces for C11 threadsAdhemerval Zanella2017-06-231-9/+9
* Bug 20116: Clarify behaviour of PD->lock.Carlos O'Donell2017-05-031-2/+11
* Remove CALL_THREAD_FCT macroAdhemerval Zanella2017-04-041-4/+0
* Bug 20116: Fix use after free in pthread_create()Carlos O'Donell2017-01-281-33/+174
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* nptl: support thread stacks that grow upCarlos O'Donell2016-02-191-3/+16
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-201-10/+4
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-2/+1
* Add and use new glibc-internal futex API.Torvald Riegel2015-07-101-4/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix NPTL build for !__ASSUME_SET_ROBUST_LIST case.Roland McGrath2014-12-121-1/+1
* NPTL: Fix pthread_create regression from default-sched.h refactoring.Roland McGrath2014-11-211-3/+9
* NPTL: Refactor scheduler setup in pthread_create.Roland McGrath2014-11-201-15/+6
* NPTL: Don't (re)validate sched_priority in pthread_create.Roland McGrath2014-11-191-20/+1
* NPTL: Refactor createthread.cRoland McGrath2014-11-181-10/+143
* NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.Roland McGrath2014-10-171-0/+2
* Get rid of lll_robust_dead.Roland McGrath2014-07-101-1/+2
* Clean up __exit_thread.Roland McGrath2014-05-131-1/+2
* Fix two stray cases using #ifdef vs #if for TLS_TCB_AT_TP.Roland McGrath2014-03-141-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-9/+9
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* New API to set default thread attributesSiddhesh Poyarekar2013-06-151-8/+43
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+1