Age | Commit message (Expand) | Author |
2022-12-19 | add getauxval() implementation | ramin |
2022-09-27 | arc: add support for ARCv3 32-bit processors | Sergey Matyukevich |
2022-09-27 | arc: add asm macros | Sergey Matyukevich |
2022-09-27 | ldso: arc: add compiler option check | Sergey Matyukevich |
2022-09-21 | xtensa: add static pie support | Max Filippov |
2022-09-21 | xtensa: drop ARCH_NEEDS_BOOTSTRAP_RELOCS | Max Filippov |
2022-09-21 | xtensa: ldso: make GOT protection adjustment conditional | Max Filippov |
2022-09-21 | ldso: clean up PERFORM_BOOTSTRAP_GOT ifdeferry | Max Filippov |
2022-09-07 | Added support for creation of Static Position-Independent Executables (PIE) o... | linted |
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 |