summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc/shared: Fix warnings in i8259 PIC code.Chris Johns2021-02-161-6/+0
* powerpc/shared: Fix warningsChris Johns2021-02-163-10/+16
* powerpc/motorola_powerpc: Fix tm27 warningsChris Johns2021-02-161-8/+16
* score: Fix warning in thread queue opsChris Johns2021-02-161-3/+3
* Update motorola_power to irq-generic interrupt managementChris Johns2021-02-139-57/+286
* rtems-debugger-threads.c: Fix three Dereference before null check errorsRyan Long2021-02-121-3/+11
* rtems-debugger-target.c: Fix Dereference before null check (CID #1468682)Ryan Long2021-02-121-2/+4
* consolesimpletask.c: Fix Two Unchecked Return Values (CID #1437625 and #1472765)Ryan Long2021-02-121-2/+5
* Add macros to assert status and use itRyan Long2021-02-121-0/+30
* cputkit/rtems: Remove warningChris Johns2021-02-131-0/+1
* libcsupport: Add sbrk greedy support to consume all sbrk memoryChris Johns2021-02-106-14/+95
* bsp/riscv: Re-license to BSD-2-ClauseSebastian Huber2021-02-091-10/+37
* basedefs: Add stringification of argument listsSebastian Huber2021-02-091-8/+8
* bsps/shared/ofw: Bug fixesG S Niteesh Babu2021-02-081-3/+3
* bsps/shared/ofw: Make rtems_ofw_get_effective_phandle iterativeG S Niteesh Babu2021-02-081-4/+5
* bsps/shared/ofw: Use strlcpy instead of strncpyG S Niteesh Babu2021-02-081-1/+9
* bsps/shared/ofw: Fix coverity reported defectsG S Niteesh Babu2021-02-081-5/+5
* validation: Tweak construct error testsSebastian Huber2021-02-082-216/+216
* validation: Tests for barrier managerSebastian Huber2021-02-085-0/+2529
* libtest: Add T_get_thread_timer_state()Sebastian Huber2021-02-082-1/+39
* validation: Add tests for rtems_build_name()Sebastian Huber2021-02-082-0/+156
* libcsupport: Have greedy allocations use consume extended memoryChris Johns2021-02-081-0/+13
* libcsupport: Add no_regular_file_mknod as a mount option to the mount tableChris Johns2021-02-082-5/+9
* bsp/motorola_powerp: Print RTEMS_VERSION from the bootloaderChris Johns2021-02-081-1/+3
* powerpc/shared: ISA bus bridge fails to enable the openpic irqChris Johns2021-02-082-2/+2
* score: Add barrier thread queue operationsSebastian Huber2021-02-063-4/+40
* score: Make FIFO thread queue ops publicSebastian Huber2021-02-064-8/+145
* score: Constify Thread_queue_First_operationSebastian Huber2021-02-062-12/+13
* rtems: Clarify partition manager documentationSebastian Huber2021-02-031-44/+124
* score: _Objects_Build_name() signed/unsigned charSebastian Huber2021-02-031-4/+4
* rtems: Avoid duplicated implemenationSebastian Huber2021-02-031-2/+7
* rtems: Rework object services APISebastian Huber2021-02-0310-164/+264
* score: Define _Assert() for static analysis runsSebastian Huber2021-02-012-2/+13
* libtest: Remove double definitionSebastian Huber2021-02-011-1/+0
* score: Clarify thread life state documentationSebastian Huber2021-02-011-2/+2
* score: Document Thread_Life_stateSebastian Huber2021-02-011-3/+40
* nios2: Allow ISR nesting in dispatch variantSebastian Huber2021-02-014-175/+16
* nios2: Optimize ISR dispatch variantSebastian Huber2021-02-011-42/+60
* nios2: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber2021-02-015-35/+23
* nios2: Add TLS supportSebastian Huber2021-02-011-4/+15
* nios2: Make _ISR_Is_in_progress() weakSebastian Huber2021-02-011-1/+1
* nios2: Fix ISR dispatch variantsSebastian Huber2021-02-012-9/+7
* rtems: Fix implicit type conversionsSebastian Huber2021-02-011-4/+4
* score: Remove unused _SMP_Assert()Sebastian Huber2021-02-011-9/+0
* score: Fix implicit type conversionSebastian Huber2021-02-011-1/+1
* rtems: Fix explicit type conversionSebastian Huber2021-02-011-1/+1
* libtest: Fix implicit type conversionsSebastian Huber2021-02-012-6/+9
* rtems: Mark value as usedSebastian Huber2021-02-011-0/+1
* score: Remove double assignmentSebastian Huber2021-02-011-2/+1
* libtest: Check return values with RTEMS_DEBUGSebastian Huber2021-02-011-13/+47