summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-21rtems-fdt/rtems-fdt.c: Fix bug in loop terminationG S Niteesh Babu1-1/+1
2021-03-19rtems: Relax mode checks in rtems_signal_catch()Sebastian Huber1-2/+8
2021-03-18rtems: Fix rtems_task_mode()Sebastian Huber1-16/+22
2021-03-16rtems: Improve semaphore create error checksSebastian Huber1-6/+4
2021-03-16rtems: Allow initially locked MrsP semaphoresSebastian Huber2-9/+22
2021-03-16rtems: Require RTEMS_PRIORITY for MrsP semaphoresSebastian Huber2-3/+4
2021-03-16score: Add Thread_Configuration::cpu_time_budgetSebastian Huber6-70/+49
2021-03-11leon,tn-0018: work around GRLIB-TN-0018 errataDaniel Hellstrom6-1/+105
2021-03-11sparc,leon: avoid triggering LEON3FT errata TN-0009Daniel Hellstrom1-2/+3
2021-03-11sparc,leon: avoid triggering TN-0009 bad sequenceDaniel Hellstrom1-1/+2
2021-03-11sparc: fix bad register alignment for 64 bit storeDaniel Hellstrom1-1/+3
2021-03-11sparc: Remove sequences that the B2BST scan script warns aboutDaniel Cederman2-3/+6
2021-03-09basedefs: Clarify RTEMS_STRING(), RTEMS_XSTRING()Frank Kühndel1-2/+4
2021-03-08main_help.c: Unchecked return value from library (CID #1437650)Ryan Long1-1/+2
2021-03-08pwdgrp.c: Fix Unchecked return value from library (CID #1255518)Ryan Long1-1/+5
2021-03-08main_chmod.c: Fix Unchecked return value from library (CID #1063856)Ryan Long1-2/+5
2021-03-08gen_uuid.c: Fix two Unchecked return value from library errorsRyan Long1-3/+8
2021-03-08main_edit.c: Fix Unchecked return value (CID #1255318)Ryan Long1-1/+1
2021-03-05pci_cfg_read.c: Fix Missing break in switch (CID #1399723)Ryan Long1-0/+1
2021-03-05cpuusagetop.c: Fix three Missing break in switch Coverity errorsRyan Long1-0/+3
2021-03-05bsps/aarch64: RTEMS_DEBUG stack alignment faultsKinsey Moore1-2/+8
2021-03-05score/aarch64: Fix interrupt level readsAlex White2-3/+7
2021-03-05cpukit: Explicitly enforce alignment requirementsKinsey Moore1-20/+32
2021-03-05aarch64: Fix context switchSebastian Huber1-2/+2
2021-03-05score: Ensure stack alignment requirementSebastian Huber5-24/+54
2021-03-05CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber2-3/+16
2021-03-04rtems: Fix RTEMS_TASK_STORAGE_ALIGNMENTSebastian Huber1-1/+1
2021-03-04score: Enforce CPU_STACK_ALIGNMENT requirementsSebastian Huber12-114/+22
2021-03-02rtems: Simplify rtems_signal_catch()Sebastian Huber1-1/+19
2021-03-02rtems: Simplify _Signal_Action_handler()Sebastian Huber1-8/+3
2021-03-01score: Simplify _Objects_Name_to_id_u32()Sebastian Huber1-20/+21
2021-03-01score: Fix _Stack_Extend_size()Sebastian Huber1-7/+21
2021-02-27getgrent.c, record-client.c: Add missing includes for assert.hVijay Kumar Banerjee2-0/+2
2021-02-26rtems-debugger-threads.c: Fix Unchecked return value error (CID #1468688)Ryan Long1-1/+3
2021-02-26getgrent.c: Fix Unchecked return value error (CID #1459004)Ryan Long1-1/+3
2021-02-26record-client.c: Fix Unchecked return value (CID #1456677)Ryan Long1-1/+3
2021-02-26printertask.c: Fix Unchecked return value (CID #1399710)Ryan Long1-3/+8
2021-02-26build: Install <rtems/score/hash.h>Sebastian Huber1-0/+1
2021-02-26score: Fix thread initializationSebastian Huber8-151/+172
2021-02-26libtest: Print SHA256 hash in base64urlSebastian Huber1-7/+6
2021-02-26libtest: Report target hashSebastian Huber1-0/+2
2021-02-26Add system initialization step for target hashSebastian Huber2-1/+10
2021-02-26rtems: Add rtems_get_target_hash()Sebastian Huber1-0/+33
2021-02-26score: Add Hash HandlerSebastian Huber3-0/+245
2021-02-25score: Add _IO_Base64url()Sebastian Huber2-25/+82
2021-02-25libtest: Report build labelSebastian Huber1-0/+1
2021-02-25rtems: Add rtems_get_build_label()Sebastian Huber3-1/+83
2021-02-24config: Adjust stack allocator initializationSebastian Huber3-3/+12
2021-02-24libtest: Add support to seize/surrender objectsSebastian Huber2-0/+59
2021-02-24rtems: Move rtems_task_priority definitionSebastian Huber3-4/+11