summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-30rtems: Adjust parameter namesSebastian Huber2-13/+13
2021-09-30rtems: Justify integer conversionsSebastian Huber1-3/+8
2021-09-22score: Improve variable names in thread initSebastian Huber1-25/+25
2021-09-22score: Simplify _Thread_Try_initialize()Sebastian Huber1-72/+108
2021-09-21cpukit: Add AArch64 SMP SupportKinsey Moore5-9/+160
2021-09-21build: Remove old build systemSebastian Huber24-2957/+0
2021-09-21libtest: Improve T_now_tick()Sebastian Huber1-0/+45
2021-09-21score: Remove unused default scheduler opsSebastian Huber2-107/+13
2021-09-21score: Ensure only one CPU if requiredSebastian Huber3-1/+22
2021-09-21score: Provide two thread pin/unpin defaultsSebastian Huber7-17/+111
2021-09-21score: SCHEDULER_OPERATION_DEFAULT_GET_SET_AFFINITYSebastian Huber7-8/+20
2021-09-21score: SCHEDULER_OPERATION_DEFAULT_ASK_FOR_HELPSebastian Huber5-6/+17
2021-09-20pxcdevctl: Adjust for standardRyan Long1-8/+72
2021-09-16rtems: Fix message manager documentationSebastian Huber1-2/+2
2021-09-15rtems: Add header files to Doxygen groupsSebastian Huber7-0/+14
2021-09-15rtems: Move Doxygen group definitionSebastian Huber2-10/+8
2021-09-15rtems: Improve Classic API group descriptionSebastian Huber1-1/+1
2021-09-15rtems: Fix message manager documentationSebastian Huber1-8/+10
2021-09-15rtems: Generate <rtems/extension.h>Sebastian Huber1-177/+588
2021-09-15rtems: Generate <rtems/rtems/cache.h>Sebastian Huber1-150/+512
2021-09-09rtems: Initialize count of postponed jobsSebastian Huber1-0/+1
2021-09-06rtems: Document time of day constraintsSebastian Huber1-4/+13
2021-09-06score: Split up rbtreenext.cSebastian Huber5-28/+180
2021-09-06score: Change TOD_LATEST_YEAR to 2099Sebastian Huber4-41/+47
2021-09-06score: Simplify _TOD_Validate()Sebastian Huber1-9/+25
2021-09-06score: Limit the CLOCK_REALTIME settingSebastian Huber2-1/+10
2021-09-06score: Add _TOD_Is_valid_new_time_of_day()Sebastian Huber6-22/+86
2021-09-06score: Remove TOD_TICKS_PER_SECOND_method()Sebastian Huber3-49/+2
2021-09-06score: Return status in _TOD_Adjust()Sebastian Huber3-4/+14
2021-09-03score: Move _Thread_Dispatch()Sebastian Huber3-20/+62
2021-09-03score: Document thread queue operationsSebastian Huber3-11/+63
2021-09-02libtest: Return fixture context in T_case_begin()Sebastian Huber2-2/+3
2021-09-01score: Update priority only if necessarySebastian Huber3-12/+16
2021-09-01score: Remove _Thread_queue_Unblock_critical()Sebastian Huber2-60/+12
2021-09-01score: Remove _Thread_queue_First_locked()Sebastian Huber2-29/+9
2021-09-01score: Fix blocking message queue receiveSebastian Huber4-82/+62
2021-09-01score: Fix priority discipline handlingSebastian Huber8-148/+196
2021-09-01score: Document Futex HandlerSebastian Huber1-2/+40
2021-08-31rtems: Fix partitions with RTEMS_MULIPROCESSINGSebastian Huber1-1/+1
2021-08-21libmisc/shell: Check the shell command pointers when adding a commandChris Johns1-0/+5
2021-08-21libmisc/fdt: fix node initialise error with RTEMS_DEBUGChris Johns1-0/+2
2021-08-19cpukit/mghttpd: Support all descriptors in selectChris Johns1-0/+31
2021-08-18confstr() support for RTEMSEshan dhawan2-0/+128
2021-08-18score: Delete unused rtems_ada_selfSebastian Huber1-5/+0
2021-08-18score: Make zombie registry observableSebastian Huber2-16/+40
2021-08-18score: Simplify _Thread_Kill_zombies()Sebastian Huber1-8/+11
2021-08-18score: Simplify _Per_CPU_Wait_for_job()Sebastian Huber1-1/+0
2021-08-18score: Simplify _Thread_Create_idle_for_CPU()Sebastian Huber1-7/+1
2021-08-12score: Simplify _Scheduler_Tick()Sebastian Huber1-4/+22
2021-08-12score: Replace the single use of a sequence lockSebastian Huber3-30/+65