summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-05-17posix: Fix return status of pthread_cancel()Sebastian Huber1-2/+2
2016-05-12smptests/smpcapture02: Adjust for clock changesSebastian Huber1-8/+8
2016-05-12score: Use thread state lock for current stateSebastian Huber2-21/+53
2016-05-12score: Fix CORE mutex initializationSebastian Huber6-0/+306
2016-05-04score: Make _Objects_Information_table constSebastian Huber1-35/+0
2016-05-04rtems: Remove task variablesSebastian Huber6-508/+0
2016-05-04confdefs.h: Fix named object size estimateSebastian Huber1-5/+5
2016-05-02score: Add dummy Strong APA schedulerSebastian Huber6-0/+88
2016-05-02score: Delete __RTEMS_STRICT_ORDER_MUTEX__Sebastian Huber1-7/+0
2016-05-02rtems: Avoid Giant lock for semaphoresSebastian Huber1-3/+11
2016-05-02posix: Simplify message queuesSebastian Huber4-22/+1
2016-04-22score: Add _Thread_queue_Is_empty()Sebastian Huber1-1/+1
2016-04-21score: Simplify _Objects_Get_next()Sebastian Huber1-11/+3
2016-04-21score: Simplify _Objects_Initialize_information()Sebastian Huber1-6/+2
2016-04-21posix: Avoid Giant lock for mutexesSebastian Huber3-1/+48
2016-04-21score: Fix _CORE_semaphore_Flush()Sebastian Huber1-1/+51
2016-04-21sptests/spsysinit01: Fix warningSebastian Huber1-2/+2
2016-04-20block[08|09|10]/init.c: Include <stdlib.h> to fix warning on exit()Joel Sherrill3-0/+4
2016-04-18score: Use chain iterator for user extensionsSebastian Huber6-0/+482