summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* print-ls.c: Unused value (CID #1255346)Ryan Long2021-04-081-0/+9
* main_cp.c: Unused value (CID #1255344)Ryan Long2021-04-081-0/+32
* cpukit/include: Remove telnetd.hVijay Kumar Banerjee2021-04-071-137/+0
* cpukit: Remove telnetdVijay Kumar Banerjee2021-04-078-1960/+0
* cpukit/libfs: Remove nfsclientVijay Kumar Banerjee2021-04-0716-10797/+0
* cpukit: remove pppdVijay Kumar Banerjee2021-04-0733-18056/+0
* cpukit: Remove libnetworkingVijay Kumar Banerjee2021-04-07358-94818/+0
* cpukit: Move ftpfs from libnetworking to libfsVijay Kumar Banerjee2021-04-072-0/+0
* rtems: Fix rtems_semaphore_release() documentationSebastian Huber2021-04-071-1/+1
* score: Replace Objects_Name_or_id_lookup_errorsSebastian Huber2021-04-0712-103/+49
* score: Fix internal error status numberSebastian Huber2021-04-072-2/+24
* cpukit/aarch64: Add ESR register decodingAlex White2021-04-061-10/+125
* score: Add an assert to _Workspace_Free()Sebastian Huber2021-03-271-1/+5
* score: Fix task stack initializationSebastian Huber2021-03-273-12/+24
* pwdgrp.c: Change to simply ignore return value from mkdir(/etc)Joel Sherrill2021-03-271-3/+1
* dosfs: Use peek supportChristian Mauderer2021-03-263-5/+31
* libblock: Add rtems_bdbuf_peek()Christian Mauderer2021-03-264-24/+109
* gen_uuid.c: Revert previous patch (597e4f476568a225d14dfaff02074cf269ad62ac)Joel Sherrill2021-03-241-8/+3
* pwdgrp.c: Remove _Assert. /etc may already existRyan Long2021-03-231-1/+5
* rtems-fdt/rtems-fdt.c: Fix bug in loop terminationG S Niteesh Babu2021-03-211-1/+1
* rtems: Relax mode checks in rtems_signal_catch()Sebastian Huber2021-03-191-2/+8
* 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