aboutsummaryrefslogtreecommitdiff
path: root/nptl/allocatestack.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella1-16/+16
2017-06-14nptl: Invert the mmap/mprotect logic on allocated stacks (BZ#18988)Adhemerval Zanella1-8/+58
2017-02-06nptl: Remove COLORING_INCREMENTAdhemerval Zanella1-38/+2
2017-02-03Bug 20915: Do not initialize DTV of other threads.Alexandre Oliva1-5/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella1-18/+2
2016-09-21[PR19826] fix non-LE TLS in static programsAlexandre Oliva1-3/+6
2016-08-03elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer1-3/+1
2016-02-19nptl: support thread stacks that grow upCarlos O'Donell1-7/+13
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-08-05nptl: fix set-but-unused warning w/_STACK_GROWS_UPMike Frysinger1-7/+10
2015-07-10Add and use new glibc-internal futex API.Torvald Riegel1-6/+10
2015-03-17Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva1-6/+3
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-10-17NPTL: Clean up THREAD_SYSINFO macros.Roland McGrath1-4/+2
2014-10-17NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.Roland McGrath1-0/+3
2014-07-11nptl: Fix abort in case of set*id failure [BZ #17135]Florian Weimer1-2/+25
2014-06-20Clean up stack-coloring macros.Roland McGrath1-0/+1
2014-06-06Inline nested function check_listSiddhesh Poyarekar1-20/+17
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-7/+7
2014-02-06Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."Allan McRae1-1/+5
2014-02-06Revert "Async-signal safe TLS."Allan McRae1-9/+4
2014-01-03Async-signal safe TLS.Andrew Hunter1-4/+9
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-12-18Patch 3/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov1-5/+1
2013-06-15New API to set default thread attributesSiddhesh Poyarekar1-2/+10
2013-03-19Move __default_stacksize into __default_pthread_attrSiddhesh Poyarekar1-1/+1
2013-01-11Remove unnecessary assert on attr in allocate_stack().Carlos O'Donell1-1/+4
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-08-08Remove __ASSUME_TGKILL.Joseph Myers1-11/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-12-14Return errno on failure in allocate_stackCarlos O'Donell1-12/+4
2011-09-15Avoid race between {,__de}allocate_stack and __reclaim_stacks during forkAndreas Schwab1-0/+1
2011-08-31Fix setxid race handling exiting threadsAndreas Schwab1-1/+10
2011-07-14Quash a warning in nptl/allocatestack.cRoland McGrath1-1/+1
2011-05-11Translate kernel error into what pthread_create should returnUlrich Drepper1-1/+1
2011-04-10Fix memory leak in TLS of loaded objects.Ulrich Drepper1-1/+6
2010-03-08Revert to original version of setxid race fixAndreas Schwab1-0/+9
2010-03-05Fix setxid race with thread creationUlrich Drepper1-3/+10
2009-10-30Fix races in setXid implementation.Daniel Jacobowitz1-19/+104
2009-01-29* allocatestack.c (__free_stacks): Renamed from free_stacks.Ulrich Drepper1-14/+6
2009-01-08* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check andUlrich Drepper1-10/+10
2009-01-07(in_flight_stack): New variable. (stack_list_del): New function. Use instead...Ulrich Drepper1-11/+86
2008-08-15* sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.Ulrich Drepper1-14/+8
2007-12-14* sysdeps/x86_64/pthreaddef.h (ARCH_RETRY_MMAP): Take additionalUlrich Drepper1-1/+1
2007-11-08* sysdeps/x86_64/memset.S: Add sfence after movnti.Ulrich Drepper1-1/+6
2007-08-21[BZ #4938]Ulrich Drepper1-0/+20
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-22/+22
2007-07-28* iconvdata/gbk.c (BODY): Make buf and cp char instead of unsignedUlrich Drepper1-3/+3