summaryrefslogtreecommitdiff
path: root/nptl/pthread_create.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid unconditional __call_tls_dtors calls in static linking.Roland McGrath2013-03-281-1/+4
* Move __default_stacksize into __default_pthread_attrSiddhesh Poyarekar2013-03-191-10/+1
* C++11 thread_local destructors supportSiddhesh Poyarekar2013-02-181-0/+3
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Name space hygeine for madvise.Roland McGrath2012-10-041-1/+1
* Fix clone flag name in comment to CLONE_CHILD_CLEARTID.Siddhesh Poyarekar2012-10-021-1/+1
* Add systemtap static probe points in generic and x86_64 pthread code.Roland McGrath2012-05-251-1/+3
* Add --enable-systemtap configuration to define static probe points.Roland McGrath2012-05-251-0/+4
* Check __PTHREAD_MUTEX_HAVE_PREV for mutex prevH.J. Lu2012-05-111-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* BZ #5245: pthread_create returns EAGAIN for stack allocation failure, not ENO...Jeff Law2011-12-141-2/+3
* Optimize access to isXYZ and toXYZ tablesUlrich Drepper2011-10-151-1/+5
* Fix a few more problem with the recent setxid changes.Ulrich Drepper2010-03-091-20/+10
* Revert to original version of setxid race fixAndreas Schwab2010-03-081-3/+0
* Fix setxid race with thread creationUlrich Drepper2010-03-051-1/+8
* Hint to kernel that thread stack memory can be removed.Ulrich Drepper2009-08-241-0/+13
* * Makeconfig (%.v.i): Depend on Makeconfig.Roland McGrath2009-02-281-3/+3
* [BZ #5436]Ulrich Drepper2008-04-091-1/+3
* * nscd/servicescache.c: Include kernel-features.h.Ulrich Drepper2007-08-131-0/+1
* * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):Ulrich Drepper2007-08-011-5/+5
* * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsignedUlrich Drepper2007-07-281-1/+1
* [BZ #4586]Ulrich Drepper2007-06-081-2/+2
* [BZ #3124]Ulrich Drepper2006-09-051-0/+13
* * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):Ulrich Drepper2006-08-141-0/+9