summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* score: Introduce map priority scheduler operationSebastian Huber2016-06-228-2/+256
* rtems: Rework RTEMS API to SuperCore prioritySebastian Huber2016-06-224-3/+27
* posix: pthread_mutexattr_setprioceiling()Sebastian Huber2016-06-222-13/+23
* sptests/sp20: Use printer taskSebastian Huber2016-06-224-46/+88
* Move printer initialization to separate headerSebastian Huber2016-06-221-0/+1
* Make rtems/print.h independent of rtems/bspIo.hSebastian Huber2016-06-224-1/+3
* Rename and move RTEMS_PRINTF_ATTRIBUTE()Sebastian Huber2016-06-221-3/+5
* sptests/spcpucounter01: Resurrect workaroundSebastian Huber2016-06-211-2/+21
* sptests/spcpucounter01: Add some statisticsSebastian Huber2016-06-203-50/+229
* score: Refine system initialization orderSebastian Huber2016-06-201-0/+36
* sptests/spsysinit01: Move begin of test messageSebastian Huber2016-06-201-2/+7
* Add pthread_condattr_getclock() and pthread_condattr_setclock()Joel Sherrill2016-06-166-1/+170
* mptests/mp03/task1.c: Make method static to fix warningJoel Sherrill2016-06-161-1/+1
* samples/base_mp/apptask.c: Fix warning and clean upJoel Sherrill2016-06-161-12/+11
* psxtests/psx12: Use and print proper rounded msSebastian Huber2016-06-152-21/+26
* posix: Fix poradic server initial CPU budgetSebastian Huber2016-06-152-14/+107
* psxtests/psx12: Use one file and simplifySebastian Huber2016-06-155-134/+33
* posix: sched_get_priority_max()Sebastian Huber2016-06-141-4/+4
* posix: sched_get_priority_min()Sebastian Huber2016-06-141-1/+6
* posix: Add pthread_setschedprio()Sebastian Huber2016-06-131-0/+30
* posix: Fix pthread_setschedparam()Sebastian Huber2016-06-131-0/+54
* posix: Fix pthread_getschedparam()Sebastian Huber2016-06-131-0/+46
* score: Add an SMP sequence lock implementationSebastian Huber2016-06-092-24/+342
* smptests/smpatomic01: Fix seqlock writeSebastian Huber2016-06-081-1/+3
* smptests/smpatomic01: Add seqlock test caseSebastian Huber2016-06-072-0/+235
* rtems: Fix no protocol mutex releaseSebastian Huber2016-06-062-42/+71
* libmisc/untar: Support directory create and overwrites. Share the common code.Chris Johns2016-06-031-3/+6
* smptests/smpatomic01: New test casesSebastian Huber2016-06-012-18/+349
* rtems: Fix semaphore field nameSebastian Huber2016-05-301-1/+1
* score: Simplify CORE mutexSebastian Huber2016-05-301-3/+4
* score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber2016-05-301-3/+3
* score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber2016-05-302-2/+2
* score: Add Status_Control for all APIsSebastian Huber2016-05-262-20/+16
* posix: Fix sem_init() with too large initial valueSebastian Huber2016-05-261-0/+12
* Fix semaphore post overflow statusSebastian Huber2016-05-263-2/+68
* testsuites: Fix locked_printf() test printerSebastian Huber2016-05-261-11/+3
* testsuite: Fix networking samples to use the RTEMS printer.Chris Johns2016-05-262-0/+6