summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-trace.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libdl: Fix cache corruption bugs.Chris Johns2016-08-151-1/+3
| | | | | | | | | This patch fixes a number of bugs in the cache when requests are made to read close to the end of the file and the data is copied from the top of the cache buffer to the bottom of the buffer. This was compounded by attempting to read past the end of the file. Closes #2754.
* Replace www.rtems.com with www.rtems.orgSebastian Huber2015-03-201-1/+1
|
* cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns2014-10-311-0/+134
This is a merge of the RTL project.