summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-23rtems: Check for NULL config in msgq constructSebastian Huber1-0/+4
2021-04-22rtems: Mention timer server fire directivesSebastian Huber1-2/+3
2021-04-21rtems: Generate <rtems/rtems/support.h>Sebastian Huber1-84/+320
2021-04-21rtems: Generate <rtems/rtems/mp.h>Sebastian Huber1-30/+126
2021-04-21rtems: Generate <rtems/rtems/dpmem.h>Sebastian Huber1-88/+280
2021-04-21rtems: Generate <rtems/init.h>Sebastian Huber1-29/+103
2021-04-21rtems: Generate <rtems/fatal.h>Sebastian Huber1-55/+229
2021-04-21clock:_TOD_To_seconds(): Fix year 2514 overflowFrank Kühndel3-1/+18
2021-04-20Fix calloc() behaviour in case of overflowSebastian Huber2-2/+20
2021-04-20malloc: Hide RTEMS_Malloc_Sbrk_amountSebastian Huber2-7/+7
2021-04-20libcsupport: Move rtems_calloc()Sebastian Huber3-15/+58
2021-04-20Remove superfluous <rtems/score/wkspace.h> includesSebastian Huber21-21/+0
2021-04-20score: Remove unused _Thread_queue_Dequeue()Sebastian Huber2-83/+0
2021-04-19cpukit/aarch64: Restore ISR cookie bit maskKinsey Moore1-13/+13
2021-04-19rtems: Document rtems_semaphore_obtain() errorsSebastian Huber1-0/+7
2021-04-13Revert "cpukit/include: Remove telnetd.h"Vijay Kumar Banerjee1-0/+137
2021-04-13Revert "cpukit: Remove telnetd"Vijay Kumar Banerjee8-0/+1960
2021-04-08fastlz.c: Unused value (CID #1399751)Ryan Long1-1/+9
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