]> Git Repo - uclibc-ng.git/history - ldso
tmp
[uclibc-ng.git] / ldso /
2022-12-19 raminadd getauxval() implementation
2022-09-27 Sergey Matyukevicharc: add support for ARCv3 32-bit processors
2022-09-27 Sergey Matyukevicharc: add asm macros
2022-09-27 Sergey Matyukevichldso: arc: add compiler option check
2022-09-21 Max Filippovxtensa: add static pie support
2022-09-21 Max Filippovxtensa: drop ARCH_NEEDS_BOOTSTRAP_RELOCS
2022-09-21 Max Filippovxtensa: ldso: make GOT protection adjustment conditional
2022-09-21 Max Filippovldso: clean up PERFORM_BOOTSTRAP_GOT ifdeferry
2022-09-07 lintedAdded support for creation of Static Position-Independe...
2022-03-10 Daniel Doraudl-elf: Supress adding double '/' in library pathname
2021-12-23 Yann SionneauFix -Wundef related warnings
2021-08-25 Waldemar BrodkorbMerge remote-tracking branch 'evolvis/dns-things'
2021-06-04 Yann Sionneaupowerpc: fix PIE/PIC builds with newer gcc/binutils...
2021-02-08 Waldemar Brodkorbriscv64: sync ldso relocations with or1k, fixes 5 tests...
2020-10-02 Yann Sionneaukvx: add support for kvx arch to uClibc-ng
2020-09-22 Yann SionneauFix unused variable warning in dl-startup.c
2020-08-25 Yann Sionneauldso: Fix pointer cast warning
2020-04-01 Waldemar Brodkorbstatx: make include conditional, fixes non-csky arch...
2020-04-01 Yann Sionneauor1k: fix some TLS issues
2020-02-03 Waldemar Brodkorbcsky: add statx conditionals
2019-11-08 Waldemar Brodkorbriscv64: implement NPTL/TLS
2019-11-06 Waldemar Brodkorbriscv64: lazy relocations do not work like sparc/m68k
2019-10-31 Waldemar Brodkorbriscv64: add shared library support
2019-04-14 Konstantin VasinFix build with SUPPORT_LD_DEBUG_EARLY enabled
2018-12-31 Guo Rencsky: Add EM_CSKY for ldso
2018-11-01 Christophe LyonAdd support for Thumb-only processors.
2018-10-27 Evgeniy DidinARC: Accommodate TLS fix in Binutils
2018-08-10 Christophe Lyonrtld: Avoid crash on R_ARM_NONE relocation
2018-08-10 Christophe LyonFix htab_delete loop counter
2018-08-10 Christophe Lyonrtld: Initialize _dl_error_catch_tsd without FUNCDESC...
2018-08-10 Christophe Lyonrtld: Use ELF_RTYPE_CLASS_DLSYM
2018-08-10 Christophe Lyonrtld: Compile with -fno-unwind-tables -fno-asynchronous...
2018-08-10 Christophe Lyonrtld: Add lazy binding support
2018-08-10 Christophe LyonTLS: fix relocation computation
2018-08-10 Christophe LyonFix bug in _dl_pread when using pread64 syscall
2018-08-10 Christophe Lyonrtld: Add startup code
2018-08-10 Christophe Lyonrtld: Avoid FUNCDESC relocation on _start
2018-08-10 Christophe Lyonrtld: Add FDPIC code for arm
2018-08-10 Christophe Lyonrtld: Add #if defined (__FDPIC__)
2018-08-10 Christophe Lyonrtld: Do not protect RELRO segments when we don't use...
2018-06-29 Vineet Guptaldso/arc: fix LD_DEBUG segv when printing R_ARC_NONE
2018-06-06 Florian La Rocheremove unused assembler functions for arm
2018-04-27 Waldemar Brodkorblibdl: first execute all destructors, then munmap library
2018-04-27 Dave Flogeraslibdl: calculate the length for second parameter of...
2018-04-22 Waldemar Brodkorblibdl: end must be bigger than start
2018-04-22 Waldemar Brodkorblibdl: remove gcc warnings
2018-04-17 Waldemar Brodkorblibdl: fix problem with unmapping
2018-04-17 Waldemar Brodkorblibdl: better checking and logging for ctors/dtors
2018-04-17 Waldemar Brodkorblibdl: remove dead code
2018-04-17 Waldemar Brodkorblibdl: remove LDSO_NO_CLEANUP
2018-04-17 Waldemar BrodkorbRevert "libdl: fix dlclose() issue"
2018-03-15 Waldemar Brodkorblibdl: fix dlclose() issue
2018-03-14 Waldemar BrodkorbRevert "Revert "libdl: fix size parameter when unmap...
2018-02-03 Waldemar Brodkorbbits/mman.h: consolidate header file
2018-01-21 Max Filippovxtensa: fix R_XTENSA_TLSDESC_ARG handling in _dl_do_reloc
2018-01-21 Max Filippovxtensa: fix _dl_tlsdesc_dynamic
2018-01-06 Waldemar Brodkorbld.so: Rewrite elf_machine_load_address using _DYNAMIC...
2017-12-31 Waldemar Brodkorbm68k: add NPTL/TLS support
2017-12-28 Guo Rencsky: add Copyright.
2017-11-19 Guo Rencsky: port to uclibc-ng
2017-11-03 Waldemar Brodkorbfix multilib dir
2017-08-06 Waldemar Brodkorbmicroblaze: handle R_MICROBLAZE_NONE for ld.so bootstrap
2017-07-28 Waldemar Brodkorbaarch64: finetuning, sync with glibc
2017-07-20 Waldemar BrodkorbRevert "libdl: fix size parameter when unmap library...
2017-06-21 Waldemar Brodkorbremove the not useful disclaimer
2017-06-21 Waldemar Brodkorbremove editor hints for vi
2017-06-11 Waldemar Brodkorbremove outdated manpages and README's for ld.so/linuxth...
2017-05-14 Waldemar Brodkorbor1k: add NPTL/TLS support
2017-04-17 Waldemar Brodkorbaarch64: handle lazy relocation of TLSDESC
2017-04-08 Cupertino MirandaSame iteration variable used for inner and outer loop
2017-04-08 Vineet Guptaldso: exit if zalloc can't alloc memory
2017-04-08 Vineet Guptaldso/arc: fix debug prints
2017-04-01 Waldemar Brodkorbnios2: allow to hack on experimenting ld.so support
2017-04-01 Vineet Guptaldso: don't discard sysmbols for DODEBUG builds
2017-03-17 Alexey NeymanSearch the configured multilib
2017-02-01 Waldemar Brodkorbadd experimental aarch64 support
2017-01-29 mirabilosuse safe, even if possibly a few cycles slower, six...
2017-01-22 Vincent Ren-Wei... nds32: add NPTL/TLS, *context function, libm changes...
2017-01-15 Vineet GuptaARC: ldso: don't use _DYNAMIC@gotpc construct #2
2017-01-15 Vineet GuptaARC: ldso: don't use _DYNAMIC@gotpc construct #1
2017-01-14 Waldemar Brodkorbldso: do not resolve relocations for debug, dig them...
2017-01-05 Waldemar Brodkorbld.so: fix mips{32,64}r6 support
2016-12-10 Waldemar Brodkorbfix static linking for FDPIC toolchains
2016-12-10 Waldemar Brodkorbbfin: fix a gcc warning
2016-11-03 Waldemar Brodkorbnios2: sync support with glibc
2016-11-03 Waldemar Brodkorbmicroblaze: add NPTL/TLS support from GNU libc
2016-10-31 Waldemar Brodkorbldso: remove useless debug output, too much noise
2016-09-26 Waldemar Brodkorbuse a single libc and deduplicate threading code
2016-08-25 Waldemar Brodkorbmips: add NaN support
2016-07-31 Andrew BurgessARC: Update relocation syntax for old-thread model...
2016-07-31 Andrew BurgessARC: Support R_ARC_JMP_SLOT relocations during bootstrap
2016-06-30 Waldemar Brodkorbnds32: add support for new architecture
2016-06-23 Alexey Brodkinlibs: install backward compatibility symlinks
2016-06-22 Leonid Lisovskiyldso: fix dlsym hang when reloading DSOs
2016-06-22 Leonid Lisovskiyldso: Consistently set & use DL_OPENED flag in both...
2016-06-07 Waldemar Brodkorbssp: remove SSP legacy code
2016-05-28 Alexey Brodkinldso: Force disable -mlong-calls when compiling ldso...
2016-05-28 Cupertino Mirandaldso/ARC: fix DT_RELACOUNT handling
2016-05-24 Waldemar Brodkorbmicroblaze: fix ELF detection in ld.so
2016-04-15 Nikola Forróreplace FSF addresses with URLs
next
This page took 0.070482 seconds and 7 git commands to generate.