summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber2020-10-1028-87/+47
* librtemscxx: Fix white space to match the coding standardChris Johns2020-10-094-208/+208
* librtemscxx: Add join() and detach() to the threadChris Johns2020-10-093-14/+43
* doxygen: Add "Generated from ..." commentsSebastian Huber2020-10-081-4/+339
* rtems: Add "Generated from ..." commentsSebastian Huber2020-10-081-4/+13
* cpukit/librcxx: Add a C++ thread interface with attributesChris Johns2020-10-084-0/+1037
* rtems: Add RTEMS_PARTITION_ALIGNMENTSebastian Huber2020-10-071-0/+9
* score: Add AArch64 portKinsey Moore2020-10-0517-1/+2756
* build: Add testopts.h to configure scriptSebastian Huber2020-10-052-0/+70
* Decouple the C Program Heap initializationSebastian Huber2020-10-018-45/+214
* rtems: Canonicalize name and id checksSebastian Huber2020-10-014-14/+22
* rtems: Remove rtems_io_driver_io_error()Sebastian Huber2020-09-291-11/+0
* Fixing bug in line editing of the shell with CTRL-U.Frank Kühndel2020-09-281-0/+5
* doxygen: Fix use of getchark() and rtems_putc()Sebastian Huber2020-09-281-6/+6
* rtems: Add rtems_message_queue_construct()Sebastian Huber2020-09-2811-152/+523
* rtems: Remove Message_queue_Control::attribute_setSebastian Huber2020-09-284-10/+26
* score: Add <rtems/score/coremsgbuffer.h>Sebastian Huber2020-09-283-38/+98
* score: Simplify CORE_message_queue_BufferSebastian Huber2020-09-289-74/+71
* score: Improve _CORE_message_queue_Initialize()Sebastian Huber2020-09-285-34/+45
* score: Gather message queue control initializationSebastian Huber2020-09-281-16/+11
* score: Fix allocation size calculationSebastian Huber2020-09-281-51/+23
* score: Use RTEMS_ALIGN_UP()Sebastian Huber2020-09-281-3/+4
* libtest: Remove superfluous assignmentSebastian Huber2020-09-241-1/+0
* or1k: Do not use printk() for _CPU_Fatal_halt()Sebastian Huber2020-09-231-4/+0
* or1k: Remove superfluous includesSebastian Huber2020-09-231-2/+0
* libmisc/capture: Add rtems-trace-buffer-default.c to the autotools buildChris Johns2020-09-231-0/+1
* cpukit/rtems: Add taskconstruct.c to the autotools buildChris Johns2020-09-231-0/+1
* capture: Move default trace dataSebastian Huber2020-09-203-28/+62
* 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
* doxygen: Wrap long linesSebastian Huber2020-09-181-10/+20
* rtems: Fix typoSebastian Huber2020-09-171-1/+1
* validation: Add general purpose test suiteSebastian Huber2020-09-171-0/+6
* doxygen: Move top-level group definitionsSebastian Huber2020-09-172-18/+44
* rtems: Add rtems_task_construct()Sebastian Huber2020-09-177-226/+585
* CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber2020-09-177-6/+81
* rtems: Add RTEMS_ALIGN_UP()Sebastian Huber2020-09-171-0/+15
* rtems: Add RTEMS_ALIGN_DOWN()Sebastian Huber2020-09-171-0/+15
* libtest: Fix T_thread_switch_record()Sebastian Huber2020-09-171-0/+1
* arm: Fix arm_cp15_set_translation_table_entries()Sebastian Huber2020-09-171-0/+16
* i386/score: fix assembly mnemonicGedare Bloom2020-09-121-1/+1
* score: Fix _Thread_Initialize()Sebastian Huber2020-09-111-5/+6
* score: Add stack free handler to TCBSebastian Huber2020-08-319-24/+78
* score: Move _Stack_Allocator_free to separate fileSebastian Huber2020-08-313-2/+36