summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sptls02 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/sptests: Use <rtems/test.h>Sebastian Huber2014-03-251-2/+7
|
* libcsupport: Use POSIX keys for GXX key functionsChristian Mauderer2014-03-241-0/+3
| | | | | With this patch C++ applications now eventually need additional POSIX-keys and POSIX-key-value-pairs configured.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* Add thread-local storage (TLS) supportSebastian Huber2014-02-044-0/+292
Tested and implemented on ARM, m68k, PowerPC and SPARC. Other architectures need more work.