summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-21score: Scheduler node awareness for thread queuesSebastian Huber1-24/+349
2016-09-21rtems: Add rtems_task_get_priority()Sebastian Huber3-0/+65
2016-09-21smptests/smpmutex01: Use test case functionsSebastian Huber1-2/+24
2016-09-21score: Rework thread priority managementSebastian Huber5-45/+176
2016-09-19termios: Use IMFS nodes for new Termios devicesSebastian Huber2-117/+48
2016-09-19libtests/devfs: Use printk()Sebastian Huber3-5/+5
2016-09-19fstests: Use printk() for IMFS configuration testsSebastian Huber2-4/+4
2016-09-19tests: CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEMSebastian Huber7-7/+0
2016-09-16Add SPI bus frameworkAlexander Krutwig6-0/+322
2016-09-08score: Introduce _Thread_Get_priority()Sebastian Huber3-11/+15
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber2-2/+2
2016-09-08testsuite: Add libdl/dl05 reloc test.Chris Johns10-1/+1544
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