summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtems: Remove unused _Modes_Mask_changed()Sebastian Huber2021-02-201-14/+0
* score: Add _Thread_Append_post_switch_action()Sebastian Huber2021-02-201-4/+34
* score: Change thread action lockingSebastian Huber2021-02-204-13/+17
* validation: Add signal manager testsSebastian Huber2021-02-204-0/+2167
* validation: Add Validation1 test suiteSebastian Huber2021-02-206-5/+100
* grspw_pkt.c: Fix Dereference before null check (CID #1399846)Ryan Long2021-02-191-1/+3
* grtc.c: Fix Dereference before null check (CID #1399840)Ryan Long2021-02-191-1/+3
* b1553rt.c: Fix Deference before null check (CID #1399830)Ryan Long2021-02-191-1/+3
* b1553brm.c: Fix Dereference before null check (CID #1399829)Ryan Long2021-02-191-2/+5
* rtems: Generate <rtems/rtems/signal.h>Sebastian Huber2021-02-192-132/+546
* basedefs: Add RTEMS_ALIGNOF()Sebastian Huber2021-02-191-1/+20
* shell.c: Fix Dereference before null check (CID #1467420)Ryan Long2021-02-181-1/+4
* rtems: Generate <rtems/rtems/sem.h>Sebastian Huber2021-02-171-123/+819
* rtems: Generate <rtems/rtems/clock.h>Sebastian Huber2021-02-171-170/+434
* rtems: Generate <rtems/rtems/barrier.h>Sebastian Huber2021-02-171-81/+287
* rtems: Clarify object services documentationSebastian Huber2021-02-171-6/+6
* rtems: Clarify IO manager documentationSebastian Huber2021-02-171-2/+2
* rtems: Clarify partition manager documentationSebastian Huber2021-02-171-9/+15
* rtems: Clarify timer manager documentationSebastian Huber2021-02-171-52/+184
* rtems: Clarify event manager documentationSebastian Huber2021-02-171-16/+108
* powerpc/motorola_powerpc: Add cache coherent memory to the allocatorChris Johns2021-02-161-0/+6
* powerpc/motorola_powerpc: Enable bus PCI support in LibBSDChris Johns2021-02-161-0/+4
* powerpc/io: Make [out/in] le and be calls conditionalChris Johns2021-02-161-0/+8
* 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