summaryrefslogtreecommitdiff
path: root/cpukit/libdl/rtl-allocator.c (follow)
AgeCommit message (Expand)Author
2019-05-03libdl: Do not access the ELF file while the allocator is locked.Chris Johns
2019-02-20libdl/alloc: Add a locking interface to the allocator.Chris Johns
2019-02-15libdl: Allocator does not unlock and lock memory on loading.Chris Johns
2018-04-12libdl: Remove _t from all structures as this is reserved for the standardsChris Johns
2017-12-13libdl: Include <rtems/rtl/rtl-*.h>Sebastian Huber
2017-08-25Include missing <string.h>Sebastian Huber
2016-12-14libdl: Add C++ exception support to loaded modules.Chris Johns
2014-11-20libdl: Update the comments.Chris Johns
2014-11-20libdl: Add a comment.Chris Johns
2014-11-20libdl: Add a comment to the previous fix.Chris Johns
2014-11-20libdl: Fix allocator NULL check (Coverity 1255328) refs #2191Chris Johns
2014-10-31cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns