summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-11rbheap: Fix rtems_rbheap_free()Sebastian Huber1-23/+15
2015-06-26score: Simplify <rtems/system.h>Sebastian Huber1-0/+1
2015-05-20timecounter: Use in RTEMSAlexander Krutwig1-0/+1
2015-05-20timecounter: Port to RTEMSAlexander Krutwig1-0/+52
2015-04-17sapi: Avoid declaration in source, fix typeSebastian Huber2-5/+3
2015-04-17DRVMGR: added driver manager to cpukit/libdrvmgrDaniel Hellstrom1-0/+63
2015-04-17IO_MANAGER: early dynamic driver registrationDaniel Hellstrom2-1/+17
2015-03-22score: Simplify debug code and use _Assert()Sebastian Huber1-1/+1
2015-03-05Move test support from sapi to libmisc/testsupportSebastian Huber2-115/+0
2014-11-04sapi/src/testextension.c: Fix warningsJoel Sherrill1-0/+2
2014-10-24sapi: Use an interrupt lock for test extensionSebastian Huber1-23/+20
2014-10-23sapi: Report only if not an SMP shutdown responseSebastian Huber1-3/+23
2014-09-02sapi: Add profiling report begin/end messageSebastian Huber1-3/+7
2014-08-05rbtree: Add and use RBTree_Compare_resultSebastian Huber1-31/+39
2014-07-15rbtree: Reduce RBTree_Control sizeSebastian Huber1-4/+4
2014-04-29sapi: Report profiling only if enabled for testsSebastian Huber1-0/+2
2014-04-28sapi: Add profiling done messageSebastian Huber1-0/+6
2014-04-28sapi: Add arithmetic means to XML profiling reportSebastian Huber1-9/+62
2014-04-11rtems: Rename rtems_smp_get_current_processor()Sebastian Huber1-1/+1
2014-04-11rtems: Rename rtems_smp_get_processor_count()Sebastian Huber1-1/+1
2014-04-10score: Statically initialize IO managerSebastian Huber2-59/+0
2014-04-03score: PR788: Add INTERNAL_ERROR_RESOURCE_IN_USESebastian Huber1-1/+2
2014-03-31score: PR2152: Use allocator mutex for objectsSebastian Huber2-5/+9
2014-03-25sapi: Add profiling report for testsSebastian Huber1-0/+11
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns38-38/+38
2014-03-19posix: Use interal mutex for once implementationSebastian Huber2-3/+2
2014-03-17sapi: Add <rtems/test.h>Sebastian Huber2-0/+73
2014-03-14score: Add SMP lock profiling supportSebastian Huber2-1/+63
2014-03-14score: Add per-CPU profilingSebastian Huber1-0/+61
2014-03-14sapi: Add SMP lock profiling app. level dataSebastian Huber1-0/+78
2014-03-14sapi: Add per-CPU profiling application level dataSebastian Huber1-0/+89
2014-03-14sapi: Add profiling application level supportSebastian Huber2-0/+122
2014-03-11score: Add local context to SMP lock APISebastian Huber1-28/+28
2014-03-11sapi: Use one SMP lock for all chainsSebastian Huber1-41/+39
2014-03-07POSIX keys now enabled in all configurations.Joel Sherrill2-28/+26
2014-03-07sapi: Moved smp initialization and added cpuset initilization.Jennifer Averett1-2/+5
2014-03-06score: SMP initialization and shutdown changesSebastian Huber1-1/+1
2014-02-21score: Rename _Internal_error_Occurred()Sebastian Huber4-4/+4
2014-02-19score: Add and use <rtems/score/smpimpl.h>Sebastian Huber1-10/+2
2014-02-19score: Add RTEMS_FATAL_SOURCE_SMPSebastian Huber1-1/+2
2014-02-19score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber1-2/+1
2014-02-19score: Delete INTERNAL_ERROR_SHUTDOWN_WHEN_NOT_UPSebastian Huber2-17/+2
2014-02-19score: Move _SMP_Request_other_cores_to_shutdown()Sebastian Huber1-8/+0
2014-02-19score: Delete _Thread_BSP_contextSebastian Huber2-38/+22
2014-02-19score: Add SYSTEM_STATE_TERMINATEDSebastian Huber1-1/+0
2014-02-14score: Add CPU counter supportSebastian Huber3-0/+101
2014-02-12score: Change debug helper functionsSebastian Huber2-18/+18
2013-11-21score/rbtree: Remove "unprotected" from APISebastian Huber1-4/+4
2013-08-30sapi: SMP support for chainsSebastian Huber1-0/+138
2013-08-23posix: Update to the pthread_once changes.Chris Johns1-0/+7