summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-24cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns3-0/+43
2013-12-21rtems: classic api to/from core priority conversionsDaniel Ramirez4-4/+23
2013-12-09signalcatch.c: Remove junk commentJoel Sherrill1-1/+0
2013-12-09cpukit/rtems: Remove XXX in commentsJoel Sherrill28-71/+110
2013-12-05Fix leap year calculationNickolay Semyonov-Kolchin1-1/+2
2013-09-22rtemsbuildname.c: Fix missing prototype warningsJoel Sherrill1-1/+19
2013-09-22intrbody.c: Fix missing prototype warningsJoel Sherrill1-7/+19
2013-08-30smp: Add and use _Assert_Owner_of_giant()Sebastian Huber1-2/+2
2013-08-27rtems: Add SMP support for signalsSebastian Huber4-27/+40
2013-08-23score: _Thread_queue_Enqueue_with_handler()Sebastian Huber1-1/+5
2013-08-14rtems: Include missing header fileSebastian Huber1-0/+1
2013-08-09score: Per-CPU thread dispatch disable levelSebastian Huber2-1/+17
2013-08-08PR766: Delete __RTEMS_INSIDE__Sebastian Huber1-2/+0
2013-08-08PR766: Delete __RTEMS_APPLICATION__Sebastian Huber1-14/+0
2013-08-05smp: Support ASR path in rtems_task_mode()Sebastian Huber1-0/+14
2013-08-01score: Use an ISR lock for TODSebastian Huber1-7/+7
2013-08-01score: Move nanoseconds since last tick supportSebastian Huber2-20/+5
2013-08-01score: Add and use _TOD_Is_set()Sebastian Huber6-6/+6
2013-08-01score: Rename tod.h to todimpl.hSebastian Huber16-16/+16
2013-08-01score: ISR lock API changesSebastian Huber1-20/+6
2013-07-31score: Add and use ISR locksSebastian Huber1-48/+31
2013-07-30score: Move _Thread_Dispatch_if_necessary()Sebastian Huber1-1/+20
2013-07-30score: Add and use _Thread_Signal_notification()Sebastian Huber1-3/+1
2013-07-26score: Merge tod implementation into one fileSebastian Huber33-60/+14
2013-07-26score: Create object implementation headerSebastian Huber87-126/+80
2013-07-26Include missing <rtems/score/threaddispatch.h>Sebastian Huber6-16/+11
2013-07-26score: Create mpci implementation headerSebastian Huber34-145/+25
2013-07-26rtems: Create signal implementation headerSebastian Huber8-51/+78
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 Huber21-39/+10
2013-07-26score: Create states implementation headerSebastian Huber44-53/+12
2013-07-26score: Create thread implementation headerSebastian Huber34-190/+53
2013-07-26score: Create scheduler implementation headerSebastian Huber5-30/+6
2013-07-24score: Merge sysstate API into one fileSebastian Huber38-38/+0
2013-07-23score: Create heap implementation headerSebastian Huber2-0/+2
2013-07-23rtems: Include missing headerSebastian Huber1-1/+2
2013-07-23rtems: Create tasks implementation headerSebastian Huber30-198/+207
2013-07-23rtems: Create region implementation headerSebastian Huber19-115/+114
2013-07-23rtems: Include <rtems/debug.h> in <rtems.h>Sebastian Huber1-0/+1
2013-07-23rtems: Create part implementation headerSebastian Huber13-66/+70
2013-07-23rtems: Create timer implementation headerSebastian Huber18-264/+262
2013-07-23rtems: Create ratemon implementation headerSebastian Huber18-309/+308
2013-07-23rtems: Create dpmem implementation headerSebastian Huber11-58/+53
2013-07-23rtems: Create event implementation headerSebastian Huber18-393/+294
2013-07-23rtems: Merge support API into one fileSebastian Huber4-73/+30
2013-07-23rtems: Create asr implementation headerSebastian Huber8-25/+29
2013-07-23rtems: Create modes implementation headerSebastian Huber6-28/+35
2013-07-23rtems: Create attr implementation headerSebastian Huber26-62/+71
2013-07-23rtems: Create options implementation headerSebastian Huber12-27/+35