summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems: Fix rtems_task_mode()Sebastian Huber2021-03-181-16/+22
* rtems: Improve semaphore create error checksSebastian Huber2021-03-161-6/+4
* rtems: Allow initially locked MrsP semaphoresSebastian Huber2021-03-162-9/+22
* rtems: Require RTEMS_PRIORITY for MrsP semaphoresSebastian Huber2021-03-162-3/+4
* score: Add Thread_Configuration::cpu_time_budgetSebastian Huber2021-03-166-70/+49
* leon,tn-0018: work around GRLIB-TN-0018 errataDaniel Hellstrom2021-03-116-1/+105
* sparc,leon: avoid triggering LEON3FT errata TN-0009Daniel Hellstrom2021-03-111-2/+3
* sparc,leon: avoid triggering TN-0009 bad sequenceDaniel Hellstrom2021-03-111-1/+2
* sparc: fix bad register alignment for 64 bit storeDaniel Hellstrom2021-03-111-1/+3
* sparc: Remove sequences that the B2BST scan script warns aboutDaniel Cederman2021-03-112-3/+6
* basedefs: Clarify RTEMS_STRING(), RTEMS_XSTRING()Frank Kühndel2021-03-091-2/+4
* main_help.c: Unchecked return value from library (CID #1437650)Ryan Long2021-03-081-1/+2
* pwdgrp.c: Fix Unchecked return value from library (CID #1255518)Ryan Long2021-03-081-1/+5
* main_chmod.c: Fix Unchecked return value from library (CID #1063856)Ryan Long2021-03-081-2/+5
* gen_uuid.c: Fix two Unchecked return value from library errorsRyan Long2021-03-081-3/+8
* main_edit.c: Fix Unchecked return value (CID #1255318)Ryan Long2021-03-081-1/+1
* pci_cfg_read.c: Fix Missing break in switch (CID #1399723)Ryan Long2021-03-051-0/+1
* cpuusagetop.c: Fix three Missing break in switch Coverity errorsRyan Long2021-03-051-0/+3
* bsps/aarch64: RTEMS_DEBUG stack alignment faultsKinsey Moore2021-03-051-2/+8
* score/aarch64: Fix interrupt level readsAlex White2021-03-052-3/+7
* cpukit: Explicitly enforce alignment requirementsKinsey Moore2021-03-051-20/+32
* aarch64: Fix context switchSebastian Huber2021-03-051-2/+2
* score: Ensure stack alignment requirementSebastian Huber2021-03-055-24/+54
* CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber2021-03-052-3/+16
* rtems: Fix RTEMS_TASK_STORAGE_ALIGNMENTSebastian Huber2021-03-041-1/+1
* score: Enforce CPU_STACK_ALIGNMENT requirementsSebastian Huber2021-03-0412-114/+22
* rtems: Simplify rtems_signal_catch()Sebastian Huber2021-03-021-1/+19
* rtems: Simplify _Signal_Action_handler()Sebastian Huber2021-03-021-8/+3
* score: Simplify _Objects_Name_to_id_u32()Sebastian Huber2021-03-011-20/+21
* score: Fix _Stack_Extend_size()Sebastian Huber2021-03-011-7/+21
* getgrent.c, record-client.c: Add missing includes for assert.hVijay Kumar Banerjee2021-02-272-0/+2
* rtems-debugger-threads.c: Fix Unchecked return value error (CID #1468688)Ryan Long2021-02-261-1/+3
* getgrent.c: Fix Unchecked return value error (CID #1459004)Ryan Long2021-02-261-1/+3
* record-client.c: Fix Unchecked return value (CID #1456677)Ryan Long2021-02-261-1/+3
* printertask.c: Fix Unchecked return value (CID #1399710)Ryan Long2021-02-261-3/+8
* build: Install <rtems/score/hash.h>Sebastian Huber2021-02-261-0/+1
* score: Fix thread initializationSebastian Huber2021-02-268-151/+172
* libtest: Print SHA256 hash in base64urlSebastian Huber2021-02-261-7/+6
* libtest: Report target hashSebastian Huber2021-02-261-0/+2
* Add system initialization step for target hashSebastian Huber2021-02-262-1/+10
* rtems: Add rtems_get_target_hash()Sebastian Huber2021-02-261-0/+33
* score: Add Hash HandlerSebastian Huber2021-02-263-0/+245
* score: Add _IO_Base64url()Sebastian Huber2021-02-252-25/+82
* libtest: Report build labelSebastian Huber2021-02-251-0/+1
* rtems: Add rtems_get_build_label()Sebastian Huber2021-02-253-1/+83
* config: Adjust stack allocator initializationSebastian Huber2021-02-243-3/+12
* libtest: Add support to seize/surrender objectsSebastian Huber2021-02-242-0/+59
* rtems: Move rtems_task_priority definitionSebastian Huber2021-02-243-4/+11
* score: Remove _CORE_barrier_Do_flush()Sebastian Huber2021-02-243-55/+6
* score: Simplify core barrierSebastian Huber2021-02-245-106/+59