summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-26Add system initialization step for target hashSebastian Huber1-1/+9
2021-02-25rtems: Add rtems_get_build_label()Sebastian Huber1-0/+50
2021-02-24config: Adjust stack allocator initializationSebastian Huber1-1/+10
2021-02-24score: Remove _Objects_Open()Sebastian Huber1-4/+2
2021-01-27Update copyright notice to 2021Sebastian Huber1-1/+1
2021-01-26cpucounter: Increase conversion accuracySebastian Huber1-3/+4
2020-12-02sapi: Canonicalize @defgroup and @file commentsSebastian Huber39-69/+208
2020-12-02rtems: Canonicalize implementation Doxygen groupsSebastian Huber1-1/+1
2020-12-02rtems: Simplify includes in version.cSebastian Huber1-1/+1
2020-12-02posix: Delete unused _POSIX_Fatal_error()Sebastian Huber1-179/+0
2020-11-26config: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZESebastian Huber1-1/+2
2020-09-18rtems: Move from <rtems.h> to <rtems/config.h>Sebastian Huber2-2/+2
2020-09-17CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber1-2/+3
2020-08-31rtems: Add _RTEMS_Name_to_id()Sebastian Huber1-21/+31
2020-07-14rtems: Move declartion of _RTEMS_versionSebastian Huber1-2/+1
2020-05-06score: Update _Copyright_NoticeSebastian Huber1-3/+2
2020-05-06rtems: Deprecate _Copyright_NoticeSebastian Huber1-0/+2
2020-05-06rtems: Add rtems_get_copyright_notice()Sebastian Huber1-0/+46
2020-05-06rtems: Deprecate use of _RTEMS_versionSebastian Huber1-0/+2
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber1-1/+2
2020-04-17sapi: Add param check to rtems_extension_create()Sebastian Huber1-4/+10
2020-04-16Canonicalize config.h includeSebastian Huber36-41/+41
2020-02-26config: Initialize IO drivers on demandSebastian Huber2-13/+45
2020-02-25libio: Add POSIX user environment pointer to TCBSebastian Huber1-1/+9
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