about summary refs log tree commit diff
path: root/elf/libc_early_init.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella2022-06-241-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* pthread: Introduce __pthread_early_initFlorian Weimer2021-04-211-0/+3
* nptl: Move elision implementations into libcFlorian Weimer2021-02-231-0/+6
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer2020-12-161-0/+9
* Linux: Remove rseq supportFlorian Weimer2020-07-161-5/+0
* Add the __libc_single_threaded variableFlorian Weimer2020-07-061-0/+5
* Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers2020-07-061-0/+4
* elf: Add initial flag argument to __libc_early_initFlorian Weimer2020-04-291-1/+1
* elf: Implement __libc_early_initFlorian Weimer2020-04-241-0/+27