about summary refs log tree commit diff
path: root/nptl/allocatestack.c
Commit message (Expand)AuthorAgeFilesLines
...
* NPTL: Remove internal_function from stack marking functionsFlorian Weimer2017-08-131-1/+0
* Fix guard alignment in allocate_stack when stack grows up.John David Anglin2017-07-151-2/+8
* Clean pthread functions namespaces for C11 threadsAdhemerval Zanella2017-06-231-16/+16
* nptl: Invert the mmap/mprotect logic on allocated stacks (BZ#18988)Adhemerval Zanella2017-06-141-8/+58
* nptl: Remove COLORING_INCREMENTAdhemerval Zanella2017-02-061-38/+2
* Bug 20915: Do not initialize DTV of other threads.Alexandre Oliva2017-02-031-5/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Remove cached PID/TID in cloneAdhemerval Zanella2016-11-241-18/+2
* [PR19826] fix non-LE TLS in static programsAlexandre Oliva2016-09-211-3/+6
* elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer2016-08-031-3/+1
* nptl: support thread stacks that grow upCarlos O'Donell2016-02-191-7/+13
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* nptl: fix set-but-unused warning w/_STACK_GROWS_UPMike Frysinger2015-08-051-7/+10
* Add and use new glibc-internal futex API.Torvald Riegel2015-07-101-6/+10
* Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva2015-03-171-6/+3
* 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