about summary refs log tree commit diff
path: root/dlfcn
Commit message (Expand)AuthorAgeFilesLines
* dlfcn: Reformat Makefile.Carlos O'Donell2024-02-251-12/+62
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0136-36/+36
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-271-1/+0
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0636-36/+36
* dlfcn: Pass caller pointer to static dlopen implementation (bug 29446)Florian Weimer2022-08-041-1/+1
* dlfcn: Move RTLD_DEFAULT/RTLD_NEXT outside __USE_GNUFangrui Song2022-05-231-12/+10
* dlfcn: Implement the RTLD_DI_PHDR request type for dlinfoFlorian Weimer2022-04-294-2/+147
* dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)Florian Weimer2022-04-2610-10/+10
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0135-35/+35
* elf: Add _dl_find_object functionFlorian Weimer2021-12-282-1/+28
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-035-7/+2
* elf: Clean up GLIBC_PRIVATE exports of internal libdl symbolsFlorian Weimer2021-07-071-1/+0
* dlfcn: Rework static dlopen hooksFlorian Weimer2021-06-0310-54/+13
* dlfcn: Eliminate GLIBC_PRIVATE dependency from tststatic2Florian Weimer2021-06-032-2/+18
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-032-52/+15
* dlfcn: Move dlopen into libcFlorian Weimer2021-06-036-51/+67
* dlfcn: Move dlvsym into libcFlorian Weimer2021-06-034-31/+45
* dlfcn: Move dlinfo into libcFlorian Weimer2021-06-035-23/+36
* dlfcn: Move dladdr1 into libcFlorian Weimer2021-06-034-18/+14
* dlfcn: Move dlmopen into libcFlorian Weimer2021-06-035-37/+65
* dlfcn: Move dlsym into libcFlorian Weimer2021-06-034-27/+39
* dlfcn: Move dladdr into libcFlorian Weimer2021-06-034-18/+11
* dlfcn: Move dlclose into libcFlorian Weimer2021-06-034-25/+12
* dlfcn: Move dlerror into libcFlorian Weimer2021-06-024-31/+35
* elf: Partially initialize ld.so after static dlopen (bug 20802)Florian Weimer2021-05-171-8/+3
* dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer2021-04-216-209/+265
* dlfcn: Failures after dlmopen should not terminate process [BZ #24772]Florian Weimer2021-04-211-2/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0234-34/+34
* treewide: fix incorrect spelling of indices in commentsDmitry V. Levin2020-12-111-1/+1
* Add {,sysdep-}ld-library-path make variableSamuel Thibault2020-11-161-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0134-34/+34
* dlfcn: Remove remnants of caller sensitivity from dlinfoFlorian Weimer2019-10-161-25/+4
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0734-34/+34
* dlfcn: Avoid one-element flexible array in Dl_serinfo [BZ #24166]Florian Weimer2019-06-191-0/+12
* dlfcn: Guard __dlerror_main_freeres with __libc_once_get (once) [BZ# 24476]Mark Wielaard2019-05-151-8/+21
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0134-34/+34
* malloc: tcache double free checkDJ Delorie2018-11-201-1/+4
* libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell2018-06-295-1/+46
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0133-33/+33
* ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer2017-12-1810-10/+12
* Prefer https for Sourceware linksSiddhesh Poyarekar2017-11-162-2/+2
* Mark __dso_handle as hidden [BZ #18822]H.J. Lu2017-09-264-19/+1
* dlfcn: Remove internal_function attributeFlorian Weimer2017-08-311-1/+0
* Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg2017-03-011-4/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0133-33/+33
* support: Introduce new subdirectory for test infrastructureFlorian Weimer2016-12-092-6/+2
* Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer2016-11-304-7/+7
* Fix warning caused by unused-result in bug-atexit3-lib.ccGabriel F T Gomes2016-10-281-2/+10
* tst-rec-dlopen: Fix build fail due to missing inclusion of string.hStefan Liebler2016-06-061-0/+1