summaryrefslogtreecommitdiff
path: root/lib/libc/dlfcn/init.c
AgeCommit message (Expand)Author
2019-06-02Complete the ld.so boot cleanup: move most libc initialization fromPhilip Guenther
2017-12-01Redo the calculation of the alignment and placement of static TLS data toPhilip Guenther
2016-09-06Implement dl_iterate_phdr() for static PIE executables using info extractedPhilip Guenther
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.Philip Guenther
2016-03-21The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa.Philip Guenther
2016-03-20Add $OpenBSD linePhilip Guenther
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,Philip Guenther