summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-08print-ls.c: Unused value (CID #1255346)Ryan Long1-0/+9
2021-04-08main_cp.c: Unused value (CID #1255344)Ryan Long1-0/+32
2021-04-07cpukit/include: Remove telnetd.hVijay Kumar Banerjee1-137/+0
2021-04-07cpukit: Remove telnetdVijay Kumar Banerjee8-1960/+0
2021-04-07cpukit/libfs: Remove nfsclientVijay Kumar Banerjee16-10797/+0
2021-04-07cpukit: remove pppdVijay Kumar Banerjee33-18056/+0
2021-04-07cpukit: Remove libnetworkingVijay Kumar Banerjee358-94818/+0
2021-04-07cpukit: Move ftpfs from libnetworking to libfsVijay Kumar Banerjee2-0/+0
2021-04-07rtems: Fix rtems_semaphore_release() documentationSebastian Huber1-1/+1
2021-04-07score: Replace Objects_Name_or_id_lookup_errorsSebastian Huber12-103/+49
2021-04-07score: Fix internal error status numberSebastian Huber2-2/+24
2021-04-06cpukit/aarch64: Add ESR register decodingAlex White1-10/+125
2021-03-27score: Add an assert to _Workspace_Free()Sebastian Huber1-1/+5
2021-03-27score: Fix task stack initializationSebastian Huber3-12/+24
2021-03-27pwdgrp.c: Change to simply ignore return value from mkdir(/etc)Joel Sherrill1-3/+1
2021-03-26dosfs: Use peek supportChristian Mauderer3-5/+31
2021-03-26libblock: Add rtems_bdbuf_peek()Christian Mauderer4-24/+109
2021-03-24gen_uuid.c: Revert previous patch (597e4f476568a225d14dfaff02074cf269ad62ac)Joel Sherrill1-8/+3
2021-03-23pwdgrp.c: Remove _Assert. /etc may already existRyan Long1-1/+5
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