summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/interr.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-14score: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALLSebastian Huber1-1/+2
2022-10-14config: Add CONFIGURE_IDLE_TASK_STORAGE_SIZESebastian Huber1-1/+2
2022-10-14score: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILEDSebastian Huber1-0/+1
2022-08-30score: Do not expose <limits.h> to <rtems.h>Sebastian Huber1-3/+1
2022-08-19interr.h: Fix gcc 12 warningRyan Long1-1/+3
2022-02-28cpukit/include/rtems/score/[a-r]*.h: Change license to BSD-2Joel Sherrill1-3/+22
2022-01-27Remove obsolete rtems_gxx_*() implementationSebastian Huber1-2/+2
2021-07-28score: Remove _Internal_errors_What_happenedSebastian Huber1-17/+1
2021-07-26rtems: Add RTEMS_FATAL_SOURCE_SPURIOUS_INTERRUPTSebastian Huber1-0/+7
2020-12-02score: Canonicalize Doxygen @file commentsSebastian Huber1-4/+2
2020-12-02score: Canonicalize Doxygen groupsSebastian Huber1-3/+2
2020-11-26config: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZESebastian Huber1-1/+2
2020-11-26Avoid INTERNAL_ERROR_RTEMS_INIT_TASK_ENTRY_IS_NULLSebastian Huber1-1/+1
2020-11-19config: Simplify task stack allocator initSebastian Huber1-1/+1
2020-10-10rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber1-3/+3
2020-09-17CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber1-1/+2
2020-02-25libio: Add POSIX user environment pointer to TCBSebastian Huber1-1/+1
2019-12-13score: Remove _Workspace_Allocate_or_fatal_error()Sebastian Huber1-1/+1
2019-11-05rtems-5: Improve heap fatal error informationsebastian.huber1-0/+7
2019-07-06score/interr: Fix comments.Chris Johns1-2/+2
2019-05-13doxygen: score: adjust doc in interr.h to doxygen guidelinesAndreas Dachsberger1-13/+18
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber1-2/+2
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber1-4/+1
2019-02-28Remove explicit file names from @fileSebastian Huber1-1/+1
2018-12-18score: Fix per-CPU data allocationSebastian Huber1-1/+2
2018-12-14score: Static Objects_Information initializationSebastian Huber1-1/+1
2018-09-21Remove INTERNAL_ERROR_INTERRUPT_STACK_TOO_SMALLSebastian Huber1-1/+1
2018-06-05Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREESebastian Huber1-0/+7
2018-01-25Remove make preinstallChris Johns1-0/+0
2017-12-06libio: Use API mutexSebastian Huber1-1/+1
2017-11-22sapi: New implementation of rtems_panic()Sebastian Huber1-0/+7
2017-11-22INTERNAL_ERROR_POSIX_INIT_THREAD_ENTRY_IS_NULLSebastian Huber1-1/+1
2017-11-17cpukit: Add _arc4random_getentropy_fail.Christian Mauderer1-1/+2
2017-07-25INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNITSebastian Huber1-1/+2
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-12score: Introduce _Internal_error()Sebastian Huber1-0/+10
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 Huber1-6/+1
2016-11-23score: Explicitly define the fatal source numbersSebastian Huber1-11/+11
2016-11-23score: Uncomment unused internal error codesSebastian Huber1-33/+37
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-07-27score: Add deadlock detectionSebastian Huber1-1/+2
2016-07-06score: Do not disable ISR in _Terminate()Sebastian Huber1-3/+1