summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpukit/rtems: Add taskconstruct.c to the autotools buildChris Johns2020-09-231-0/+1
* rtems: Install missing header fileSebastian Huber2020-09-221-0/+1
* bsp/gen83xx: Add missing source fileSebastian Huber2020-09-211-0/+1
* bsps/powerpc: Remove __ppc_generic defineSebastian Huber2020-09-208-36/+0
* bsp/motorola_powerpc: Remove obsolete GCC optionSebastian Huber2020-09-202-4/+1
* bsps/powerpc: Remove -fno-commonSebastian Huber2020-09-209-11/+0
* capture: Move default trace dataSebastian Huber2020-09-204-28/+63
* build: Fix linker pathSebastian Huber2020-09-201-2/+2
* score: Document _Scheduler_Try_to_schedule_node()Sebastian Huber2020-09-181-10/+34
* rtems: Generate <rtems.h>Sebastian Huber2020-09-181-33/+67
* rtems: From <rtems.h> to <rtems/rtems/mp.h>Sebastian Huber2020-09-182-25/+16
* rtems: From <rtems.h> to <rtems/rtems/types.h>Sebastian Huber2020-09-182-7/+7
* rtems: From <rtems.h> to <rtems/rtems/tasks.h>Sebastian Huber2020-09-182-29/+29
* rtems: From <rtems.h> to <rtems/rtems/object.h>Sebastian Huber2020-09-182-59/+59
* rtems: Move from <rtems.h> to <rtems/config.h>Sebastian Huber2020-09-184-18/+19
* score: Improve Scheduler Handler documentationSebastian Huber2020-09-182-14/+38
* gitignore: ignore top-level ini filesGedare Bloom2020-09-181-0/+1
* doxygen: Wrap long linesSebastian Huber2020-09-181-10/+20
* rtems: Fix typoSebastian Huber2020-09-171-1/+1
* validation: rtems_task_construct() errorsSebastian Huber2020-09-172-0/+2368
* validation: Add general purpose test suiteSebastian Huber2020-09-178-1/+286
* doxygen: Move top-level group definitionsSebastian Huber2020-09-172-18/+44
* rtems: Add rtems_task_construct()Sebastian Huber2020-09-1711-236/+604
* CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber2020-09-1713-8/+186
* rtems: Add RTEMS_ALIGN_UP()Sebastian Huber2020-09-171-0/+15
* rtems: Add RTEMS_ALIGN_DOWN()Sebastian Huber2020-09-171-0/+15
* build: Allow test program item UIDs with a "-"Sebastian Huber2020-09-171-2/+4
* build: Fix mghttpd01 test excludeSebastian Huber2020-09-173-17/+2
* libtest: Fix T_thread_switch_record()Sebastian Huber2020-09-171-0/+1
* riscv: Make sifive_test finisher 4 bytesHesham Almatary2020-09-171-1/+1
* build: Fix dependencies for start and asm filesSebastian Huber2020-09-171-7/+38
* bsps/arm: Use RTEMS_SECTION()Sebastian Huber2020-09-171-6/+12
* arm: Fix arm_cp15_set_translation_table_entries()Sebastian Huber2020-09-172-1/+17
* build: Fix multiple defintion error for i386/pc386Sebastian Huber2020-09-151-4/+9
* bsp/pc386: Remove support for obsolete BinutilsSebastian Huber2020-09-151-11/+1
* build: Fix i386/pc386 link of SMP start fileSebastian Huber2020-09-151-1/+1
* build: Add RELOCADDR to i386/pc386 optionsSebastian Huber2020-09-152-0/+29
* build: Fix i386/pc386 ABI flagsSebastian Huber2020-09-151-5/+0
* build: Fix i386/pc386 with SMP enabledSebastian Huber2020-09-154-1/+68
* bsps/riscv: Use far jump to boot_card()Sebastian Huber2020-09-151-1/+1
* irqs01/smpirqs01: New testsSebastian Huber2020-09-148-0/+568
* build: Use Python tarfile instead of paxSebastian Huber2020-09-1412-39/+24
* build: Alternative build system based on wafSebastian Huber2020-09-142071-2/+65911
* i386/score: fix assembly mnemonicGedare Bloom2020-09-121-1/+1
* Remove tmoverhd which existed to produce the obsolete coverhd.hJoel Sherrill2020-09-1119-4646/+2
* score: Fix _Thread_Initialize()Sebastian Huber2020-09-111-5/+6
* Remove remaining references to coverhd.hJoel Sherrill2020-09-102-2/+0
* spintrcritical08: Increase clock tick intervalSebastian Huber2020-09-101-1/+1
* htif_console_handler is defined in htif.cHesham Almatary2020-09-061-1/+1
* score: Add stack free handler to TCBSebastian Huber2020-08-319-24/+78