summaryrefslogtreecommitdiff
path: root/testsuites (follow)
AgeCommit message (Expand)Author
2016-05-30score: Simplify CORE mutexSebastian Huber
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber
2016-05-30score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber
2016-05-26score: Add Status_Control for all APIsSebastian Huber
2016-05-26posix: Fix sem_init() with too large initial valueSebastian Huber
2016-05-26Fix semaphore post overflow statusSebastian Huber
2016-05-26testsuites: Fix locked_printf() test printerSebastian Huber
2016-05-26testsuite: Fix networking samples to use the RTEMS printer.Chris Johns
2016-05-25posix: Fix pthread_spin_unlock() error statusSebastian Huber
2016-05-25score: Move thread queue MP callout to contextSebastian Huber
2016-05-25testsuite: Fix printk format warnings.Chris Johns
2016-05-25testsuite: Fix printk formating warning.Chris Johns
2016-05-25cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns
2016-05-24psxtests/psxmsgq01: Fix typoSebastian Huber
2016-05-24score: Fix blocking _CORE_message_queue_Submit()Sebastian Huber
2016-05-24psxtests/psxmsgq01: Enable test caseSebastian Huber
2016-05-20Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber
2016-05-20rtems: _Semaphore_Get_interrupt_disable()Sebastian Huber
2016-05-20score: Remove the Giant lockSebastian Huber
2016-05-20score: Rename _ISR_Flash() into _ISR_Local_flash()Sebastian Huber
2016-05-20score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber
2016-05-20score: Rename _ISR_Disable_without_giant()Sebastian Huber
2016-05-20testsuites: Avoid Giant lockSebastian Huber
2016-05-20testsuites: Replace _Thread_Get()Sebastian Huber
2016-05-20sptests/spintrcritical22: Avoid _Objects_Get()Sebastian Huber
2016-05-20score: Avoid Giant lock for _Thread_Start()Sebastian Huber
2016-05-20score: Add Thread_Change_life()Sebastian Huber
2016-05-20psxclassic01: Assume correct pthread_detach()Sebastian Huber
2016-05-19SMP: Add Mellor-Crummey and Scott (MCS) lockSebastian Huber
2016-05-18psxtests/psxualarm: Avoid output in signal handlerSebastian Huber
2016-05-17posix: Fix return states of pthread_kill()Sebastian Huber
2016-05-17psxtests/psxcancel: Add pthread_detach() testsSebastian Huber
2016-05-17psxtests/psxcancel: Add resource checkSebastian Huber
2016-05-17sptests/spthreadlife01: Add self delete test caseSebastian Huber
2016-05-17posix: Fix return status of pthread_cancel()Sebastian Huber
2016-05-12smptests/smpcapture02: Adjust for clock changesSebastian Huber
2016-05-12score: Use thread state lock for current stateSebastian Huber
2016-05-12score: Fix CORE mutex initializationSebastian Huber
2016-05-04score: Make _Objects_Information_table constSebastian Huber
2016-05-04rtems: Remove task variablesSebastian Huber
2016-05-04confdefs.h: Fix named object size estimateSebastian Huber
2016-05-02score: Add dummy Strong APA schedulerSebastian Huber
2016-05-02score: Delete __RTEMS_STRICT_ORDER_MUTEX__Sebastian Huber
2016-05-02rtems: Avoid Giant lock for semaphoresSebastian Huber
2016-05-02posix: Simplify message queuesSebastian Huber
2016-04-22score: Add _Thread_queue_Is_empty()Sebastian Huber
2016-04-21score: Simplify _Objects_Get_next()Sebastian Huber
2016-04-21score: Simplify _Objects_Initialize_information()Sebastian Huber
2016-04-21posix: Avoid Giant lock for mutexesSebastian Huber
2016-04-21score: Fix _CORE_semaphore_Flush()Sebastian Huber