aboutsummaryrefslogtreecommitdiff
path: root/nptl/allocatestack.c
AgeCommit message (Expand)Author
2021-05-05elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer
2021-04-21nptl: Move setxid broadcast implementation into libcFlorian Weimer
2021-03-19nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]H.J. Lu
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy
2020-07-07string: Remove old TLS usage on strsignalAdhemerval Zanella
2020-06-02nptl: Change type of __default_pthread_attrFlorian Weimer
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-10-18nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella
2019-02-06Avoid "inline" after return type in function definitions.Joseph Myers
2019-02-06Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403]Stefan Liebler
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-07-12nptl: Use __mprotect consistently for _STACK_GROWS_UPFlorian Weimer
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell
2018-05-17nptl: Remove __ASSUME_PRIVATE_FUTEXH.J. Lu
2018-01-08[BZ #22637] Fix stack guard size accountingSzabolcs Nagy
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella
2017-10-13nptl: Preserve error in setxid thread broadcast in coredumps [BZ #22153]Peter Zelezny
2017-08-31nptl: Remove internal_function attributeFlorian Weimer
2017-08-29ia64: Fix thread stack allocation permission set (BZ #21672)Adhemerval Zanella
2017-08-13NPTL: Remove internal_function from stack marking functionsFlorian Weimer
2017-07-15Fix guard alignment in allocate_stack when stack grows up.John David Anglin
2017-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella
2017-06-14nptl: Invert the mmap/mprotect logic on allocated stacks (BZ#18988)Adhemerval Zanella
2017-02-06nptl: Remove COLORING_INCREMENTAdhemerval Zanella
2017-02-03Bug 20915: Do not initialize DTV of other threads.Alexandre Oliva
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella
2016-09-21[PR19826] fix non-LE TLS in static programsAlexandre Oliva
2016-08-03elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer
2016-02-19nptl: support thread stacks that grow upCarlos O'Donell
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-08-05nptl: fix set-but-unused warning w/_STACK_GROWS_UPMike Frysinger
2015-07-10Add and use new glibc-internal futex API.Torvald Riegel
2015-03-17Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-10-17NPTL: Clean up THREAD_SYSINFO macros.Roland McGrath
2014-10-17NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.Roland McGrath
2014-07-11nptl: Fix abort in case of set*id failure [BZ #17135]Florian Weimer
2014-06-20Clean up stack-coloring macros.Roland McGrath
2014-06-06Inline nested function check_listSiddhesh Poyarekar
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
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