about summary refs log tree commit diff
path: root/nptl/allocatestack.c
Commit message (Expand)AuthorAgeFilesLines
* nptl: Use __mprotect consistently for _STACK_GROWS_UPFlorian Weimer2018-07-121-1/+1
* libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell2018-06-291-3/+9
* nptl: Remove __ASSUME_PRIVATE_FUTEXH.J. Lu2018-05-171-12/+0
* [BZ #22637] Fix stack guard size accountingSzabolcs Nagy2018-01-081-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella2017-11-071-1/+1
* nptl: Preserve error in setxid thread broadcast in coredumps [BZ #22153]Peter Zelezny2017-10-131-2/+7
* nptl: Remove internal_function attributeFlorian Weimer2017-08-311-5/+0
* ia64: Fix thread stack allocation permission set (BZ #21672)Adhemerval Zanella2017-08-291-1/+28
* 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