about summary refs log tree commit diff
path: root/nptl/allocatestack.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ia64-linux-gnuAdhemerval Zanella2024-01-081-19/+5
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* nptl: Decorate thread stack on pthread_createAdhemerval Zanella2023-11-071-0/+40
* Created tunable to force small pages on stack allocation.Cupertino Miranda2023-04-201-0/+6
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto2022-07-221-1/+2
* Replace __libc_multiple_threads with __libc_single_threadedAdhemerval Zanella2022-07-051-6/+0
* nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella2022-04-141-2/+0
* elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella2022-02-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* nptl: Fix race between pthread_kill and thread exit (bug 12889)Florian Weimer2021-09-131-0/+3
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* Add an internal wrapper for clone, clone2 and clone3H.J. Lu2021-07-141-54/+5
* nptl: Move cancel type out of cancelhandlingAdhemerval Zanella2021-06-091-0/+1
* nptl: Move cancel state out of cancelhandlingAdhemerval Zanella2021-06-091-0/+1
* nptl: Deallocate the thread stack on setup failure (BZ #19511)Adhemerval Zanella2021-06-091-0/+1
* nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variablesFlorian Weimer2021-05-211-11/+14
* nptl: Move stack cache management, __libpthread_freeres into libcFlorian Weimer2021-05-111-141/+6
* Linux: Move __reclaim_stacks into the fork implementation in libcFlorian Weimer2021-05-101-108/+0
* nptl: Simplify resetting the in-flight stack in __reclaim_stacksFlorian Weimer2021-05-101-3/+3
* nptl: Move changing of stack permissions into ld.soFlorian Weimer2021-05-101-62/+1
* nptl: Simplify the change_stack_perm calling conventionFlorian Weimer2021-05-101-24/+5
* nptl: Move more stack management variables into _rtld_globalFlorian Weimer2021-05-101-30/+21
* nptl: Eliminate __pthread_multiple_threadsFlorian Weimer2021-05-101-2/+2
* nptl: Export __libc_multiple_threads from libc as an internal symbolFlorian Weimer2021-05-101-2/+2
* elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer2021-05-051-35/+0
* nptl: Move setxid broadcast implementation into libcFlorian Weimer2021-04-211-209/+0
* nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]H.J. Lu2021-03-191-10/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* nptl: Move stack list variables into _rtld_globalFlorian Weimer2020-11-161-109/+38
* 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