aboutsummaryrefslogtreecommitdiff
path: root/dlfcn
AgeCommit message (Expand)Author
2024-02-25dlfcn: Reformat Makefile.Carlos O'Donell
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-08-04dlfcn: Pass caller pointer to static dlopen implementation (bug 29446)Florian Weimer
2022-05-23dlfcn: Move RTLD_DEFAULT/RTLD_NEXT outside __USE_GNUFangrui Song
2022-04-29dlfcn: Implement the RTLD_DI_PHDR request type for dlinfoFlorian Weimer
2022-04-26dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)Florian Weimer
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-28elf: Add _dl_find_object functionFlorian Weimer
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-07-07elf: Clean up GLIBC_PRIVATE exports of internal libdl symbolsFlorian Weimer
2021-06-03dlfcn: Rework static dlopen hooksFlorian Weimer
2021-06-03dlfcn: Eliminate GLIBC_PRIVATE dependency from tststatic2Florian Weimer
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer
2021-06-03dlfcn: Move dlopen into libcFlorian Weimer
2021-06-03dlfcn: Move dlvsym into libcFlorian Weimer
2021-06-03dlfcn: Move dlinfo into libcFlorian Weimer
2021-06-03dlfcn: Move dladdr1 into libcFlorian Weimer
2021-06-03dlfcn: Move dlmopen into libcFlorian Weimer
2021-06-03dlfcn: Move dlsym into libcFlorian Weimer
2021-06-03dlfcn: Move dladdr into libcFlorian Weimer
2021-06-03dlfcn: Move dlclose into libcFlorian Weimer
2021-06-02dlfcn: Move dlerror into libcFlorian Weimer
2021-05-17elf: Partially initialize ld.so after static dlopen (bug 20802)Florian Weimer
2021-04-21dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer
2021-04-21dlfcn: Failures after dlmopen should not terminate process [BZ #24772]Florian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-11treewide: fix incorrect spelling of indices in commentsDmitry V. Levin
2020-11-16Add {,sysdep-}ld-library-path make variableSamuel Thibault
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-10-16dlfcn: Remove remnants of caller sensitivity from dlinfoFlorian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-06-19dlfcn: Avoid one-element flexible array in Dl_serinfo [BZ #24166]Florian Weimer
2019-05-15dlfcn: Guard __dlerror_main_freeres with __libc_once_get (once) [BZ# 24476]Mark Wielaard
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-11-20malloc: tcache double free checkDJ Delorie
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-18ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer
2017-11-16Prefer https for Sourceware linksSiddhesh Poyarekar
2017-09-26Mark __dso_handle as hidden [BZ #18822]H.J. Lu
2017-08-31dlfcn: Remove internal_function attributeFlorian Weimer
2017-03-01Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer
2016-10-28Fix warning caused by unused-result in bug-atexit3-lib.ccGabriel F T Gomes
2016-06-06tst-rec-dlopen: Fix build fail due to missing inclusion of string.hStefan Liebler