summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns2013-12-243-0/+43
* rtems: classic api to/from core priority conversionsDaniel Ramirez2013-12-214-4/+23
* signalcatch.c: Remove junk commentJoel Sherrill2013-12-091-1/+0
* cpukit/rtems: Remove XXX in commentsJoel Sherrill2013-12-0928-71/+110
* Fix leap year calculationNickolay Semyonov-Kolchin2013-12-051-1/+2
* rtemsbuildname.c: Fix missing prototype warningsJoel Sherrill2013-09-221-1/+19
* intrbody.c: Fix missing prototype warningsJoel Sherrill2013-09-221-7/+19
* smp: Add and use _Assert_Owner_of_giant()Sebastian Huber2013-08-301-2/+2
* rtems: Add SMP support for signalsSebastian Huber2013-08-274-27/+40
* score: _Thread_queue_Enqueue_with_handler()Sebastian Huber2013-08-231-1/+5
* rtems: Include missing header fileSebastian Huber2013-08-141-0/+1
* score: Per-CPU thread dispatch disable levelSebastian Huber2013-08-092-1/+17
* PR766: Delete __RTEMS_INSIDE__Sebastian Huber2013-08-081-2/+0
* PR766: Delete __RTEMS_APPLICATION__Sebastian Huber2013-08-081-14/+0
* smp: Support ASR path in rtems_task_mode()Sebastian Huber2013-08-051-0/+14
* score: Use an ISR lock for TODSebastian Huber2013-08-011-7/+7
* score: Move nanoseconds since last tick supportSebastian Huber2013-08-012-20/+5
* score: Add and use _TOD_Is_set()Sebastian Huber2013-08-016-6/+6
* score: Rename tod.h to todimpl.hSebastian Huber2013-08-0116-16/+16
* score: ISR lock API changesSebastian Huber2013-08-011-20/+6
* score: Add and use ISR locksSebastian Huber2013-07-311-48/+31
* score: Move _Thread_Dispatch_if_necessary()Sebastian Huber2013-07-301-1/+20
* score: Add and use _Thread_Signal_notification()Sebastian Huber2013-07-301-3/+1
* score: Merge tod implementation into one fileSebastian Huber2013-07-2633-60/+14
* score: Create object implementation headerSebastian Huber2013-07-2687-126/+80
* Include missing <rtems/score/threaddispatch.h>Sebastian Huber2013-07-266-16/+11
* score: Create mpci implementation headerSebastian Huber2013-07-2634-145/+25
* rtems: Create signal implementation headerSebastian Huber2013-07-268-51/+78
* rtems: Fix partition includesSebastian Huber2013-07-262-12/+5
* rtems: Use proper header guardSebastian Huber2013-07-261-2/+2
* score: Create threadq implementation headerSebastian Huber2013-07-2621-39/+10
* score: Create states implementation headerSebastian Huber2013-07-2644-53/+12
* score: Create thread implementation headerSebastian Huber2013-07-2634-190/+53
* score: Create scheduler implementation headerSebastian Huber2013-07-265-30/+6
* score: Merge sysstate API into one fileSebastian Huber2013-07-2438-38/+0
* score: Create heap implementation headerSebastian Huber2013-07-232-0/+2
* rtems: Include missing headerSebastian Huber2013-07-231-1/+2
* rtems: Create tasks implementation headerSebastian Huber2013-07-2330-198/+207
* rtems: Create region implementation headerSebastian Huber2013-07-2319-115/+114
* rtems: Include <rtems/debug.h> in <rtems.h>Sebastian Huber2013-07-231-0/+1
* rtems: Create part implementation headerSebastian Huber2013-07-2313-66/+70
* rtems: Create timer implementation headerSebastian Huber2013-07-2318-264/+262
* rtems: Create ratemon implementation headerSebastian Huber2013-07-2318-309/+308
* rtems: Create dpmem implementation headerSebastian Huber2013-07-2311-58/+53
* rtems: Create event implementation headerSebastian Huber2013-07-2318-393/+294
* rtems: Merge support API into one fileSebastian Huber2013-07-234-73/+30
* rtems: Create asr implementation headerSebastian Huber2013-07-238-25/+29
* rtems: Create modes implementation headerSebastian Huber2013-07-236-28/+35
* rtems: Create attr implementation headerSebastian Huber2013-07-2326-62/+71
* rtems: Create options implementation headerSebastian Huber2013-07-2312-27/+35