summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-allocator.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libdl: Do not access the ELF file while the allocator is locked.Chris Johns2019-05-031-1/+1
* libdl/alloc: Add a locking interface to the allocator.Chris Johns2019-02-201-0/+34
* libdl: Allocator does not unlock and lock memory on loading.Chris Johns2019-02-151-10/+74
* libdl: Remove _t from all structures as this is reserved for the standardsChris Johns2018-04-121-19/+19
* libdl: Include <rtems/rtl/rtl-*.h>Sebastian Huber2017-12-131-1/+1
* Include missing <string.h>Sebastian Huber2017-08-251-0/+1
* libdl: Add C++ exception support to loaded modules.Chris Johns2016-12-141-4/+22
* libdl: Update the comments.Chris Johns2014-11-201-1/+2
* libdl: Add a comment.Chris Johns2014-11-201-0/+3
* libdl: Add a comment to the previous fix.Chris Johns2014-11-201-0/+3
* libdl: Fix allocator NULL check (Coverity 1255328) refs #2191Chris Johns2014-11-201-1/+1
* cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns2014-10-311-0/+210