summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Scheduler node awareness for thread queuesSebastian Huber2016-09-211-24/+349
* rtems: Add rtems_task_get_priority()Sebastian Huber2016-09-213-0/+65
* smptests/smpmutex01: Use test case functionsSebastian Huber2016-09-211-2/+24
* score: Rework thread priority managementSebastian Huber2016-09-215-45/+176
* termios: Use IMFS nodes for new Termios devicesSebastian Huber2016-09-192-117/+48
* libtests/devfs: Use printk()Sebastian Huber2016-09-193-5/+5
* fstests: Use printk() for IMFS configuration testsSebastian Huber2016-09-192-4/+4
* tests: CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEMSebastian Huber2016-09-197-7/+0
* Add SPI bus frameworkAlexander Krutwig2016-09-166-0/+322
* score: Introduce _Thread_Get_priority()Sebastian Huber2016-09-083-11/+15
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-082-2/+2
* testsuite: Add libdl/dl05 reloc test.Chris Johns2016-09-0810-1/+1544
* score: Add _Chain_Initialize_one()Sebastian Huber2016-09-062-0/+24
* score: Add _RBTree_Initialize_one()Sebastian Huber2016-09-062-0/+26
* libmisc/capture: Remove the reserved _t in the types.Chris Johns2016-09-013-17/+17
* libmisc/capture: Fix the capture engine on SMP.Chris Johns2016-09-011-77/+95
* psxtests: Adjust sporadic server testsSebastian Huber2016-08-183-99/+64
* testsuite: Add libdl/dl04 cache test.Chris Johns2016-08-1510-0/+1549
* testsuite: Add libdl/dl03 cache test.Chris Johns2016-08-158-1/+491
* score: Improve _RBTree_Insert_inline()Sebastian Huber2016-08-123-1/+65
* librtems++: Remove from RTEMS.Chris Johns2016-08-1110-1200/+1
* build-system: Always enable C++ if the compiler is present.Chris Johns2016-08-113-20/+30
* sptests/splinkersets01: Fix for small-data areaSebastian Huber2016-08-102-12/+12
* libmisc/untar: Set the perms to the value in the tar file.Chris Johns2016-08-092-1/+34
* sptests/splinkersets01: Fix warningsSebastian Huber2016-08-083-34/+34
* score: Add debug support to red-black treesSebastian Huber2016-08-081-1/+0
* linker set: Allow adding any variable into contentChristian Mauderer2016-08-024-0/+48
* score: Add deadlock detectionSebastian Huber2016-07-275-83/+421
* score: Turn thread lock into thread wait lockSebastian Huber2016-07-271-4/+3
* Add Untar_FromGzChunk_Print() + TestAlexander Krutwig2016-07-265-5/+87
* Add Untar_FromChunk_Print() + TestAlexander Krutwig2016-07-263-0/+54
* sptests/spextensions01: Avoid NULL pointer accessSebastian Huber2016-07-261-1/+2
* posix: add clock_nanosleep and testsGedare Bloom2016-07-2513-0/+431
* smptests/smpmutex02: New testSebastian Huber2016-07-256-0/+1052
* score: Relax thread begin extension environmentSebastian Huber2016-07-251-0/+74
* score: Add debug support to chainsSebastian Huber2016-07-221-4/+32
* score: Postpone SMP shutdown in _Terminate()Sebastian Huber2016-07-061-21/+17
* net: Fix byte order issue for getnameinfo()Sebastian Huber2016-07-011-11/+11
* rtems: Fix rtems_task_set_scheduler() APISebastian Huber2016-07-019-44/+217
* smptests/smpstrongapa01: SimplifySebastian Huber2016-06-301-5/+1
* smptests/smpstrongapa01: Add test casesSebastian Huber2016-06-301-3/+300
* libnetworking: Add minimal getnameinfo()Christian Mauderer2016-06-286-0/+220
* libcsupport: Add dummy for setgroups().Christian Mauderer2016-06-282-0/+34
* score: Change Priority_Control to 64-bitSebastian Huber2016-06-241-1/+1
* testsuites: Increase invalid priority valuesSebastian Huber2016-06-244-4/+8
* score: Move SCHEDULER_EDF_PRIO_MSBSebastian Huber2016-06-242-0/+4
* sptests/spintrcritical23: Explicity set schedulerSebastian Huber2016-06-241-0/+3
* sptests/sp42: Relax priority requirementsSebastian Huber2016-06-231-3/+3
* smptests/smpmrsp01: Fix due to API changesSebastian Huber2016-06-231-168/+60
* score: Add thread priority to scheduler nodesSebastian Huber2016-06-222-61/+21