# # ChangeLog for cpukit/score/src in rtems # # Generated by Trac 1.2.1.dev0 # 05/21/24 12:16:49 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 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. 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 11:45:06 GMT Sebastian Huber [818ad5eb] * cpukit/score/src/threadqflush.c (modified) score: Simplify _Thread_queue_Do_flush() Also set the thread wait ... 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 ... Wed, 30 Mar 2016 13:00:29 GMT Sebastian Huber [e581ea9] * cpukit/score/src/threadqenqueue.c (modified) score: Fix _Thread_queue_Extract_locked() We must update the wait ... Fri, 01 Apr 2016 13:10:08 GMT Sebastian Huber [6ca60e5d] * 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/prwlockwrlock.c (modified) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) score: Delete MP support for RW locks MP support was not implemented. 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 04:56:07 GMT Sebastian Huber [c01401c4] * cpukit/score/src/userextremoveset.c (modified) score: _User_extensions_Remove_set() Use unprotected chain ... 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 ... Tue, 29 Mar 2016 09:53:49 GMT Sebastian Huber [520938b0] * cpukit/score/src/apimutex.c (modified) score: The API mutexes are not global Thu, 24 Mar 2016 14:40:48 GMT Sebastian Huber [3feca90] * cpukit/score/src/objectmp.c (modified) score: Fix _Objects_MP_Is_remote() Bug introduced by ... Tue, 29 Mar 2016 10:06:55 GMT Sebastian Huber [16832b0] * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadqenqueue.c (modified) score: Fix multiprocessing thread proxies We must provide thread ... Thu, 24 Mar 2016 14:39:38 GMT Sebastian Huber [a62c3aa3] * cpukit/score/src/mpci.c (modified) score: Allow MPCI packet receive function to block Thu, 24 Mar 2016 14:33:34 GMT Sebastian Huber [7a904cbe] * cpukit/score/src/coremutexsurrender.c (modified) score: Fix CORE mutex RTEMS_MULTIPROCESSING Make sure that the ... 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 ... Wed, 23 Mar 2016 06:43:01 GMT Sebastian Huber [d67c869] * cpukit/score/src/threadstartmultitasking.c (modified) score: Use RTEMS_UNREACHABLE() The _CPU_Context_switch() in ... Tue, 22 Mar 2016 06:24:14 GMT Sebastian Huber [e8d9b26] * cpukit/score/include/rtems/score/assert.h (modified) * cpukit/score/include/rtems/score/basedefs.h (modified) * cpukit/score/src/threadglobalconstruction.c (modified) * cpukit/score/src/threadrestart.c (modified) score: Add and use RTEMS_UNREACHABLE Tue, 22 Mar 2016 06:58:41 GMT Sebastian Huber [865f110b] * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/src/userextaddset.c (modified) score: Fix for RTEMS_DEBUG The rtems_extension_create() no longer ... Fri, 18 Mar 2016 14:35:47 GMT Sebastian Huber [be88976] * cpukit/score/src/objectmp.c (modified) mpci: Avoid Giant lock The object creation/deletion is protected by ... Fri, 18 Mar 2016 14:33:13 GMT Sebastian Huber [19e855d7] * cpukit/score/src/mpci.c (modified) mpci: Avoid Giant lock Update #2555. Fri, 18 Mar 2016 13:03:01 GMT Sebastian Huber [5a5fb3b] * cpukit/posix/include/rtems/posix/spinlockimpl.h (modified) * cpukit/posix/src/pspindestroy.c (modified) * cpukit/posix/src/pspininit.c (modified) * cpukit/posix/src/pspinlock.c (modified) * cpukit/posix/src/pspintrylock.c (modified) * cpukit/posix/src/pspinunlock.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/corespinlock.h (modified) * cpukit/score/include/rtems/score/corespinlockimpl.h (modified) * cpukit/score/src/corespinlock.c (deleted) * cpukit/score/src/corespinlockrelease.c (modified) * cpukit/score/src/corespinlockwait.c (modified) score: Avoid Giant lock for CORE spinlock Use an ISR lock to ... Fri, 18 Mar 2016 06:25:23 GMT Sebastian Huber [c904df5] * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/include/rtems/posix/posixapi.h (modified) * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/src/mqueueopen.c (modified) * cpukit/posix/src/mqueueunlink.c (modified) * cpukit/posix/src/psxnametoid.c (modified) * cpukit/posix/src/semopen.c (modified) * cpukit/posix/src/semunlink.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectnametoidstring.c (modified) * testsuites/psxtests/psxmsgq01/init.c (modified) * testsuites/psxtests/psxmsgq01/psxmsgq01.scn (modified) * testsuites/psxtests/psxobj01/init.c (modified) * testsuites/psxtests/psxobj01/psxobj01.scn (modified) * testsuites/psxtests/psxsem01/init.c (modified) * testsuites/psxtests/psxsem01/psxsem01.scn (modified) score: Add _Objects_Get_by_name() Replace ... Thu, 17 Mar 2016 06:56:31 GMT Sebastian Huber [5eaf0e7] * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/key.h (modified) * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/keycreate.c (modified) * cpukit/posix/src/keydelete.c (modified) * cpukit/posix/src/keyfreememory.c (deleted) * cpukit/posix/src/keygetspecific.c (modified) * cpukit/posix/src/keysetspecific.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) posix: Use per-thread lookup tree for POSIX Keys Yields higher ... Fri, 18 Mar 2016 06:39:51 GMT Sebastian Huber [90de3001] * cpukit/score/src/threadrestart.c (modified) score: Destroy thread timer lock Update #2554. 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 ... Wed, 16 Mar 2016 09:28:03 GMT Sebastian Huber [4bf79af] * cpukit/score/src/kern_tc.c (modified) timecounter: Avoid invalid memcpy() In uni-processor configurations ... Wed, 16 Mar 2016 06:14:30 GMT Sebastian Huber [f2f207ce] * cpukit/score/src/apimutex.c (modified) score: Fix intenal mutex attributes A mutex must be released by its ... Tue, 15 Mar 2016 14:42:57 GMT Sebastian Huber [474b9be] * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectgetnext.c (modified) * testsuites/sptests/spobjgetnext/init.c (modified) score: Use allocator lock in _Objects_Get_next() Use the object ... 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 ... Thu, 18 Feb 2016 07:36:16 GMT Sebastian Huber [90d8567] * c/src/lib/libbsp/arm/shared/arm-a9mpcore-clock-config.c (modified) * c/src/lib/libbsp/arm/shared/arm-gic-irq.c (modified) * c/src/lib/libbsp/arm/shared/include/arm-gic-irq.h (modified) * c/src/lib/libbsp/i386/pc386/clock/ckinit.c (modified) * c/src/lib/libbsp/i386/shared/smp/smp-imps.c (modified) * c/src/lib/libbsp/powerpc/qoriq/clock/clock-config.c (modified) * c/src/lib/libbsp/powerpc/qoriq/include/irq.h (modified) * c/src/lib/libbsp/powerpc/qoriq/irq/irq.c (modified) * c/src/lib/libbsp/shared/clockdrv_shell.h (modified) * c/src/lib/libbsp/shared/include/fatal.h (modified) * c/src/lib/libbsp/sparc/erc32/clock/ckinit.c (modified) * c/src/lib/libbsp/sparc/leon3/clock/ckinit.c (modified) * c/src/lib/libbsp/sparc/leon3/include/leon.h (modified) * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/kern_tc.c (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/watchdogtick.c (modified) score: Distribute clock tick to all online CPUs Update #2554. Thu, 03 Mar 2016 12:37:14 GMT Sebastian Huber [5b0d2c1] * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/src/percpu.c (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/smpmulticastaction.c (modified) score: Add _SMP_Before_multitasking_action() The use case for this ... Thu, 18 Feb 2016 07:47:26 GMT Sebastian Huber [3c103ba] * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/src/smp.c (modified) score: Add _Per_CPU_Is_boot_processor() Wed, 17 Feb 2016 13:27:09 GMT Sebastian Huber [b3a4c48e] * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/src/smp.c (modified) * testsuites/smptests/smpipi01/init.c (modified) score: Add _SMP_Online_processors Wed, 17 Feb 2016 14:34:51 GMT Sebastian Huber [c284a16] * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/threadcreateidle.c (modified) score: Rename Per_CPU_Control::started Rename ... 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 ... Wed, 03 Feb 2016 11:41:02 GMT Sebastian Huber [358bd740] * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/score/apimutex.h (modified) * cpukit/score/include/rtems/score/basedefs.h (modified) * cpukit/score/include/rtems/score/copyrt.h (modified) * cpukit/score/include/rtems/score/mpciimpl.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/score/objectmp.h (modified) * cpukit/score/include/rtems/score/smp.h (modified) * cpukit/score/include/rtems/score/sysstate.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadmp.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/include/rtems/score/wkspace.h (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/objectmp.c (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/watchdog.c (modified) * cpukit/score/src/wkspace.c (modified) score: Avoid SCORE_EXTERN Delete SCORE_INIT. This finally removes ... 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 09:11:48 GMT Sebastian Huber [8ca372e] * c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/mvme5500/startup/bspstart.c (modified) * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/config.h (modified) * cpukit/sapi/include/rtems/init.h (modified) * cpukit/sapi/include/rtems/sptables.h (deleted) * cpukit/sapi/preinstall.am (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/score/basedefs.h (modified) * cpukit/score/include/rtems/score/mpciimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/src/mpci.c (modified) * testsuites/sptests/spsize/size.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) Use linker set for MPCI initialization Update #2408. Thu, 10 Dec 2015 14:30:41 GMT Sebastian Huber [190169fe] * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/score/cpusetimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/src/cpuset.c (modified) * doc/user/init.t (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional CPU Set Handler initialization Update #2408. Thu, 10 Dec 2015 14:44:02 GMT Sebastian Huber [a853c851] * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/userext.c (modified) * doc/user/init.t (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional Initial Extensions initialization Update #2408. Mon, 25 Jan 2016 19:55:52 GMT Sebastian Huber [36b86d7] * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/src/threadcreateidle.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) score: Create idle threads via linker set This allows a more fine ... Tue, 26 Jan 2016 09:29:28 GMT Sebastian Huber [addb600] * cpukit/score/src/mpci.c (modified) mpci: Fix warning Assignment is superfluous due to later call to ... Tue, 26 Jan 2016 09:23:22 GMT Sebastian Huber [885c342e] * cpukit/score/include/rtems/score/mpciimpl.h (modified) * cpukit/score/src/mpci.c (modified) mpci: Update due to API changes Update due to API changes ... 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, 11 Jan 2016 12:02:06 GMT Sebastian Huber [599d71f] * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/score/timecounterimpl.h (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/src/coretod.c (modified) * cpukit/score/src/kern_tc.c (modified) * testsuites/sptests/sptimecounter01/init.c (modified) score: Statically initialize TOD handler 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 ... Tue, 22 Dec 2015 08:40:48 GMT Sebastian Huber [44e9871] * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadglobalconstruction.c (modified) score: Avoid dead code in global construction Update #2514. Tue, 15 Dec 2015 17:25:01 GMT Joel Sherrill [f5201df] * c/src/aclocal/rtems-cpu-subdirs.m4 (modified) * c/src/lib/libbsp/m32r/Makefile.am (deleted) * c/src/lib/libbsp/m32r/acinclude.m4 (deleted) * c/src/lib/libbsp/m32r/configure.ac (deleted) * cpukit/configure.ac (modified) * cpukit/libcsupport/src/newlibc_exit.c (modified) * cpukit/libdl/include/arch/m32r/machine/elf_machdep.h (deleted) * cpukit/libdl/rtl-mdreloc-m32r.c (deleted) * cpukit/libdl/rtl-shell.c (modified) * cpukit/librpc/src/xdr/xdr_float.c (modified) * cpukit/score/cpu/Makefile.am (modified) * cpukit/score/cpu/m32r/Makefile.am (deleted) * cpukit/score/cpu/m32r/context_init.c (deleted) * cpukit/score/cpu/m32r/context_switch.S (deleted) * cpukit/score/cpu/m32r/cpu.c (deleted) * cpukit/score/cpu/m32r/cpu_asm.c (deleted) * cpukit/score/cpu/m32r/m32r-exception-frame-print.c (deleted) * cpukit/score/cpu/m32r/preinstall.am (deleted) * cpukit/score/cpu/m32r/rtems/asm.h (deleted) * cpukit/score/cpu/m32r/rtems/score/cpu.h (deleted) * cpukit/score/cpu/m32r/rtems/score/cpu_asm.h (deleted) * cpukit/score/cpu/m32r/rtems/score/cpuatomic.h (deleted) * cpukit/score/cpu/m32r/rtems/score/m32r.h (deleted) * cpukit/score/cpu/m32r/rtems/score/types.h (deleted) * cpukit/score/src/threadglobalconstruction.c (modified) * doc/cpu_supplement/Makefile.am (modified) * doc/cpu_supplement/cpu_supplement.texi (modified) * doc/cpu_supplement/m32r.t (deleted) * doc/user/preface.texi (modified) * testsuites/libtests/configure.ac (modified) Remove M32R architecture updates #2446. Mon, 04 Jan 2016 08:55:59 GMT Sebastian Huber [a061f9d] * cpukit/score/src/watchdoginsert.c (modified) * testsuites/sptests/spwatchdog/init.c (modified) score: Fix watchdog insert Under certain conditions a new watchdog ... Sun, 20 Dec 2015 20:47:12 GMT Sebastian Huber [a48b7c44] * cpukit/score/src/watchdogremove.c (modified) * testsuites/sptests/spwatchdog/init.c (modified) score: Fix watchdog removal Under certain conditions a new watchdog ... Tue, 15 Dec 2015 10:25:47 GMT Sebastian Huber [07b76fd] * cpukit/score/src/kern_tc.c (modified) score: Avoid dependency on bcopy() Fri, 11 Dec 2015 10:09:13 GMT Sebastian Huber [54c3fbd] * cpukit/posix/src/pthread.c (modified) * cpukit/rtems/include/rtems/rtems/asrimpl.h (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/score/src/threadinitialize.c (modified) score: Initialize thread control to zero This reduces the code size ... Fri, 11 Dec 2015 08:48:09 GMT Sebastian Huber [00dbecb8] * cpukit/score/src/rbtreeinsert.c (modified) score: Help GCC to inline a function Thu, 10 Dec 2015 13:10:48 GMT Sebastian Huber [df55d07f] * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/posix/src/pthread.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/threadimpl.h (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) score: Untangle thread actions Remove the thread action handler ... Tue, 08 Dec 2015 07:34:08 GMT Sebastian Huber [bd91f446] * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/score/apiext.h (modified) * cpukit/score/src/apiext.c (modified) score: Delete unused API extensions Update #2408. Tue, 08 Dec 2015 07:33:08 GMT Sebastian Huber [60c5461] * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/score/apiext.h (modified) * cpukit/score/src/apiext.c (modified) * testsuites/sptests/spsize/size.c (modified) score: Statically initialize API extensions Update #2408. Wed, 25 Nov 2015 07:33:31 GMT Sebastian Huber [ac5f2442] * cpukit/configure.ac (modified) * cpukit/libcsupport/src/newlibc_reent.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threaddispatch.c (modified) Require __getreent() This function is used by Newlib since ... Wed, 25 Nov 2015 06:55:00 GMT Sebastian Huber [8ce0b0cb] * cpukit/rtems/src/eventsurrender.c (modified) * cpukit/score/src/threadtimeout.c (modified) Fix _Assert() statement Tue, 10 Nov 2015 16:23:12 GMT Sebastian Huber [b84a51c] * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/eventsurrender.c (modified) * cpukit/score/src/threadtimeout.c (modified) score: Fix race condition on SMP We must ensure that the ... Wed, 04 Nov 2015 06:39:45 GMT Sebastian Huber [eab538c] * cpukit/score/src/threadqops.c (modified) score: Fix warning Close #2454. Fri, 16 Oct 2015 06:21:48 GMT Sebastian Huber [f97536d] * c/src/lib/libbsp/arm/shared/lpc/network/lpc-ethernet.c (modified) * c/src/lib/libbsp/i386/pc386/console/fb_cirrus.c (modified) * c/src/lib/libbsp/i386/shared/comm/uart.c (modified) * c/src/lib/libbsp/powerpc/beatnik/network/if_em/if_em.c (modified) * c/src/lib/libbsp/powerpc/virtex4/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/virtex5/startup/bspstart.c (modified) * c/src/lib/libbsp/sparc/shared/can/grcan.c (modified) * cpukit/ftpd/ftpd.c (modified) * cpukit/libblock/src/bdpart-mount.c (modified) * cpukit/libblock/src/bdpart-register.c (modified) * cpukit/libblock/src/blkdev.c (modified) * cpukit/libblock/src/flashdisk.c (modified) * cpukit/libblock/src/media-server.c (modified) * cpukit/libblock/src/media.c (modified) * cpukit/libblock/src/nvdisk-sram.c (modified) * cpukit/libblock/src/nvdisk.c (modified) * cpukit/libblock/src/ramdisk-config.c (modified) * cpukit/libcsupport/src/__gettod.c (modified) * cpukit/libcsupport/src/__times.c (modified) * cpukit/libcsupport/src/_calloc_r.c (modified) * cpukit/libcsupport/src/_free_r.c (modified) * cpukit/libcsupport/src/_malloc_r.c (modified) * cpukit/libcsupport/src/_realloc_r.c (modified) * cpukit/libcsupport/src/_rename_r.c (modified) * cpukit/libcsupport/src/assocnamebad.c (modified) * cpukit/libcsupport/src/close.c (modified) * cpukit/libcsupport/src/envlock.c (modified) * cpukit/libcsupport/src/fcntl.c (modified) * cpukit/libcsupport/src/flockfile.c (modified) * cpukit/libcsupport/src/fstat.c (modified) * cpukit/libcsupport/src/ftrylockfile.c (modified) * cpukit/libcsupport/src/funlockfile.c (modified) * cpukit/libcsupport/src/getpid.c (modified) * cpukit/libcsupport/src/isatty_r.c (modified) * cpukit/libcsupport/src/link.c (modified) * cpukit/libcsupport/src/lseek.c (modified) * cpukit/libcsupport/src/newlibc_reent.c (modified) * cpukit/libcsupport/src/open.c (modified) * cpukit/libcsupport/src/printk_plugin.c (modified) * cpukit/libcsupport/src/read.c (modified) * cpukit/libcsupport/src/rtems_heap_null_extend.c (modified) * cpukit/libcsupport/src/setpgid.c (modified) * cpukit/libcsupport/src/stat.c (modified) * cpukit/libcsupport/src/tcflow.c (modified) * cpukit/libcsupport/src/tcgetpgrp.c (modified) * cpukit/libcsupport/src/tcsendbreak.c (modified) * cpukit/libcsupport/src/tcsetpgrp.c (modified) * cpukit/libcsupport/src/unlink.c (modified) * cpukit/libcsupport/src/write_r.c (modified) * cpukit/libfs/src/nfsclient/src/dirutils.c (modified) * cpukit/libmisc/capture/capture-cli.c (modified) * cpukit/libmisc/capture/capture.c (modified) * cpukit/libmisc/devnull/devnull.c (modified) * cpukit/libmisc/devnull/devzero.c (modified) * cpukit/libmisc/fb/mw_uid.c (modified) * cpukit/libmisc/monitor/mon-command.c (modified) * cpukit/libmisc/monitor/mon-config.c (modified) * cpukit/libmisc/monitor/mon-driver.c (modified) * cpukit/libmisc/monitor/mon-extension.c (modified) * cpukit/libmisc/monitor/mon-itask.c (modified) * cpukit/libmisc/monitor/mon-monitor.c (modified) * cpukit/libmisc/monitor/mon-network.c (modified) * cpukit/libmisc/monitor/mon-part.c (modified) * cpukit/libmisc/monitor/mon-queue.c (modified) * cpukit/libmisc/monitor/mon-region.c (modified) * cpukit/libmisc/monitor/mon-sema.c (modified) * cpukit/libmisc/monitor/mon-server.c (modified) * cpukit/libmisc/monitor/mon-symbols.c (modified) * cpukit/libmisc/monitor/mon-task.c (modified) * cpukit/libmisc/serdbg/termios_printk.c (modified) * cpukit/libmisc/shell/cmds.c (modified) * cpukit/libmisc/shell/err.h (modified) * cpukit/libmisc/shell/extern-cp.h (modified) * cpukit/libmisc/shell/extern-ls.h (modified) * cpukit/libmisc/shell/hexdump-odsyntax.c (modified) * cpukit/libmisc/shell/main_dd.c (modified) * cpukit/libmisc/shell/main_halt.c (modified) * cpukit/libmisc/shell/main_id.c (modified) * cpukit/libmisc/shell/main_logoff.c (modified) * cpukit/libmisc/shell/main_mount_nfs.c (modified) * cpukit/libmisc/shell/main_pwd.c (modified) * cpukit/libmisc/shell/main_stackuse.c (modified) * cpukit/libmisc/shell/main_tty.c (modified) * cpukit/libmisc/shell/main_whoami.c (modified) * cpukit/libmisc/shell/main_wkspaceinfo.c (modified) * cpukit/libmisc/shell/shell_script.c (modified) * cpukit/libmisc/shell/utils-cp.c (modified) * cpukit/libmisc/shell/utils-ls.c (modified) * cpukit/libmisc/shell/verr.c (modified) * cpukit/libmisc/shell/verrx.c (modified) * cpukit/libmisc/stackchk/check.c (modified) * cpukit/libnetworking/lib/tftpDriver.c (modified) * cpukit/posix/src/_execve.c (modified) * cpukit/posix/src/aio_suspend.c (modified) * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/lio_listio.c (modified) * cpukit/posix/src/mmap.c (modified) * cpukit/posix/src/mprotect.c (modified) * cpukit/posix/src/mqueueopen.c (modified) * cpukit/posix/src/munmap.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadatfork.c (modified) * cpukit/posix/src/sched_getparam.c (modified) * cpukit/posix/src/sched_getscheduler.c (modified) * cpukit/posix/src/sched_setparam.c (modified) * cpukit/posix/src/sched_setscheduler.c (modified) * cpukit/posix/src/semopen.c (modified) * cpukit/posix/src/timertsr.c (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/score/include/rtems/score/basedefs.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/score/sysstate.h (modified) * cpukit/score/src/corebarrierrelease.c (modified) * cpukit/score/src/coremsgbroadcast.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/heapextend.c (modified) * cpukit/score/src/heapgetinfo.c (modified) * cpukit/score/src/heapnoextend.c (modified) * cpukit/score/src/threadqflush.c (modified) * testsuites/libtests/devfs04/test_driver.c (modified) * testsuites/libtests/deviceio01/test_driver.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/sptests/spfatal_support/consume_sems.c (modified) * testsuites/sptests/spfatal_support/system.h (modified) * testsuites/tmtests/tmoverhd/dumrtems.h (modified) basdefs.h: Add and use RTEMS_UNUSED Mon, 14 Sep 2015 05:10:24 GMT Sebastian Huber [314ff3c4] * cpukit/score/src/mutex.c (modified) * testsuites/sptests/spsyslock01/init.c (modified) score: Fix resource count for self-contained mutex Thu, 03 Sep 2015 08:27:16 GMT Sebastian Huber [dafa5d88] * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadqops.c (modified) * doc/user/glossary.texi (modified) * doc/user/sem.t (modified) * doc/user/smp.t (modified) * testsuites/smptests/smpmutex01/init.c (modified) score: Implement priority boosting Wed, 02 Sep 2015 09:58:54 GMT Sebastian Huber [3995e6d] * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadqops.c (modified) * doc/user/smp.t (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpmutex01/Makefile.am (added) * testsuites/smptests/smpmutex01/init.c (added) * testsuites/smptests/smpmutex01/smpmutex01.doc (added) * testsuites/smptests/smpmutex01/smpmutex01.scn (added) score: Implement SMP-specific priority queue Mon, 31 Aug 2015 11:11:04 GMT Sebastian Huber [edf640f] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) * cpukit/score/src/rbtreereplace.c (added) rbtree: Add _RBTree_Replace_node() Fri, 21 Aug 2015 03:59:49 GMT Sebastian Huber [e9fbaa3b] * cpukit/score/include/rtems/score/rbtree.h (modified) * cpukit/score/include/rtems/score/rbtreeimpl.h (modified) * cpukit/score/src/rbtreeextract.c (modified) * cpukit/score/src/rbtreefind.c (modified) * cpukit/score/src/rbtreeinsert.c (modified) * cpukit/score/src/rbtreenext.c (modified) * testsuites/sptests/sprbtree01/init.c (modified) rbtree: Replace implementation Use the BSD ... Wed, 02 Sep 2015 13:02:27 GMT Sebastian Huber [8c25e04] * cpukit/score/src/threadqops.c (modified) score: Optimize thread queue first operation In case the thread ... Mon, 31 Aug 2015 11:37:52 GMT Sebastian Huber [44f3ea9] * cpukit/score/src/mutex.c (modified) * testsuites/sptests/spsyslock01/init.c (modified) score: Fix return status of mutex try acquire This fixes a copy and ... Fri, 21 Aug 2015 03:57:42 GMT Sebastian Huber [ddb6a49b] * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/rbtree.h (modified) * cpukit/sapi/src/rbtree.c (added) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) * cpukit/score/src/rbtree.c (deleted) rbtree: Delete _RBTree_Initialize() This function has no internal ... Fri, 21 Aug 2015 03:24:17 GMT Sebastian Huber [2d48456] * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/score/include/rtems/score/rbtreeimpl.h (modified) * cpukit/score/src/rbtreeiterate.c (modified) * testsuites/libtests/rbheap01/init.c (modified) * testsuites/sptests/sprbtree01/init.c (modified) rbheap: Drop direction from _RBTree_Iterate() Fri, 21 Aug 2015 03:39:59 GMT Sebastian Huber [341f629] * cpukit/sapi/include/rtems/rbtree.h (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/src/threadqops.c (modified) rbtree: Add _RBTree_Minimum(), _RBTree_Maximum() Tue, 28 Jul 2015 11:46:56 GMT Sebastian Huber [9e9e61d] * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/src/condition.c (added) * testsuites/sptests/spsyslock01/init.c (modified) * testsuites/sptests/spsyslock01/spsyslock01.doc (modified) score: Add self-contained condition implementation Mon, 20 Jul 2015 07:05:30 GMT Sebastian Huber [a1b4af4b] * cpukit/score/Makefile.am (modified) * cpukit/score/src/sched.c (added) * testsuites/sptests/spsyslock01/init.c (modified) * testsuites/sptests/spsyslock01/spsyslock01.doc (modified) score: Add scheduler support Mon, 13 Jul 2015 08:00:28 GMT Sebastian Huber [40188718] * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/src/futex.c (added) * testsuites/sptests/spsyslock01/init.c (modified) * testsuites/sptests/spsyslock01/spsyslock01.doc (modified) score: Add self-contained futex implementation Thu, 02 Jul 2015 11:12:38 GMT Sebastian Huber [7237b3e] * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/src/semaphore.c (added) * testsuites/sptests/spsyslock01/init.c (modified) * testsuites/sptests/spsyslock01/spsyslock01.doc (modified) score: Add self-contained semaphore implementation Sun, 28 Jun 2015 20:06:36 GMT Sebastian Huber [214d8ed] * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/src/mutex.c (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spsyslock01/Makefile.am (added) * testsuites/sptests/spsyslock01/init.c (added) * testsuites/sptests/spsyslock01/spsyslock01.doc (added) * testsuites/sptests/spsyslock01/spsyslock01.scn (added) score: Add self-contained mutex implementation This mutex ... Mon, 27 Jul 2015 11:19:17 GMT Sebastian Huber [12f93fbb] * cpukit/configure.ac (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/threadq.c (modified) score: Add thread queue for self-contained objects Fri, 26 Jun 2015 10:54:33 GMT Sebastian Huber [0e3c59d6] * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadtimeout.c (modified) score: Use a plain ticket lock for thread locks This enables ... Mon, 29 Jun 2015 12:23:42 GMT Sebastian Huber [10e32a26] * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) score: Add potpourri lock statistics These SMP lock statistics are ... Tue, 28 Jul 2015 12:45:42 GMT Sebastian Huber [21789a21] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/time.h (deleted) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/barrierattrdestroy.c (modified) * cpukit/posix/src/clockgetcpuclockid.c (modified) * cpukit/posix/src/clockgetenableattr.c (modified) * cpukit/posix/src/clocksetenableattr.c (modified) * cpukit/posix/src/cond.c (modified) * cpukit/posix/src/condattrdestroy.c (modified) * cpukit/posix/src/condattrgetpshared.c (modified) * cpukit/posix/src/condattrinit.c (modified) * cpukit/posix/src/condattrsetpshared.c (modified) * cpukit/posix/src/condbroadcast.c (modified) * cpukit/posix/src/conddefaultattributes.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/posix/src/mqueue.c (modified) * cpukit/posix/src/mqueueclose.c (modified) * cpukit/posix/src/mqueuecreatesupp.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/mqueuereceive.c (modified) * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/posix/src/mqueuesend.c (modified) * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mqueuesetattr.c (modified) * cpukit/posix/src/mqueuetimedreceive.c (modified) * cpukit/posix/src/mqueuetimedsend.c (modified) * cpukit/posix/src/mqueueunlink.c (modified) * cpukit/posix/src/mutex.c (modified) * cpukit/posix/src/mutexattrdestroy.c (modified) * cpukit/posix/src/mutexattrgetprioceiling.c (modified) * cpukit/posix/src/mutexattrgetprotocol.c (modified) * cpukit/posix/src/mutexattrgetpshared.c (modified) * cpukit/posix/src/mutexattrgettype.c (modified) * cpukit/posix/src/mutexattrinit.c (modified) * cpukit/posix/src/mutexattrsetprioceiling.c (modified) * cpukit/posix/src/mutexattrsetprotocol.c (modified) * cpukit/posix/src/mutexattrsetpshared.c (modified) * cpukit/posix/src/mutexattrsettype.c (modified) * cpukit/posix/src/mutexdestroy.c (modified) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/mutexlock.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/mutextimedlock.c (modified) * cpukit/posix/src/mutextrylock.c (modified) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/psignalchecksignal.c (modified) * cpukit/posix/src/psignalclearsignals.c (modified) * cpukit/posix/src/psignalsetprocesssignals.c (modified) * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/posix/src/psxtransschedparam.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/ptimer.c (modified) * cpukit/posix/src/rwlockattrdestroy.c (modified) * cpukit/posix/src/sched_getscheduler.c (modified) * cpukit/posix/src/sched_setparam.c (modified) * cpukit/posix/src/sched_setscheduler.c (modified) * cpukit/posix/src/semaphore.c (modified) * cpukit/posix/src/semaphorecreatesupp.c (modified) * cpukit/posix/src/semaphoredeletesupp.c (modified) * cpukit/posix/src/semaphorewaitsupp.c (modified) * cpukit/posix/src/semclose.c (modified) * cpukit/posix/src/semdestroy.c (modified) * cpukit/posix/src/semgetvalue.c (modified) * cpukit/posix/src/seminit.c (modified) * cpukit/posix/src/semopen.c (modified) * cpukit/posix/src/sempost.c (modified) * cpukit/posix/src/semtimedwait.c (modified) * cpukit/posix/src/semtrywait.c (modified) * cpukit/posix/src/semunlink.c (modified) * cpukit/posix/src/semwait.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/posix/src/timercreate.c (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/timertsr.c (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/src/coretodabsolutetimeout.c (moved) score: Rename _POSIX_Absolute_timeout_to_ticks() Rename ... Mon, 13 Jul 2015 11:49:35 GMT Sebastian Huber [e709aa85] * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/threadqenqueue.c (modified) score: Move wait flag update to tq extract This makes it possible ... Wed, 24 Jun 2015 13:43:19 GMT Sebastian Huber [d7665823] * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/libmisc/monitor/mon-object.c (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/killinfo.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/rtems/include/rtems/rtems/tasksimpl.h (modified) * cpukit/rtems/src/taskcreate.c (modified) * cpukit/rtems/src/taskdelete.c (modified) * cpukit/rtems/src/taskident.c (modified) * cpukit/rtems/src/taskmp.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqops.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/sptests/spobjgetnext/init.c (modified) * testsuites/sptests/sptask_err04/task1.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) score: Introduce Thread_queue_Heads Move the storage for the thread ... Wed, 24 Jun 2015 09:05:39 GMT Sebastian Huber [e2735012] * cpukit/posix/src/killinfo.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/score/include/rtems/score/coremsgimpl.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/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqflush.c (modified) * cpukit/score/src/threadqops.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) score: Introduce Thread_queue_Queue Separate the thread queue heads ... Thu, 25 Jun 2015 04:50:04 GMT Sebastian Huber [f59f2fe9] * cpukit/score/include/rtems/score/freechain.h (modified) * cpukit/score/src/freechain.c (modified) * testsuites/sptests/spfreechain01/init.c (modified) score: Accept NULL pointer in _Freechain_Put() With this a ... Wed, 24 Jun 2015 12:00:08 GMT Sebastian Huber [fdb45d6] * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/posix/src/key.c (modified) * cpukit/score/include/rtems/score/freechain.h (modified) * cpukit/score/src/freechain.c (modified) * testsuites/sptests/spfreechain01/init.c (modified) * testsuites/sptests/spfreechain01/spfreechain01.scn (modified) score: Freechain handler API changes Replace the extend function ... Thu, 25 Jun 2015 09:24:44 GMT Sebastian Huber [d811dac] * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/smplock.h (modified) * cpukit/score/src/profilingsmplock.c (modified) * cpukit/score/src/smp.c (modified) * testsuites/sptests/sp37/init.c (modified) score: Hide SMP lock profiling impl if disabled The problem is that ... Thu, 25 Jun 2015 12:11:53 GMT Sebastian Huber [48fed9a] * c/src/lib/libbsp/powerpc/mvme5500/vectors/exceptionhandler.c (modified) * c/src/lib/libbsp/shared/clockdrv_shell.h (modified) * c/src/lib/libbsp/sparc/shared/timer/tlib_ckinit.c (modified) * c/src/lib/libcpu/bfin/clock/clock.c (modified) * c/src/lib/libcpu/or1k/shared/cache/cache.c (modified) * c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.c (modified) * c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c (modified) * cpukit/libcsupport/src/sync.c (modified) * cpukit/libmisc/cpuuse/cpuusagereset.c (modified) * cpukit/posix/src/pthreadself.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/profilingiterate.c (modified) * cpukit/score/cpu/arm/arm_exc_handler_high.c (modified) * cpukit/score/cpu/i386/cpu.c (modified) * cpukit/score/cpu/m68k/cpu.c (modified) * cpukit/score/cpu/nios2/nios2-isr-is-in-progress.c (modified) * cpukit/score/include/rtems/score/userextimpl.h (modified) * cpukit/score/include/rtems/system.h (modified) * cpukit/score/src/corespinlockrelease.c (modified) score: Simplify Drop the ... Thu, 25 Jun 2015 11:37:40 GMT Sebastian Huber [0b268b8b] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/isr.h (modified) * cpukit/score/src/isrisinprogress.c (added) score: Move default _ISR_Is_in_progress() Thu, 25 Jun 2015 09:28:59 GMT Sebastian Huber [8042107a] * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/src/smp.c (modified) score: Move SMP CPU_USE_DEFERRED_FP_SWITCH check