summaryrefslogtreecommitdiff
path: root/elf/libc_early_init.c
AgeCommit message (Expand)Author
2025-11-18Remove support for lock elision.Stefan Liebler
2025-05-27malloc: Fix malloc init orderWilco Dijkstra
2025-05-12malloc: Improve malloc initializationWilco Dijkstra
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-11-12linux: Add support for getrandom vDSOAdhemerval Zanella
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-06-24misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-04-21pthread: Introduce __pthread_early_initFlorian Weimer
2021-02-23nptl: Move elision implementations into libcFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-16Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer
2020-07-16Linux: Remove rseq supportFlorian Weimer
2020-07-06Add the __libc_single_threaded variableFlorian Weimer
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers
2020-04-29elf: Add initial flag argument to __libc_early_initFlorian Weimer
2020-04-24elf: Implement __libc_early_initFlorian Weimer