summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* score: Remove SMP message multicast/broadcastSebastian Huber2021-07-282-61/+1
* score: Simplify SMP processor state handlingSebastian Huber2021-07-286-227/+209
* score: Remove processor event broadcast/receiveSebastian Huber2021-07-2812-125/+51
* libcsupport: Consistent rtems_putc() outputSebastian Huber2021-07-281-16/+34
* libcsupport: Fix TOCTOU in getchark()Sebastian Huber2021-07-281-8/+13
* score: Remove _Internal_errors_What_happenedSebastian Huber2021-07-282-27/+2
* rtems: Add rtems_interrupt_entry_install()Sebastian Huber2021-07-261-0/+237
* rtems: Add RTEMS_FATAL_SOURCE_SPURIOUS_INTERRUPTSebastian Huber2021-07-262-1/+9
* rtems: Add rtems_interrupt_is_pending()Sebastian Huber2021-07-261-0/+54
* rtems: Add rtems_interrupt_vector_is_enabled()Sebastian Huber2021-07-261-0/+50
* rtems: Add rtems_interrupt_vector_enable()Sebastian Huber2021-07-261-0/+88
* rtems: Add rtems_interrupt_get_attributes()Sebastian Huber2021-07-261-0/+207
* rtems: Generate <rtems/irq-extension.h>Sebastian Huber2021-07-261-476/+1354
* rtems: Add rtems_interrupt_raise()Sebastian Huber2021-07-261-37/+125
* cpukit: occured -> occurredSebastian Huber2021-07-1623-64/+64
* sparc: Prefer RTEMS_FATAL_SOURCE_EXCEPTIONSebastian Huber2021-07-151-14/+0
* rtems: Fix Doxygen commentSebastian Huber2021-07-151-2/+2
* Fix compiler warnings for schedulerstrongapa.cRichi Dubey2021-07-061-4/+20