summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-06sysinit: Add RTEMS_SYSINIT_ZERO_MEMORYSebastian Huber1-1/+9
2020-02-04config: Add CONFIGURE_VERBOSE_SYSTEM_INITIALIZATIONSebastian Huber1-0/+557
2020-02-04Use RTEMS_SYSINIT_ORDER_LAST_BUT_5Sebastian Huber1-1/+1
2020-02-04bsps: Rework work area initializationSebastian Huber1-0/+13
2019-11-05rtems-5: Improve heap fatal error informationsebastian.huber1-2/+3
2019-09-09rtems: Make rtems_version_control_key() saferSebastian Huber1-1/+1
2019-04-09rtems: Add rtems_scheduler_get_processor_maximum()Sebastian Huber1-1/+1
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber1-1/+1
2019-04-04doxygen: Added Version to API->ClassicAndreas Dachsberger1-1/+1
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber4-4/+0
2018-12-18score: Fix per-CPU data allocationSebastian Huber1-2/+3
2018-12-14score: Static Objects_Information initializationSebastian Huber2-33/+43
2018-12-14rtems: Use object information to get config maxSebastian Huber2-1/+103
2018-12-07score: Remove Objects_Information::is_stringSebastian Huber1-2/+1
2018-12-03Convert CPU counter ticks to/from sbintime_tSebastian Huber1-2/+20
2018-10-04Rename files to make them unique within cpukitSebastian Huber1-0/+0
2018-06-15Add _CPU_Counter_frequency()Sebastian Huber1-3/+15
2018-06-05Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREESebastian Huber1-1/+2
2018-06-05Update rtems_fatal_source_text()Sebastian Huber1-2/+3
2017-12-04score: Use self-contained API mutexSebastian Huber1-9/+0
2017-11-29sapi/src/panic.c: Add include of <rtems/bspIo.h>Joel Sherrill1-0/+1
2017-11-22sapi: New implementation of rtems_panic()Sebastian Huber1-0/+32
2017-11-17cpukit: Add _arc4random_getentropy_fail.Christian Mauderer1-1/+2
2017-11-10cpukit: Add a Version API.Chris Johns1-0/+63
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber1-0/+37
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber1-0/+33
2017-10-05posix: Implement self-contained POSIX rwlocksSebastian Huber1-0/+29
2017-10-05posix: Implement self-contained POSIX barriersSebastian Huber1-0/+26
2017-10-05posix: Implement self-contained POSIX semaphoresSebastian Huber1-0/+25
2017-07-25INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNITSebastian Huber1-2/+3
2016-12-12Add INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILEDSebastian Huber1-1/+2
2016-12-12Add INTERNAL_ERROR_LIBIO_STDOUT_FD_OPEN_FAILEDSebastian Huber1-1/+2
2016-12-12Add INTERNAL_ERROR_LIBIO_SEM_CREATE_FAILEDSebastian Huber1-1/+2
2016-12-12INTERNAL_ERROR_LIBIO_USER_ENV_KEY_CREATE_FAILEDSebastian Huber1-1/+2
2016-12-12Add INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILEDSebastian Huber1-1/+2
2016-12-12Add INTERNAL_ERROR_RTEMS_INIT_TASK_CREATE_FAILEDSebastian Huber1-1/+2
2016-12-09score: Remove fatal is internal indicatorSebastian Huber4-38/+3
2016-12-06score: Simplify linker set APISebastian Huber1-8/+3
2016-11-23score: Uncomment unused internal error codesSebastian Huber1-3/+3
2016-11-23score: Add thread queue enqueue calloutSebastian Huber1-1/+1
2016-11-23score: Robust thread dispatchSebastian Huber1-1/+2
2016-11-18score: Add and use _Thread_Dispatch_direct()Sebastian Huber1-1/+2
2016-11-02score: First part of new MrsP implementationSebastian Huber1-1/+2
2016-10-12score: More robust linker setsSebastian Huber1-2/+5
2016-08-08score: Add debug support to red-black treesSebastian Huber1-0/+1
2016-07-27score: Add deadlock detectionSebastian Huber1-2/+3
2016-07-22score: Add debug support to chainsSebastian Huber1-0/+1
2016-06-22score: Move _RBTree_Find()Sebastian Huber2-8/+59
2016-06-22score: Move _RBTree_Insert()Sebastian Huber1-0/+57
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber1-1/+1