summaryrefslogtreecommitdiff
path: root/nptl/pthread_create.c
AgeCommit message (Expand)Author
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
2013-03-19Move __default_stacksize into __default_pthread_attrSiddhesh Poyarekar
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-10-04Name space hygeine for madvise.Roland McGrath
2012-10-02Fix clone flag name in comment to CLONE_CHILD_CLEARTID.Siddhesh Poyarekar
2012-05-25Add systemtap static probe points in generic and x86_64 pthread code.Roland McGrath
2012-05-25Add --enable-systemtap configuration to define static probe points.Roland McGrath
2012-05-11Check __PTHREAD_MUTEX_HAVE_PREV for mutex prevH.J. Lu
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-12-14BZ #5245: pthread_create returns EAGAIN for stack allocation failure, not ENO...Jeff Law
2011-10-15Optimize access to isXYZ and toXYZ tablesUlrich Drepper
2010-03-09Fix a few more problem with the recent setxid changes.Ulrich Drepper
2010-03-08Revert to original version of setxid race fixAndreas Schwab
2010-03-05Fix setxid race with thread creationUlrich Drepper
2009-08-24Hint to kernel that thread stack memory can be removed.Ulrich Drepper
2009-02-28* Makeconfig (%.v.i): Depend on Makeconfig.Roland McGrath
2008-04-09[BZ #5436]Ulrich Drepper
2007-08-13* nscd/servicescache.c: Include kernel-features.h.Ulrich Drepper
2007-08-01* sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):Ulrich Drepper
2007-07-28* iconvdata/gbk.c (BODY): Make buf and cp char instead of unsignedUlrich Drepper
2007-06-08[BZ #4586]Ulrich Drepper
2006-09-05[BZ #3124]Ulrich Drepper
2006-08-14* sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):Ulrich Drepper
2006-07-292006-07-28 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper
2006-03-28* sysdeps/unix/sysv/linux/kernel-features.h: AddUlrich Drepper
2006-02-15* sysdeps/unix/sysv/linux/not-cancel.h (__openat_not_cancel,Ulrich Drepper
2006-02-13* allocatestack.c (allocate_stack): Initialize robust_list.cvs/fedora-glibc-20060213T0650Ulrich Drepper
2006-01-06* sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_mutex_t):Ulrich Drepper
2005-12-27* Versions.def: Add GLIBC_2.4 for libpthread.cvs/fedora-glibc-20051227T1426Ulrich Drepper
2005-12-21* sysdeps/mach/hurd/ifreq.c: Add missing #includes.Roland McGrath
2005-12-18* elf/Versions [GLIBC_PRIVATE]: Export __pointer_chk_guard if defined.Ulrich Drepper