summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-31rtems: Use thread action for signalsSebastian Huber6-10/+36
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns219-219/+219
2014-03-18rtems: Include missing header fileSebastian Huber1-1/+2
2014-03-14score: Add SMP lock profiling supportSebastian Huber2-4/+6
2014-03-11score: Add function to destroy SMP locksSebastian Huber1-0/+10
2014-03-11score: Add local context to SMP lock APISebastian Huber4-25/+36
2014-03-07POSIX keys now enabled in all configurations.Joel Sherrill1-1/+6
2014-03-07Remove trailing whitespace in previous patchesJennifer Averett3-13/+13
2014-03-07rtems: Add Classic API get and set affinity methods.Jennifer Averett4-0/+177
2014-03-05taskmode: Formatting correctionJoel Sherrill1-5/+3
2014-02-28rtems: Add cache size functionsSebastian Huber1-0/+20
2014-02-28rtems: Use size_t for cache line sizeSebastian Huber1-2/+2
2014-02-28rtems: Cache manager documentationSebastian Huber1-66/+79
2014-02-21score: Rename _Internal_error_Occurred()Sebastian Huber1-2/+2
2014-02-17Require presence of <stdatomic.h> for SMP supportSebastian Huber2-2/+2
2014-02-12score: Change debug helper functionsSebastian Huber3-11/+13
2014-02-06rtems: Add rtems_status_code_description()Sebastian Huber3-0/+80
2014-02-03rtems/*.c: Remove use of register keywordJoel Sherrill37-73/+73
2014-01-09tasksetpriority.c: Remove obsolete commentJoel Sherrill1-2/+1
2014-01-08libcsupport: Refactor rtems_deviceio_errnoDaniel Ramirez2-2/+76
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