| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux: Cleanups after librt move | Florian Weimer | 2021-06-28 | 1 | -1/+3 |
* | Install shared objects under their ABI names | Florian Weimer | 2021-06-28 | 1 | -8/+2 |
* | elf: Generalize name-based DSO recognition in ldconfig | Florian Weimer | 2021-06-28 | 1 | -1/+2 |
* | elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646] | Florian Weimer | 2021-06-17 | 1 | -1/+4 |
* | Remove stale references to libdl.a | Florian Weimer | 2021-06-09 | 1 | -6/+1 |
* | Fix elf/tst-tls9-static after libdl cleanups. | Stefan Liebler | 2021-06-09 | 1 | -2/+0 |
* | dlfcn: Cleanups after -ldl is no longer required | Florian Weimer | 2021-06-03 | 1 | -143/+29 |
* | dlfcn: Move dlsym into libc | Florian Weimer | 2021-06-03 | 1 | -1/+0 |
* | elf: Use custom NODELETE DSO for tst-dlopenfail, tst-dlopenfail-2 | Florian Weimer | 2021-05-21 | 1 | -2/+9 |
* | elf: Partially initialize ld.so after static dlopen (bug 20802) | Florian Weimer | 2021-05-17 | 1 | -3/+8 |
* | Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b... | Romain GEISSLER | 2021-05-12 | 1 | -3/+1 |
* | elf: Add test case for [BZ #19329] | Szabolcs Nagy | 2021-05-11 | 1 | -2/+7 |
* | elf, nptl: Resolve recursive lock implementation early | Florian Weimer | 2021-05-10 | 1 | -1/+2 |
* | nptl: Consolidate async cancel enable/disable implementation in libc | Florian Weimer | 2021-05-05 | 1 | -2/+4 |
* | elf: Introduce __tls_init_tp for second-phase TCB initialization | Florian Weimer | 2021-04-21 | 1 | -1/+1 |
* | dlfcn: Failures after dlmopen should not terminate process [BZ #24772] | Florian Weimer | 2021-04-21 | 1 | -2/+6 |
* | nptl: Move __pthread_unwind_next into libc | Florian Weimer | 2021-04-21 | 1 | -0/+2 |
* | elf: Add a DTV setup test [BZ #27136] | Szabolcs Nagy | 2021-04-15 | 1 | -1/+9 |
* | Enhance setuid-tunables test | Siddhesh Poyarekar | 2021-04-12 | 1 | -2/+0 |
* | elf: Fix not compiling ifunc tests that need gcc ifunc support | Samuel Thibault | 2021-03-24 | 1 | -5/+12 |
* | Build libc-start with stack protector for SHARED | Siddhesh Poyarekar | 2021-03-15 | 1 | -4/+0 |
* | elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577] | Florian Weimer | 2021-03-15 | 1 | -2/+16 |
* | elf: Always set l in _dl_init_paths (bug 23462) | Carlos O'Donell | 2021-03-12 | 1 | -1/+4 |
* | ld.so: Implement the --list-diagnostics option | Florian Weimer | 2021-03-02 | 1 | -1/+4 |
* | elf: Build __dl_iterate_phdr with unwinding support [BZ #27498] | Florian Weimer | 2021-03-02 | 1 | -1/+1 |
* | elf: Replace a --defsym trick with an object file to be compatible with LLD | Fangrui Song | 2021-02-01 | 1 | -7/+6 |
* | elf: Limit tst-prelink-cmp target archs | Matheus Castanho | 2021-01-27 | 1 | -7/+2 |
* | ld.so: Add --list-tunables to print tunable values | H.J. Lu | 2021-01-15 | 1 | -0/+11 |
* | ifuncmain6pie: Remove the circular IFUNC dependency [BZ #20019] | H.J. Lu | 2021-01-13 | 1 | -0/+2 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2021-01-02 | 1 | -1/+1 |
* | elf: Include libc.so.6 as main program in dependency sort (bug 20972) | Florian Weimer | 2020-12-11 | 1 | -1/+1 |
* | s390x: Add glibc-hwcaps support | Florian Weimer | 2020-12-10 | 1 | -1/+1 |
* | elf: Fix run-time dependencies of tst-dlopen-fail-2 | Florian Weimer | 2020-12-10 | 1 | -1/+1 |
* | powerpc64le: Add glibc-hwcaps support | Florian Weimer | 2020-12-04 | 1 | -1/+1 |
* | x86_64: Add glibc-hwcaps support | Florian Weimer | 2020-12-04 | 1 | -1/+1 |
* | elf: Add glibc-hwcaps subdirectory support to ld.so cache processing | Florian Weimer | 2020-12-04 | 1 | -0/+18 |
* | elf: Implement tail merging of strings in ldconfig | Florian Weimer | 2020-12-04 | 1 | -1/+2 |
* | elf: Implement a string table for ldconfig, with tail merging | Florian Weimer | 2020-12-04 | 1 | -1/+1 |
* | elf: Add glibc-hwcaps support for LD_LIBRARY_PATH | Florian Weimer | 2020-12-04 | 1 | -5/+66 |
* | Add {,sysdep-}ld-library-path make variable | Samuel Thibault | 2020-11-16 | 1 | -2/+2 |
* | nptl: Move stack list variables into _rtld_global | Florian Weimer | 2020-11-16 | 1 | -2/+4 |
* | elf: Print the full name of the dynamic loader in the ld.so help message | Florian Weimer | 2020-10-08 | 1 | -1/+2 |
* | elf: Move ld.so error/help output to _dl_usage | Florian Weimer | 2020-10-08 | 1 | -1/+8 |
* | Revert "Fix missing redirects in testsuite targets" | Andreas Schwab | 2020-10-08 | 1 | -1/+1 |
* | elf: Implement _dl_write | Florian Weimer | 2020-10-07 | 1 | -1/+1 |
* | elf: Do not search HWCAP subdirectories in statically linked binaries | Florian Weimer | 2020-10-07 | 1 | -2/+2 |
* | ld.so: add an --argv0 option [BZ #16124] | Vincent Mihalkovic | 2020-09-29 | 1 | -2/+10 |
* | elf: Change TLS static surplus default back to 1664 | Florian Weimer | 2020-07-20 | 1 | -1/+3 |
* | rtld: Avoid using up static TLS surplus for optimizations [BZ #25051] | Szabolcs Nagy | 2020-07-08 | 1 | -2/+27 |
* | Add the __libc_single_threaded variable | Florian Weimer | 2020-07-06 | 1 | -6/+27 |