summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* malloc: Hide RTEMS_Malloc_Sbrk_amountSebastian Huber2021-04-202-7/+7
* libcsupport: Move rtems_calloc()Sebastian Huber2021-04-203-15/+58
* Remove superfluous <rtems/score/wkspace.h> includesSebastian Huber2021-04-2021-21/+0
* score: Remove unused _Thread_queue_Dequeue()Sebastian Huber2021-04-202-83/+0
* cpukit/aarch64: Restore ISR cookie bit maskKinsey Moore2021-04-191-13/+13
* rtems: Document rtems_semaphore_obtain() errorsSebastian Huber2021-04-191-0/+7
* Revert "cpukit/include: Remove telnetd.h"Vijay Kumar Banerjee2021-04-131-0/+137
* Revert "cpukit: Remove telnetd"Vijay Kumar Banerjee2021-04-138-0/+1960
* fastlz.c: Unused value (CID #1399751)Ryan Long2021-04-081-1/+9
* 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