summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-06score: Add _Chain_Initialize_one()Sebastian Huber2-0/+24
2016-09-06score: Add _RBTree_Initialize_one()Sebastian Huber2-0/+26
2016-09-01libmisc/capture: Remove the reserved _t in the types.Chris Johns3-17/+17
2016-09-01libmisc/capture: Fix the capture engine on SMP.Chris Johns1-77/+95
2016-08-18psxtests: Adjust sporadic server testsSebastian Huber3-99/+64
2016-08-15testsuite: Add libdl/dl04 cache test.Chris Johns10-0/+1549
2016-08-15testsuite: Add libdl/dl03 cache test.Chris Johns8-1/+491
2016-08-12score: Improve _RBTree_Insert_inline()Sebastian Huber3-1/+65
2016-08-11librtems++: Remove from RTEMS.Chris Johns10-1200/+1
2016-08-11build-system: Always enable C++ if the compiler is present.Chris Johns3-20/+30
2016-08-10sptests/splinkersets01: Fix for small-data areaSebastian Huber2-12/+12
2016-08-09libmisc/untar: Set the perms to the value in the tar file.Chris Johns2-1/+34
2016-08-08sptests/splinkersets01: Fix warningsSebastian Huber3-34/+34
2016-08-08score: Add debug support to red-black treesSebastian Huber1-1/+0
2016-08-02linker set: Allow adding any variable into contentChristian Mauderer4-0/+48
2016-07-27score: Add deadlock detectionSebastian Huber5-83/+421
2016-07-27score: Turn thread lock into thread wait lockSebastian Huber1-4/+3
2016-07-26Add Untar_FromGzChunk_Print() + TestAlexander Krutwig5-5/+87
2016-07-26Add Untar_FromChunk_Print() + TestAlexander Krutwig3-0/+54
2016-07-26sptests/spextensions01: Avoid NULL pointer accessSebastian Huber1-1/+2
2016-07-25posix: add clock_nanosleep and testsGedare Bloom13-0/+431
2016-07-25smptests/smpmutex02: New testSebastian Huber6-0/+1052
2016-07-25score: Relax thread begin extension environmentSebastian Huber1-0/+74
2016-07-22score: Add debug support to chainsSebastian Huber1-4/+32
2016-07-06score: Postpone SMP shutdown in _Terminate()Sebastian Huber1-21/+17
2016-07-01net: Fix byte order issue for getnameinfo()Sebastian Huber1-11/+11
2016-07-01rtems: Fix rtems_task_set_scheduler() APISebastian Huber9-44/+217
2016-06-30smptests/smpstrongapa01: SimplifySebastian Huber1-5/+1
2016-06-30smptests/smpstrongapa01: Add test casesSebastian Huber1-3/+300
2016-06-28libnetworking: Add minimal getnameinfo()Christian Mauderer6-0/+220
2016-06-28libcsupport: Add dummy for setgroups().Christian Mauderer2-0/+34
2016-06-24score: Change Priority_Control to 64-bitSebastian Huber1-1/+1
2016-06-24testsuites: Increase invalid priority valuesSebastian Huber4-4/+8
2016-06-24score: Move SCHEDULER_EDF_PRIO_MSBSebastian Huber2-0/+4
2016-06-24sptests/spintrcritical23: Explicity set schedulerSebastian Huber1-0/+3
2016-06-23sptests/sp42: Relax priority requirementsSebastian Huber1-3/+3
2016-06-23smptests/smpmrsp01: Fix due to API changesSebastian Huber1-168/+60
2016-06-22score: Add thread priority to scheduler nodesSebastian Huber2-61/+21
2016-06-22score: Introduce map priority scheduler operationSebastian Huber8-2/+256
2016-06-22rtems: Rework RTEMS API to SuperCore prioritySebastian Huber4-3/+27
2016-06-22posix: pthread_mutexattr_setprioceiling()Sebastian Huber2-13/+23
2016-06-22sptests/sp20: Use printer taskSebastian Huber4-46/+88
2016-06-22Move printer initialization to separate headerSebastian Huber1-0/+1
2016-06-22Make rtems/print.h independent of rtems/bspIo.hSebastian Huber4-1/+3
2016-06-22Rename and move RTEMS_PRINTF_ATTRIBUTE()Sebastian Huber1-3/+5
2016-06-21sptests/spcpucounter01: Resurrect workaroundSebastian Huber1-2/+21
2016-06-20sptests/spcpucounter01: Add some statisticsSebastian Huber3-50/+229
2016-06-20score: Refine system initialization orderSebastian Huber1-0/+36
2016-06-20sptests/spsysinit01: Move begin of test messageSebastian Huber1-2/+7
2016-06-16Add pthread_condattr_getclock() and pthread_condattr_setclock()Joel Sherrill6-1/+170