summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* score: Remove _Objects_Open()Sebastian Huber2021-02-2415-86/+44
* rtems: Simplify rtems_task_mode()Sebastian Huber2021-02-201-32/+25
* rtems: Avoid potential recursion in ASR handlingSebastian Huber2021-02-201-7/+91
* rtems: Add _Modes_Apply_timeslice_to_thread()Sebastian Huber2021-02-202-8/+24
* rtems: New errors for rtems_signal_catch()Sebastian Huber2021-02-203-10/+67
* rtems: Remove _Modes_Set_interrupt_level()Sebastian Huber2021-02-202-19/+3
* posix: Remove superfluous checkSebastian Huber2021-02-201-6/+0
* rtems: Simplify signal handlingSebastian Huber2021-02-207-135/+33
* rtems: Move _Signal_Action_handler()Sebastian Huber2021-02-202-54/+54