aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_create.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-28* Makeconfig (%.v.i): Depend on Makeconfig.Roland McGrath1-3/+3
2008-04-09[BZ #5436]Ulrich Drepper1-1/+3
2007-08-13* nscd/servicescache.c: Include kernel-features.h.Ulrich Drepper1-0/+1
2007-08-01* sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):Ulrich Drepper1-5/+5
2007-07-28* iconvdata/gbk.c (BODY): Make buf and cp char instead of unsignedUlrich Drepper1-1/+1
2007-06-08[BZ #4586]Ulrich Drepper1-2/+2
2006-09-05[BZ #3124]Ulrich Drepper1-0/+13
2006-08-14* sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):Ulrich Drepper1-0/+9
2006-07-292006-07-28 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper1-3/+5
2006-03-28* sysdeps/unix/sysv/linux/kernel-features.h: AddUlrich Drepper1-17/+29
2006-02-15* sysdeps/unix/sysv/linux/not-cancel.h (__openat_not_cancel,Ulrich Drepper1-6/+1
2006-02-13* allocatestack.c (allocate_stack): Initialize robust_list.cvs/fedora-glibc-20060213T0650Ulrich Drepper1-7/+15
2006-01-06* sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_mutex_t):Ulrich Drepper1-13/+13
2005-12-27* Versions.def: Add GLIBC_2.4 for libpthread.cvs/fedora-glibc-20051227T1426Ulrich Drepper1-0/+27
2005-12-21* sysdeps/mach/hurd/ifreq.c: Add missing #includes.Roland McGrath1-1/+1
2005-12-18* elf/Versions [GLIBC_PRIVATE]: Export __pointer_chk_guard if defined.Ulrich Drepper1-0/+5
2005-10-012005-10-01 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper1-1/+12
2005-06-26* Versions.def (ld): Add GLIBC_2.4.Ulrich Drepper1-0/+5
2005-03-24* pthread_create.c (__pthread_create_2_1): Rename syscall errorcvs/fedora-glibc-20050324T0715Ulrich Drepper1-11/+9
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-97/+12
2007-07-122.5-18.1Jakub Jelinek1-12/+97
2004-11-20Update.cvs/fedora-glibc-20041120T0949Ulrich Drepper1-0/+1
2004-11-20Update.Ulrich Drepper1-5/+11
2004-11-09[BZ #530]Roland McGrath1-3/+0
2004-10-28Update.Ulrich Drepper1-2/+4
2004-09-25Update.Ulrich Drepper1-6/+9
2004-09-24(__pthread_create_2_1): Remember whether thread is created detached and if ye...Ulrich Drepper1-1/+7
2004-09-24Update.Ulrich Drepper1-5/+9
2004-09-16* configure.in (--with-headers): Let argument contain a : separatedRoland McGrath1-2/+0
2004-03-31Update.Ulrich Drepper1-4/+4
2004-02-27Update.Ulrich Drepper1-15/+42