summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* _TOD_Validate(): Fix incorrect return codeFrank Kühndel2021-05-128-50/+59
* rtems: Use _Objects_Free_nothing() for msg queuesSebastian Huber2021-05-112-6/+9
* score: Rename _Stack_Free_nothing()Sebastian Huber2021-05-118-17/+17
* rtems: rtems_scheduler_get_processor_set() docsSebastian Huber2021-05-071-1/+1
* rtems_scheduler_ident_by_processor_set() docsSebastian Huber2021-05-071-0/+2
* validation: Fix handling of N/A pre-conditionsSebastian Huber2021-05-079-492/+43
* Check the alignment in posix_memalign() earlierSebastian Huber2021-05-071-4/+4
* bsps/shared/ofw: Fix coverity defectsG S Niteesh Babu2021-05-061-1/+11
* Return NULL for zero size allocationsSebastian Huber2021-05-068-63/+56
* libc: Reimplement posix_memlign()Sebastian Huber2021-05-061-7/+22
* rtems: rtems_scheduler_get_processor_set() statusSebastian Huber2021-05-062-2/+2
* rtems: rtems_scheduler_ident_by_processor_set()Sebastian Huber2021-05-061-0/+4
* psxtests: Fix math function build warningsStephen Clark2021-05-0560-0/+231
* stackchk: Fixed 32bit pointersStephen Clark2021-05-051-1/+2
* rtems-fdt: Fixed 32bit pointersStephen Clark2021-05-051-2/+2
* score: Make _Once_Lock() and _Once_Unlock() staticSebastian Huber2021-05-042-32/+16
* rtems: Use allocator mutex for timer serverSebastian Huber2021-05-041-4/+2
* Make zero size allocation result consistentSebastian Huber2021-05-044-24/+100
* bsps/riscv: Support RTEMS_NOINIT in linkcmdsSebastian Huber2021-05-031-0/+7
* libtest: Fix use of flexible array memberSebastian Huber2021-05-033-35/+37
* score: Add _Thread_Dispatch_direct_no_return()Sebastian Huber2021-05-025-4/+18
* spmisc01: Test RTEMS_NOINITSebastian Huber2021-05-021-0/+5
* bsps: Support RTEMS_NOINIT in linkcmdsSebastian Huber2021-05-0262-1/+256
* basedefs: Add RTEMS_NOINITSebastian Huber2021-04-301-16/+26
* Use alias for rtems_task_self() and pthread_self()Sebastian Huber2021-04-306-64/+62
* appl-config: Add missing "the"Sebastian Huber2021-04-301-11/+10
* appl-config: CONFIGURE_BSP_PREREQUISITE_DRIVERSSebastian Huber2021-04-301-2/+2
* appl-config: Reformat option constraintsSebastian Huber2021-04-301-120/+209
* cpukit/Makefile.am: Remove remaining LIBNETWORKING filesVijay Kumar Banerjee2021-04-292-44/+0
* main_rtrace.c: Add error return when malloc failsRyan Long2021-04-291-0/+1
* objectextendinformation.c: Ensure information->object_blocks is not NULLRyan Long2021-04-291-0/+11
* pwdgrp.c: Removed unused variableRyan Long2021-04-291-2/+0
* bsps/arm: ARMV7_CP15_START_WORKSPACE_ENTRY_INDEXSebastian Huber2021-04-291-1/+1
* psx13: Reworked and relicensedRyan Long2021-04-283-582/+324
* rtems: Generate <rtems/rtems/tasks.h>Sebastian Huber2021-04-282-634/+1983
* rtems: Generate <rtems/rtems/region.h>Sebastian Huber2021-04-281-180/+633
* rtems: Generate <rtems/rtems/intr.h>Sebastian Huber2021-04-282-220/+750
* rtems: Fix typo "cod" -> "code"Sebastian Huber2021-04-281-3/+3
* rtems: Clarify constraints in documentationSebastian Huber2021-04-286-15/+26
* powerpc/shared/console: "termios" first open sets console baud to 9600Peter Dufault2021-04-271-0/+4
* powerpc/shared/console: Make console baud rate configurable.Peter Dufault2021-04-2713-4/+39
* Return status code for _Thread_Start()Sebastian Huber2021-04-274-13/+12
* Return status code for _Scheduler_Set_affinity()Sebastian Huber2021-04-2711-45/+63
* rtems: Change rtems_task_get_affinity() statusSebastian Huber2021-04-275-4/+7
* Simplify get affinitiy directivesSebastian Huber2021-04-272-6/+0
* Return status code for _Scheduler_Get_affinity()Sebastian Huber2021-04-275-14/+23
* rtems: Constify timer fire when directivesSebastian Huber2021-04-273-4/+4
* Makefile.am: Remove legacy networking filesVijay Kumar Banerjee2021-04-2646-490/+6
* Implementation for STM32 HAL_GetTick using RTEMSRobin Mueller2021-04-261-2/+2
* Nucleo UART3 (console) pins correctionRobin Mueller2021-04-232-8/+2