aboutsummaryrefslogtreecommitdiff
path: root/dlfcn
AgeCommit message (Expand)AuthorFilesLines
2024-02-25dlfcn: Reformat Makefile.Carlos O'Donell1-12/+62
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert36-36/+36
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov1-1/+1
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto1-1/+0
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers36-36/+36
2022-08-04dlfcn: Pass caller pointer to static dlopen implementation (bug 29446)Florian Weimer1-1/+1
2022-05-23dlfcn: Move RTLD_DEFAULT/RTLD_NEXT outside __USE_GNUFangrui Song1-12/+10
2022-04-29dlfcn: Implement the RTLD_DI_PHDR request type for dlinfoFlorian Weimer4-2/+147
2022-04-26dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)Florian Weimer10-10/+10
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert35-35/+35
2021-12-28elf: Add _dl_find_object functionFlorian Weimer2-1/+28
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar5-7/+2
2021-07-07elf: Clean up GLIBC_PRIVATE exports of internal libdl symbolsFlorian Weimer1-1/+0
2021-06-03dlfcn: Rework static dlopen hooksFlorian Weimer10-54/+13
2021-06-03dlfcn: Eliminate GLIBC_PRIVATE dependency from tststatic2Florian Weimer2-2/+18
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2-52/+15
2021-06-03dlfcn: Move dlopen into libcFlorian Weimer6-51/+67
2021-06-03dlfcn: Move dlvsym into libcFlorian Weimer4-31/+45
2021-06-03dlfcn: Move dlinfo into libcFlorian Weimer5-23/+36
2021-06-03dlfcn: Move dladdr1 into libcFlorian Weimer4-18/+14
2021-06-03dlfcn: Move dlmopen into libcFlorian Weimer5-37/+65
2021-06-03dlfcn: Move dlsym into libcFlorian Weimer4-27/+39
2021-06-03dlfcn: Move dladdr into libcFlorian Weimer4-18/+11
2021-06-03dlfcn: Move dlclose into libcFlorian Weimer4-25/+12
2021-06-02dlfcn: Move dlerror into libcFlorian Weimer4-31/+35
2021-05-17elf: Partially initialize ld.so after static dlopen (bug 20802)Florian Weimer1-8/+3
2021-04-21dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer6-209/+265
2021-04-21dlfcn: Failures after dlmopen should not terminate process [BZ #24772]Florian Weimer1-2/+4
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert34-34/+34
2020-12-11treewide: fix incorrect spelling of indices in commentsDmitry V. Levin1-1/+1
2020-11-16Add {,sysdep-}ld-library-path make variableSamuel Thibault1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers34-34/+34
2019-10-16dlfcn: Remove remnants of caller sensitivity from dlinfoFlorian Weimer1-25/+4
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert34-34/+34
2019-06-19dlfcn: Avoid one-element flexible array in Dl_serinfo [BZ #24166]Florian Weimer1-0/+12
2019-05-15dlfcn: Guard __dlerror_main_freeres with __libc_once_get (once) [BZ# 24476]Mark Wielaard1-8/+21
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers34-34/+34
2018-11-20malloc: tcache double free checkDJ Delorie1-1/+4
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell5-1/+46
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers33-33/+33
2017-12-18ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer10-10/+12
2017-11-16Prefer https for Sourceware linksSiddhesh Poyarekar2-2/+2
2017-09-26Mark __dso_handle as hidden [BZ #18822]H.J. Lu4-19/+1
2017-08-31dlfcn: Remove internal_function attributeFlorian Weimer1-1/+0
2017-03-01Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg1-4/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers33-33/+33
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer2-6/+2
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer4-7/+7
2016-10-28Fix warning caused by unused-result in bug-atexit3-lib.ccGabriel F T Gomes1-2/+10
2016-06-06tst-rec-dlopen: Fix build fail due to missing inclusion of string.hStefan Liebler1-0/+1