summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* sysinit: Add RTEMS_SYSINIT_ZERO_MEMORYSebastian Huber2020-02-061-1/+9
* config: Add CONFIGURE_VERBOSE_SYSTEM_INITIALIZATIONSebastian Huber2020-02-041-0/+557
* Use RTEMS_SYSINIT_ORDER_LAST_BUT_5Sebastian Huber2020-02-041-1/+1
* bsps: Rework work area initializationSebastian Huber2020-02-041-0/+13
* rtems-5: Improve heap fatal error informationsebastian.huber2019-11-051-2/+3
* rtems: Make rtems_version_control_key() saferSebastian Huber2019-09-091-1/+1
* rtems: Add rtems_scheduler_get_processor_maximum()Sebastian Huber2019-04-091-1/+1
* doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber2019-04-041-1/+1
* doxygen: Added Version to API->ClassicAndreas Dachsberger2019-04-041-1/+1
* Remove superfluous <rtems/system.h> includesSebastian Huber2019-03-144-4/+0
* score: Fix per-CPU data allocationSebastian Huber2018-12-181-2/+3
* score: Static Objects_Information initializationSebastian Huber2018-12-142-33/+43
* rtems: Use object information to get config maxSebastian Huber2018-12-142-1/+103
* score: Remove Objects_Information::is_stringSebastian Huber2018-12-071-2/+1
* Convert CPU counter ticks to/from sbintime_tSebastian Huber2018-12-031-2/+20
* Rename files to make them unique within cpukitSebastian Huber2018-10-041-0/+0
* Add _CPU_Counter_frequency()Sebastian Huber2018-06-151-3/+15
* Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREESebastian Huber2018-06-051-1/+2
* Update rtems_fatal_source_text()Sebastian Huber2018-06-051-2/+3
* score: Use self-contained API mutexSebastian Huber2017-12-041-9/+0
* sapi/src/panic.c: Add include of <rtems/bspIo.h>Joel Sherrill2017-11-291-0/+1
* sapi: New implementation of rtems_panic()Sebastian Huber2017-11-221-0/+32
* cpukit: Add _arc4random_getentropy_fail.Christian Mauderer2017-11-171-1/+2
* cpukit: Add a Version API.Chris Johns2017-11-101-0/+63
* posix: Implement self-contained POSIX mutexSebastian Huber2017-10-051-0/+37
* posix: Implement self-contained POSIX condvarSebastian Huber2017-10-051-0/+33
* posix: Implement self-contained POSIX rwlocksSebastian Huber2017-10-051-0/+29
* posix: Implement self-contained POSIX barriersSebastian Huber2017-10-051-0/+26
* posix: Implement self-contained POSIX semaphoresSebastian Huber2017-10-051-0/+25
* INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNITSebastian Huber2017-07-251-2/+3
* Add INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILEDSebastian Huber2016-12-121-1/+2
* Add INTERNAL_ERROR_LIBIO_STDOUT_FD_OPEN_FAILEDSebastian Huber2016-12-121-1/+2
* Add INTERNAL_ERROR_LIBIO_SEM_CREATE_FAILEDSebastian Huber2016-12-121-1/+2
* INTERNAL_ERROR_LIBIO_USER_ENV_KEY_CREATE_FAILEDSebastian Huber2016-12-121-1/+2
* Add INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILEDSebastian Huber2016-12-121-1/+2
* Add INTERNAL_ERROR_RTEMS_INIT_TASK_CREATE_FAILEDSebastian Huber2016-12-121-1/+2
* score: Remove fatal is internal indicatorSebastian Huber2016-12-094-38/+3
* score: Simplify linker set APISebastian Huber2016-12-061-8/+3
* score: Uncomment unused internal error codesSebastian Huber2016-11-231-3/+3
* score: Add thread queue enqueue calloutSebastian Huber2016-11-231-1/+1
* score: Robust thread dispatchSebastian Huber2016-11-231-1/+2
* score: Add and use _Thread_Dispatch_direct()Sebastian Huber2016-11-181-1/+2
* score: First part of new MrsP implementationSebastian Huber2016-11-021-1/+2
* score: More robust linker setsSebastian Huber2016-10-121-2/+5
* score: Add debug support to red-black treesSebastian Huber2016-08-081-0/+1
* score: Add deadlock detectionSebastian Huber2016-07-271-2/+3
* score: Add debug support to chainsSebastian Huber2016-07-221-0/+1
* score: Move _RBTree_Find()Sebastian Huber2016-06-222-8/+59
* score: Move _RBTree_Insert()Sebastian Huber2016-06-221-0/+57
* score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber2016-05-301-1/+1