summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-26posix: Fix sem_init() with too large initial valueSebastian Huber1-1/+6
2016-05-26Fix semaphore post overflow statusSebastian Huber6-9/+18
2016-05-25posix: Fix pthread_spin_unlock() error statusSebastian Huber3-17/+7
2016-05-25score: Move thread queue MP callout to contextSebastian Huber96-1298/+1039
2016-05-25score: Get rid of mp_id parameterSebastian Huber43-156/+23
2016-05-25score: Move thread queue object supportSebastian Huber12-53/+40
2016-05-25mpci: Fix thread queue flush methodSebastian Huber6-97/+56
2016-05-25confdefs.h: Fix heap alloc size estimateSebastian Huber1-4/+8
2016-05-25libmisc: Fix printk format warnings.Chris Johns2-3/+3
2016-05-25score/i386: Fix printk format warnings.Chris Johns1-5/+7
2016-05-25libcsupport: Fix printk warnings.Chris Johns1-2/+2
2016-05-25libfs/jff2: Avoid printk format warnings.Chris Johns3-15/+30
2016-05-25cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns36-402/+565
2016-05-24score: Fix blocking _CORE_message_queue_Submit()Sebastian Huber4-17/+4
2016-05-24score: _CORE_message_queue_Seize()Sebastian Huber4-6/+0
2016-05-24mpci: Add missing return statementsSebastian Huber8-8/+8
2016-05-20score: _CORE_semaphore_Seize()Sebastian Huber4-5/+0
2016-05-20Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber52-75/+53
2016-05-20score: Rename _Objects_Get_local()Sebastian Huber19-20/+20
2016-05-20score: Delete unused _Objects_Get_isr_disable()Sebastian Huber3-98/+1
2016-05-20rtems: _Semaphore_Get_interrupt_disable()Sebastian Huber8-357/+286
2016-05-20rtems: _Message_queue_Get_interrupt_disable()Sebastian Huber10-365/+348
2016-05-20rtems: Remove location from _Partition_Get()Sebastian Huber6-124/+138
2016-05-20mpci: Delete unused region supportSebastian Huber1-12/+0
2016-05-20mpci: Simplify _Objects_MP_Is_remote()Sebastian Huber4-22/+20
2016-05-20posix: Add const to _POSIX_Keys_Key_value_find()Sebastian Huber1-2/+2
2016-05-20score: Add const to _RBTree_Find_inline()Sebastian Huber1-8/+18
2016-05-20score: Delete unused _Objects_Get_local_object()Sebastian Huber1-27/+0
2016-05-20posix: Remove dead code and shrink commentSebastian Huber1-35/+3
2016-05-20posix: Add and use _POSIX_Get_object_body()Sebastian Huber4-111/+53
2016-05-20score: Use _RBTree_Insert_inline()Sebastian Huber3-42/+22
2016-05-20score: Add per scheduler instance maximum prioritySebastian Huber10-22/+42
2016-05-20fat: Fix for invalid cluster sizesSebastian Huber1-1/+3
2016-05-20score: Remove the Giant lockSebastian Huber7-427/+0
2016-05-20score: Rename _ISR_Flash() into _ISR_Local_flash()Sebastian Huber4-5/+5
2016-05-20score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber14-105/+69
2016-05-20score: Rename _ISR_Disable_without_giant()Sebastian Huber17-46/+46
2016-05-20score: _Thread_Dispatch_increment_disable_level()Sebastian Huber3-4/+16
2016-05-20score: Avoid Giant _Objects_Extend_information()Sebastian Huber1-5/+4
2016-05-20score: Delete unused _Objects_Get()Sebastian Huber4-182/+18
2016-05-20score: Delete unused _Thread_Get()Sebastian Huber2-48/+0
2016-05-20rtems: Avoid Giant lock for rtems_task_delete()Sebastian Huber2-48/+52
2016-05-20posix: Avoid Giant lock for pthread_kill()Sebastian Huber1-33/+22
2016-05-20posix: Rework thread cancellationSebastian Huber16-270/+93
2016-05-20score: Avoid Giant lock for _Thread_Start()Sebastian Huber6-77/+42
2016-05-20posix: Rework pthread_join()Sebastian Huber13-188/+243
2016-05-20score: Simplify _Thread_Life_action_handler()Sebastian Huber3-68/+29
2016-05-20score: Rework _Thread_Cancel()Sebastian Huber1-54/+31
2016-05-20score: Rework _Thread_Restart_other()Sebastian Huber4-12/+87
2016-05-20score: Split _Thread_Restart()Sebastian Huber4-68/+116