summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems: Add rtems_get_build_label()Sebastian Huber2021-02-251-0/+50
* config: Adjust stack allocator initializationSebastian Huber2021-02-241-1/+10
* score: Remove _Objects_Open()Sebastian Huber2021-02-241-4/+2
* Update copyright notice to 2021Sebastian Huber2021-01-271-1/+1
* cpucounter: Increase conversion accuracySebastian Huber2021-01-261-3/+4
* sapi: Canonicalize @defgroup and @file commentsSebastian Huber2020-12-0239-69/+208
* rtems: Canonicalize implementation Doxygen groupsSebastian Huber2020-12-021-1/+1
* rtems: Simplify includes in version.cSebastian Huber2020-12-021-1/+1
* posix: Delete unused _POSIX_Fatal_error()Sebastian Huber2020-12-021-179/+0
* config: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZESebastian Huber2020-11-261-1/+2
* rtems: Move from <rtems.h> to <rtems/config.h>Sebastian Huber2020-09-182-2/+2
* CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber2020-09-171-2/+3
* rtems: Add _RTEMS_Name_to_id()Sebastian Huber2020-08-311-21/+31
* rtems: Move declartion of _RTEMS_versionSebastian Huber2020-07-141-2/+1
* score: Update _Copyright_NoticeSebastian Huber2020-05-061-3/+2
* rtems: Deprecate _Copyright_NoticeSebastian Huber2020-05-061-0/+2
* rtems: Add rtems_get_copyright_notice()Sebastian Huber2020-05-061-0/+46
* rtems: Deprecate use of _RTEMS_versionSebastian Huber2020-05-061-0/+2
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-281-1/+2
* sapi: Add param check to rtems_extension_create()Sebastian Huber2020-04-171-4/+10
* Canonicalize config.h includeSebastian Huber2020-04-1636-41/+41
* config: Initialize IO drivers on demandSebastian Huber2020-02-262-13/+45
* libio: Add POSIX user environment pointer to TCBSebastian Huber2020-02-251-1/+9
* 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