summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* rbheap: Fix rtems_rbheap_free()Sebastian Huber2015-09-111-23/+15
* score: Simplify <rtems/system.h>Sebastian Huber2015-06-261-0/+1
* timecounter: Use in RTEMSAlexander Krutwig2015-05-201-0/+1
* timecounter: Port to RTEMSAlexander Krutwig2015-05-201-0/+52
* sapi: Avoid declaration in source, fix typeSebastian Huber2015-04-172-5/+3
* DRVMGR: added driver manager to cpukit/libdrvmgrDaniel Hellstrom2015-04-171-0/+63
* IO_MANAGER: early dynamic driver registrationDaniel Hellstrom2015-04-172-1/+17
* score: Simplify debug code and use _Assert()Sebastian Huber2015-03-221-1/+1
* Move test support from sapi to libmisc/testsupportSebastian Huber2015-03-052-115/+0
* sapi/src/testextension.c: Fix warningsJoel Sherrill2014-11-041-0/+2
* sapi: Use an interrupt lock for test extensionSebastian Huber2014-10-241-23/+20
* sapi: Report only if not an SMP shutdown responseSebastian Huber2014-10-231-3/+23
* sapi: Add profiling report begin/end messageSebastian Huber2014-09-021-3/+7
* rbtree: Add and use RBTree_Compare_resultSebastian Huber2014-08-051-31/+39
* rbtree: Reduce RBTree_Control sizeSebastian Huber2014-07-151-4/+4
* sapi: Report profiling only if enabled for testsSebastian Huber2014-04-291-0/+2
* sapi: Add profiling done messageSebastian Huber2014-04-281-0/+6
* sapi: Add arithmetic means to XML profiling reportSebastian Huber2014-04-281-9/+62
* rtems: Rename rtems_smp_get_current_processor()Sebastian Huber2014-04-111-1/+1
* rtems: Rename rtems_smp_get_processor_count()Sebastian Huber2014-04-111-1/+1
* score: Statically initialize IO managerSebastian Huber2014-04-102-59/+0
* score: PR788: Add INTERNAL_ERROR_RESOURCE_IN_USESebastian Huber2014-04-031-1/+2
* score: PR2152: Use allocator mutex for objectsSebastian Huber2014-03-312-5/+9
* sapi: Add profiling report for testsSebastian Huber2014-03-251-0/+11
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2138-38/+38
* posix: Use interal mutex for once implementationSebastian Huber2014-03-192-3/+2
* sapi: Add <rtems/test.h>Sebastian Huber2014-03-172-0/+73
* score: Add SMP lock profiling supportSebastian Huber2014-03-142-1/+63
* score: Add per-CPU profilingSebastian Huber2014-03-141-0/+61
* sapi: Add SMP lock profiling app. level dataSebastian Huber2014-03-141-0/+78
* sapi: Add per-CPU profiling application level dataSebastian Huber2014-03-141-0/+89
* sapi: Add profiling application level supportSebastian Huber2014-03-142-0/+122
* score: Add local context to SMP lock APISebastian Huber2014-03-111-28/+28
* sapi: Use one SMP lock for all chainsSebastian Huber2014-03-111-41/+39
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-072-28/+26
* sapi: Moved smp initialization and added cpuset initilization.Jennifer Averett2014-03-071-2/+5
* score: SMP initialization and shutdown changesSebastian Huber2014-03-061-1/+1
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-214-4/+4
* score: Add and use <rtems/score/smpimpl.h>Sebastian Huber2014-02-191-10/+2
* score: Add RTEMS_FATAL_SOURCE_SMPSebastian Huber2014-02-191-1/+2
* score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber2014-02-191-2/+1
* score: Delete INTERNAL_ERROR_SHUTDOWN_WHEN_NOT_UPSebastian Huber2014-02-192-17/+2
* score: Move _SMP_Request_other_cores_to_shutdown()Sebastian Huber2014-02-191-8/+0
* score: Delete _Thread_BSP_contextSebastian Huber2014-02-192-38/+22
* score: Add SYSTEM_STATE_TERMINATEDSebastian Huber2014-02-191-1/+0
* score: Add CPU counter supportSebastian Huber2014-02-143-0/+101
* score: Change debug helper functionsSebastian Huber2014-02-122-18/+18
* score/rbtree: Remove "unprotected" from APISebastian Huber2013-11-211-4/+4
* sapi: SMP support for chainsSebastian Huber2013-08-301-0/+138
* posix: Update to the pthread_once changes.Chris Johns2013-08-231-0/+7