summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix semaphore post overflow statusSebastian Huber2016-05-266-9/+18
* posix: Fix pthread_spin_unlock() error statusSebastian Huber2016-05-253-17/+7
* score: Move thread queue MP callout to contextSebastian Huber2016-05-2596-1298/+1039
* 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
* 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
* libfs/jff2: Avoid printk format warnings.Chris Johns2016-05-253-15/+30
* cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns2016-05-2536-402/+565
* score: Fix blocking _CORE_message_queue_Submit()Sebastian Huber2016-05-244-17/+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-2052-75/+53
* 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-208-357/+286
* 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-207-427/+0
* score: Rename _ISR_Flash() into _ISR_Local_flash()Sebastian Huber2016-05-204-5/+5
* score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber2016-05-2014-105/+69
* score: Rename _ISR_Disable_without_giant()Sebastian Huber2016-05-2017-46/+46
* score: _Thread_Dispatch_increment_disable_level()Sebastian Huber2016-05-203-4/+16
* score: Avoid Giant _Objects_Extend_information()Sebastian Huber2016-05-201-5/+4
* score: Delete unused _Objects_Get()Sebastian Huber2016-05-204-182/+18
* score: Delete unused _Thread_Get()Sebastian Huber2016-05-202-48/+0
* rtems: Avoid Giant lock for rtems_task_delete()Sebastian Huber2016-05-202-48/+52
* posix: Avoid Giant lock for pthread_kill()Sebastian Huber2016-05-201-33/+22
* posix: Rework thread cancellationSebastian Huber2016-05-2016-270/+93
* score: Avoid Giant lock for _Thread_Start()Sebastian Huber2016-05-206-77/+42
* posix: Rework pthread_join()Sebastian Huber2016-05-2013-188/+243
* score: Simplify _Thread_Life_action_handler()Sebastian Huber2016-05-203-68/+29
* score: Rework _Thread_Cancel()Sebastian Huber2016-05-201-54/+31
* score: Rework _Thread_Restart_other()Sebastian Huber2016-05-204-12/+87
* score: Split _Thread_Restart()Sebastian Huber2016-05-204-68/+116
* score: Add _Thread_Dispatch_disable_with_CPU()Sebastian Huber2016-05-201-5/+23