summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-15rtems: Add task get/set schedulerSebastian Huber2-0/+118
2014-04-15rtems: Add scheduler get processorsSebastian Huber1-0/+54
2014-04-15rtems: Add scheduler identificationSebastian Huber1-0/+46
2014-04-15score: Simplify thread control initializationSebastian Huber1-36/+4
2014-04-11rtems: Rename rtems_smp_get_current_processor()Sebastian Huber1-0/+25
2014-04-11rtems: Rename rtems_smp_get_processor_count()Sebastian Huber1-0/+25
2014-04-07score: Use proper protectionSebastian Huber1-6/+7
2014-04-07score: Delete _Thread_Ticks_per_timesliceSebastian Huber1-1/+2
2014-04-04Disable per task variables when SMP is enabledJoel Sherrill5-17/+40
2014-04-04score: Add scheduler control to scheduler opsSebastian Huber7-16/+37
2014-04-03rtems: Move affinity from thread to scheduler.Jennifer Averett2-9/+9
2014-03-31score: Delete CORE_mutex_Control::lockSebastian Huber1-1/+1
2014-03-31score: PR2152: Use allocator mutex for objectsSebastian Huber21-106/+80
2014-03-31score: Thread life cycle re-implementationSebastian Huber3-41/+27
2014-03-31score: Add parameter to _Thread_Restart()Sebastian Huber1-1/+1
2014-03-31score: Use thread action for thread restartSebastian Huber1-9/+1
2014-03-31rtems: Use thread action for signalsSebastian Huber4-10/+22
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns166-166/+166
2014-03-18rtems: Include missing header fileSebastian Huber1-1/+2
2014-03-11score: Add local context to SMP lock APISebastian Huber2-6/+6
2014-03-07POSIX keys now enabled in all configurations.Joel Sherrill1-1/+6
2014-03-07Remove trailing whitespace in previous patchesJennifer Averett2-2/+2
2014-03-07rtems: Add Classic API get and set affinity methods.Jennifer Averett2-0/+125
2014-03-05taskmode: Formatting correctionJoel Sherrill1-5/+3
2014-02-21score: Rename _Internal_error_Occurred()Sebastian Huber1-2/+2
2014-02-12score: Change debug helper functionsSebastian Huber1-6/+6
2014-02-06rtems: Add rtems_status_code_description()Sebastian Huber1-0/+69
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 Ramirez1-2/+52
2013-12-24cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns1-0/+35
2013-12-21rtems: classic api to/from core priority conversionsDaniel Ramirez3-4/+11
2013-12-09signalcatch.c: Remove junk commentJoel Sherrill1-1/+0
2013-12-09cpukit/rtems: Remove XXX in commentsJoel Sherrill9-18/+42
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 Huber2-9/+3
2013-08-23score: _Thread_queue_Enqueue_with_handler()Sebastian Huber1-1/+5
2013-08-09score: Per-CPU thread dispatch disable levelSebastian Huber2-1/+17
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 Huber1-19/+3
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-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 Huber30-55/+11
2013-07-26score: Create object implementation headerSebastian Huber79-126/+71