# # ChangeLog for cpukit/rtems in rtems # # Generated by Trac 1.2.1.dev0 # 05/03/24 13:57:00 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 ... Wed, 11 May 2016 08:27:37 GMT Sebastian Huber [11c66437] * cpukit/rtems/src/taskissuspended.c (modified) rtems: Avoid Giant lock rtems_task_is_suspended() Update #2555. Wed, 11 May 2016 08:21:57 GMT Sebastian Huber [4d76300a] * cpukit/rtems/include/rtems/rtems/taskmp.h (modified) * cpukit/rtems/src/taskmp.c (modified) * cpukit/rtems/src/taskresume.c (modified) * cpukit/rtems/src/tasksetpriority.c (modified) * cpukit/rtems/src/tasksuspend.c (modified) rtems: Avoid Giant lock for some task operations Avoid Giant lock ... 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. Wed, 04 May 2016 14:02:39 GMT Sebastian Huber [a0162bf] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/regionimpl.h (modified) * cpukit/rtems/include/rtems/rtems/regionmp.h (deleted) * cpukit/rtems/preinstall.am (modified) * cpukit/rtems/src/regionmp.c (deleted) mpci: Delete unused region support Wed, 04 May 2016 08:09:45 GMT Sebastian Huber [bb2ad039] * cpukit/rtems/include/rtems/rtems/asr.h (modified) * cpukit/rtems/include/rtems/rtems/asrimpl.h (modified) * cpukit/rtems/include/rtems/rtems/signalmp.h (modified) * cpukit/rtems/src/signalcatch.c (modified) * cpukit/rtems/src/signalmp.c (modified) * cpukit/rtems/src/signalsend.c (modified) * cpukit/rtems/src/taskmode.c (modified) rtems: Avoid Giant lock for signals 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:59:06 GMT Sebastian Huber [49a134dd] * cpukit/rtems/include/rtems/rtems/eventimpl.h (modified) * cpukit/rtems/src/eventsend.c (modified) * cpukit/rtems/src/eventsurrender.c (modified) * cpukit/rtems/src/systemeventsend.c (modified) rtems: Return status in _Event_Surrender() 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. 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 04:30:49 GMT Sebastian Huber [e38a92b] * cpukit/rtems/include/rtems/rtems/barriermp.h (modified) * cpukit/rtems/include/rtems/rtems/eventmp.h (modified) * cpukit/rtems/include/rtems/rtems/msgmp.h (modified) * cpukit/rtems/include/rtems/rtems/partmp.h (modified) * cpukit/rtems/include/rtems/rtems/regionmp.h (modified) * cpukit/rtems/include/rtems/rtems/semmp.h (modified) * cpukit/rtems/include/rtems/rtems/signalmp.h (modified) * cpukit/rtems/include/rtems/rtems/taskmp.h (modified) * cpukit/rtems/src/eventmp.c (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/partmp.c (modified) * cpukit/rtems/src/regionmp.c (modified) * cpukit/rtems/src/semmp.c (modified) * cpukit/rtems/src/signalmp.c (modified) * cpukit/rtems/src/taskmp.c (modified) mpci: Make _*_MP_Get_packet() static Mon, 02 May 2016 04:17:07 GMT Sebastian Huber [c506158c] * cpukit/rtems/include/rtems/rtems/barriermp.h (modified) * cpukit/rtems/include/rtems/rtems/eventmp.h (modified) * cpukit/rtems/include/rtems/rtems/msgmp.h (modified) * cpukit/rtems/include/rtems/rtems/partmp.h (modified) * cpukit/rtems/include/rtems/rtems/regionmp.h (modified) * cpukit/rtems/include/rtems/rtems/semmp.h (modified) * cpukit/rtems/include/rtems/rtems/signalmp.h (modified) * cpukit/rtems/include/rtems/rtems/taskmp.h (modified) * cpukit/rtems/src/eventmp.c (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/partmp.c (modified) * cpukit/rtems/src/regionmp.c (modified) * cpukit/rtems/src/semmp.c (modified) * cpukit/rtems/src/signalmp.c (modified) * cpukit/rtems/src/taskmp.c (modified) mpci: Make _*_MP_Send_response_packet() static 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:46:57 GMT Sebastian Huber [f4d541cc] * cpukit/rtems/src/rtemsobjectsetname.c (modified) rtems: Avoid Giant lock in rtems_object_set_name() Update #2555. Wed, 27 Apr 2016 14:36:04 GMT Sebastian Huber [f009ed0] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/rtems/include/rtems/rtems/semimpl.h (modified) * cpukit/rtems/src/semsetpriority.c (modified) * testsuites/tmtests/tm26/task1.c (modified) rtems: Avoid Giant lock for semaphores Update #2555. 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 ... Wed, 27 Apr 2016 04:49:59 GMT Sebastian Huber [6741d30a] * cpukit/rtems/include/rtems/rtems/messageimpl.h (modified) * cpukit/rtems/src/msgqgetnumberpending.c (modified) rtems: Avoid Giant lock for message queues Update #2555. 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 ... Thu, 21 Apr 2016 05:52:19 GMT Sebastian Huber [9c3bae11] * cpukit/rtems/include/rtems/rtems/dpmemimpl.h (modified) * cpukit/rtems/src/dpmemdelete.c (modified) * cpukit/rtems/src/dpmemexternal2internal.c (modified) * cpukit/rtems/src/dpmeminternal2external.c (modified) rtems: Avoid Giant lock for dual ported memory There is no need for ... 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 ... 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: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 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 ... 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:19 GMT Sebastian Huber [928d455] * cpukit/rtems/src/barrierdelete.c (modified) score: Close barrier object before flush This prevents use of the ... 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, 22 Mar 2016 22:13:30 GMT Joel Sherrill [e65c45c] * c/src/ada-tests/mptests/mp01/mptest.adb (modified) * c/src/ada-tests/samples/ticker/sptest.adb (modified) * c/src/ada-tests/sptests/sp01/sptest.adb (modified) * c/src/ada-tests/sptests/sp03/sptest.adb (modified) * c/src/ada-tests/sptests/sp04/sptest.adb (modified) * c/src/ada-tests/sptests/sp09/sptest.adb (modified) * c/src/ada-tests/sptests/sp11/sptest.adb (modified) * c/src/ada-tests/sptests/sp19/sptest.adp (modified) * c/src/ada-tests/sptests/sp20/sptest.adb (modified) * c/src/ada-tests/sptests/sp22/sptest.adb (modified) * c/src/ada-tests/sptests/sp24/sptest.adb (modified) * c/src/ada-tests/tmtests/tm08/tmtest.adb (modified) * c/src/ada-tests/tmtests/tm08/tmtest.ads (modified) * c/src/ada-tests/tmtests/tmoverhd/dummy_rtems.adb (modified) * c/src/ada-tests/tmtests/tmoverhd/dummy_rtems.ads (modified) * c/src/ada-tests/tmtests/tmoverhd/tmtest.adb (modified) * c/src/ada/rtems-clock.adb (modified) * c/src/ada/rtems-clock.ads (modified) * c/src/lib/libbsp/arm/xilinx-zynq/make/custom/xilinx_zynq_a9_qemu.cfg (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/clock.h (modified) * cpukit/rtems/src/clockget.c (deleted) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spclockget/Makefile.am (deleted) * testsuites/sptests/spclockget/init.c (deleted) * testsuites/sptests/spclockget/spclockget.doc (deleted) * testsuites/sptests/spclockget/spclockget.scn (deleted) * testsuites/tmtests/tmoverhd/dumrtems.h (modified) * testsuites/tmtests/tmoverhd/testtask.c (modified) Obsolete rtems_clock_get() directive. This service was marked as ... Fri, 08 Apr 2016 06:14:31 GMT Sebastian Huber [c39da818] * cpukit/libmisc/monitor/mon-region.c (modified) * cpukit/rtems/include/rtems/rtems/region.h (modified) * cpukit/rtems/src/regioncreate.c (modified) rtems: Delete Region_Control::page_size Fri, 08 Apr 2016 06:13:49 GMT Sebastian Huber [60a23875] * cpukit/libmisc/monitor/mon-region.c (modified) * cpukit/rtems/include/rtems/rtems/region.h (modified) * cpukit/rtems/src/regioncreate.c (modified) * cpukit/rtems/src/regionextend.c (modified) rtems: Delete Region_Control::length Fri, 08 Apr 2016 06:12:06 GMT Sebastian Huber [acf7cf3b] * cpukit/libmisc/monitor/mon-region.c (modified) * cpukit/rtems/include/rtems/rtems/region.h (modified) * cpukit/rtems/src/regioncreate.c (modified) rtems: Delete Region_Control::starting_address Fri, 08 Apr 2016 05:50:42 GMT Sebastian Huber [b4b062f] * cpukit/libmisc/monitor/mon-region.c (modified) * cpukit/rtems/include/rtems/rtems/region.h (modified) * cpukit/rtems/src/regioncreate.c (modified) * cpukit/rtems/src/regiondelete.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/regionprocessqueue.c (modified) * cpukit/rtems/src/regionreturnsegment.c (modified) rtems: Delete Region_Control::number_of_used_blocks Use ... Fri, 08 Apr 2016 04:56:46 GMT Sebastian Huber [1142f55] * 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) rtems: Add and use _Region_Get_and_lock() Get region and lock ... 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 04:28:04 GMT Sebastian Huber [0158a60] * cpukit/rtems/include/rtems/rtems/regionimpl.h (modified) * cpukit/rtems/src/regiondelete.c (modified) rtems: Ensure lock ownership for _Region_Get() Thu, 07 Apr 2016 14:49:22 GMT Sebastian Huber [d26b053] * cpukit/rtems/src/regionreturnsegment.c (modified) rtems: Remove dead code The heap protection enabled by RTEMS_DEBUG ... Mon, 04 Apr 2016 08:13:35 GMT Sebastian Huber [3570ec6] * cpukit/rtems/include/rtems/rtems/part.h (modified) * cpukit/rtems/include/rtems/rtems/partimpl.h (modified) * cpukit/rtems/src/partcreate.c (modified) * cpukit/rtems/src/partdelete.c (modified) * cpukit/rtems/src/partgetbuffer.c (modified) * cpukit/rtems/src/partreturnbuffer.c (modified) rtems: Avoid Giant lock for partitions Use an ISR lock to protect ... 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 ... Wed, 30 Mar 2016 09:39:58 GMT Sebastian Huber [9809d6e0] * cpukit/posix/src/mqueuedeletesupp.c (modified) * cpukit/posix/src/mutexdestroy.c (modified) * cpukit/posix/src/semaphoredeletesupp.c (modified) * cpukit/rtems/include/rtems/rtems/msgmp.h (modified) * cpukit/rtems/include/rtems/rtems/semmp.h (modified) * cpukit/rtems/src/barrierdelete.c (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/msgqdelete.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/rtems/src/semmp.c (modified) * cpukit/score/Makefile.am (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/corerwlockimpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/coremsgclose.c (modified) * cpukit/score/src/coremutexflush.c (deleted) * cpukit/score/src/threadqflush.c (modified) score: _Thread_queue_Flush() parameter changes Change ... Tue, 05 Apr 2016 12:36:30 GMT Sebastian Huber [97312fcc] * cpukit/libmisc/monitor/mon-task.c (modified) * cpukit/posix/include/rtems/posix/cond.h (modified) * cpukit/posix/include/rtems/posix/mqueue.h (modified) * cpukit/posix/include/rtems/posix/mutex.h (modified) * cpukit/posix/include/rtems/posix/semaphore.h (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/posix/src/prwlockwrlock.c (modified) * cpukit/posix/src/semaphorewaitsupp.c (modified) * cpukit/rtems/include/rtems/rtems/barrier.h (modified) * cpukit/rtems/include/rtems/rtems/message.h (modified) * cpukit/rtems/include/rtems/rtems/sem.h (modified) * cpukit/rtems/src/barrierwait.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/score/Makefile.am (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/threadimpl.h (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadqextractwithproxy.c (modified) * cpukit/score/src/threadwaitgetid.c (added) * testsuites/sptests/spthreadq01/init.c (modified) * testsuites/sptests/spthreadq01/spthreadq01.doc (modified) score: Delete Thread_Wait_information::id This field was only by ... Wed, 30 Mar 2016 06:36:08 GMT Sebastian Huber [9d9b6b56] * cpukit/rtems/include/rtems/rtems/msgmp.h (modified) * cpukit/rtems/include/rtems/rtems/partmp.h (modified) * cpukit/rtems/include/rtems/rtems/regionmp.h (modified) * cpukit/rtems/include/rtems/rtems/semmp.h (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/partmp.c (modified) * cpukit/rtems/src/regionmp.c (modified) * cpukit/rtems/src/semmp.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/threadqextractwithproxy.c (modified) score: Objects_Thread_queue_Extract_callout Change parameters of ... Wed, 30 Mar 2016 06:34:23 GMT Sebastian Huber [06f68a96] * cpukit/rtems/src/signalmp.c (modified) score: Fix set but not used warning Wed, 30 Mar 2016 06:33:41 GMT Sebastian Huber [863c074] * cpukit/rtems/src/taskmp.c (modified) score: Fix statement with no effect warning No need to add an ... Wed, 30 Mar 2016 06:32:56 GMT Sebastian Huber [97b7244] * cpukit/rtems/src/partmp.c (modified) score: Fix statement with no effect warning No need to add an ... Wed, 30 Mar 2016 06:31:26 GMT Sebastian Huber [9f71433] * cpukit/rtems/src/regionmp.c (modified) score: Fix statement with no effect warning No need to add an ... Wed, 30 Mar 2016 06:29:07 GMT Sebastian Huber [8afeb993] * cpukit/rtems/src/semmp.c (modified) score: Fix statement with no effect warning No need to add an ... Wed, 30 Mar 2016 06:08:44 GMT Sebastian Huber [081d03d] * cpukit/rtems/src/msgmp.c (modified) score: Fix set but not used warning No need to add an assert due to ... Wed, 30 Mar 2016 06:05:54 GMT Sebastian Huber [75c19d25] * cpukit/rtems/src/eventmp.c (modified) score: Fix set but not used warning Tue, 22 Mar 2016 07:52:50 GMT Sebastian Huber [97bbf02] * cpukit/libmisc/monitor/mon-sema.c (modified) * cpukit/posix/src/semaphorecreatesupp.c (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/score/include/rtems/score/coresem.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/mpci.c (modified) score: Use constant for maximum count of CORE sema Wed, 23 Mar 2016 09:01:31 GMT Sebastian Huber [1e1a91ed] * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/include/rtems/posix/psignalimpl.h (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/conddestroy.c (modified) * cpukit/posix/src/condinit.c (modified) * cpukit/posix/src/condsignalsupp.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/mqueuecreatesupp.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/prwlockdestroy.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadexit.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/semaphorecreatesupp.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/include/rtems/rtems/region.h (modified) * cpukit/rtems/src/msgqcreate.c (modified) * cpukit/rtems/src/regioncreate.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/regionprocessqueue.c (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/score/include/rtems/score/corebarrierimpl.h (modified) * cpukit/score/include/rtems/score/coremsg.h (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/include/rtems/score/coremutex.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/include/rtems/score/coresem.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/corebarrier.c (modified) * cpukit/score/src/corebarrierrelease.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsg.c (modified) * cpukit/score/src/coremsgclose.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coremutexflush.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/corerwlock.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/corerwlockrelease.c (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqfirst.c (modified) * cpukit/score/src/threadqflush.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) score: Remove Thread_queue_Queue::operations field Remove the ... Mon, 21 Mar 2016 00:28:20 GMT Joel Sherrill [50b73d3] * cpukit/rtems/src/eventmp.c (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/partmp.c (modified) * cpukit/rtems/src/regionmp.c (modified) * cpukit/rtems/src/semmp.c (modified) * cpukit/rtems/src/taskmp.c (modified) cpukit/rtems/src/*mp.c: Fix set but not used warning Tue, 22 Mar 2016 18:15:07 GMT Joel Sherrill [426f35f] * cpukit/rtems/include/rtems/rtems/sem.h (modified) cpukit/rtems/include/rtems/rtems/sem.h: Remove junk in comment Tue, 22 Mar 2016 06:40:18 GMT Sebastian Huber [30cac38f] * cpukit/rtems/src/ratemonresetall.c (modified) rtems: Use object allocator lock Object creation and destruction is ... Mon, 21 Mar 2016 14:01:57 GMT Sebastian Huber [90960bd] * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/src/ratemoncancel.c (modified) * cpukit/rtems/src/ratemondelete.c (modified) * cpukit/rtems/src/ratemongetstatistics.c (modified) * cpukit/rtems/src/ratemongetstatus.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/ratemonresetstatistics.c (modified) * cpukit/rtems/src/ratemontimeout.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * testsuites/sptests/spintrcritical08/init.c (modified) rtems: Rework rate-monotonic scheduler Use the default thread lock ... Mon, 21 Mar 2016 09:45:44 GMT Sebastian Huber [875c26d] * cpukit/rtems/src/ratemonperiod.c (modified) rtems: Avoid __RTEMS_USE_TICKS_FOR_STATISTICS__ Option was removed ... Mon, 21 Mar 2016 09:41:31 GMT Sebastian Huber [300eaad] * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/src/ratemongetstatus.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) rtems: Delete Rate_monotonic_Period_time_t Variables with this type ... Mon, 21 Mar 2016 09:36:20 GMT Sebastian Huber [610e87d] * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) rtems: Inline _Rate_monotonic_Reset_statistics() Use inline ... Thu, 17 Mar 2016 05:51:56 GMT Sebastian Huber [92dee4ab] * cpukit/rtems/include/rtems/rtems/asrimpl.h (modified) * cpukit/rtems/src/signalcatch.c (modified) rtems: Avoid Giant lock in rtems_signal_catch() Update #2555. Thu, 17 Mar 2016 05:30:29 GMT Sebastian Huber [f5bb2991] * cpukit/rtems/src/taskmode.c (modified) rtems: Avoid Giant lock in rtems_task_mode() Update #2555. Thu, 03 Mar 2016 06:02:03 GMT Sebastian Huber [d37adfe5] * cpukit/libcsupport/src/__times.c (modified) * cpukit/libmisc/cpuuse/cpuusagereport.c (modified) * cpukit/libmisc/cpuuse/cpuusagereset.c (modified) * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/schedulersmpstartidle.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadgetcputimeused.c (added) score: Fix CPU time used by executing threads The CPU time used of ... Mon, 07 Mar 2016 15:01:57 GMT Sebastian Huber [77e6eba7] * cpukit/posix/include/rtems/posix/timerimpl.h (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/posix/src/timergetoverrun.c (modified) * cpukit/posix/src/timergettime.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/rtems/include/rtems/rtems/timerimpl.h (modified) * cpukit/rtems/src/timercancel.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerdelete.c (modified) * cpukit/rtems/src/timergetinfo.c (modified) * cpukit/rtems/src/timerreset.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectgetlocal.c (added) score: Add and use _Objects_Get_local() This simplifies the ... Thu, 18 Feb 2016 07:36:26 GMT Sebastian Huber [03b900d] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/include/rtems/posix/timerimpl.h (modified) * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/timercreate.c (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/posix/src/timergetoverrun.c (modified) * cpukit/posix/src/timergettime.c (modified) * cpukit/posix/src/timerinserthelper.c (deleted) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/timertsr.c (deleted) * cpukit/posix/src/ualarm.c (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/include/rtems/rtems/timer.h (modified) * cpukit/rtems/include/rtems/rtems/timerimpl.h (modified) * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/eventsurrender.c (modified) * cpukit/rtems/src/ratemoncancel.c (modified) * cpukit/rtems/src/ratemoncreate.c (modified) * cpukit/rtems/src/ratemondelete.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/ratemontimeout.c (modified) * cpukit/rtems/src/taskwakeafter.c (modified) * cpukit/rtems/src/taskwakewhen.c (modified) * cpukit/rtems/src/timercancel.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerdelete.c (modified) * cpukit/rtems/src/timerfireafter.c (modified) * cpukit/rtems/src/timerfirewhen.c (modified) * cpukit/rtems/src/timergetinfo.c (modified) * cpukit/rtems/src/timerreset.c (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/rtems/src/timerserverfireafter.c (modified) * cpukit/rtems/src/timerserverfirewhen.c (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/mrsp.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/percpu.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/include/rtems/score/todimpl.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/coretodtickle.c (deleted) * cpukit/score/src/kern_tc.c (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadtimeout.c (modified) * cpukit/score/src/watchdog.c (deleted) * cpukit/score/src/watchdogadjust.c (deleted) * cpukit/score/src/watchdoginsert.c (modified) * cpukit/score/src/watchdogremove.c (modified) * cpukit/score/src/watchdogtick.c (modified) * testsuites/psxtests/psx04/init.c (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpclock01/Makefile.am (added) * testsuites/smptests/smpclock01/init.c (added) * testsuites/smptests/smpclock01/smpclock01.doc (added) * testsuites/smptests/smpclock01/smpclock01.scn (added) * testsuites/smptests/smpwakeafter01/smpwakeafter01.scn (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp31/task1.c (modified) * testsuites/sptests/spintrcritical08/init.c (modified) * testsuites/sptests/spintrcritical09/init.c (modified) * testsuites/sptests/spintrcritical10/init.c (modified) * testsuites/sptests/spintrcritical16/init.c (modified) * testsuites/sptests/spintrcritical17/Makefile.am (deleted) * testsuites/sptests/spintrcritical17/init.c (deleted) * testsuites/sptests/spintrcritical17/spintrcritical17.doc (deleted) * testsuites/sptests/spintrcritical17/spintrcritical17.scn (deleted) * testsuites/sptests/spintrcritical20/init.c (modified) * testsuites/sptests/spsize/size.c (modified) * testsuites/sptests/sptimecounter01/init.c (modified) * testsuites/sptests/sptimerserver01/Makefile.am (added) * testsuites/sptests/sptimerserver01/init.c (added) * testsuites/sptests/sptimerserver01/sptimerserver01.doc (added) * testsuites/sptests/sptimerserver01/sptimerserver01.scn (added) * testsuites/sptests/spwatchdog/init.c (modified) * testsuites/tmtests/tmtimer01/tmtimer01.scn (modified) score: Replace watchdog handler implementation Use a red-black tree ... Tue, 01 Mar 2016 05:36:16 GMT Sebastian Huber [d297c81d] * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/src/ratemongetstatus.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) score: Delete Thread_CPU_usage_t This type is superfluous since all ... Thu, 25 Feb 2016 12:08:45 GMT Sebastian Huber [67de508] * cpukit/rtems/src/ratemonperiod.c (modified) rtems: Avoid __RTEMS_USE_TICKS_FOR_STATISTICS__ Option was removed ... Wed, 17 Feb 2016 11:52:17 GMT Sebastian Huber [2e71aa41] * cpukit/rtems/src/clocktick.c (modified) * cpukit/score/src/watchdogtick.c (modified) score: Simplify _Watchdog_Tick() Move thread dispatch disable check ... Tue, 26 Jan 2016 10:16:56 GMT Sebastian Huber [3bc12a8f] * c/src/lib/libbsp/i386/shared/irq/irq.c (modified) * c/src/lib/libbsp/powerpc/mvme5500/irq/BSP_irq.c (modified) * c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.c (modified) * c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq.c (modified) * c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c (modified) * cpukit/posix/include/rtems/posix/psignalimpl.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/signalcatch.c (modified) * cpukit/rtems/src/taskident.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/apiext.h (deleted) * cpukit/score/preinstall.am (modified) * cpukit/score/src/apiext.c (deleted) * cpukit/score/src/threaddispatch.c (modified) * testsuites/sptests/spsize/size.c (modified) Delete unused API extensions Tue, 26 Jan 2016 10:10:43 GMT Sebastian Huber [1ff8eca] * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Use linker set for Classic User Tasks init Update #2408. Tue, 15 Dec 2015 08:32:55 GMT Sebastian Huber [2605a489] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/keyrundestructors.c (deleted) * cpukit/rtems/src/tasks.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional POSIX Keys initialization Update #2408. Mon, 14 Dec 2015 14:28:51 GMT Sebastian Huber [58089ff] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/rtemsapi.h (deleted) * cpukit/rtems/preinstall.am (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/sapi/src/rtemsapi.c (deleted) * cpukit/score/include/rtems/score/basedefs.h (modified) rtems: Delete empty _RTEMS_API_Initialize() Mon, 14 Dec 2015 14:27:56 GMT Sebastian Huber [97d94ff] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/barrierimpl.h (modified) * cpukit/rtems/src/barrier.c (modified) * cpukit/rtems/src/barrierdata.c (deleted) * cpukit/sapi/src/rtemsapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional Classic Barrier initialization Update #2408. Mon, 14 Dec 2015 14:15:22 GMT Sebastian Huber [b377e3f] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/src/ratemon.c (modified) * cpukit/rtems/src/ratemondata.c (deleted) * cpukit/sapi/src/rtemsapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional Classic Rate Monotonic initialization Update #2408. Mon, 14 Dec 2015 14:12:39 GMT Sebastian Huber [af12278] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/dpmemimpl.h (modified) * cpukit/rtems/src/dpmem.c (modified) * cpukit/rtems/src/dpmemdata.c (deleted) * cpukit/sapi/src/rtemsapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional Classic Dual-Ported Memory initialization Update #2408. Mon, 14 Dec 2015 14:10:32 GMT Sebastian Huber [365456cc] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/regionimpl.h (modified) * cpukit/rtems/src/region.c (modified) * cpukit/rtems/src/regiondata.c (deleted) * cpukit/sapi/src/rtemsapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional Classic Region initialization Update #2408. Mon, 14 Dec 2015 14:08:27 GMT Sebastian Huber [fd3cc36f] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/partimpl.h (modified) * cpukit/rtems/src/part.c (modified) * cpukit/rtems/src/partdata.c (deleted) * cpukit/sapi/src/rtemsapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spfatal13/testcase.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional Classic Partition initialization Update #2408. Mon, 14 Dec 2015 14:05:47 GMT Sebastian Huber [cbaac1f7] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/semimpl.h (modified) * cpukit/rtems/src/sem.c (modified) * cpukit/rtems/src/semdata.c (deleted) * cpukit/sapi/src/rtemsapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional Classic Semaphore initialization Update #2408. Mon, 14 Dec 2015 14:02:45 GMT Sebastian Huber [ed8b00e6] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/messageimpl.h (modified) * cpukit/rtems/src/msg.c (modified) * cpukit/rtems/src/msgdata.c (deleted) * cpukit/sapi/src/rtemsapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional Classic Message Queue initialization Update #2408. Mon, 14 Dec 2015 13:59:56 GMT Sebastian Huber [ae85b066] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/eventimpl.h (modified) * cpukit/rtems/src/event.c (deleted) * cpukit/rtems/src/eventseize.c (modified) * cpukit/sapi/src/rtemsapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional Classic Event initialization Update #2408. Mon, 14 Dec 2015 13:56:41 GMT Sebastian Huber [a7f36829] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/signalimpl.h (modified) * cpukit/rtems/src/signal.c (deleted) * cpukit/rtems/src/signalcatch.c (modified) * cpukit/sapi/src/rtemsapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional Classic Signal initialization Update #2408. Mon, 14 Dec 2015 13:52:35 GMT Sebastian Huber [26335844] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/timerimpl.h (modified) * cpukit/rtems/src/rtemstimer.c (modified) * cpukit/rtems/src/rtemstimerdata.c (deleted) * cpukit/sapi/src/rtemsapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/sp43/init.c (modified) * testsuites/sptests/sp43/sp43.scn (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional Classic Timer initialization Update #2408. Mon, 14 Dec 2015 13:46:10 GMT Sebastian Huber [565672a] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasksimpl.h (modified) * cpukit/rtems/src/taskdata.c (deleted) * cpukit/rtems/src/tasks.c (modified) * cpukit/sapi/src/rtemsapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional Classic Tasks initialization Update #2408. Wed, 23 Dec 2015 06:29:47 GMT Sebastian Huber [76ac1ee3] * c/src/lib/libbsp/arm/shared/armv7m/clock/armv7m-clock-config.c (modified) * c/src/lib/libbsp/m68k/mcf52235/clock/clock.c (modified) * c/src/lib/libbsp/m68k/mcf5225x/clock/clock.c (modified) * c/src/lib/libbsp/m68k/mcf5329/clock/clock.c (modified) * c/src/lib/libbsp/m68k/uC5282/clock/clock.c (modified) * c/src/lib/libbsp/powerpc/mpc55xxevb/clock/clock-config.c (modified) * c/src/lib/libbsp/shared/clockdrv_shell.h (modified) * c/src/lib/libbsp/sparc/erc32/clock/ckinit.c (modified) * c/src/lib/libbsp/sparc/leon2/clock/ckinit.c (modified) * c/src/lib/libbsp/sparc/leon3/clock/ckinit.c (modified) * c/src/lib/libbsp/sparc/shared/timer/tlib_ckinit.c (modified) * c/src/lib/libcpu/arm/lpc22xx/clock/clockdrv.c (modified) * cpukit/rtems/src/clocktick.c (modified) * cpukit/sapi/include/rtems/timecounter.h (modified) * cpukit/score/include/rtems/score/timecounter.h (modified) * cpukit/score/src/kern_tc.c (modified) * doc/bsp_howto/clock.t (modified) score: Fix simple timecounter support Update #2502. Mon, 18 Jan 2016 23:34:25 GMT Joel Sherrill [2b9374e1] * cpukit/rtems/src/taskcreate.c (modified) taskcreate.c: Add method name to comment to be clearer Mon, 18 Jan 2016 23:31:09 GMT Joel Sherrill [33ece0da] * cpukit/rtems/include/rtems/rtems/sem.h (modified) sem.h: Delete junk in comment Mon, 18 Jan 2016 23:30:38 GMT Joel Sherrill [815b653] * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) ratemon.h: Fix comments Fri, 08 Jan 2016 11:11:03 GMT Sebastian Huber [1506658c] * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/rtems/src/taskstart.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadcreateidle.c (modified) * cpukit/score/src/threadstart.c (modified) score: Simplify _Thread_Start() Thu, 07 Jan 2016 08:55:45 GMT Sebastian Huber [ccd5434] * c/src/lib/libbsp/arm/gdbarmsim/include/bsp.h (modified) * c/src/lib/libbsp/epiphany/epiphany_sim/include/bsp.h (modified) * c/src/lib/libbsp/i386/pc386/include/bsp.h (modified) * c/src/lib/libbsp/m32c/m32cbsp/include/bsp.h (modified) * c/src/lib/libbsp/moxie/moxiesim/include/bsp.h (modified) * c/src/lib/libbsp/sh/shsim/include/bsp.h (modified) * c/src/lib/libbsp/shared/clock_driver_simidle.c (modified) * c/src/lib/libbsp/shared/clockdrv_shell.h (modified) * c/src/lib/libbsp/sparc64/niagara/include/bsp.h (modified) * c/src/lib/libbsp/sparc64/usiii/include/bsp.h (modified) * c/src/lib/libbsp/v850/gdbv850sim/include/bsp.h (modified) * c/src/lib/libcpu/bfin/clock/clock.c (modified) * c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.c (modified) * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) * cpukit/libmisc/monitor/mon-task.c (modified) * cpukit/libmisc/monitor/monitor.h (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/rtems/src/taskrestart.c (modified) * cpukit/rtems/src/taskstart.c (modified) * cpukit/sapi/include/rtems/config.h (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadcreateidle.c (modified) * cpukit/score/src/threadentryadaptoridle.c (added) * cpukit/score/src/threadentryadaptornumeric.c (added) * cpukit/score/src/threadentryadaptorpointer.c (added) * cpukit/score/src/threadglobalconstruction.c (modified) * cpukit/score/src/threadhandler.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadstart.c (modified) * testsuites/samples/minimum/init.c (modified) * testsuites/sptests/sp54/init.c (modified) * testsuites/sptests/spintrcritical_support/intrcritical.c (modified) score: Introduce Thread_Entry_information This avoids potential ... Fri, 08 Jan 2016 08:05:34 GMT Sebastian Huber [4e3bb2dd] * cpukit/rtems/src/tasks.c (modified) rtems: Fix warning