summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-08-12score: Replace priority prepend it with an enumSebastian Huber13-71/+108
2021-08-12rtems: Fix rtems_partition_return_buffer()Sebastian Huber5-17/+30
2021-08-11Test needed for timer_create with CLOCK_MONOTONCZacchaeus Leung3-19/+33
2021-08-09Turn off executable permissions for a number of source filesJoel Sherrill1-0/+0
2021-08-03score: Disable interrupts in SMP shutdownSebastian Huber1-0/+5
2021-08-02rtems: Generate <rtems/bspIo.h>Sebastian Huber8-91/+324
2021-07-29score: Change _SMP_Send_message() parameter typeSebastian Huber3-9/+8
2021-07-29score: Assert job properties in _Per_CPU_Add_job()Sebastian Huber1-0/+2
2021-07-29score: Add _Per_CPU_Submit_job()Sebastian Huber5-12/+27
2021-07-29score: Split SMP multicast action moduleSebastian Huber5-32/+157
2021-07-28score: Return value in _SMP_Process_message()Sebastian Huber1-0/+2
2021-07-28score: Canonicalize _CPU_Fatal_halt()Sebastian Huber51-287/+225
2021-07-28score: Move per-CPU jobs supportSebastian Huber3-86/+128