summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-10rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber28-87/+47
2020-10-09librtemscxx: Fix white space to match the coding standardChris Johns4-208/+208
2020-10-09librtemscxx: Add join() and detach() to the threadChris Johns3-14/+43
2020-10-08doxygen: Add "Generated from ..." commentsSebastian Huber1-4/+339
2020-10-08rtems: Add "Generated from ..." commentsSebastian Huber1-4/+13
2020-10-08cpukit/librcxx: Add a C++ thread interface with attributesChris Johns4-0/+1037
2020-10-07rtems: Add RTEMS_PARTITION_ALIGNMENTSebastian Huber1-0/+9
2020-10-05score: Add AArch64 portKinsey Moore17-1/+2756
2020-10-05build: Add testopts.h to configure scriptSebastian Huber2-0/+70
2020-10-01Decouple the C Program Heap initializationSebastian Huber8-45/+214
2020-10-01rtems: Canonicalize name and id checksSebastian Huber4-14/+22
2020-09-29rtems: Remove rtems_io_driver_io_error()Sebastian Huber1-11/+0
2020-09-28Fixing bug in line editing of the shell with CTRL-U.Frank Kühndel1-0/+5
2020-09-28doxygen: Fix use of getchark() and rtems_putc()Sebastian Huber1-6/+6
2020-09-28rtems: Add rtems_message_queue_construct()Sebastian Huber11-152/+523
2020-09-28rtems: Remove Message_queue_Control::attribute_setSebastian Huber4-10/+26
2020-09-28score: Add <rtems/score/coremsgbuffer.h>Sebastian Huber3-38/+98
2020-09-28score: Simplify CORE_message_queue_BufferSebastian Huber9-74/+71
2020-09-28score: Improve _CORE_message_queue_Initialize()Sebastian Huber5-34/+45
2020-09-28score: Gather message queue control initializationSebastian Huber1-16/+11
2020-09-28score: Fix allocation size calculationSebastian Huber1-51/+23
2020-09-28score: Use RTEMS_ALIGN_UP()Sebastian Huber1-3/+4
2020-09-24libtest: Remove superfluous assignmentSebastian Huber1-1/+0
2020-09-23or1k: Do not use printk() for _CPU_Fatal_halt()Sebastian Huber1-4/+0
2020-09-23or1k: Remove superfluous includesSebastian Huber1-2/+0
2020-09-23libmisc/capture: Add rtems-trace-buffer-default.c to the autotools buildChris Johns1-0/+1
2020-09-23cpukit/rtems: Add taskconstruct.c to the autotools buildChris Johns1-0/+1
2020-09-20capture: Move default trace dataSebastian Huber3-28/+62
2020-09-18score: Document _Scheduler_Try_to_schedule_node()Sebastian Huber1-10/+34
2020-09-18rtems: Generate <rtems.h>Sebastian Huber1-33/+67
2020-09-18rtems: From <rtems.h> to <rtems/rtems/mp.h>Sebastian Huber2-25/+16
2020-09-18rtems: From <rtems.h> to <rtems/rtems/types.h>Sebastian Huber2-7/+7
2020-09-18rtems: From <rtems.h> to <rtems/rtems/tasks.h>Sebastian Huber2-29/+29
2020-09-18rtems: From <rtems.h> to <rtems/rtems/object.h>Sebastian Huber2-59/+59
2020-09-18rtems: Move from <rtems.h> to <rtems/config.h>Sebastian Huber4-18/+19
2020-09-18score: Improve Scheduler Handler documentationSebastian Huber2-14/+38
2020-09-18doxygen: Wrap long linesSebastian Huber1-10/+20
2020-09-17rtems: Fix typoSebastian Huber1-1/+1
2020-09-17validation: Add general purpose test suiteSebastian Huber1-0/+6
2020-09-17doxygen: Move top-level group definitionsSebastian Huber2-18/+44
2020-09-17rtems: Add rtems_task_construct()Sebastian Huber7-226/+585
2020-09-17CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber7-6/+81
2020-09-17rtems: Add RTEMS_ALIGN_UP()Sebastian Huber1-0/+15
2020-09-17rtems: Add RTEMS_ALIGN_DOWN()Sebastian Huber1-0/+15
2020-09-17libtest: Fix T_thread_switch_record()Sebastian Huber1-0/+1
2020-09-17arm: Fix arm_cp15_set_translation_table_entries()Sebastian Huber1-0/+16
2020-09-12i386/score: fix assembly mnemonicGedare Bloom1-1/+1
2020-09-11score: Fix _Thread_Initialize()Sebastian Huber1-5/+6
2020-08-31score: Add stack free handler to TCBSebastian Huber9-24/+78
2020-08-31score: Move _Stack_Allocator_free to separate fileSebastian Huber3-2/+36