summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rap.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-12libdl: Remove _t from all structures as this is reserved for the standardsChris Johns1-35/+35
2018-02-07libdl: Fix potential overwrite of dest bufferSebastian Huber1-1/+1
Update #2843.
2018-02-07libdl: Use self-contained mutex for RAPSebastian Huber1-76/+16
Update #2843.
2016-06-22Move printer initialization to separate headerSebastian Huber1-0/+1
The RTEMS print user need to know nothing about a particular printer implementation. In particular get rid of the <stdio.h> include which would be visible via <rtems.h>.
2015-03-20Replace www.rtems.com with www.rtems.orgSebastian Huber1-1/+1
2014-10-31cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns1-0/+484
This is a merge of the RTL project.