Age | Commit message (Expand) | Author |
2022-03-10 | dl-elf: Supress adding double '/' in library pathname | Daniel Dorau |
2021-12-24 | Fix -Wundef related warnings | Yann Sionneau |
2021-06-04 | powerpc: fix PIE/PIC builds with newer gcc/binutils which use secureplt by de... | Yann Sionneau |
2021-02-08 | riscv64: sync ldso relocations with or1k, fixes 5 testsuite errors | Waldemar Brodkorb |
2020-10-02 | kvx: add support for kvx arch to uClibc-ng | Yann Sionneau |
2020-09-22 | Fix unused variable warning in dl-startup.c | Yann Sionneau |
2020-08-25 | ldso: Fix pointer cast warning | Yann Sionneau |
2020-04-01 | statx: make include conditional, fixes non-csky arch buildroot builds | Waldemar Brodkorb |
2020-04-01 | or1k: fix some TLS issues | Yann Sionneau |
2020-02-03 | csky: add statx conditionals | Waldemar Brodkorb |
2019-11-08 | riscv64: implement NPTL/TLS | Waldemar Brodkorb |
2019-11-06 | riscv64: lazy relocations do not work like sparc/m68k | Waldemar Brodkorb |
2019-11-01 | riscv64: add shared library support | Waldemar Brodkorb |
2019-04-14 | Fix build with SUPPORT_LD_DEBUG_EARLY enabled | Konstantin Vasin |
2018-12-31 | csky: Add EM_CSKY for ldso | Guo Ren |
2018-11-01 | Add support for Thumb-only processors. | Christophe Lyon |
2018-10-27 | ARC: Accommodate TLS fix in Binutils | Evgeniy Didin |
2018-08-10 | rtld: Avoid crash on R_ARM_NONE relocation | Christophe Lyon |
2018-08-10 | Fix htab_delete loop counter | Christophe Lyon |
2018-08-10 | rtld: Initialize _dl_error_catch_tsd without FUNCDESC relocation | Christophe Lyon |
2018-08-10 | rtld: Use ELF_RTYPE_CLASS_DLSYM | Christophe Lyon |
2018-08-10 | rtld: Compile with -fno-unwind-tables -fno-asynchronous-unwind-tables | Christophe Lyon |
2018-08-10 | rtld: Add lazy binding support | Christophe Lyon |
2018-08-10 | TLS: fix relocation computation | Christophe Lyon |
2018-08-10 | Fix bug in _dl_pread when using pread64 syscall | Christophe Lyon |
2018-08-10 | rtld: Add startup code | Christophe Lyon |
2018-08-10 | rtld: Avoid FUNCDESC relocation on _start | Christophe Lyon |
2018-08-10 | rtld: Add FDPIC code for arm | Christophe Lyon |
2018-08-10 | rtld: Add #if defined (__FDPIC__) | Christophe Lyon |
2018-08-10 | rtld: Do not protect RELRO segments when we don't use an MMU. | Christophe Lyon |
2018-06-29 | ldso/arc: fix LD_DEBUG segv when printing R_ARC_NONE | Vineet Gupta |
2018-06-06 | remove unused assembler functions for arm | Florian La Roche |
2018-04-27 | libdl: first execute all destructors, then munmap library | Waldemar Brodkorb |
2018-04-27 | libdl: calculate the length for second parameter of munmap. | Dave Flogeras |
2018-04-22 | libdl: end must be bigger than start | Waldemar Brodkorb |
2018-04-22 | libdl: remove gcc warnings | Waldemar Brodkorb |
2018-04-17 | libdl: fix problem with unmapping | Waldemar Brodkorb |
2018-04-17 | libdl: better checking and logging for ctors/dtors | Waldemar Brodkorb |
2018-04-17 | libdl: remove dead code | Waldemar Brodkorb |
2018-04-17 | libdl: remove LDSO_NO_CLEANUP | Waldemar Brodkorb |
2018-04-17 | Revert "libdl: fix dlclose() issue" | Waldemar Brodkorb |
2018-03-15 | libdl: fix dlclose() issue | Waldemar Brodkorb |
2018-03-14 | Revert "Revert "libdl: fix size parameter when unmap library in dlclose"" | Waldemar Brodkorb |
2018-02-03 | bits/mman.h: consolidate header file | Waldemar Brodkorb |
2018-01-21 | xtensa: fix R_XTENSA_TLSDESC_ARG handling in _dl_do_reloc | Max Filippov |
2018-01-21 | xtensa: fix _dl_tlsdesc_dynamic | Max Filippov |
2018-01-06 | ld.so: Rewrite elf_machine_load_address using _DYNAMIC symbol | Waldemar Brodkorb |
2017-12-31 | m68k: add NPTL/TLS support | Waldemar Brodkorb |
2017-12-28 | csky: add Copyright. | Guo Ren |
2017-11-19 | csky: port to uclibc-ng | Guo Ren |