aboutsummaryrefslogtreecommitdiff
path: root/elf/libc_early_init.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-06-24misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-04-21pthread: Introduce __pthread_early_initFlorian Weimer1-0/+3
2021-02-23nptl: Move elision implementations into libcFlorian Weimer1-0/+6
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-12-16Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer1-0/+9
2020-07-16Linux: Remove rseq supportFlorian Weimer1-5/+0
2020-07-06Add the __libc_single_threaded variableFlorian Weimer1-0/+5
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers1-0/+4
2020-04-29elf: Add initial flag argument to __libc_early_initFlorian Weimer1-1/+1
2020-04-24elf: Implement __libc_early_initFlorian Weimer1-0/+27