summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-06-16mptests/mp03/task1.c: Make method static to fix warningJoel Sherrill1-1/+1
2016-06-16samples/base_mp/apptask.c: Fix warning and clean upJoel Sherrill1-12/+11
2016-06-15psxtests/psx12: Use and print proper rounded msSebastian Huber2-21/+26
2016-06-15posix: Fix poradic server initial CPU budgetSebastian Huber2-14/+107
2016-06-15psxtests/psx12: Use one file and simplifySebastian Huber5-134/+33
2016-06-14posix: sched_get_priority_max()Sebastian Huber1-4/+4
2016-06-14posix: sched_get_priority_min()Sebastian Huber1-1/+6
2016-06-13posix: Add pthread_setschedprio()Sebastian Huber1-0/+30
2016-06-13posix: Fix pthread_setschedparam()Sebastian Huber1-0/+54
2016-06-13posix: Fix pthread_getschedparam()Sebastian Huber1-0/+46
2016-06-09score: Add an SMP sequence lock implementationSebastian Huber2-24/+342
2016-06-08smptests/smpatomic01: Fix seqlock writeSebastian Huber1-1/+3
2016-06-07smptests/smpatomic01: Add seqlock test caseSebastian Huber2-0/+235
2016-06-06rtems: Fix no protocol mutex releaseSebastian Huber2-42/+71
2016-06-03libmisc/untar: Support directory create and overwrites. Share the common code.Chris Johns1-3/+6
2016-06-01smptests/smpatomic01: New test casesSebastian Huber2-18/+349
2016-05-30rtems: Fix semaphore field nameSebastian Huber1-1/+1
2016-05-30score: Simplify CORE mutexSebastian Huber1-3/+4
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber1-3/+3
2016-05-30score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber2-2/+2
2016-05-26score: Add Status_Control for all APIsSebastian Huber2-20/+16
2016-05-26posix: Fix sem_init() with too large initial valueSebastian Huber1-0/+12
2016-05-26Fix semaphore post overflow statusSebastian Huber3-2/+68
2016-05-26testsuites: Fix locked_printf() test printerSebastian Huber1-11/+3
2016-05-26testsuite: Fix networking samples to use the RTEMS printer.Chris Johns2-0/+6
2016-05-25posix: Fix pthread_spin_unlock() error statusSebastian Huber2-5/+11
2016-05-25score: Move thread queue MP callout to contextSebastian Huber2-8/+9
2016-05-25testsuite: Fix printk format warnings.Chris Johns17-114/+94
2016-05-25testsuite: Fix printk formating warning.Chris Johns1-3/+3
2016-05-25cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns51-137/+217
2016-05-24psxtests/psxmsgq01: Fix typoSebastian Huber1-1/+1
2016-05-24score: Fix blocking _CORE_message_queue_Submit()Sebastian Huber2-0/+78
2016-05-24psxtests/psxmsgq01: Enable test caseSebastian Huber2-5/+4
2016-05-20Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber5-13/+10
2016-05-20rtems: _Semaphore_Get_interrupt_disable()Sebastian Huber2-5/+1
2016-05-20score: Remove the Giant lockSebastian Huber6-186/+0
2016-05-20score: Rename _ISR_Flash() into _ISR_Local_flash()Sebastian Huber1-1/+1
2016-05-20score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber1-2/+2
2016-05-20score: Rename _ISR_Disable_without_giant()Sebastian Huber5-16/+16
2016-05-20testsuites: Avoid Giant lockSebastian Huber15-130/+65