summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-allocator.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-27libdl: Realloc text memory if there are trampolinesChris Johns1-21/+114
2022-03-22cpukit/libdl: Manual file header reordering (SPDX, Doxygen, Copyright)Joel Sherrill1-7/+8
2022-03-22cpukit/libdl Change license to BSD-2Joel Sherrill1-3/+22
2019-05-03libdl: Do not access the ELF file while the allocator is locked.Chris Johns1-1/+1
2019-02-20libdl/alloc: Add a locking interface to the allocator.Chris Johns1-0/+34
2019-02-15libdl: Allocator does not unlock and lock memory on loading.Chris Johns1-10/+74
2018-04-12libdl: Remove _t from all structures as this is reserved for the standardsChris Johns1-19/+19
2017-12-13libdl: Include <rtems/rtl/rtl-*.h>Sebastian Huber1-1/+1
2017-08-25Include missing <string.h>Sebastian Huber1-0/+1
2016-12-14libdl: Add C++ exception support to loaded modules.Chris Johns1-4/+22
2014-11-20libdl: Update the comments.Chris Johns1-1/+2
2014-11-20libdl: Add a comment.Chris Johns1-0/+3
2014-11-20libdl: Add a comment to the previous fix.Chris Johns1-0/+3
2014-11-20libdl: Fix allocator NULL check (Coverity 1255328) refs #2191Chris Johns1-1/+1
2014-10-31cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns1-0/+210