# # ChangeLog for cpukit/score in rtems # # Generated by Trac 1.2.1.dev0 # 06/17/24 13:44:11 Fri, 13 May 2016 11:08:54 GMT Sebastian Huber [ef09017] * cpukit/score/src/threadrestart.c (modified) score: Rework _Thread_Cancel() Rework _Thread_Cancel() to use ... Fri, 13 May 2016 09:22:39 GMT Sebastian Huber [862a0ee] * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/threadrestart.c (modified) score: Rework _Thread_Restart_other() Rework ... Fri, 13 May 2016 05:04:43 GMT Sebastian Huber [9388390] * cpukit/rtems/src/taskrestart.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadglobalconstruction.c (modified) * cpukit/score/src/threadrestart.c (modified) score: Split _Thread_Restart() Split _Thread_Restart() into ... Fri, 13 May 2016 08:16:32 GMT Sebastian Huber [0475cca] * cpukit/score/include/rtems/score/threaddispatch.h (modified) score: Add _Thread_Dispatch_disable_with_CPU() Update #2555. ... Fri, 13 May 2016 05:12:38 GMT Sebastian Huber [f410ea82] * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadclearstate.c (modified) score: Add _Thread_Clear_state_locked() This makes it possible to ... Fri, 13 May 2016 05:12:10 GMT Sebastian Huber [9a99ce15] * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadsetstate.c (modified) score: Add _Thread_Set_state_locked() This makes it possible to do ... Fri, 13 May 2016 05:04:13 GMT Sebastian Huber [232147dd] * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadrestart.c (modified) score: Add _Thread_Join() and _Thread_Cancel() Split ... Thu, 12 May 2016 15:39:22 GMT Sebastian Huber [c99eb50b] * cpukit/score/src/threadrestart.c (modified) score: Rework _Thread_Exit() Rework _Thread_Exit() to use ... Fri, 13 May 2016 11:20:07 GMT Sebastian Huber [7023d82c] * cpukit/score/src/threadrestart.c (modified) score: Add _Thread_Raise_real_priority() Update #2555. Update #2626. Thu, 12 May 2016 14:32:27 GMT Sebastian Huber [9949d8a7] * cpukit/libcsupport/src/privateenv.c (modified) * cpukit/score/include/rtems/score/apimutex.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/apimutexlock.c (modified) * cpukit/score/src/apimutexunlock.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/smptests/smpthreadlife01/init.c (modified) * testsuites/sptests/spthreadlife01/init.c (modified) score: Add Thread_Change_life() Add _Thread_Change_life_locked() as ... Thu, 12 May 2016 13:14:06 GMT Sebastian Huber [69c722f] * cpukit/score/src/threadrestart.c (modified) score: Delete unused variable Update #2555. Update #2626. Thu, 12 May 2016 12:25:50 GMT Sebastian Huber [270394e] * cpukit/posix/src/pthreadexit.c (modified) * cpukit/rtems/src/taskdelete.c (modified) * cpukit/score/src/threadrestart.c (modified) score: Avoid superfluous life protection Disable thread dispatching ... Thu, 12 May 2016 04:12:06 GMT Sebastian Huber [b7f5e391] * cpukit/posix/src/pthreadexit.c (modified) * cpukit/rtems/src/taskdelete.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadrestart.c (modified) score: Add _Thread_Exit() The goal is to make _Thread_Exit() a ... Fri, 13 May 2016 08:21:37 GMT Sebastian Huber [e753748] * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) score: Delete redundant thread life enums This makes it easier to ... Wed, 18 May 2016 12:34:26 GMT Sebastian Huber [41ce30a] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/smplockmcs.h (added) * cpukit/score/preinstall.am (modified) * testsuites/smptests/smplock01/init.c (modified) SMP: Add Mellor-Crummey and Scott (MCS) lock Added only for ... Wed, 18 May 2016 14:54:12 GMT Sebastian Huber [26fafd5] * cpukit/score/include/rtems/score/smplockstats.h (modified) * cpukit/score/include/rtems/score/smplockticket.h (modified) SMP: Add and use lock statistics helper Wed, 18 May 2016 11:44:02 GMT Sebastian Huber [a7668b2] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/smplock.h (modified) * cpukit/score/include/rtems/score/smplockticket.h (added) * cpukit/score/preinstall.am (modified) SMP: Move ticket lock to separate header file Wed, 18 May 2016 11:28:52 GMT Sebastian Huber [2aae3a7] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/smplock.h (modified) * cpukit/score/include/rtems/score/smplockstats.h (added) * cpukit/score/preinstall.am (modified) * cpukit/score/src/profilingsmplock.c (modified) SMP: Move lock stats to separate header file Wed, 11 May 2016 12:03:23 GMT Sebastian Huber [ef6f8a83] * cpukit/rtems/src/taskgetscheduler.c (modified) * cpukit/rtems/src/tasksetscheduler.c (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) score: Avoid Giant lock for scheduler set/get Update #2555. Wed, 11 May 2016 11:42:58 GMT Sebastian Huber [8bc6bf28] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadgetattrnp.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) posix: Avoid Giant lock for some pthread functions Avoid Giant lock ... Wed, 11 May 2016 09:06:51 GMT Sebastian Huber [d9952999] * cpukit/posix/src/pthreadgetaffinitynp.c (modified) * cpukit/rtems/src/taskgetaffinity.c (modified) * cpukit/score/src/schedulergetaffinity.c (modified) score: Avoid Giant lock _Scheduler_Get_affinity() Update #2555. Wed, 11 May 2016 08:58:59 GMT Sebastian Huber [e135271] * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadsetaffinitynp.c (modified) * cpukit/rtems/src/tasksetaffinity.c (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulersetaffinity.c (modified) score: Avoid Giant lock _Scheduler_Set_affinity() Update #2555. Wed, 11 May 2016 09:54:49 GMT Sebastian Huber [bd12dda] * cpukit/libmisc/cpuuse/cpuusagereset.c (modified) * cpukit/rtems/src/taskmode.c (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadclearstate.c (modified) * cpukit/score/src/threadgetcputimeused.c (modified) * cpukit/score/src/threadsetstate.c (modified) * cpukit/score/src/threadyield.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) * testsuites/tmtests/tm27/task1.c (modified) score: Use thread state lock for current state In addition protect ... Tue, 10 May 2016 04:47:19 GMT Sebastian Huber [105b4e6] * cpukit/rtems/include/rtems/rtems/asr.h (modified) * cpukit/rtems/include/rtems/rtems/asrimpl.h (modified) * cpukit/rtems/src/signalcatch.c (modified) * cpukit/rtems/src/signalsend.c (modified) * cpukit/rtems/src/taskmode.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) rtems: Use thread state lock for signals Fri, 06 May 2016 04:44:41 GMT Sebastian Huber [6e4f929] * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/rtems/include/rtems/rtems/signalimpl.h (modified) * cpukit/rtems/src/signalcatch.c (modified) * cpukit/rtems/src/signalsend.c (modified) * cpukit/rtems/src/taskmode.c (modified) * 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/threaddispatch.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) score: Introduce thread state lock Update #2556. Tue, 10 May 2016 05:52:19 GMT Sebastian Huber [af20467e] * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) score: Add _Thread_queue_Is_lock_owner() Add ... Mon, 09 May 2016 05:29:52 GMT Sebastian Huber [3e0bb67] * cpukit/score/include/rtems/score/smplock.h (modified) * cpukit/score/src/smplock.c (modified) score: Ensure matching lock acquire and release Ensure matching ... Mon, 09 May 2016 04:49:53 GMT Sebastian Huber [1a9d36b] * cpukit/score/include/rtems/score/isrlock.h (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/smplock.h (modified) * cpukit/score/src/smplock.c (modified) score: Add _ISR_lock_Is_owner() Wed, 11 May 2016 15:52:13 GMT Sebastian Huber [9276fde] * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/src/coremutex.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spmutex01/Makefile.am (added) * testsuites/sptests/spmutex01/init.c (added) * testsuites/sptests/spmutex01/spmutex01.doc (added) * testsuites/sptests/spmutex01/spmutex01.scn (added) score: Fix CORE mutex initialization The priority inheritance and ... Wed, 11 May 2016 14:42:29 GMT Sebastian Huber [2b71210] * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) Revert "score: Avoid use of uninitialized variable" Sorry, I should ... Wed, 11 May 2016 14:00:16 GMT Sebastian Huber [35c8efc] * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) score: Avoid use of uninitialized variable Properly set the ... Wed, 04 May 2016 09:28:12 GMT Sebastian Huber [f65f803] * cpukit/score/src/schedulercbsattachthread.c (modified) * cpukit/score/src/schedulercbsdetachthread.c (modified) * cpukit/score/src/schedulercbsgetexecutiontime.c (modified) * cpukit/score/src/schedulercbsgetremainingbudget.c (modified) score: Avoid Giant lock for CBS scheduler Update #2555. Tue, 03 May 2016 14:16:08 GMT Sebastian Huber [b30ab25] * cpukit/score/src/mpci.c (modified) mpci: Avoid Giant lock in _MPCI_Process_response() Update #2555. ... Tue, 03 May 2016 07:59:50 GMT Sebastian Huber [a0dee7c7] * cpukit/rtems/include/rtems/rtems/eventmp.h (modified) * cpukit/rtems/src/eventmp.c (modified) * cpukit/rtems/src/eventsend.c (modified) * cpukit/rtems/src/systemeventsend.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadget.c (modified) score: Simplify _Thread_Get_interrupt_disable() Remove the object ... Tue, 03 May 2016 07:57:38 GMT Sebastian Huber [822ec589] * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadmp.h (modified) * cpukit/score/src/threadget.c (modified) score: Add _Thread_MP_Is_remote() Tue, 03 May 2016 07:24:32 GMT Sebastian Huber [8c77150] * cpukit/score/src/threadget.c (modified) score: Simplify _Thread_Get_objects_information() Tue, 03 May 2016 07:19:59 GMT Sebastian Huber [876dde7a] * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/threadget.c (modified) * testsuites/sptests/sp43/init.c (modified) score: Make _Objects_Information_table const The ... Tue, 03 May 2016 07:17:45 GMT Sebastian Huber [469dc47] * cpukit/score/src/objectidtoname.c (modified) score: Simplify _Objects_Id_to_name() Tue, 03 May 2016 07:12:51 GMT Sebastian Huber [0ab4fb7] * cpukit/score/src/objectidtoname.c (modified) score: Fix _Objects_Id_to_name() Avoid out-of-bounds array access ... Tue, 03 May 2016 05:38:19 GMT Sebastian Huber [1d40d81b] * c/src/ada/rtems-tasks.adb (modified) * c/src/ada/rtems-tasks.ads (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/include/rtems/rtems/tasksimpl.h (modified) * cpukit/rtems/mainpage.h (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/rtems/src/taskvariable_invoke_dtor.c (deleted) * cpukit/rtems/src/taskvariableadd.c (deleted) * cpukit/rtems/src/taskvariabledelete.c (deleted) * cpukit/rtems/src/taskvariableget.c (deleted) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp28/Makefile.am (deleted) * testsuites/sptests/sp28/init.c (deleted) * testsuites/sptests/sp28/sp28.doc (deleted) * testsuites/sptests/sp28/sp28.scn (deleted) rtems: Remove task variables Update #2494. Update #2555. Tue, 03 May 2016 10:57:16 GMT Sebastian Huber [b1b6f3b0] * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/src/coremsg.c (modified) confdefs.h: Fix message queue size estimate Account for maximum ... Sun, 01 May 2016 14:11:30 GMT Sebastian Huber [0a68d8e] * cpukit/posix/include/rtems/posix/barrierimpl.h (modified) * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/include/rtems/posix/spinlockimpl.h (modified) * cpukit/posix/include/rtems/posix/timerimpl.h (modified) * cpukit/posix/src/condget.c (modified) * cpukit/posix/src/prwlockinit.c (modified) * cpukit/rtems/include/rtems/rtems/barrierimpl.h (modified) * cpukit/rtems/include/rtems/rtems/dpmemimpl.h (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/include/rtems/rtems/timerimpl.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectgetlocal.c (modified) * cpukit/score/src/objectgetnameasstring.c (modified) score: Optimize _Objects_Get_local() Make the interrupt lock ... Mon, 02 May 2016 11:11:18 GMT Sebastian Huber [b1b8bd2] * cpukit/score/include/rtems/score/corebarrierimpl.h (modified) mpci: Fix _CORE_barrier_Surrender() Bug introduced by ... Fri, 29 Apr 2016 10:09:32 GMT Sebastian Huber [981eed2] * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/scheduler.h (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (added) * cpukit/score/preinstall.am (modified) * cpukit/score/src/schedulerstrongapa.c (added) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpstrongapa01/Makefile.am (added) * testsuites/smptests/smpstrongapa01/init.c (added) * testsuites/smptests/smpstrongapa01/smpstrongapa01.doc (added) * testsuites/smptests/smpstrongapa01/smpstrongapa01.scn (added) score: Add dummy Strong APA scheduler Start with a copy of the ... Thu, 28 Apr 2016 04:51:25 GMT Sebastian Huber [d5cc9fd6] * cpukit/configure.ac (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/coremutexseizeintr.c (deleted) score: __RTEMS_DO_NOT_INLINE_CORE_MUTEX_SEIZE__ Delete ... Thu, 28 Apr 2016 04:26:01 GMT Sebastian Huber [500a8e9c] * cpukit/configure.ac (modified) * cpukit/posix/src/mutextranslatereturncode.c (modified) * cpukit/rtems/src/semtranslatereturncode.c (modified) * cpukit/score/include/rtems/score/coremutex.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/sptests/sp36/strict_order_mut.c (modified) score: Delete __RTEMS_STRICT_ORDER_MUTEX__ Remove support for ... Wed, 27 Apr 2016 20:07:56 GMT Sebastian Huber [1ef8e4a8] * cpukit/posix/src/adjtime.c (modified) * cpukit/posix/src/clocksettime.c (modified) * cpukit/rtems/src/clockset.c (modified) * cpukit/score/include/rtems/score/timecounterimpl.h (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/src/coretodadjust.c (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/kern_tc.c (modified) score: Avoid Giant lock for set time of day Update #2555. Update #2630. Wed, 27 Apr 2016 19:32:23 GMT Sebastian Huber [3888771] * cpukit/posix/src/clocksettime.c (modified) * cpukit/rtems/src/clockset.c (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/src/coretodadjust.c (modified) * cpukit/score/src/coretodset.c (modified) score: Streamline set time of day functions Rename _TOD_Set() into ... Wed, 27 Apr 2016 14:52:48 GMT Sebastian Huber [7772640] * cpukit/score/src/objectgetnameasstring.c (modified) score: _Objects_Get_name_as_string() Avoid Giant lock in ... Tue, 26 Apr 2016 19:20:31 GMT Sebastian Huber [c8982e5] * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/mqueue.h (modified) * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/mqueueclose.c (modified) * cpukit/posix/src/mqueuedeletesupp.c (modified) * cpukit/posix/src/mqueuegetattr.c (modified) * cpukit/posix/src/mqueuenotify.c (modified) * cpukit/posix/src/mqueueopen.c (modified) * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mqueuesetattr.c (modified) * cpukit/posix/src/mqueueunlink.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxmsgq04/init.c (modified) * testsuites/psxtmtests/psxtmmq01/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) posix: Simplify message queues The mq_open() function returns a ... Fri, 29 Apr 2016 09:05:36 GMT Sebastian Huber [7e66865e] * cpukit/posix/src/mqueuenotify.c (modified) * cpukit/score/include/rtems/score/coremsg.h (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/src/coremsg.c (modified) * cpukit/score/src/coremsginsert.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) score: Move message notification Move message notification to end ... Fri, 29 Apr 2016 08:41:36 GMT Sebastian Huber [88e09b98] * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/src/coremsginsert.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) score: _CORE_message_queue_Insert_message() Move common code into ... Fri, 29 Apr 2016 08:28:31 GMT Sebastian Huber [1b7a6a38] * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/src/coremsginsert.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) score: _CORE_message_queue_Set_message_priority() Remove ... Wed, 27 Apr 2016 14:21:07 GMT Sebastian Huber [99112f7] * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/rtems/src/msgqsend.c (modified) * cpukit/rtems/src/msgqurgent.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) score: _CORE_message_queue_Submit() Move lock acquire to caller of ... Wed, 27 Apr 2016 14:20:05 GMT Sebastian Huber [b0eba5ed] * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/score/src/coremsgseize.c (modified) score: _CORE_message_queue_Seize() Move lock acquire to caller of ... Tue, 26 Apr 2016 19:18:52 GMT Sebastian Huber [7580995] * cpukit/posix/src/mqueuedeletesupp.c (modified) * cpukit/rtems/src/msgqdelete.c (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/src/coremsgclose.c (modified) score: _CORE_message_queue_Close() Move lock acquire to caller of ... Fri, 22 Apr 2016 12:37:13 GMT Sebastian Huber [7f4ee2b] * cpukit/posix/include/rtems/posix/cond.h (modified) * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/src/condbroadcast.c (modified) * cpukit/posix/src/conddestroy.c (modified) * cpukit/posix/src/condget.c (modified) * cpukit/posix/src/condinit.c (modified) * cpukit/posix/src/condsignal.c (modified) * cpukit/posix/src/condsignalsupp.c (modified) * cpukit/posix/src/condtimedwait.c (modified) * cpukit/posix/src/condwait.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) posix: Avoid Giant lock for condition variables Update #2555. Fri, 22 Apr 2016 12:10:47 GMT Sebastian Huber [d35e6dde] * c/src/lib/libbsp/powerpc/qoriq/startup/bspsmp.c (modified) * cpukit/score/cpu/powerpc/rtems/powerpc/registers.h (modified) powerpc: Add FSL_EIS_TENSR, etc. defines Thu, 21 Apr 2016 04:32:16 GMT Sebastian Huber [84a53988] * cpukit/posix/include/rtems/posix/rwlockimpl.h (modified) * cpukit/posix/src/prwlockdestroy.c (modified) * cpukit/posix/src/prwlockinit.c (modified) * cpukit/posix/src/prwlockrdlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/prwlocktryrdlock.c (modified) * cpukit/posix/src/prwlocktrywrlock.c (modified) * cpukit/posix/src/prwlockunlock.c (modified) * cpukit/posix/src/prwlockwrlock.c (modified) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/corerwlockrelease.c (modified) score: Avoid Giant lock for CORE rwlock Update #2555. Wed, 20 Apr 2016 12:01:02 GMT Sebastian Huber [f27383a] * cpukit/posix/include/rtems/posix/barrierimpl.h (modified) * cpukit/posix/src/pbarrierdestroy.c (modified) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/rtems/include/rtems/rtems/barrierimpl.h (modified) * cpukit/rtems/src/barrierdelete.c (modified) * cpukit/rtems/src/barrierrelease.c (modified) * cpukit/rtems/src/barrierwait.c (modified) * cpukit/score/include/rtems/score/corebarrierimpl.h (modified) * cpukit/score/src/corebarrierrelease.c (modified) * cpukit/score/src/corebarrierwait.c (modified) score: Avoid Giant lock for barriers Use ... Wed, 20 Apr 2016 12:00:31 GMT Sebastian Huber [5c9fa6f] * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/threadqflush.c (modified) score: Add _Thread_queue_Flush_default_filter() Wed, 20 Apr 2016 09:12:53 GMT Sebastian Huber [ba5ef37] * cpukit/score/src/condition.c (modified) score: Use _Thread_queue_Flush_critical() for cond Wed, 20 Apr 2016 04:59:16 GMT Sebastian Huber [0b590858] * cpukit/score/src/futex.c (modified) score: Use _Thread_queue_Flush_critical for futex Wed, 20 Apr 2016 04:57:47 GMT Sebastian Huber [b466226] * cpukit/score/include/rtems/score/threadqimpl.h (modified) * testsuites/sptests/spthreadq01/init.c (modified) score: Add _Thread_queue_Is_empty() Tue, 19 Apr 2016 15:02:54 GMT Sebastian Huber [4025a60f] * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/src/semaphoredeletesupp.c (modified) * cpukit/posix/src/semclose.c (modified) * cpukit/posix/src/semdestroy.c (modified) * cpukit/posix/src/semunlink.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) score: Avoid Giant lock for CORE mtx/sem Avoid Giant lock for CORE ... Tue, 19 Apr 2016 13:09:29 GMT Sebastian Huber [cca2d8ab] * cpukit/posix/src/prwlockrdlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/prwlocktryrdlock.c (modified) * cpukit/posix/src/prwlocktrywrlock.c (modified) * cpukit/posix/src/prwlockunlock.c (modified) * cpukit/posix/src/prwlockwrlock.c (modified) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/corerwlockrelease.c (modified) score: Rename _CORE_RWLock_Obtain() Rename ... Tue, 19 Apr 2016 13:07:39 GMT Sebastian Huber [3d0c4005] * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/rtems/src/barrierrelease.c (modified) * cpukit/rtems/src/barrierwait.c (modified) * cpukit/score/include/rtems/score/corebarrierimpl.h (modified) * cpukit/score/src/corebarrierrelease.c (modified) * cpukit/score/src/corebarrierwait.c (modified) score: Rename _CORE_barrier_Wait() Rename _CORE_barrier_Wait() into ... Tue, 19 Apr 2016 13:04:34 GMT Sebastian Huber [242a05a] * cpukit/rtems/src/semobtain.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) score: Rename _MRSP_Obtain() Rename _MRSP_Obtain() into ... Tue, 19 Apr 2016 12:14:31 GMT Sebastian Huber [88575577] * cpukit/posix/include/rtems/posix/spinlockimpl.h (modified) * cpukit/posix/include/rtems/posix/timerimpl.h (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/include/rtems/rtems/timerimpl.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectgetlocal.c (modified) score: Optimize _Objects_Get_local() Make the id the first ... Tue, 19 Apr 2016 12:14:10 GMT Sebastian Huber [d7a12be9] * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/rtems/include/rtems/rtems/regionimpl.h (modified) * cpukit/sapi/include/rtems/extensionimpl.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectgetnext.c (modified) * cpukit/score/src/objectgetnoprotection.c (modified) score: Optimize _Objects_Get_no_protection() Make the id the first ... Tue, 19 Apr 2016 12:12:06 GMT Sebastian Huber [36cd27c] * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/libmisc/monitor/mon-manager.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectgetnext.c (modified) * testsuites/sptests/spobjgetnext/init.c (modified) score: Simplify _Objects_Get_next() Remove unused location parameter. Tue, 19 Apr 2016 11:39:00 GMT Sebastian Huber [f05eeb2] * cpukit/posix/src/cond.c (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/mutex.c (modified) * cpukit/posix/src/pbarrier.c (modified) * cpukit/posix/src/prwlock.c (modified) * cpukit/posix/src/pspin.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/ptimer.c (modified) * cpukit/posix/src/semaphore.c (modified) * cpukit/rtems/src/barrier.c (modified) * cpukit/rtems/src/dpmem.c (modified) * cpukit/rtems/src/msg.c (modified) * cpukit/rtems/src/part.c (modified) * cpukit/rtems/src/ratemon.c (modified) * cpukit/rtems/src/region.c (modified) * cpukit/rtems/src/rtemstimer.c (modified) * cpukit/rtems/src/sem.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/sapi/src/extension.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/apimutex.c (modified) * cpukit/score/src/objectinitializeinformation.c (modified) * cpukit/score/src/thread.c (modified) * testsuites/psxtests/psxobj01/init.c (modified) score: Simplify _Objects_Initialize_information() Remove unused ... Fri, 15 Apr 2016 19:18:26 GMT Sebastian Huber [adbedd1] * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/score/include/rtems/score/corebarrierimpl.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/corebarrier.c (modified) * cpukit/score/src/coremsgclose.c (modified) * cpukit/score/src/coremsgflush.c (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/threadqflush.c (modified) score: Introduce _Thread_queue_Flush_critical() Replace ... Tue, 19 Apr 2016 04:18:52 GMT Sebastian Huber [bbe654af] * cpukit/score/include/rtems/score/coremuteximpl.h (modified) score: Add and use _CORE_mutex_Acquire_critical() Add and use ... Mon, 18 Apr 2016 05:00:55 GMT Sebastian Huber [8765c57] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/src/apimutexlock.c (modified) * cpukit/score/src/coremutexseize.c (modified) score: Remove id parameter _CORE_mutex_Seize() Parameter was unused. Mon, 18 Apr 2016 04:53:10 GMT Sebastian Huber [ca18cb59] * cpukit/rtems/src/semdelete.c (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) score: Close semaphore object before flush This prevents use of the ... Mon, 18 Apr 2016 04:23:27 GMT Sebastian Huber [90f1265e] * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/src/semaphorecreatesupp.c (modified) * cpukit/posix/src/semaphoredeletesupp.c (modified) * cpukit/posix/src/semaphoretranslatereturncode.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * testsuites/psxtests/psxsem01/init.c (modified) score: Fix _CORE_semaphore_Flush() Use proper CORE_semaphore_Status ... Sun, 17 Apr 2016 13:57:03 GMT Sebastian Huber [e781ddb] * cpukit/rtems/src/barrierdelete.c (modified) * cpukit/score/include/rtems/score/corebarrierimpl.h (modified) score: Simplify _CORE_barrier_Flush() Sun, 17 Apr 2016 13:47:33 GMT Sebastian Huber [5cc6bf4] * cpukit/posix/src/mqueuedeletesupp.c (modified) * cpukit/rtems/src/msgqdelete.c (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/src/coremsgclose.c (modified) score: Simplify _CORE_message_queue_Close() Drop status parameter ... Tue, 19 Apr 2016 09:06:13 GMT Sebastian Huber [b33983f] * cpukit/score/src/coremsgclose.c (modified) score: Simplify _CORE_message_queue_Do_close() Remove superfluous ... Fri, 15 Apr 2016 14:27:56 GMT Sebastian Huber [bbd6d27a] * cpukit/posix/src/prwlockinit.c (modified) * cpukit/score/include/rtems/score/corerwlock.h (modified) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/src/corerwlock.c (modified) score: Delete unused CORE_RWLock_Attributes Wed, 13 Apr 2016 04:48:58 GMT Sebastian Huber [709f38a] * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/userextimpl.h (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/userextaddset.c (modified) * cpukit/score/src/userextiterate.c (modified) * cpukit/score/src/userextremoveset.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spextensions01/Makefile.am (added) * testsuites/sptests/spextensions01/init.c (added) * testsuites/sptests/spextensions01/spextensions01.doc (added) * testsuites/sptests/spextensions01/spextensions01.scn (added) score: Use chain iterator for user extensions Add a lock and use a ... Tue, 12 Apr 2016 15:02:27 GMT Sebastian Huber [0a97ba5b] * cpukit/score/src/userext.c (modified) score: _User_extensions_Handler_initialization() Simplify ... Mon, 11 Apr 2016 15:03:05 GMT Sebastian Huber [8f6c295b] * cpukit/score/include/rtems/score/chainimpl.h (modified) * testsuites/sptests/spchain/init.c (modified) * testsuites/sptests/spchain/spchain.doc (modified) * testsuites/sptests/spchain/spchain.scn (modified) score: Add Chain_Iterator Add a chain iterator for safe iteration ... Wed, 13 Apr 2016 07:30:28 GMT Sebastian Huber [f1a5630] * cpukit/score/cpu/powerpc/rtems/powerpc/registers.h (modified) powerpc: Add FSL_EIS_MAS8 Thu, 07 Apr 2016 14:48:30 GMT Sebastian Huber [572cb624] * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/rtems/include/rtems/rtems/regionimpl.h (modified) * cpukit/rtems/src/regiondelete.c (modified) * cpukit/rtems/src/regionextend.c (modified) * cpukit/rtems/src/regiongetfreeinfo.c (modified) * cpukit/rtems/src/regiongetinfo.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/regiongetsegmentsize.c (modified) * cpukit/rtems/src/regionprocessqueue.c (modified) * cpukit/rtems/src/regionresizesegment.c (modified) * cpukit/rtems/src/regionreturnsegment.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectgetnext.c (modified) * cpukit/score/src/objectgetnoprotection.c (modified) score: Simplify _Objects_Get_no_protection() This functions ... Fri, 08 Apr 2016 06:22:18 GMT Sebastian Huber [01226ec] * cpukit/libnetworking/rtems/rtems_bsdnet_internal.h (modified) * cpukit/score/src/kern_tc.c (modified) score: Compatibility with latest Newlib Wed, 06 Apr 2016 13:15:27 GMT Sebastian Huber [d2f9fa51] * cpukit/score/include/rtems/score/timecounter.h (modified) score: Add missing declaration Mon, 04 Apr 2016 07:37:15 GMT Sebastian Huber [d995a263] * cpukit/sapi/include/rtems/chain.h (modified) * cpukit/sapi/src/chainprotected.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/chainimpl.h (modified) * cpukit/score/src/chainappend.c (deleted) score: Delete _Chain_Append() This function is not used in the ... Mon, 04 Apr 2016 07:36:01 GMT Sebastian Huber [3bf2bcc8] * cpukit/sapi/include/rtems/chain.h (modified) * cpukit/sapi/src/chainprotected.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/chainimpl.h (modified) * cpukit/score/src/chainget.c (deleted) score: Delete _Chain_Get() This function is not used in the score. ... Mon, 04 Apr 2016 04:57:01 GMT Sebastian Huber [223fff46] * cpukit/sapi/include/rtems/chain.h (modified) * cpukit/sapi/src/chainprotected.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/chainimpl.h (modified) * cpukit/score/src/chainextract.c (deleted) score: Delete _Chain_Extract() This function is not used in the ... Mon, 04 Apr 2016 04:17:59 GMT Sebastian Huber [b0354b0e] * cpukit/sapi/include/rtems/chain.h (modified) * cpukit/sapi/src/chainprotected.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/chainimpl.h (modified) * cpukit/score/src/chaininsert.c (deleted) score: Delete _Chain_Insert() This function is not used in the ... Mon, 04 Apr 2016 07:29:02 GMT Sebastian Huber [cd900523] * cpukit/sapi/include/rtems/chain.h (modified) * cpukit/sapi/src/chainprotected.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/chainimpl.h (modified) * cpukit/score/src/chaingetempty.c (deleted) score: Delete _Chain_Get_with_empty_check() This function is not ... Mon, 04 Apr 2016 07:24:47 GMT Sebastian Huber [c130387] * cpukit/sapi/include/rtems/chain.h (modified) * cpukit/sapi/src/chainprotected.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/chainimpl.h (modified) * cpukit/score/src/chainprependempty.c (deleted) score: Delete _Chain_Prepend_with_empty_check() This function is ... Mon, 04 Apr 2016 06:46:27 GMT Sebastian Huber [88f4157c] * cpukit/sapi/include/rtems/chain.h (modified) * cpukit/sapi/src/chainprotected.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/chainimpl.h (modified) * cpukit/score/src/chainappendempty.c (deleted) score: Delete _Chain_Append_with_empty_check() This function is not ... Mon, 04 Apr 2016 04:52:55 GMT Sebastian Huber [6406b69] * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/chain.h (modified) * cpukit/sapi/src/chainprotected.c (moved) * cpukit/score/include/rtems/score/chainimpl.h (modified) score: Delete _Chain_Prepend() This function is not used in the ... Mon, 04 Apr 2016 07:42:15 GMT Sebastian Huber [84f5c0a] * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/object.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/score/objectmp.h (modified) * cpukit/score/src/objectget.c (modified) * cpukit/score/src/objectgetisr.c (modified) * cpukit/score/src/objectinitializeinformation.c (modified) * cpukit/score/src/objectmp.c (modified) * testsuites/sptests/spsize/size.c (modified) score: Use red-black tree for active global objects Use a red-black ... Mon, 04 Apr 2016 04:17:36 GMT Sebastian Huber [84dc9df] * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadmp.h (modified) * cpukit/score/src/threadmp.c (modified) * testsuites/sptests/spsize/size.c (modified) score: Use red-black tree for active MP proxies Update #2555. Mon, 04 Apr 2016 06:18:07 GMT Sebastian Huber [9ea69dee] * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/posix/src/keygetspecific.c (modified) * cpukit/posix/src/keysetspecific.c (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) score: Add node map to _RBTree_Find_inline() Fri, 01 Apr 2016 09:38:47 GMT Sebastian Huber [8f96581] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/condsignalsupp.c (modified) * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/posix/src/sempost.c (modified) * cpukit/rtems/src/barrierrelease.c (modified) * cpukit/rtems/src/barrierwait.c (modified) * cpukit/rtems/src/msgqbroadcast.c (modified) * cpukit/rtems/src/msgqsend.c (modified) * cpukit/rtems/src/msgqurgent.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/score/include/rtems/score/corebarrierimpl.h (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/apimutexunlock.c (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/corebarrierrelease.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgbroadcast.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/corerwlockrelease.c (modified) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqflush.c (modified) score: Rework MP thread queue callout support The thread queue ...