summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-05-20testsuites: Replace _Thread_Get()Sebastian Huber4-24/+26
2016-05-20sptests/spintrcritical22: Avoid _Objects_Get()Sebastian Huber1-5/+4
2016-05-20score: Avoid Giant lock for _Thread_Start()Sebastian Huber1-3/+3
2016-05-20score: Add Thread_Change_life()Sebastian Huber2-6/+11
2016-05-20psxclassic01: Assume correct pthread_detach()Sebastian Huber2-10/+31
2016-05-19SMP: Add Mellor-Crummey and Scott (MCS) lockSebastian Huber1-14/+159
2016-05-18psxtests/psxualarm: Avoid output in signal handlerSebastian Huber2-14/+7
2016-05-17posix: Fix return states of pthread_kill()Sebastian Huber1-6/+2
2016-05-17psxtests/psxcancel: Add pthread_detach() testsSebastian Huber2-0/+87
2016-05-17psxtests/psxcancel: Add resource checkSebastian Huber1-8/+26
2016-05-17sptests/spthreadlife01: Add self delete test caseSebastian Huber1-6/+35