summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-22posix: Create pthread implementation headerSebastian Huber51-270/+282
2013-07-22posix: Create priority implementation headerSebastian Huber38-90/+58
2013-07-22score: Obtain _Thread_Executing in proper contextSebastian Huber1-4/+6
2013-07-22posix: Create condition variable impl headerSebastian Huber24-232/+237
2013-07-22cpuuse: Add SMP supportSebastian Huber1-1/+10
2013-07-22libcsupport: Include missing header fileSebastian Huber1-0/+1
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber4-4/+11
2013-07-22score: Create barrier implementation headerSebastian Huber10-201/+201
2013-07-22posix: Create barrier implementation headerSebastian Huber11-59/+61
2013-07-22rtems: Create barrier implementation headerSebastian Huber15-77/+82
2013-07-22score: Include <limits.h> in basedefs.hSebastian Huber1-0/+7
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber6-9/+21
2013-07-22score: Create message queue implementation headerSebastian Huber27-611/+614
2013-07-22posix: Create message queue implementation headerSebastian Huber23-391/+395
2013-07-22rtems: Create message queue implementation headerSebastian Huber26-227/+234
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber5-9/+19
2013-07-22score: Add const qualifierSebastian Huber2-7/+7
2013-07-22score: Create semaphore implementation headerSebastian Huber19-281/+281
2013-07-22posix: Convert to inline functionSebastian Huber2-34/+19
2013-07-22posix: Create semaphore implementation headerSebastian Huber23-235/+239
2013-07-22score: Error for non-preemptible tasks on SMPSebastian Huber4-2/+25
2013-07-22rtems: Error for task variables on SMPSebastian Huber3-0/+21
2013-07-22rtems: Error for task delete on SMPSebastian Huber1-4/+7
2013-07-22sapi: Add rtems_configuration_is_smp_enabled()Sebastian Huber2-0/+32
2013-07-22score: Add and use _ISR_Get_nest_level()Sebastian Huber1-2/+30
2013-07-22score: Move ISR catch support functionsSebastian Huber5-67/+24
2013-07-22score: Move ISR level content to single fileSebastian Huber3-183/+188
2013-07-22libmisc: Use _Thread_Get_executing()Sebastian Huber1-4/+5
2013-07-22libcsupport: Use _Thread_Get_executing()Sebastian Huber2-5/+6
2013-07-22posix: Use _Thread_Get_executing()Sebastian Huber7-20/+24
2013-07-22rtems: Use _Thread_Get_executing()Sebastian Huber5-8/+12
2013-07-22score: Use _Thread_Get_executing()Sebastian Huber5-5/+5
2013-07-22shell: Include missing header fileSebastian Huber1-0/+1
2013-07-22network: Include missing header fileSebastian Huber1-0/+2
2013-07-22posix: Include missing header filesSebastian Huber9-3/+10
2013-07-22score: Include missing header filesSebastian Huber2-0/+2
2013-07-18libcsupport: Do not use _ISR_Nest_levelSebastian Huber2-6/+0
2013-07-18rtems, posix: Use _Thread_Get_executing()Sebastian Huber5-5/+5
2013-07-18score: Avoid direct usage of _Thread_ExecutingSebastian Huber11-31/+63
2013-07-18score: Convert to inline functionSebastian Huber1-25/+30
2013-07-18posix: Convert to inline functionSebastian Huber2-25/+17
2013-07-18rtems: Convert to inline functionsSebastian Huber2-64/+47
2013-07-18score: Create mutex implementation headerSebastian Huber43-586/+591
2013-07-18posix: Create mutex implementation headerSebastian Huber46-272/+276
2013-07-18rtems: Create semaphore implementation headerSebastian Huber20-109/+102
2013-07-18score: Update due to API changesSebastian Huber1-1/+2
2013-07-17smp: Rename _CPU_Processor_event_receive()Sebastian Huber6-7/+7
2013-07-17smp: Rename _CPU_Processor_event_broadcast()Sebastian Huber6-7/+7
2013-07-17smp: Add and use _CPU_SMP_Send_interrupt()Sebastian Huber7-13/+18
2013-07-17smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber13-65/+101