summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-21219-219/+219
* rtems: Include missing header fileSebastian Huber2014-03-181-1/+2
* score: Add SMP lock profiling supportSebastian Huber2014-03-142-4/+6
* score: Add function to destroy SMP locksSebastian Huber2014-03-111-0/+10
* score: Add local context to SMP lock APISebastian Huber2014-03-114-25/+36
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-071-1/+6
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-073-13/+13
* rtems: Add Classic API get and set affinity methods.Jennifer Averett2014-03-074-0/+177
* taskmode: Formatting correctionJoel Sherrill2014-03-051-5/+3
* rtems: Add cache size functionsSebastian Huber2014-02-281-0/+20
* rtems: Use size_t for cache line sizeSebastian Huber2014-02-281-2/+2
* rtems: Cache manager documentationSebastian Huber2014-02-281-66/+79
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-211-2/+2
* Require presence of <stdatomic.h> for SMP supportSebastian Huber2014-02-172-2/+2
* score: Change debug helper functionsSebastian Huber2014-02-123-11/+13
* rtems: Add rtems_status_code_description()Sebastian Huber2014-02-063-0/+80
* 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-082-2/+76
* 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