summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems: Fix message manager documentationSebastian Huber2021-09-161-2/+2
* rtems: Add header files to Doxygen groupsSebastian Huber2021-09-157-0/+14
* rtems: Move Doxygen group definitionSebastian Huber2021-09-152-10/+8
* rtems: Improve Classic API group descriptionSebastian Huber2021-09-151-1/+1
* rtems: Fix message manager documentationSebastian Huber2021-09-151-8/+10
* rtems: Generate <rtems/extension.h>Sebastian Huber2021-09-151-177/+588
* rtems: Generate <rtems/rtems/cache.h>Sebastian Huber2021-09-151-150/+512
* rtems: Initialize count of postponed jobsSebastian Huber2021-09-091-0/+1
* rtems: Document time of day constraintsSebastian Huber2021-09-061-4/+13
* score: Split up rbtreenext.cSebastian Huber2021-09-065-28/+180
* score: Change TOD_LATEST_YEAR to 2099Sebastian Huber2021-09-064-41/+47
* score: Simplify _TOD_Validate()Sebastian Huber2021-09-061-9/+25
* score: Limit the CLOCK_REALTIME settingSebastian Huber2021-09-062-1/+10
* score: Add _TOD_Is_valid_new_time_of_day()Sebastian Huber2021-09-066-22/+86
* score: Remove TOD_TICKS_PER_SECOND_method()Sebastian Huber2021-09-063-49/+2
* score: Return status in _TOD_Adjust()Sebastian Huber2021-09-063-4/+14
* score: Move _Thread_Dispatch()Sebastian Huber2021-09-033-20/+62
* score: Document thread queue operationsSebastian Huber2021-09-033-11/+63
* libtest: Return fixture context in T_case_begin()Sebastian Huber2021-09-022-2/+3
* score: Update priority only if necessarySebastian Huber2021-09-013-12/+16
* score: Remove _Thread_queue_Unblock_critical()Sebastian Huber2021-09-012-60/+12
* score: Remove _Thread_queue_First_locked()Sebastian Huber2021-09-012-29/+9
* score: Fix blocking message queue receiveSebastian Huber2021-09-014-82/+62
* score: Fix priority discipline handlingSebastian Huber2021-09-018-148/+196
* score: Document Futex HandlerSebastian Huber2021-09-011-2/+40
* rtems: Fix partitions with RTEMS_MULIPROCESSINGSebastian Huber2021-08-311-1/+1
* libmisc/shell: Check the shell command pointers when adding a commandChris Johns2021-08-211-0/+5
* libmisc/fdt: fix node initialise error with RTEMS_DEBUGChris Johns2021-08-211-0/+2
* cpukit/mghttpd: Support all descriptors in selectChris Johns2021-08-191-0/+31
* confstr() support for RTEMSEshan dhawan2021-08-182-0/+128
* score: Delete unused rtems_ada_selfSebastian Huber2021-08-181-5/+0
* score: Make zombie registry observableSebastian Huber2021-08-182-16/+40
* score: Simplify _Thread_Kill_zombies()Sebastian Huber2021-08-181-8/+11
* score: Simplify _Per_CPU_Wait_for_job()Sebastian Huber2021-08-181-1/+0
* score: Simplify _Thread_Create_idle_for_CPU()Sebastian Huber2021-08-181-7/+1
* score: Simplify _Scheduler_Tick()Sebastian Huber2021-08-121-4/+22
* score: Replace the single use of a sequence lockSebastian Huber2021-08-123-30/+65
* score: Replace priority prepend it with an enumSebastian Huber2021-08-1213-71/+108
* rtems: Fix rtems_partition_return_buffer()Sebastian Huber2021-08-125-17/+30
* Test needed for timer_create with CLOCK_MONOTONCZacchaeus Leung2021-08-113-19/+33
* Turn off executable permissions for a number of source filesJoel Sherrill2021-08-091-0/+0
* score: Disable interrupts in SMP shutdownSebastian Huber2021-08-031-0/+5
* rtems: Generate <rtems/bspIo.h>Sebastian Huber2021-08-028-91/+324
* score: Change _SMP_Send_message() parameter typeSebastian Huber2021-07-293-9/+8
* score: Assert job properties in _Per_CPU_Add_job()Sebastian Huber2021-07-291-0/+2
* score: Add _Per_CPU_Submit_job()Sebastian Huber2021-07-295-12/+27
* score: Split SMP multicast action moduleSebastian Huber2021-07-295-32/+157
* score: Return value in _SMP_Process_message()Sebastian Huber2021-07-281-0/+2
* score: Canonicalize _CPU_Fatal_halt()Sebastian Huber2021-07-2851-287/+225
* score: Move per-CPU jobs supportSebastian Huber2021-07-283-86/+128