about summary refs log tree commit diff
path: root/nptl/allocatestack.c
Commit message (Expand)AuthorAgeFilesLines
* aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy2020-10-021-2/+12
* string: Remove old TLS usage on strsignalAdhemerval Zanella2020-07-071-0/+2
* nptl: Change type of __default_pthread_attrFlorian Weimer2020-06-021-1/+1
* linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella2020-02-141-7/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer2019-10-181-3/+0
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella2019-03-221-48/+0
* Avoid "inline" after return type in function definitions.Joseph Myers2019-02-061-2/+1
* Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403]Stefan Liebler2019-02-061-1/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* 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