summaryrefslogtreecommitdiff
path: root/nptl/allocatestack.c
AgeCommit message (Expand)Author
2014-02-06Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."Allan McRae
2014-02-06Revert "Async-signal safe TLS."Allan McRae
2014-01-03Async-signal safe TLS.Andrew Hunter
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-18Patch 3/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov
2013-06-15New API to set default thread attributesSiddhesh Poyarekar
2013-03-19Move __default_stacksize into __default_pthread_attrSiddhesh Poyarekar
2013-01-11Remove unnecessary assert on attr in allocate_stack().Carlos O'Donell
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-08-08Remove __ASSUME_TGKILL.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-12-14Return errno on failure in allocate_stackCarlos O'Donell
2011-09-15Avoid race between {,__de}allocate_stack and __reclaim_stacks during forkAndreas Schwab
2011-08-31Fix setxid race handling exiting threadsAndreas Schwab
2011-07-14Quash a warning in nptl/allocatestack.cRoland McGrath
2011-05-11Translate kernel error into what pthread_create should returnUlrich Drepper
2011-04-10Fix memory leak in TLS of loaded objects.Ulrich Drepper
2010-03-08Revert to original version of setxid race fixAndreas Schwab
2010-03-05Fix setxid race with thread creationUlrich Drepper
2009-10-30Fix races in setXid implementation.Daniel Jacobowitz
2009-01-29* allocatestack.c (__free_stacks): Renamed from free_stacks.Ulrich Drepper
2009-01-08* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check andUlrich Drepper
2009-01-07(in_flight_stack): New variable. (stack_list_del): New function. Use instead...Ulrich Drepper
2008-08-15* sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.Ulrich Drepper
2007-12-14* sysdeps/x86_64/pthreaddef.h (ARCH_RETRY_MMAP): Take additionalUlrich Drepper
2007-11-08* sysdeps/x86_64/memset.S: Add sfence after movnti.Ulrich Drepper
2007-08-21[BZ #4938]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-17* allocatestack.c (allocate_stack): Make code compile ifUlrich Drepper
2007-06-08[BZ #4586]Ulrich Drepper
2007-05-28* sysdeps/i386/tls.h (THREAD_GSCOPE_RESET_FLAG): Use explicitUlrich Drepper
2007-05-27* init.c: Make it compile with older kernel headers.Ulrich Drepper
2007-05-26* sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.Ulrich Drepper
2007-05-25* sysdeps/i386/tls.h (THREAD_SET_PRIVATE_FUTEX,Ulrich Drepper
2007-05-25* sysdeps/powerpc/tls.h (tcbhead_t): Add gscope_flag.Ulrich Drepper
2007-05-23* init.c (__pthread_initialize_minimal_internal): Check whetherUlrich Drepper
2007-05-19* elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper
2007-05-07(change_stack_perm): Handle stacks growing up. (allocate_stack): Likewise.Ulrich Drepper
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper
2007-07-31.Jakub Jelinek
2006-08-23* allocatestack.c (queue_stack): Move freeing of surplus stacks to...Ulrich Drepper
2006-08-01* stdlib/test-canon.c (do_test): Close fd before unlinking file soUlrich Drepper
2006-03-28* sysdeps/unix/sysv/linux/kernel-features.h: AddUlrich Drepper
2006-02-13* allocatestack.c (allocate_stack): Initialize robust_list.cvs/fedora-glibc-20060213T0650Ulrich Drepper
2005-12-13* allocatestack.c (allocate_stack): Don't demand that there is anUlrich Drepper
2005-10-04* allocatestack.c (setxid_signal_thread): AddRoland McGrath
2005-10-02* allocatestack.c (setxid_signal_thread): Need to useUlrich Drepper
2005-10-012005-10-01 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper