aboutsummaryrefslogtreecommitdiff
path: root/nptl/allocatestack.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella1-19/+5
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-11-07nptl: Decorate thread stack on pthread_createAdhemerval Zanella1-0/+40
2023-04-20Created tunable to force small pages on stack allocation.Cupertino Miranda1-0/+6
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto1-1/+2
2022-07-05Replace __libc_multiple_threads with __libc_single_threadedAdhemerval Zanella1-6/+0
2022-04-14nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella1-2/+0
2022-02-01elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-13nptl: Fix race between pthread_kill and thread exit (bug 12889)Florian Weimer1-0/+3
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-07-14Add an internal wrapper for clone, clone2 and clone3H.J. Lu1-54/+5
2021-06-09nptl: Move cancel type out of cancelhandlingAdhemerval Zanella1-0/+1
2021-06-09nptl: Move cancel state out of cancelhandlingAdhemerval Zanella1-0/+1
2021-06-09nptl: Deallocate the thread stack on setup failure (BZ #19511)Adhemerval Zanella1-0/+1
2021-05-21nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variablesFlorian Weimer1-11/+14
2021-05-11nptl: Move stack cache management, __libpthread_freeres into libcFlorian Weimer1-141/+6
2021-05-10Linux: Move __reclaim_stacks into the fork implementation in libcFlorian Weimer1-108/+0
2021-05-10nptl: Simplify resetting the in-flight stack in __reclaim_stacksFlorian Weimer1-3/+3
2021-05-10nptl: Move changing of stack permissions into ld.soFlorian Weimer1-62/+1
2021-05-10nptl: Simplify the change_stack_perm calling conventionFlorian Weimer1-24/+5
2021-05-10nptl: Move more stack management variables into _rtld_globalFlorian Weimer1-30/+21
2021-05-10nptl: Eliminate __pthread_multiple_threadsFlorian Weimer1-2/+2
2021-05-10nptl: Export __libc_multiple_threads from libc as an internal symbolFlorian Weimer1-2/+2
2021-05-05elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer1-35/+0
2021-04-21nptl: Move setxid broadcast implementation into libcFlorian Weimer1-209/+0
2021-03-19nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]H.J. Lu1-10/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer1-109/+38
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy1-2/+12
2020-07-07string: Remove old TLS usage on strsignalAdhemerval Zanella1-0/+2
2020-06-02nptl: Change type of __default_pthread_attrFlorian Weimer1-1/+1
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella1-7/+5
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-18nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer1-3/+0
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella1-48/+0
2019-02-06Avoid "inline" after return type in function definitions.Joseph Myers1-2/+1
2019-02-06Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403]Stefan Liebler1-1/+3
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-07-12nptl: Use __mprotect consistently for _STACK_GROWS_UPFlorian Weimer1-1/+1
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell1-3/+9
2018-05-17nptl: Remove __ASSUME_PRIVATE_FUTEXH.J. Lu1-12/+0
2018-01-08[BZ #22637] Fix stack guard size accountingSzabolcs Nagy1-0/+4
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella1-1/+1
2017-10-13nptl: Preserve error in setxid thread broadcast in coredumps [BZ #22153]Peter Zelezny1-2/+7
2017-08-31nptl: Remove internal_function attributeFlorian Weimer1-5/+0
2017-08-29ia64: Fix thread stack allocation permission set (BZ #21672)Adhemerval Zanella1-1/+28