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