summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-02score: Pass scheduler node to unblock operationSebastian Huber1-3/+10
2016-11-02score: Pass scheduler node to block operationSebastian Huber1-3/+6
2016-11-02score: Pass scheduler node to yield operationSebastian Huber1-3/+10
2016-11-02score: Pass scheduler node to update priority opSebastian Huber1-12/+22
2016-11-02sptests/sp35: Remove dead codeSebastian Huber1-72/+0
2016-11-02rtems: Add rtems_task_iterate()Sebastian Huber2-12/+32
2016-10-31smptests/smplock01: Use test supportSebastian Huber3-533/+2189
2016-10-13libmisc/xz: Add xz decompression.Chris Johns3-4/+98
2016-10-12score: More robust linker setsSebastian Huber1-29/+44
2016-10-12smpschedaffinity05: Fix configurationSebastian Huber1-0/+2
2016-10-10tmfine01: Add self-contained mutex test caseSebastian Huber1-1/+46
2016-09-23sptests/spsem03: Fix compile errorSebastian Huber1-1/+1
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