summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* posix: Fix pthread_spin_unlock() error statusSebastian Huber2016-05-252-5/+11
* score: Move thread queue MP callout to contextSebastian Huber2016-05-252-8/+9
* testsuite: Fix printk format warnings.Chris Johns2016-05-2517-114/+94
* testsuite: Fix printk formating warning.Chris Johns2016-05-251-3/+3
* cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns2016-05-2551-137/+217
* psxtests/psxmsgq01: Fix typoSebastian Huber2016-05-241-1/+1
* score: Fix blocking _CORE_message_queue_Submit()Sebastian Huber2016-05-242-0/+78
* psxtests/psxmsgq01: Enable test caseSebastian Huber2016-05-242-5/+4
* Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber2016-05-205-13/+10
* rtems: _Semaphore_Get_interrupt_disable()Sebastian Huber2016-05-202-5/+1
* score: Remove the Giant lockSebastian Huber2016-05-206-186/+0
* score: Rename _ISR_Flash() into _ISR_Local_flash()Sebastian Huber2016-05-201-1/+1
* score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber2016-05-201-2/+2
* score: Rename _ISR_Disable_without_giant()Sebastian Huber2016-05-205-16/+16
* testsuites: Avoid Giant lockSebastian Huber2016-05-2015-130/+65
* testsuites: Replace _Thread_Get()Sebastian Huber2016-05-204-24/+26
* sptests/spintrcritical22: Avoid _Objects_Get()Sebastian Huber2016-05-201-5/+4
* score: Avoid Giant lock for _Thread_Start()Sebastian Huber2016-05-201-3/+3
* score: Add Thread_Change_life()Sebastian Huber2016-05-202-6/+11
* psxclassic01: Assume correct pthread_detach()Sebastian Huber2016-05-202-10/+31
* SMP: Add Mellor-Crummey and Scott (MCS) lockSebastian Huber2016-05-191-14/+159
* psxtests/psxualarm: Avoid output in signal handlerSebastian Huber2016-05-182-14/+7
* posix: Fix return states of pthread_kill()Sebastian Huber2016-05-171-6/+2
* psxtests/psxcancel: Add pthread_detach() testsSebastian Huber2016-05-172-0/+87
* psxtests/psxcancel: Add resource checkSebastian Huber2016-05-171-8/+26
* sptests/spthreadlife01: Add self delete test caseSebastian Huber2016-05-171-6/+35
* posix: Fix return status of pthread_cancel()Sebastian Huber2016-05-171-2/+2
* smptests/smpcapture02: Adjust for clock changesSebastian Huber2016-05-121-8/+8
* score: Use thread state lock for current stateSebastian Huber2016-05-122-21/+53
* score: Fix CORE mutex initializationSebastian Huber2016-05-126-0/+306
* score: Make _Objects_Information_table constSebastian Huber2016-05-041-35/+0
* rtems: Remove task variablesSebastian Huber2016-05-046-508/+0
* confdefs.h: Fix named object size estimateSebastian Huber2016-05-041-5/+5
* score: Add dummy Strong APA schedulerSebastian Huber2016-05-026-0/+88
* score: Delete __RTEMS_STRICT_ORDER_MUTEX__Sebastian Huber2016-05-021-7/+0
* rtems: Avoid Giant lock for semaphoresSebastian Huber2016-05-021-3/+11
* posix: Simplify message queuesSebastian Huber2016-05-024-22/+1
* score: Add _Thread_queue_Is_empty()Sebastian Huber2016-04-221-1/+1
* score: Simplify _Objects_Get_next()Sebastian Huber2016-04-211-11/+3
* score: Simplify _Objects_Initialize_information()Sebastian Huber2016-04-211-6/+2
* posix: Avoid Giant lock for mutexesSebastian Huber2016-04-213-1/+48
* score: Fix _CORE_semaphore_Flush()Sebastian Huber2016-04-211-1/+51
* sptests/spsysinit01: Fix warningSebastian Huber2016-04-211-2/+2
* block[08|09|10]/init.c: Include <stdlib.h> to fix warning on exit()Joel Sherrill2016-04-203-0/+4
* score: Use chain iterator for user extensionsSebastian Huber2016-04-186-0/+482