Age | Commit message (Expand) | Author | Files | Lines |
2020-12-11 | elf: Include libc.so.6 as main program in dependency sort (bug 20972) | Florian Weimer | 1 | -1/+1 |
2020-12-10 | s390x: Add glibc-hwcaps support | Florian Weimer | 1 | -1/+1 |
2020-12-10 | elf: Fix run-time dependencies of tst-dlopen-fail-2 | Florian Weimer | 1 | -1/+1 |
2020-12-04 | powerpc64le: Add glibc-hwcaps support | Florian Weimer | 1 | -1/+1 |
2020-12-04 | x86_64: Add glibc-hwcaps support | Florian Weimer | 1 | -1/+1 |
2020-12-04 | elf: Add glibc-hwcaps subdirectory support to ld.so cache processing | Florian Weimer | 1 | -0/+18 |
2020-12-04 | elf: Implement tail merging of strings in ldconfig | Florian Weimer | 1 | -1/+2 |
2020-12-04 | elf: Implement a string table for ldconfig, with tail merging | Florian Weimer | 1 | -1/+1 |
2020-12-04 | elf: Add glibc-hwcaps support for LD_LIBRARY_PATH | Florian Weimer | 1 | -5/+66 |
2020-11-16 | Add {,sysdep-}ld-library-path make variable | Samuel Thibault | 1 | -2/+2 |
2020-11-16 | nptl: Move stack list variables into _rtld_global | Florian Weimer | 1 | -2/+4 |
2020-10-08 | elf: Print the full name of the dynamic loader in the ld.so help message | Florian Weimer | 1 | -1/+2 |
2020-10-08 | elf: Move ld.so error/help output to _dl_usage | Florian Weimer | 1 | -1/+8 |
2020-10-08 | Revert "Fix missing redirects in testsuite targets" | Andreas Schwab | 1 | -1/+1 |
2020-10-07 | elf: Implement _dl_write | Florian Weimer | 1 | -1/+1 |
2020-10-07 | elf: Do not search HWCAP subdirectories in statically linked binaries | Florian Weimer | 1 | -2/+2 |
2020-09-29 | ld.so: add an --argv0 option [BZ #16124] | Vincent Mihalkovic | 1 | -2/+10 |
2020-07-20 | elf: Change TLS static surplus default back to 1664 | Florian Weimer | 1 | -1/+3 |
2020-07-08 | rtld: Avoid using up static TLS surplus for optimizations [BZ #25051] | Szabolcs Nagy | 1 | -2/+27 |
2020-07-06 | Add the __libc_single_threaded variable | Florian Weimer | 1 | -6/+27 |
2020-05-18 | Remove NO_CTORS_DTORS_SECTIONS macro | Florian Weimer | 1 | -1/+1 |
2020-04-24 | elf: Implement __libc_early_init | Florian Weimer | 1 | -2/+3 |
2020-04-21 | elf: Support lld-style link map for librtld.map | Fangrui Song | 1 | -1/+2 |
2020-04-03 | elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943] | Florian Weimer | 1 | -2/+20 |
2020-03-02 | elf: Add elf/check-wx-segment, a test for the presence of WX segments | Florian Weimer | 1 | -0/+7 |
2020-02-15 | ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486] | Florian Weimer | 1 | -1/+5 |
2020-02-15 | elf: Introduce the rtld-stubbed-symbols makefile variable | Florian Weimer | 1 | -9/+13 |
2020-02-12 | elf: Allow dlopen of filter object to work [BZ #16272] | David Kilroy | 1 | -2/+16 |
2020-01-24 | Fix elf/tst-rtld-preload cross-testing. | Joseph Myers | 1 | -1/+1 |
2020-01-23 | Fix cross-testing of tst-ifunc-fault-* tests. | Joseph Myers | 1 | -3/+4 |
2020-01-16 | elf: Add elf/tst-dlopenfail-2 [BZ #25396] | Florian Weimer | 1 | -2/+7 |
2020-01-09 | elf: Add tst-ldconfig-ld_so_conf-update test | Alexandra Hájková | 1 | -3/+8 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-12-19 | Fix test isolation for elf/tst-ifunc-fault-lazy, elf/tst-ifunc-fault-bindnow | Florian Weimer | 1 | -4/+3 |
2019-12-13 | dlopen: Fix issues related to NODELETE handling and relocations | Florian Weimer | 1 | -2/+64 |
2019-12-03 | Expand $(as-needed) and $(no-as-needed) throughout the build system | Florian Weimer | 1 | -24/+24 |
2019-12-02 | elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214] | Florian Weimer | 1 | -0/+16 |
2019-12-02 | elf/tst-dlopenfail: Disable --no-as-needed for tst-dlopenfailmod1.so | Florian Weimer | 1 | -2/+5 |
2019-11-27 | Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839] | Florian Weimer | 1 | -2/+13 |
2019-11-27 | Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304] | Florian Weimer | 1 | -2/+13 |
2019-11-26 | Compile elf/rtld.c with -fno-tree-loop-distribute-patterns. | Sandra Loosemore | 1 | -0/+6 |
2019-11-15 | Properly initialize audit cookie for the dynamic loader [BZ #25157] | Florian Weimer | 1 | -2/+13 |
2019-10-17 | Rename and split elf/tst-dlopen-aout collection of tests | Florian Weimer | 1 | -10/+22 |
2019-10-04 | elf: Assign TLS modid later during dlopen [BZ #24930] | Florian Weimer | 1 | -2/+6 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-08-15 | elf: Self-dlopen failure with explict loader invocation [BZ #24900] | Florian Weimer | 1 | -1/+3 |
2019-08-12 | elf: Support elf/tst-dlopen-aout in more configurations | Florian Weimer | 1 | -5/+1 |
2019-06-28 | ld.so: Support moving versioned symbols between sonames [BZ #24741] | Florian Weimer | 1 | -2/+26 |
2019-06-18 | elf: Refuse to dlopen PIE objects [BZ #24323] | Florian Weimer | 1 | -1/+3 |
2019-05-23 | elf: Add tst-ldconfig-bad-aux-cache test [BZ #18093] | Alexandra Hájková | 1 | -0/+3 |