summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* testsuites: Remove telnetd01Vijay Kumar Banerjee2021-05-205-179/+0
* score: Simplify thread queue timeout handlingSebastian Huber2021-05-1810-44/+88
* posix: Fix use of clock for relative timesSebastian Huber2021-05-181-13/+18
* score: Add _CPU_Context_switch_no_return()Sebastian Huber2021-05-1810-5/+58
* score: Move _Thread_queue_Queue_get_name_and_id()Sebastian Huber2021-05-174-36/+78
* posix: Use RTEMS_POSIX_API in clock_nanosleep()Sebastian Huber2021-05-171-0/+5
* posix: Move clock_nanosleep()Sebastian Huber2021-05-174-91/+118
* bsps/imxrt: Enable DMA clockChristian Mauderer2021-05-171-0/+3
* bsps/imxrt: Fix OCRAM, ITCM and DTCM sizesChristian Mauderer2021-05-1710-4/+119
* bsps/imxrt: Add addresses and interrupts to dtsChristian Mauderer2021-05-172-521/+1651
* bsps/imxrt: Reduce devicetree sizeChristian Mauderer2021-05-172-765/+472
* bsps/imxrt: Fix documentation errorChristian Mauderer2021-05-171-1/+1
* score: Add and use _Per_CPU_Is_ISR_in_progress()Sebastian Huber2021-05-174-13/+22
* score: Improve parameters in _Thread_Change_life()Sebastian Huber2021-05-172-22/+29
* arm/altera-cyclone-v: Fix compile errorSebastian Huber2021-05-171-2/+2
* rtems: Fix task restart within interrupt contextSebastian Huber2021-05-143-74/+17
* rtems: Always set the real priority during restartSebastian Huber2021-05-141-26/+32
* score: Return status in _Thread_Restart_other()Sebastian Huber2021-05-143-12/+16
* rtems: Check entry point in rtems_task_start()Sebastian Huber2021-05-142-0/+13
* validation: Add INVALID_ID to tx-support.hSebastian Huber2021-05-143-4/+7
* validation: Add support librarySebastian Huber2021-05-1412-14/+32
* rtems: Add TOD_Ticks_validationSebastian Huber2021-05-142-15/+24
* rtems: Constify rtems_task_wake_when()Sebastian Huber2021-05-129-20/+32
* rtems: Document rtems_task_set_scheduler() errorsSebastian Huber2021-05-121-3/+20
* rtems: Clarify rtems_task_get_priority() docSebastian Huber2021-05-121-2/+2
* rtems: Use rtems_clock_get_ticks_per_second()Sebastian Huber2021-05-121-2/+2
* _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