summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-30score: Move _Thread_Dispatch_if_necessary()Sebastian Huber2-27/+20
2013-07-30posix: Simplify pthread_kill()Sebastian Huber1-1/+0
2013-07-30score: Add and use _Thread_Signal_notification()Sebastian Huber4-8/+10
2013-07-30smp: Delete _ISR_Disable_on_this_core(), etc.Sebastian Huber4-144/+33
2013-07-30smp: Delete _ISR_SMP_Initialize()Sebastian Huber3-16/+0
2013-07-30score: Critical section change in _Thread_DispatchSebastian Huber1-2/+2
2013-07-30score: Add assert to _Per_CPU_Get()Sebastian Huber1-0/+3
2013-07-30score: Add _Assert_Thread_dispatching_repressed()Sebastian Huber3-0/+41
2013-07-30score: New header file <rtems/score/assert.h>Sebastian Huber3-0/+50
2013-07-30smp: Add and use _Per_CPU_Get()Sebastian Huber6-39/+68
2013-07-30smp: Use Thread_Control.is_executingSebastian Huber1-7/+4
2013-07-28score: Move object content to public APISebastian Huber2-23/+23
2013-07-28score: Move object MP content to public APISebastian Huber2-14/+20
2013-07-27Return the amount of data written when an error occurs rather thanChris Johns1-3/+9
2013-07-26libmisc: Provide libutf8proc conditionallySebastian Huber3-0/+10
2013-07-26score: Merge tod implementation into one fileSebastian Huber80-356/+87
2013-07-26score: Create object implementation headerSebastian Huber195-1401/+1187
2013-07-26Include missing <rtems/score/threaddispatch.h>Sebastian Huber19-47/+29
2013-07-26score: Include missing <rtems/score/thread.h>Sebastian Huber2-0/+2
2013-07-26score: Move mppkt implementation into mpciimpl.hSebastian Huber5-84/+24
2013-07-26score: Create mpci implementation headerSebastian Huber50-500/+386
2013-07-26rtems: Create signal implementation headerSebastian Huber9-52/+79
2013-07-26score: Merge objectmp implementation into one fileSebastian Huber4-85/+44
2013-07-26rtems: Fix partition includesSebastian Huber2-12/+5
2013-07-26rtems: Use proper header guardSebastian Huber1-2/+2
2013-07-26score: Create threadq implementation headerSebastian Huber101-717/+569
2013-07-26score: Delete threadq.inlSebastian Huber4-56/+11
2013-07-26score: Merge threadmp implementation into one fileSebastian Huber4-78/+35
2013-07-26score: Create states implementation headerSebastian Huber113-267/+144
2013-07-26score: Create thread implementation headerSebastian Huber111-1218/+870
2013-07-26score: Create prioritybitmap implementation headerSebastian Huber8-200/+139
2013-07-26score: Create scheduler implementation headerSebastian Huber28-172/+78
2013-07-26score: Create schedulerpriority impl headerSebastian Huber24-100/+45
2013-07-26score: Create schedulersimple impl headerSebastian Huber8-36/+27
2013-07-24readdir_r(): Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii1-1/+5
2013-07-24POSIX Semaphore: Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii3-8/+8
2013-07-24POSIX AIO: Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii2-8/+9
2013-07-24POSIX mqueue.h: Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii3-10/+10
2013-07-24score: Move _Heap_Area_overhead() definition.Sebastian Huber2-31/+31
2013-07-24score: Include <rtems/score/cpu.h>Sebastian Huber1-1/+1
2013-07-24score: Add freechainZhongwei Yao4-0/+163
2013-07-24score: Delete priority.inlSebastian Huber4-62/+0
2013-07-24score: Merge sysstate API into one fileSebastian Huber88-183/+82
2013-07-23score: Create stack implementation headerSebastian Huber11-27/+34
2013-07-23posix: Include missing <stdint.h>Sebastian Huber1-0/+2
2013-07-23score: Create heap implementation headerSebastian Huber21-635/+637
2013-07-23score: Include missing <rtems/score/thread.h>Sebastian Huber1-0/+1
2013-07-23score: PR1782: CPU_USE_DEFERRED_FP_SWITCHSebastian Huber4-11/+14
2013-07-23score: Include missing <rtems/score/address.h>Sebastian Huber2-0/+2
2013-07-23score: Merge wkspace API into one fileSebastian Huber5-62/+17