summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* score: Add Status_Control for all APIsSebastian Huber2016-05-26109-1571/+707
* posix: Fix sem_init() with too large initial valueSebastian Huber2016-05-262-1/+18
* Fix semaphore post overflow statusSebastian Huber2016-05-269-11/+86
* 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-255-22/+18
* score: Move thread queue MP callout to contextSebastian Huber2016-05-2598-1306/+1048
* score: Get rid of mp_id parameterSebastian Huber2016-05-2543-156/+23
* score: Move thread queue object supportSebastian Huber2016-05-2512-53/+40
* mpci: Fix thread queue flush methodSebastian Huber2016-05-256-97/+56
* confdefs.h: Fix heap alloc size estimateSebastian Huber2016-05-251-4/+8
* testsuite: Fix printk format warnings.Chris Johns2016-05-2517-114/+94
* testsuite: Fix printk formating warning.Chris Johns2016-05-251-3/+3
* libmisc: Fix printk format warnings.Chris Johns2016-05-252-3/+3
* score/i386: Fix printk format warnings.Chris Johns2016-05-251-5/+7
* libcsupport: Fix printk warnings.Chris Johns2016-05-251-2/+2
* bsp/shared: Fix printk warnings.Chris Johns2016-05-251-2/+4
* libfs/jff2: Avoid printk format warnings.Chris Johns2016-05-253-15/+30
* i386/pc386: Fix printk formatting warnings.Chris Johns2016-05-258-18/+27
* cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns2016-05-2590-557/+802
* psxtests/psxmsgq01: Fix typoSebastian Huber2016-05-241-1/+1
* score: Fix blocking _CORE_message_queue_Submit()Sebastian Huber2016-05-246-17/+82
* psxtests/psxmsgq01: Enable test caseSebastian Huber2016-05-242-5/+4
* score: _CORE_message_queue_Seize()Sebastian Huber2016-05-244-6/+0
* mpci: Add missing return statementsSebastian Huber2016-05-248-8/+8
* score: _CORE_semaphore_Seize()Sebastian Huber2016-05-204-5/+0
* Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber2016-05-2057-88/+63
* score: Rename _Objects_Get_local()Sebastian Huber2016-05-2019-20/+20
* score: Delete unused _Objects_Get_isr_disable()Sebastian Huber2016-05-203-98/+1
* rtems: _Semaphore_Get_interrupt_disable()Sebastian Huber2016-05-2010-362/+287
* rtems: _Message_queue_Get_interrupt_disable()Sebastian Huber2016-05-2010-365/+348
* rtems: Remove location from _Partition_Get()Sebastian Huber2016-05-206-124/+138
* mpci: Delete unused region supportSebastian Huber2016-05-201-12/+0
* mpci: Simplify _Objects_MP_Is_remote()Sebastian Huber2016-05-204-22/+20
* posix: Add const to _POSIX_Keys_Key_value_find()Sebastian Huber2016-05-201-2/+2
* score: Add const to _RBTree_Find_inline()Sebastian Huber2016-05-201-8/+18
* score: Delete unused _Objects_Get_local_object()Sebastian Huber2016-05-201-27/+0
* posix: Remove dead code and shrink commentSebastian Huber2016-05-201-35/+3
* posix: Add and use _POSIX_Get_object_body()Sebastian Huber2016-05-204-111/+53
* score: Use _RBTree_Insert_inline()Sebastian Huber2016-05-203-42/+22
* score: Add per scheduler instance maximum prioritySebastian Huber2016-05-2010-22/+42
* fat: Fix for invalid cluster sizesSebastian Huber2016-05-201-1/+3
* score: Remove the Giant lockSebastian Huber2016-05-2013-613/+0
* score: Rename _ISR_Flash() into _ISR_Local_flash()Sebastian Huber2016-05-205-6/+6
* score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber2016-05-2025-175/+139
* score: Rename _ISR_Disable_without_giant()Sebastian Huber2016-05-2023-74/+74
* score: _Thread_Dispatch_increment_disable_level()Sebastian Huber2016-05-207-12/+24
* testsuites: Avoid Giant lockSebastian Huber2016-05-2015-130/+65
* score: Avoid Giant _Objects_Extend_information()Sebastian Huber2016-05-201-5/+4
* score: Delete unused _Objects_Get()Sebastian Huber2016-05-204-182/+18