summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems: Include missing header fileSebastian Huber2014-03-181-1/+2
* score: Add local context to SMP lock APISebastian Huber2014-03-112-6/+6
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-071-1/+6
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-072-2/+2
* rtems: Add Classic API get and set affinity methods.Jennifer Averett2014-03-072-0/+125
* taskmode: Formatting correctionJoel Sherrill2014-03-051-5/+3
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-211-2/+2
* score: Change debug helper functionsSebastian Huber2014-02-121-6/+6
* rtems: Add rtems_status_code_description()Sebastian Huber2014-02-061-0/+69
* rtems/*.c: Remove use of register keywordJoel Sherrill2014-02-0337-73/+73
* tasksetpriority.c: Remove obsolete commentJoel Sherrill2014-01-091-2/+1
* libcsupport: Refactor rtems_deviceio_errnoDaniel Ramirez2014-01-081-2/+52
* cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns2013-12-241-0/+35
* rtems: classic api to/from core priority conversionsDaniel Ramirez2013-12-213-4/+11
* signalcatch.c: Remove junk commentJoel Sherrill2013-12-091-1/+0
* cpukit/rtems: Remove XXX in commentsJoel Sherrill2013-12-099-18/+42
* 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-272-9/+3
* score: _Thread_queue_Enqueue_with_handler()Sebastian Huber2013-08-231-1/+5
* score: Per-CPU thread dispatch disable levelSebastian Huber2013-08-092-1/+17
* 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-011-19/+3
* 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: 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-2630-55/+11
* score: Create object implementation headerSebastian Huber2013-07-2679-126/+71
* Include missing <rtems/score/threaddispatch.h>Sebastian Huber2013-07-266-16/+11
* score: Create mpci implementation headerSebastian Huber2013-07-2626-100/+5
* rtems: Create signal implementation headerSebastian Huber2013-07-263-19/+4
* rtems: Fix partition includesSebastian Huber2013-07-262-12/+5
* score: Create threadq implementation headerSebastian Huber2013-07-2620-38/+9
* score: Create states implementation headerSebastian Huber2013-07-2643-52/+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-2437-37/+0
* score: Create heap implementation headerSebastian Huber2013-07-231-0/+1
* rtems: Create tasks implementation headerSebastian Huber2013-07-2324-25/+24
* rtems: Create region implementation headerSebastian Huber2013-07-2314-15/+14
* rtems: Create part implementation headerSebastian Huber2013-07-238-9/+8
* rtems: Create timer implementation headerSebastian Huber2013-07-2313-14/+15
* rtems: Create ratemon implementation headerSebastian Huber2013-07-2313-19/+15
* rtems: Create dpmem implementation headerSebastian Huber2013-07-237-13/+7
* rtems: Create event implementation headerSebastian Huber2013-07-2310-18/+13
* rtems: Create asr implementation headerSebastian Huber2013-07-234-0/+4