# # ChangeLog for / in rtems # # Generated by Trac 1.2.1.dev0 # 05/21/24 15:42:48 Mon, 31 Oct 2016 12:08:33 GMT Sebastian Huber [05ca53d] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/scheduleraddprocessor.c (added) * cpukit/rtems/src/schedulerremoveprocessor.c (added) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulersmpstartidle.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpscheduler02/init.c (modified) * testsuites/smptests/smpscheduler04/Makefile.am (added) * testsuites/smptests/smpscheduler04/init.c (added) * testsuites/smptests/smpscheduler04/smpscheduler04.doc (added) * testsuites/smptests/smpscheduler04/smpscheduler04.scn (added) * testsuites/sptests/spscheduler01/init.c (modified) rtems: Add scheduler processor add/remove Update #2797. Mon, 07 Nov 2016 15:54:40 GMT Sebastian Huber [1f5bee3] * c/src/lib/libbsp/shared/clockdrv_shell.h (modified) * c/src/lib/libbsp/sparc/shared/timer/tlib_ckinit.c (modified) * c/src/lib/libcpu/bfin/clock/clock.c (modified) * c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/threadcreateidle.c (modified) * testsuites/sptests/spintrcritical_support/intrcritical.c (modified) score: Add and use Thread_Control::is_idle Update #2797. Mon, 07 Nov 2016 07:06:48 GMT Sebastian Huber [e610785] * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/src/smp.c (modified) score: Rename _Scheduler_Assignments Rename _Scheduler_Assignments ... Tue, 08 Nov 2016 05:39:07 GMT Sebastian Huber [68ef65b] * cpukit/score/include/rtems/score/schedulersmp.h (modified) * cpukit/score/src/schedulersmpstartidle.c (modified) score: Clarify _Scheduler_SMP_Start_idle() Mon, 07 Nov 2016 05:25:03 GMT Sebastian Huber [1c46b80] * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/src/smp.c (modified) score: Add scheduler to per-CPU information This makes it possible ... Fri, 04 Nov 2016 14:47:25 GMT Sebastian Huber [f20dfa8] * cpukit/score/include/rtems/score/coremuteximpl.h (modified) score: Avoid _Scheduler_Get_by_CPU_index( 0 ) Avoid use of ... Wed, 02 Nov 2016 05:36:13 GMT Sebastian Huber [2612a0b] * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/schedulergetprocessorset.c (modified) * cpukit/rtems/src/schedulerident.c (modified) * cpukit/rtems/src/semsetpriority.c (modified) * cpukit/rtems/src/taskgetpriority.c (modified) * cpukit/rtems/src/tasksetscheduler.c (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * testsuites/smptests/smpscheduler02/init.c (modified) score: Simplify _Scheduler_Get_by_id() Avoid dead code in non-SMP ... Fri, 04 Nov 2016 14:37:16 GMT Sebastian Huber [16b14cfd] * cpukit/score/include/rtems/score/mrspimpl.h (modified) score: Fix _MRSP_Initialize() The ceiling priorities must be ... Fri, 04 Nov 2016 14:31:44 GMT Sebastian Huber [947814ca] * cpukit/score/src/mpci.c (modified) * cpukit/score/src/threadmp.c (modified) mpci: Use the first scheduler for MPCI Avoid use of processor index ... Fri, 04 Nov 2016 14:26:52 GMT Sebastian Huber [2f5ac5b5] * cpukit/rtems/src/taskcreate.c (modified) rtems: Fix rtems_task_create() scheduler selection Use the home ... Wed, 09 Nov 2016 12:14:38 GMT Sebastian Huber [eb98dd49] * cpukit/score/include/rtems/score/smplock.h (modified) * cpukit/score/src/smplock.c (modified) * testsuites/smptests/smpmutex02/smpmutex02.scn (modified) * testsuites/tmtests/tmfine01/tmfine01.scn (modified) score: Inline some SMP lock operations by default The SMP ticket ... Thu, 27 Oct 2016 06:24:50 GMT Sebastian Huber [6de41c5f] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/include/machine/_kernel_time.h (added) * cpukit/libcsupport/include/machine/_kernel_types.h (added) * cpukit/libcsupport/preinstall.am (modified) * cpukit/libnetworking/Makefile.am (modified) * cpukit/libnetworking/machine/_kernel_lock.h (added) * cpukit/libnetworking/preinstall.am (modified) * cpukit/score/src/kern_tc.c (modified) * testsuites/sptests/sptimecounter02/init.c (modified) Provide kernel space header files These kernel space header files ... Mon, 07 Nov 2016 08:30:17 GMT Sebastian Huber [6cb234f] * c/src/lib/libbsp/powerpc/qoriq/include/qoriq.h (modified) bsp/qoriq: Remove duplicate qoriq_gpio definition Close #2800. Fri, 04 Nov 2016 12:29:00 GMT Sebastian Huber [7790d95f] * cpukit/score/cpu/sparc/rtems/score/cpuimpl.h (modified) sparc: Provide _CPU_Get_thread_executing() Fri, 04 Nov 2016 12:28:23 GMT Sebastian Huber [df48ed2] * cpukit/score/cpu/no_cpu/rtems/score/cpuimpl.h (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/src/threadhandler.c (modified) score: Add optional _CPU_Get_thread_executing() Fri, 04 Nov 2016 12:19:11 GMT Sebastian Huber [edbd43c6] * cpukit/score/include/rtems/score/percpu.h (modified) * testsuites/tmtests/tm26/task1.c (modified) * testsuites/tmtests/tm27/task1.c (modified) score: Prevent assignment to _Thread_Executing Fri, 04 Nov 2016 12:45:25 GMT Sebastian Huber [df63fbd1] * cpukit/score/cpu/arm/Makefile.am (modified) * cpukit/score/cpu/arm/preinstall.am (modified) * cpukit/score/cpu/arm/rtems/score/cpuimpl.h (added) * cpukit/score/cpu/bfin/Makefile.am (modified) * cpukit/score/cpu/bfin/preinstall.am (modified) * cpukit/score/cpu/bfin/rtems/score/cpuimpl.h (added) * cpukit/score/cpu/epiphany/Makefile.am (modified) * cpukit/score/cpu/epiphany/preinstall.am (modified) * cpukit/score/cpu/epiphany/rtems/score/cpuimpl.h (added) * cpukit/score/cpu/i386/Makefile.am (modified) * cpukit/score/cpu/i386/preinstall.am (modified) * cpukit/score/cpu/i386/rtems/score/cpuimpl.h (added) * cpukit/score/cpu/lm32/Makefile.am (modified) * cpukit/score/cpu/lm32/preinstall.am (modified) * cpukit/score/cpu/lm32/rtems/score/cpuimpl.h (added) * cpukit/score/cpu/m32c/Makefile.am (modified) * cpukit/score/cpu/m32c/preinstall.am (modified) * cpukit/score/cpu/m32c/rtems/score/cpuimpl.h (added) * cpukit/score/cpu/m68k/Makefile.am (modified) * cpukit/score/cpu/m68k/preinstall.am (modified) * cpukit/score/cpu/m68k/rtems/score/cpuimpl.h (added) * cpukit/score/cpu/mips/Makefile.am (modified) * cpukit/score/cpu/mips/preinstall.am (modified) * cpukit/score/cpu/mips/rtems/score/cpuimpl.h (added) * cpukit/score/cpu/moxie/Makefile.am (modified) * cpukit/score/cpu/moxie/preinstall.am (modified) * cpukit/score/cpu/moxie/rtems/score/cpuimpl.h (added) * cpukit/score/cpu/nios2/Makefile.am (modified) * cpukit/score/cpu/nios2/preinstall.am (modified) * cpukit/score/cpu/nios2/rtems/score/cpuimpl.h (added) * cpukit/score/cpu/no_cpu/Makefile.am (modified) * cpukit/score/cpu/no_cpu/preinstall.am (modified) * cpukit/score/cpu/no_cpu/rtems/score/cpuimpl.h (added) * cpukit/score/cpu/or1k/Makefile.am (modified) * cpukit/score/cpu/or1k/preinstall.am (modified) * cpukit/score/cpu/or1k/rtems/score/cpuimpl.h (added) * cpukit/score/cpu/powerpc/Makefile.am (modified) * cpukit/score/cpu/powerpc/preinstall.am (modified) * cpukit/score/cpu/powerpc/rtems/score/cpuimpl.h (added) * cpukit/score/cpu/sh/Makefile.am (modified) * cpukit/score/cpu/sh/preinstall.am (modified) * cpukit/score/cpu/sh/rtems/score/cpuimpl.h (added) * cpukit/score/cpu/sparc/Makefile.am (modified) * cpukit/score/cpu/sparc/preinstall.am (modified) * cpukit/score/cpu/sparc/rtems/score/cpuimpl.h (added) * cpukit/score/cpu/sparc64/Makefile.am (modified) * cpukit/score/cpu/sparc64/preinstall.am (modified) * cpukit/score/cpu/sparc64/rtems/score/cpuimpl.h (added) * cpukit/score/cpu/v850/Makefile.am (modified) * cpukit/score/cpu/v850/preinstall.am (modified) * cpukit/score/cpu/v850/rtems/score/cpuimpl.h (added) score: Add The aim of this file is to ... Thu, 03 Nov 2016 13:44:15 GMT Sebastian Huber [ee42943] * cpukit/score/include/rtems/score/isrlock.h (modified) * cpukit/score/src/mutex.c (modified) * testsuites/tmtests/tmfine01/tmfine01.scn (modified) score: Optimize self-contained mutexes Fri, 04 Nov 2016 09:04:27 GMT Sebastian Huber [e7ab43d4] * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/threadq.c (modified) score: Use non-inline thread queue lock ops This reduces the code ... Thu, 03 Nov 2016 16:19:43 GMT Sebastian Huber [347ef928] * cpukit/score/include/rtems/score/isrlock.h (modified) score: Provide inline variants for ISR lock ops Thu, 03 Nov 2016 16:00:28 GMT Sebastian Huber [9cd5349] * cpukit/score/include/rtems/score/smplock.h (modified) * cpukit/score/src/smplock.c (modified) score: Default to non-inline SMP lock ops Use non-inline SMP lock ... Fri, 04 Nov 2016 08:52:06 GMT Sebastian Huber [9597c4ed] * cpukit/libcsupport/src/resource_snapshot.c (modified) Size optimization for resource snapshots Do not reference the ... Fri, 04 Nov 2016 09:53:16 GMT Sebastian Huber [8b18b8eb] * cpukit/posix/src/prwlock.c (modified) posix: Fix _POSIX_RWLock_Manager_initialization() Use right object ... Fri, 04 Nov 2016 07:29:43 GMT Sebastian Huber [76ad5e0c] * cpukit/score/include/rtems/score/schedulerimpl.h (modified) score: Fix _Scheduler_Try_to_schedule_node() In case the thread is ... Thu, 03 Nov 2016 17:49:12 GMT Tim Cussins [11ae6f9] * c/src/lib/libbsp/powerpc/virtex4/include/bsp.h (modified) * c/src/lib/libbsp/powerpc/virtex5/include/bsp.h (modified) virtex4, virtex5 bsp.h: Use BSP_INTERRUPT_STACK_SIZE not user space ... Mon, 03 Oct 2016 16:03:36 GMT Joel Sherrill [8cf2f8b] * testsuites/testdata/dltests-broken-on-this-bsp.tcfg (modified) testsuites/testdata/dltests-broken-on-this-bsp.tcfg: Add new dl tests ... Mon, 03 Oct 2016 15:59:47 GMT Joel Sherrill [0df50a6c] * c/src/lib/libbsp/m68k/mrm332/make/custom/mrm332-testsuite.tcfg (modified) m68k/mrm332/make/custom/mrm332-testsuite.tcfg: Add dl05 Mon, 03 Oct 2016 15:59:31 GMT Joel Sherrill [c2798633] * c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg (modified) m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg: Add dl05 Mon, 03 Oct 2016 15:59:05 GMT Joel Sherrill [fbf4543] * c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg (modified) m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg: Add dl05 Mon, 03 Oct 2016 15:58:45 GMT Joel Sherrill [710302ae] * c/src/lib/libbsp/m68k/mcf5206elite/make/custom/mcf5206elite-testsuite.tcfg (modified) mcf5206elite/make/custom/mcf5206elite-testsuite.tcfg: Add dl05 Mon, 08 Aug 2016 16:33:21 GMT Joel Sherrill [c7589640] * c/src/lib/libbsp/moxie/moxiesim/bsp_specs (modified) moxiesim/bsp_specs: Add crtbegin/end to fix link issues Thu, 03 Nov 2016 13:43:03 GMT Sebastian Huber [afa92ab7] * cpukit/score/include/rtems/score/watchdogimpl.h (modified) score: Add _Watchdog_Ticks_from_sbintime Necessary to support a ... Wed, 02 Nov 2016 05:27:06 GMT Sebastian Huber [9599b468] * cpukit/score/include/rtems/score/schedulerimpl.h (modified) score: Delete unused _Scheduler_Is_id_valid() Mon, 31 Oct 2016 15:23:52 GMT Sebastian Huber [47d2464] * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/sptests/spfatal28/testcase.h (modified) score: Conditionally enable thread resource count Maintain the ... Mon, 31 Oct 2016 15:23:13 GMT Sebastian Huber [9e7fa07] * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * testsuites/smptests/smpscheduler02/init.c (modified) * testsuites/sptests/spscheduler01/init.c (modified) score: Relax _Scheduler_Set() restrictions No longer ... Mon, 31 Oct 2016 15:10:32 GMT Sebastian Huber [0dd49d0] * cpukit/rtems/src/semcreate.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/threadqenqueue.c (modified) score: Introduce thread resource count methods This makes it easier ... Thu, 03 Nov 2016 09:52:53 GMT Sebastian Huber [6e31b56f] * cpukit/rtems/src/semcreate.c (modified) * testsuites/tmtests/tm02/task1.c (modified) rtems: Fix binary semaphore resource count Binary semaphores (not ... Thu, 03 Nov 2016 07:55:24 GMT Sebastian Huber [0154dea3] * testsuites/tmtests/tmfine01/tmfine01.py (added) * testsuites/tmtests/tmfine01/tmfine01.scn (modified) tmtests/tmfine01: Update screen file Add plot script. Thu, 03 Nov 2016 07:22:59 GMT Sebastian Huber [d505fbb] * testsuites/smptests/smplock01/smplock01.py (modified) * testsuites/smptests/smplock01/smplock01.scn (modified) smptests/smplock01: Update screen file Thu, 03 Nov 2016 06:33:11 GMT Sebastian Huber [86d3a2e8] * cpukit/libmisc/testsupport/test.h (modified) * cpukit/libmisc/testsupport/testparallel.c (modified) testsupport: Determine worker index via processor Determine worker ... Mon, 31 Oct 2016 08:13:35 GMT Sebastian Huber [63e2ca1b] * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulercbs.h (modified) * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriority.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimple.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/scheduleredfunblock.c (modified) * cpukit/score/src/scheduleredfyield.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulerpriorityunblock.c (modified) * cpukit/score/src/schedulerpriorityyield.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulersimpleunblock.c (modified) * cpukit/score/src/schedulersimpleyield.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) score: Simplify yield and unblock scheduler ops Update #2556. Mon, 31 Oct 2016 07:33:11 GMT Sebastian Huber [2dd098a] * cpukit/libmisc/capture/capture.h (modified) * cpukit/libmisc/cpuuse/cpuusagereset.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedprio.c (modified) * cpukit/posix/src/sched_getprioritymax.c (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/taskgetscheduler.c (modified) * cpukit/rtems/src/tasksetpriority.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/sched.c (modified) * cpukit/score/src/schedulergetaffinity.c (modified) * cpukit/score/src/schedulersetaffinity.c (modified) * cpukit/score/src/threadgetcputimeused.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) * testsuites/tmtests/tm26/task1.c (modified) * testsuites/tmtests/tm27/task1.c (modified) score: Introduce Thread_Scheduler_control::home Replace ... Mon, 31 Oct 2016 07:22:02 GMT Sebastian Huber [7f742432] * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadqflush.c (modified) * cpukit/score/src/threadqops.c (modified) * cpukit/score/src/threadrestart.c (modified) score: Delete Thread_Scheduler_control::own_node Update #2556. Mon, 31 Oct 2016 07:08:48 GMT Sebastian Huber [c0f1f52] * cpukit/score/include/rtems/score/schedulercbsimpl.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/threadinitialize.c (modified) score: Delete Thread_Scheduler_control::node Update #2556. Mon, 31 Oct 2016 07:04:07 GMT Sebastian Huber [b5f1b24] * cpukit/score/include/rtems/score/schedulernode.h (modified) * cpukit/score/include/rtems/score/schedulernodeimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) score: Delete Scheduler_Node::accepts_help Update #2556. Mon, 31 Oct 2016 05:19:43 GMT Sebastian Huber [1cafc46] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/resource.h (deleted) * cpukit/score/include/rtems/score/resourceimpl.h (deleted) * cpukit/score/preinstall.am (modified) * cpukit/score/src/resourceiterate.c (deleted) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spresource01/Makefile.am (deleted) * testsuites/sptests/spresource01/init.c (deleted) * testsuites/sptests/spresource01/spresource01.doc (deleted) * testsuites/sptests/spresource01/spresource01.scn (deleted) score: Delete Resource Handler Update #2556. Thu, 27 Oct 2016 04:42:06 GMT Sebastian Huber [6771359f] * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulernode.h (modified) * cpukit/score/include/rtems/score/schedulernodeimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * testsuites/smptests/smpmrsp01/init.c (modified) score: Second part of new MrsP implementation Update #2556. Fri, 21 Oct 2016 12:41:19 GMT Sebastian Huber [0e754fac] * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (modified) * cpukit/score/src/schedulerdefaultaskforhelp.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) score: Delete unused scheduler ask for help X op Fri, 21 Oct 2016 12:33:01 GMT Sebastian Huber [9c238e1] * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/schedulerpriority.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimple.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (modified) * cpukit/score/src/scheduleredfchangepriority.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerprioritychangepriority.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulersimplechangepriority.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) score: Simplify update priority scheduler op Remove unused return ... Fri, 21 Oct 2016 07:23:48 GMT Sebastian Huber [97f7dac] * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadinitialize.c (modified) score: Delete _Scheduler_Ask_for_help_if_necessary Delete ... Fri, 21 Oct 2016 12:15:30 GMT Sebastian Huber [73a193f] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/src/schedulerchangeroot.c (deleted) score: Delete unused functions Delete ... Fri, 21 Oct 2016 07:23:58 GMT Sebastian Huber [3a27248] * cpukit/libmisc/monitor/mon-sema.c (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/include/rtems/score/mrsp.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/status.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpfatal03/Makefile.am (added) * testsuites/smptests/smpfatal03/init.c (added) * testsuites/smptests/smpfatal03/smpfatal03.doc (added) * testsuites/smptests/smpfatal03/smpfatal03.scn (added) * testsuites/smptests/smpmrsp01/init.c (modified) * testsuites/sptests/spinternalerror02/init.c (modified) * testsuites/sptests/spinternalerror02/spinternalerror02.scn (modified) score: First part of new MrsP implementation Update #2556. Thu, 13 Oct 2016 06:57:29 GMT Sebastian Huber [913864c] * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/src/scheduler.c (modified) score: Use scheduler instance specific locks Update #2556. Mon, 10 Oct 2016 09:46:07 GMT Sebastian Huber [6a82f1ae] * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * testsuites/smptests/smpmutex01/init.c (modified) score: Yield support for new SMP helping protocol Update #2556. Tue, 27 Sep 2016 09:33:36 GMT Sebastian Huber [351c14d] * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/schedulerdefaultaskforhelp.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulersmpdebug.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadscheduler.c (modified) * testsuites/smptests/smpmutex01/init.c (modified) score: Add new SMP scheduler helping protocol Update #2556. Fri, 23 Sep 2016 12:54:04 GMT Sebastian Huber [2403473] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulernode.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadscheduler.c (added) score: Add _Thread_Scheduler_process_requests() Update #2556. Fri, 23 Sep 2016 11:24:06 GMT Sebastian Huber [ebdd2a3] * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulernode.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadinitialize.c (modified) score: Add scheduler node requests Add the ability to add/remove ... Fri, 14 Oct 2016 11:03:46 GMT Sebastian Huber [edb020c] * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) score: Protect thread CPU by thread scheduler lock Update #2556. Wed, 12 Oct 2016 07:55:34 GMT Sebastian Huber [a7a8ec03] * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) score: Protect thread scheduler state changes Update #2556. Fri, 23 Sep 2016 09:57:59 GMT Sebastian Huber [07a32d19] * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) score: Add thread scheduler lock Update #2556. Fri, 23 Sep 2016 08:47:22 GMT Sebastian Huber [70c22d93] * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadqops.c (modified) score: Add _Thread_Scheduler_remove_wait_node() Update #2556. Fri, 23 Sep 2016 08:46:49 GMT Sebastian Huber [36d7aba] * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadqops.c (modified) score: Add _Thread_Scheduler_add_wait_node() Update #2556. Tue, 27 Sep 2016 09:37:22 GMT Sebastian Huber [1c9688a9] * cpukit/score/include/rtems/score/schedulernodeimpl.h (modified) * cpukit/score/src/threadqops.c (modified) score: Add _Scheduler_Node_get_scheduler() Update #2556. Mon, 10 Oct 2016 13:03:39 GMT Sebastian Huber [3a72411] * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) score: Simplify _Scheduler_SMP_Node_change_state() Update #2556. Mon, 10 Oct 2016 12:50:19 GMT Sebastian Huber [72e0bdb] * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulercbs.h (modified) * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriority.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimple.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/scheduleredfunblock.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulerpriorityunblock.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulersimpleunblock.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) score: Pass scheduler node to unblock operation Changed for ... Mon, 10 Oct 2016 12:33:17 GMT Sebastian Huber [e382a1b] * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriority.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimple.h (modified) * cpukit/score/include/rtems/score/schedulersimpleimpl.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (modified) * cpukit/score/src/scheduleredfblock.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerpriorityblock.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulersimpleblock.c (modified) * cpukit/score/src/schedulersimplechangepriority.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) score: Pass scheduler node to block operation Changed for ... Mon, 10 Oct 2016 12:01:55 GMT Sebastian Huber [2df4abc] * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriority.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimple.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (modified) * cpukit/score/src/scheduleredfyield.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulerpriorityyield.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulersimpleyield.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) score: Pass scheduler node to yield operation Changed for ... Fri, 30 Sep 2016 12:38:04 GMT Sebastian Huber [501043a] * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriority.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimple.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (modified) * cpukit/score/src/scheduleredfchangepriority.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerprioritychangepriority.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulersimplechangepriority.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) score: Pass scheduler node to update priority op This enables to ... Wed, 21 Sep 2016 13:17:37 GMT Sebastian Huber [d097b546] * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (modified) * cpukit/score/src/schedulerchangeroot.c (modified) * cpukit/score/src/schedulerdefaultaskforhelp.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) score: Rename scheduler ask for help stuff Rename the scheduler ask ... Fri, 30 Sep 2016 08:10:22 GMT Sebastian Huber [d057d653] * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) score: Fix _Scheduler_Try_to_schedule_node() usage Fix wrong use of ... Wed, 02 Nov 2016 09:01:36 GMT Sebastian Huber [fac8a3a] * c/src/lib/libbsp/sparc/shared/start/start.S (modified) * c/src/lib/libbsp/sparc/shared/startup/linkcmds.base (modified) bsps/sparc: Fix copy of initialized data The text and data sections ... Mon, 31 Oct 2016 15:04:11 GMT Sebastian Huber [b7694c8c] * testsuites/sptests/sp35/priinv.c (modified) sptests/sp35: Remove dead code Mon, 31 Oct 2016 13:45:30 GMT Sebastian Huber [4cf58905] * cpukit/libmisc/cpuuse/cpuusagereport.c (modified) cpuuse: Use rtems_task_iterate() Update #2423. Mon, 31 Oct 2016 12:37:59 GMT Sebastian Huber [d271c3bb] * cpukit/libcsupport/src/sync.c (modified) * cpukit/libmisc/capture/capture-cli.c (modified) * cpukit/libmisc/capture/capture.c (modified) * cpukit/libmisc/cpuuse/cpuusagereset.c (modified) * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) * cpukit/libmisc/stackchk/check.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/taskiterate.c (added) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/iterateoverthreads.c (modified) * cpukit/score/src/threaditerate.c (added) * testsuites/sptests/sp41/init.c (modified) * testsuites/sptests/sp41/sp41.scn (modified) rtems: Add rtems_task_iterate() Update #2423. Mon, 31 Oct 2016 12:07:34 GMT Sebastian Huber [bb9f09f] * cpukit/posix/src/timersettime.c (modified) posix: Fix timer interval Do not overwrite timer interval with ... Mon, 31 Oct 2016 12:05:55 GMT Sebastian Huber [3e9f4c92] * cpukit/posix/src/sigtimedwait.c (modified) posix: Fix timeout handling in sigtimedwait() Update #2798. Mon, 31 Oct 2016 09:50:54 GMT Sebastian Huber [7eec247] * testsuites/smptests/smplock01/init.c (modified) * testsuites/smptests/smplock01/smplock01.py (added) * testsuites/smptests/smplock01/smplock01.scn (modified) smptests/smplock01: Use test support Convert output to XML. Fri, 21 Oct 2016 13:34:21 GMT Sebastian Huber [1aae680] * cpukit/libcsupport/include/sys/sockio.h (modified) sys/sockio.h: Update to FreeBSD head 2016-05-03 Wed, 26 Oct 2016 11:55:51 GMT Sebastian Huber [505eb55] * cpukit/include/sys/uio.h (modified) sys/uio.h: Update to FreeBSD head 2015-12-03 Wed, 26 Oct 2016 11:50:56 GMT Sebastian Huber [8b8d05f] * cpukit/libcsupport/include/sys/event.h (modified) sys/event.h: Update to FreeBSD head 2016-06-27 Sat, 22 Oct 2016 15:46:56 GMT James [fc718cb8] * c/src/lib/libbsp/arm/xilinx-zynq/README (modified) Updated xilinx_zynq_a9_qemu bsp README instructions. Tue, 18 Oct 2016 22:22:57 GMT Sebastian Huber [f94155b] * c/src/lib/libbsp/sparc/shared/include/grlib.h (modified) bsps/sparc: Add interrupt controller registers Tue, 18 Oct 2016 22:21:21 GMT Sebastian Huber [9361412] * c/src/lib/libbsp/sparc/leon3/include/leon.h (modified) bsp/leon3: Avoid implicit integer conversions Mon, 17 Oct 2016 12:36:49 GMT Alexander Krutwig [24fe213] * c/src/lib/libbsp/arm/atsam/include/atsam-spi.h (modified) * c/src/lib/libbsp/arm/atsam/spi/atsam_spi_bus.c (modified) atsam: multiple messages on one cs low level Wed, 12 Oct 2016 08:15:29 GMT Pavel Pisa [dfcec559] * c/src/libchip/network/if_fxp.c (modified) libchip/network/if_fxp.c: do not use rtems_interrupt_disable. The ... Wed, 12 Oct 2016 07:47:00 GMT Pavel Pisa [20625a5] * c/src/lib/libbsp/i386/pc386/make/custom/pc586.cfg (modified) * c/src/lib/libbsp/i386/pc386/make/custom/pc686.cfg (modified) bsps/i386: use Pentimum instructions for pc586 and pc686 builds. ... Wed, 12 Oct 2016 07:40:41 GMT Pavel Pisa [6b54dcb] * c/src/lib/libbsp/i386/pc386/clock/ckinit.c (modified) * c/src/lib/libbsp/i386/pc386/console/inch.c (modified) * c/src/lib/libbsp/i386/pc386/console/keyboard.c (modified) * c/src/lib/libbsp/i386/pc386/console/vt.c (modified) * c/src/lib/libbsp/i386/pc386/include/bsp.h (modified) * c/src/lib/libbsp/i386/pc386/timer/timer.c (modified) * c/src/lib/libbsp/i386/shared/irq/idt.c (modified) * c/src/lib/libbsp/i386/shared/irq/irq.c (modified) * c/src/lib/libbsp/i386/shared/irq/irq_init.c (modified) bsps/i386: replace global interrupt disable by SMP build supporting ... Thu, 13 Oct 2016 05:51:55 GMT Sebastian Huber [f45ddeea] * c/src/lib/libbsp/arm/atsam/console/console.c (modified) bsp/atsamv: Fix typo Thu, 13 Oct 2016 05:09:49 GMT Sebastian Huber [f5eff00] * cpukit/score/include/rtems/linkersets.h (modified) * cpukit/score/include/rtems/score/basedefs.h (modified) score: Rename RTEMS_OBFUSCATE_POINTER() The inline asm construct ... Tue, 11 Oct 2016 22:15:23 GMT Chris Johns [826f3afa] * cpukit/Makefile.am (modified) * cpukit/libmisc/Makefile.am (modified) * cpukit/libmisc/untar/untar.h (modified) * cpukit/libmisc/untar/untar_txz.c (added) * cpukit/libmisc/xz/COPYING (added) * cpukit/libmisc/xz/README (added) * cpukit/libmisc/xz/xz.h (added) * cpukit/libmisc/xz/xz_config.h (added) * cpukit/libmisc/xz/xz_crc32.c (added) * cpukit/libmisc/xz/xz_crc64.c (added) * cpukit/libmisc/xz/xz_dec_lzma2.c (added) * cpukit/libmisc/xz/xz_dec_stream.c (added) * cpukit/libmisc/xz/xz_lzma2.h (added) * cpukit/libmisc/xz/xz_private.h (added) * cpukit/libmisc/xz/xz_stream.h (added) * cpukit/preinstall.am (modified) * cpukit/wrapup/Makefile.am (modified) * testsuites/libtests/configure.ac (modified) * testsuites/libtests/tar01/Makefile.am (modified) * testsuites/libtests/tar01/init.c (modified) libmisc/xz: Add xz decompression. Add support to untar XZ ... Fri, 23 Sep 2016 04:45:07 GMT Sebastian Huber [be57318] * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/linkersets.h (modified) * testsuites/sptests/splinkersets01/init.c (modified) score: More robust linker sets Update #2408. Update #2790. Wed, 12 Oct 2016 08:44:51 GMT Sebastian Huber [97eaefd4] * cpukit/score/include/rtems/score/basedefs.h (modified) score: Add RTEMS_OBFUSCATE_POINTER() Update #2790. Wed, 12 Oct 2016 07:54:58 GMT Sebastian Huber [2ba0c035] * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) score: Simplify check for migrations Wed, 12 Oct 2016 08:37:07 GMT Sebastian Huber [ed19002] * testsuites/smptests/smpschedaffinity05/init.c (modified) smpschedaffinity05: Fix configuration Sun, 02 Oct 2016 10:19:12 GMT Pavel Pisa [facebbb] * c/src/lib/libbsp/i386/shared/irq/irq.c (modified) bsps/i386: Separate variable for i8259 IRQs disable due to in ... Sun, 25 Sep 2016 00:34:55 GMT Pavel Pisa [4745650] * cpukit/include/rtems/pci.h (modified) pci.h add PCI_COMMAND_INTX_DISABLE definition. Tue, 11 Oct 2016 12:42:55 GMT Sebastian Huber [271690e] * cpukit/score/include/rtems/score/smpbarrier.h (modified) * cpukit/score/src/smpbarrierwait.c (modified) score: Enhance _SMP_barrier_Wait() Indicate which processor ... Tue, 11 Oct 2016 08:42:15 GMT Sebastian Huber [282de10] * c/src/lib/libbsp/powerpc/qoriq/include/qoriq.h (modified) bsp/qoriq: Add GPIO register map Tue, 11 Oct 2016 06:25:39 GMT Sebastian Huber [00bac95] * c/src/lib/libbsp/sparc/shared/include/grlib.h (modified) bsps/sparc: Support GR740 GPIO Mon, 10 Oct 2016 06:47:26 GMT Sebastian Huber [475faef5] * testsuites/tmtests/tmfine01/init.c (modified) tmfine01: Add self-contained mutex test case This demonstrates the ...