about summary refs log tree commit diff
path: root/nptl/allocatestack.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* NPTL: Clean up THREAD_SYSINFO macros.Roland McGrath2014-10-171-4/+2
* NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.Roland McGrath2014-10-171-0/+3
* nptl: Fix abort in case of set*id failure [BZ #17135]Florian Weimer2014-07-111-2/+25
* Clean up stack-coloring macros.Roland McGrath2014-06-201-0/+1
* Inline nested function check_listSiddhesh Poyarekar2014-06-061-20/+17
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-7/+7
* Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."Allan McRae2014-02-061-1/+5
* Revert "Async-signal safe TLS."Allan McRae2014-02-061-9/+4
* Async-signal safe TLS.Andrew Hunter2014-01-031-4/+9
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Patch 3/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov2013-12-181-5/+1
* New API to set default thread attributesSiddhesh Poyarekar2013-06-151-2/+10
* Move __default_stacksize into __default_pthread_attrSiddhesh Poyarekar2013-03-191-1/+1
* Remove unnecessary assert on attr in allocate_stack().Carlos O'Donell2013-01-111-1/+4
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Remove __ASSUME_TGKILL.Joseph Myers2012-08-081-11/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Return errno on failure in allocate_stackCarlos O'Donell2011-12-141-12/+4
* Avoid race between {,__de}allocate_stack and __reclaim_stacks during forkAndreas Schwab2011-09-151-0/+1
* Fix setxid race handling exiting threadsAndreas Schwab2011-08-311-1/+10
* Quash a warning in nptl/allocatestack.cRoland McGrath2011-07-141-1/+1
* Translate kernel error into what pthread_create should returnUlrich Drepper2011-05-111-1/+1
* Fix memory leak in TLS of loaded objects.Ulrich Drepper2011-04-101-1/+6
* Revert to original version of setxid race fixAndreas Schwab2010-03-081-0/+9
* Fix setxid race with thread creationUlrich Drepper2010-03-051-3/+10
* Fix races in setXid implementation.Daniel Jacobowitz2009-10-301-19/+104
* * allocatestack.c (__free_stacks): Renamed from free_stacks.Ulrich Drepper2009-01-291-14/+6
* * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check andUlrich Drepper2009-01-081-10/+10
* (in_flight_stack): New variable. (stack_list_del): New function. Use instead...Ulrich Drepper2009-01-071-11/+86
* * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.Ulrich Drepper2008-08-151-14/+8
* * sysdeps/x86_64/pthreaddef.h (ARCH_RETRY_MMAP): Take additionalUlrich Drepper2007-12-141-1/+1
* * sysdeps/x86_64/memset.S: Add sfence after movnti.Ulrich Drepper2007-11-081-1/+6
* [BZ #4938]Ulrich Drepper2007-08-211-0/+20
* * 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-22/+22
* * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsignedUlrich Drepper2007-07-281-3/+3
* * allocatestack.c (allocate_stack): Make code compile ifUlrich Drepper2007-06-171-0/+2
* [BZ #4586]Ulrich Drepper2007-06-081-3/+3
* * sysdeps/i386/tls.h (THREAD_GSCOPE_RESET_FLAG): Use explicitUlrich Drepper2007-05-281-4/+4
* * init.c: Make it compile with older kernel headers.Ulrich Drepper2007-05-271-3/+2
* * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.Ulrich Drepper2007-05-261-2/+3
* * sysdeps/i386/tls.h (THREAD_SET_PRIVATE_FUTEX,Ulrich Drepper2007-05-251-6/+4
* * sysdeps/powerpc/tls.h (tcbhead_t): Add gscope_flag.Ulrich Drepper2007-05-251-4/+4
* * init.c (__pthread_initialize_minimal_internal): Check whetherUlrich Drepper2007-05-231-0/+12
* * elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper2007-05-191-0/+57
* (change_stack_perm): Handle stacks growing up. (allocate_stack): Likewise.Ulrich Drepper2007-05-071-5/+19
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-58/+1
* .Jakub Jelinek2007-07-311-1/+58
* * allocatestack.c (queue_stack): Move freeing of surplus stacks to...Ulrich Drepper2006-08-231-32/+46