summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-07-28score: Remove SMP message multicast/broadcastSebastian Huber2-61/+1
2021-07-28score: Simplify SMP processor state handlingSebastian Huber6-227/+209
2021-07-28score: Remove processor event broadcast/receiveSebastian Huber12-125/+51
2021-07-28libcsupport: Consistent rtems_putc() outputSebastian Huber1-16/+34
2021-07-28libcsupport: Fix TOCTOU in getchark()Sebastian Huber1-8/+13
2021-07-28score: Remove _Internal_errors_What_happenedSebastian Huber2-27/+2
2021-07-26rtems: Add rtems_interrupt_entry_install()Sebastian Huber1-0/+237
2021-07-26rtems: Add RTEMS_FATAL_SOURCE_SPURIOUS_INTERRUPTSebastian Huber2-1/+9
2021-07-26rtems: Add rtems_interrupt_is_pending()Sebastian Huber1-0/+54
2021-07-26rtems: Add rtems_interrupt_vector_is_enabled()Sebastian Huber1-0/+50
2021-07-26rtems: Add rtems_interrupt_vector_enable()Sebastian Huber1-0/+88
2021-07-26rtems: Add rtems_interrupt_get_attributes()Sebastian Huber1-0/+207
2021-07-26rtems: Generate <rtems/irq-extension.h>Sebastian Huber1-476/+1354
2021-07-26rtems: Add rtems_interrupt_raise()Sebastian Huber1-37/+125
2021-07-16cpukit: occured -> occurredSebastian Huber23-64/+64
2021-07-15sparc: Prefer RTEMS_FATAL_SOURCE_EXCEPTIONSebastian Huber1-14/+0
2021-07-15rtems: Fix Doxygen commentSebastian Huber1-2/+2
2021-07-06Fix compiler warnings for schedulerstrongapa.cRichi Dubey1-4/+20