summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-allocator.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-04-04libdl: Back port C++ exception throw and catch from 4.12.Chris Johns1-4/+22
Closes #2956.
2014-11-20libdl: Update the comments.Chris Johns1-1/+2
See refs #2191.
2014-11-20libdl: Add a comment.Chris Johns1-0/+3
See ref #2191.
2014-11-20libdl: Add a comment to the previous fix.Chris Johns1-0/+3
The fix is ref #2191.
2014-11-20libdl: Fix allocator NULL check (Coverity 1255328) refs #2191Chris Johns1-1/+1
The address returned from the allocator call was not checked when zeroing the memory.
2014-10-31cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns1-0/+210
This is a merge of the RTL project.