summaryrefslogtreecommitdiff
path: root/cpukit/libdl (follow)
AgeCommit message (Expand)Author
2020-08-20Fix -Wchar-subscripts warningsAschref Ben Thabet
2020-05-06libdl: Add allocator check scriptChris Johns
2020-05-05libdl/rap: Correctly check the return enum from rela callsChris Johns
2020-05-05libdl/obj-comp: Add trace prints when decompressingChris Johns
2020-05-05libdl/obj-cache: Fail if the read offset is past the file lengthChris Johns
2020-05-05libdl/obj: Fix RAP format call table.Chris Johns
2020-05-05libdl/sparc: Print trace message of reloc failture pathChris Johns
2020-05-05libdl: Fix comment.Chris Johns
2020-04-28libdl/mips: Fix MIPS16hi/lo relocation support.Chris Johns
2020-04-16Canonicalize config.h includeSebastian Huber
2019-11-12riscv: preliminarily support for libdlHesham Almatary
2019-08-12libdl/debugger: Fix the broken list delete when unloading an object module.Chris Johns
2019-08-04libdl/arm: Add support for ARM trampolinesChris Johns
2019-07-28libdl/arm: Fix ARM mode trampoline parsing of relocsChris Johns
2019-06-12libdl/rap: fix RAP file load error.zhengxiaojun
2019-05-22libdl: Sort object file symbols and use a binary search to findChris Johns
2019-05-14libdl: Fix size bug in loading symbols.Chris Johns
2019-05-14libdl: Fix loading symbol that reference unknown sections.Chris Johns
2019-05-03libdl: Do not access the ELF file while the allocator is locked.Chris Johns
2019-03-22libdl: Add an archive commandChris Johns
2019-03-07libdl: Add small data support to the remaining PowerPC BSPs.Chris Johns
2019-02-20libdl/unresolved: Fix return value for rtems_rtl_unresolved_removeChris Johns
2019-02-20libdl/archive: Check for an overflow of the symbol table.Chris Johns
2019-02-20libdl/archive: Fix the config file string index while removing tailing white ...Chris Johns
2019-02-20libdl/archive: Return false on read failure.Chris Johns
2019-02-20libdl/alloc: Add a locking interface to the allocator.Chris Johns
2019-02-15libdl/rap: Add the section alloc call after section load was splitChris Johns
2019-02-15libdl: Allocator does not unlock and lock memory on loading.Chris Johns
2019-02-09libdl: Add powerpc large memory and small data support.Chris Johns
2019-02-09libdl: Add support for large memory programsChris Johns
2019-02-09libdl: Add support for trampolinesChris Johns
2019-02-09libdl: Fix the support for constructors and desctructors.Chris Johns
2019-02-09libdl: Add symbol searching and loading from archives.Chris Johns
2019-02-09libdl: Fix dlerror non-conformanceChris Johns
2019-01-07Fix format warningsSebastian Huber
2018-12-025 spelling errors for a Google Code-In task.Jacob Shin
2018-11-22libdl: Add object file dependencies to track referencesChris Johns
2018-11-22libdl: Reindex unresolved names after removing used records.Chris Johns
2018-11-22libdl: Manage the allocation of common uninitialised variables.Chris Johns
2018-10-09build: Merge libdl/Makefile.amSebastian Huber
2018-10-04libdl: Avoid command line definesSebastian Huber
2018-04-12libdl: Remove _t from all structures as this is reserved for the standardsChris Johns
2018-04-12libdl: RAP format fixes.Chris Johns
2018-02-07libdl: Fix potential overwrite of dest bufferSebastian Huber
2018-02-07libdl: Use self-contained mutex for RAPSebastian Huber
2018-02-07libdl: Use self-contained recursive mutexSebastian Huber
2018-01-25Remove make preinstallChris Johns
2017-12-13libdl: Include <rtems/rtl/rtl-*.h>Sebastian Huber
2017-10-06libdl: Fix warningsSebastian Huber
2017-10-06libdl: Use 64-bit ELF on 64-bit targetsSebastian Huber