about summary refs log tree commit diff
path: root/nptl/pthread_create.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2006-07-28 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper2006-07-291-3/+5
* * sysdeps/unix/sysv/linux/kernel-features.h: AddUlrich Drepper2006-03-281-17/+29
* * sysdeps/unix/sysv/linux/not-cancel.h (__openat_not_cancel,Ulrich Drepper2006-02-151-6/+1
* * allocatestack.c (allocate_stack): Initialize robust_list. cvs/fedora-glibc-20060213T0650Ulrich Drepper2006-02-131-7/+15
* * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_mutex_t):Ulrich Drepper2006-01-061-13/+13
* * Versions.def: Add GLIBC_2.4 for libpthread. cvs/fedora-glibc-20051227T1426Ulrich Drepper2005-12-271-0/+27
* * sysdeps/mach/hurd/ifreq.c: Add missing #includes.Roland McGrath2005-12-211-1/+1
* * elf/Versions [GLIBC_PRIVATE]: Export __pointer_chk_guard if defined.Ulrich Drepper2005-12-181-0/+5
* 2005-10-01 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper2005-10-011-1/+12
* * Versions.def (ld): Add GLIBC_2.4.Ulrich Drepper2005-06-261-0/+5
* * pthread_create.c (__pthread_create_2_1): Rename syscall error cvs/fedora-glibc-20050324T0715Ulrich Drepper2005-03-241-11/+9
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-97/+12
* 2.5-18.1Jakub Jelinek2007-07-121-12/+97
* Update. cvs/fedora-glibc-20041120T0949Ulrich Drepper2004-11-201-0/+1
* Update.Ulrich Drepper2004-11-201-5/+11
* [BZ #530]Roland McGrath2004-11-091-3/+0
* Update.Ulrich Drepper2004-10-281-2/+4
* Update.Ulrich Drepper2004-09-251-6/+9
* (__pthread_create_2_1): Remember whether thread is created detached and if ye...Ulrich Drepper2004-09-241-1/+7
* Update.Ulrich Drepper2004-09-241-5/+9
* * configure.in (--with-headers): Let argument contain a : separatedRoland McGrath2004-09-161-2/+0
* Update.Ulrich Drepper2004-03-311-4/+4
* Update.Ulrich Drepper2004-02-271-15/+42