summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-06pipe: Use proper semaphore attr for mutexSebastian Huber1-2/+2
2016-06-06dosfs: Use proper semaphore attr for mutexSebastian Huber1-1/+2
2016-06-06libblock: Use proper semaphore attr for mutexSebastian Huber1-2/+1
2016-06-03libmisc/untar: Support directory create and overwrites. Share the common code.Chris Johns2-127/+343
2016-06-03libmisc/stackchk: Fix printk warnings.Chris Johns1-6/+6
2016-06-03arm: Fix printk warnings.Chris Johns1-16/+18
2016-06-02score: Maybe fix _Thread_Lock_acquire()Sebastian Huber2-42/+7
2016-06-01score: Fix _Thread_Lock_acquire()Sebastian Huber1-11/+12
2016-06-01smptests/smpatomic01: New test casesSebastian Huber1-1/+3
2016-05-31shell: Add CPUINFO commandSebastian Huber5-0/+139
2016-05-31cpuuse: Hide implementation detailsSebastian Huber6-5/+33
2016-05-31Fix rtems_print_printer_fprintf()Sebastian Huber2-3/+21
2016-05-30score: Use owner of thread queue for CORE mutexSebastian Huber2-13/+8
2016-05-30rtems: Remove superfluous includesSebastian Huber1-5/+0
2016-05-30rtems: Fix semaphore field nameSebastian Huber5-9/+9
2016-05-30rtems: Move MrsP semaphore operationsSebastian Huber7-27/+27
2016-05-30score: Rework CORE inherit priority mutexSebastian Huber25-485/+292
2016-05-30score: Rework CORE priority ceiling mutexSebastian Huber18-225/+327
2016-05-30score: Add CORE mutex variantsSebastian Huber24-172/+510
2016-05-30posix: Delete POSIX_Mutex_Protocol::process_sharedSebastian Huber2-4/+0
2016-05-30posix: Avoid use of internal mutex methodsSebastian Huber1-21/+10
2016-05-30posix: Avoid use of internal mutex methodsSebastian Huber1-23/+13
2016-05-30rtems: Remove superfluous includesSebastian Huber1-11/+1
2016-05-30rtems: Simplify rtems_semaphore_delete()Sebastian Huber3-39/+6
2016-05-30rtems: Simplify rtems_semaphore_flush()Sebastian Huber1-10/+5
2016-05-30score: Simplify CORE mutexSebastian Huber9-45/+53
2016-05-30score: Add semaphore variantsSebastian Huber16-182/+227
2016-05-30rtems: Simplify rtems_semaphore_delete()Sebastian Huber3-28/+28
2016-05-30score: Use thread queue lock for MrsPSebastian Huber3-10/+24
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber31-255/+344
2016-05-30score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber30-117/+105
2016-05-30score: Adjust thread queue layoutSebastian Huber4-41/+49
2016-05-30score: Use Newlib provided <machine/endian.h>Sebastian Huber2-94/+37
2016-05-30network: Align with Newlib type definitionsSebastian Huber1-4/+5
2016-05-30score: Add libatomic supportSebastian Huber4-212/+80
2016-05-26score: Add Status_Control for all APIsSebastian Huber107-1551/+691
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