summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: pthread_mutexattr_setprioceiling()Sebastian Huber2016-06-222-13/+23
* sptests/sp20: Use printer taskSebastian Huber2016-06-224-46/+88
* Move printer initialization to separate headerSebastian Huber2016-06-221-0/+1
* Make rtems/print.h independent of rtems/bspIo.hSebastian Huber2016-06-224-1/+3
* Rename and move RTEMS_PRINTF_ATTRIBUTE()Sebastian Huber2016-06-221-3/+5
* sptests/spcpucounter01: Resurrect workaroundSebastian Huber2016-06-211-2/+21
* sptests/spcpucounter01: Add some statisticsSebastian Huber2016-06-203-50/+229
* score: Refine system initialization orderSebastian Huber2016-06-201-0/+36
* sptests/spsysinit01: Move begin of test messageSebastian Huber2016-06-201-2/+7
* Add pthread_condattr_getclock() and pthread_condattr_setclock()Joel Sherrill2016-06-166-1/+170
* mptests/mp03/task1.c: Make method static to fix warningJoel Sherrill2016-06-161-1/+1
* samples/base_mp/apptask.c: Fix warning and clean upJoel Sherrill2016-06-161-12/+11
* psxtests/psx12: Use and print proper rounded msSebastian Huber2016-06-152-21/+26
* posix: Fix poradic server initial CPU budgetSebastian Huber2016-06-152-14/+107
* psxtests/psx12: Use one file and simplifySebastian Huber2016-06-155-134/+33
* posix: sched_get_priority_max()Sebastian Huber2016-06-141-4/+4
* posix: sched_get_priority_min()Sebastian Huber2016-06-141-1/+6
* posix: Add pthread_setschedprio()Sebastian Huber2016-06-131-0/+30
* posix: Fix pthread_setschedparam()Sebastian Huber2016-06-131-0/+54
* posix: Fix pthread_getschedparam()Sebastian Huber2016-06-131-0/+46
* score: Add an SMP sequence lock implementationSebastian Huber2016-06-092-24/+342
* smptests/smpatomic01: Fix seqlock writeSebastian Huber2016-06-081-1/+3
* smptests/smpatomic01: Add seqlock test caseSebastian Huber2016-06-072-0/+235
* rtems: Fix no protocol mutex releaseSebastian Huber2016-06-062-42/+71
* libmisc/untar: Support directory create and overwrites. Share the common code.Chris Johns2016-06-031-3/+6
* smptests/smpatomic01: New test casesSebastian Huber2016-06-012-18/+349
* rtems: Fix semaphore field nameSebastian Huber2016-05-301-1/+1
* score: Simplify CORE mutexSebastian Huber2016-05-301-3/+4
* score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber2016-05-301-3/+3
* score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber2016-05-302-2/+2
* 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