Age | Commit message (Expand) | Author |
2021-07-07 | elf: Clean up GLIBC_PRIVATE exports of internal libdl symbols | Florian Weimer |
2021-06-03 | dlfcn: Rework static dlopen hooks | Florian Weimer |
2021-06-03 | dlfcn: Eliminate GLIBC_PRIVATE dependency from tststatic2 | Florian Weimer |
2021-06-03 | dlfcn: Cleanups after -ldl is no longer required | Florian Weimer |
2021-06-03 | dlfcn: Move dlopen into libc | Florian Weimer |
2021-06-03 | dlfcn: Move dlvsym into libc | Florian Weimer |
2021-06-03 | dlfcn: Move dlinfo into libc | Florian Weimer |
2021-06-03 | dlfcn: Move dladdr1 into libc | Florian Weimer |
2021-06-03 | dlfcn: Move dlmopen into libc | Florian Weimer |
2021-06-03 | dlfcn: Move dlsym into libc | Florian Weimer |
2021-06-03 | dlfcn: Move dladdr into libc | Florian Weimer |
2021-06-03 | dlfcn: Move dlclose into libc | Florian Weimer |
2021-06-02 | dlfcn: Move dlerror into libc | Florian Weimer |
2021-05-17 | elf: Partially initialize ld.so after static dlopen (bug 20802) | Florian Weimer |
2021-04-21 | dlfcn: dlerror needs to call free from the base namespace [BZ #24773] | Florian Weimer |
2021-04-21 | dlfcn: Failures after dlmopen should not terminate process [BZ #24772] | Florian Weimer |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert |
2020-12-11 | treewide: fix incorrect spelling of indices in comments | Dmitry V. Levin |
2020-11-16 | Add {,sysdep-}ld-library-path make variable | Samuel Thibault |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2019-10-16 | dlfcn: Remove remnants of caller sensitivity from dlinfo | Florian Weimer |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert |
2019-06-19 | dlfcn: Avoid one-element flexible array in Dl_serinfo [BZ #24166] | Florian Weimer |
2019-05-15 | dlfcn: Guard __dlerror_main_freeres with __libc_once_get (once) [BZ# 24476] | Mark Wielaard |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2018-11-20 | malloc: tcache double free check | DJ Delorie |
2018-06-29 | libc: Extend __libc_freeres framework (Bug 23329). | Carlos O'Donell |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2017-12-18 | ld.so: Examine GLRO to detect inactive loader [BZ #20204] | Florian Weimer |
2017-11-16 | Prefer https for Sourceware links | Siddhesh Poyarekar |
2017-09-26 | Mark __dso_handle as hidden [BZ #18822] | H.J. Lu |
2017-08-31 | dlfcn: Remove internal_function attribute | Florian Weimer |
2017-03-01 | Miscellaneous low-risk changes preparing for _ISOMAC testsuite. | Zack Weinberg |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-09 | support: Introduce new subdirectory for test infrastructure | Florian Weimer |
2016-11-30 | Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628] | Florian Weimer |
2016-10-28 | Fix warning caused by unused-result in bug-atexit3-lib.cc | Gabriel F T Gomes |
2016-06-06 | tst-rec-dlopen: Fix build fail due to missing inclusion of string.h | Stefan Liebler |
2016-06-05 | tst-rec-dlopen: Use interposed malloc instead of hooks | Florian Weimer |
2016-03-15 | Fix building glibc master with NDEBUG and --with-cpu. | Carlos O'Donell |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-12-15 | Fix aliasing violation in tst-rec-dlopen | Florian Weimer |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers |
2015-03-27 | Convert dlfcn/tststatic to use test-skeleton. | Roland McGrath |
2015-03-10 | Let tests result in UNSUPPORTED; use that for unbuildable C++ cases | Roland McGrath |
2015-03-04 | Avoid C++ tests when the C++ cannot be linked. | Roland McGrath |
2015-02-27 | Convert dlfcn/tststatic2 to use test-skeleton. | Roland McGrath |
2015-01-21 | Update copyright year to 2015 for new files. | Carlos O'Donell |
2015-01-21 | Fix recursive dlopen. | Carlos O'Donell |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |