# # ChangeLog for cpukit/score in rtems # # Generated by Trac 1.2.1.dev0 # 05/23/24 01:48:55 Wed, 25 May 2016 12:23:48 GMT Sebastian Huber [39bcf741] * cpukit/posix/src/semaphoretranslatereturncode.c (modified) * cpukit/posix/src/sempost.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/rtems/src/semtranslatereturncode.c (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/src/mpci.c (modified) * testsuites/psxtests/psxsem01/init.c (modified) * testsuites/sptests/spsem_err01/init.c (modified) * testsuites/sptests/spsem_err01/spsem_err01.scn (modified) Fix semaphore post overflow status Close #2720. Wed, 25 May 2016 06:37:28 GMT Sebastian Huber [9ec7d492] * cpukit/posix/src/pspinlocktranslatereturncode.c (modified) * cpukit/score/include/rtems/score/corespinlockimpl.h (modified) * cpukit/score/src/corespinlockrelease.c (modified) * testsuites/psxtests/psxspin01/psxspin01.scn (modified) * testsuites/psxtests/psxspin01/test.c (modified) posix: Fix pthread_spin_unlock() error status Close #2719. Mon, 23 May 2016 09:40:18 GMT Sebastian Huber [631b3c8] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/include/rtems/posix/barrierimpl.h (modified) * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/include/rtems/posix/posixapi.h (modified) * cpukit/posix/include/rtems/posix/rwlockimpl.h (modified) * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/src/conddestroy.c (modified) * cpukit/posix/src/condget.c (modified) * cpukit/posix/src/condsignalsupp.c (modified) * cpukit/posix/src/condwaitsupp.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/mqueuerecvsupp.c (modified) * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mqueuesetattr.c (modified) * cpukit/posix/src/mqueueunlink.c (modified) * cpukit/posix/src/mutexdestroy.c (modified) * cpukit/posix/src/mutexget.c (modified) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/posix/src/pbarrierdestroy.c (modified) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/posix/src/prwlockdestroy.c (modified) * cpukit/posix/src/prwlockinit.c (modified) * cpukit/posix/src/prwlockrdlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/prwlocktryrdlock.c (modified) * cpukit/posix/src/prwlocktrywrlock.c (modified) * cpukit/posix/src/prwlockunlock.c (modified) * cpukit/posix/src/prwlockwrlock.c (modified) * cpukit/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/sempost.c (modified) * cpukit/posix/src/semunlink.c (modified) * cpukit/rtems/include/rtems/rtems/barrierimpl.h (modified) * cpukit/rtems/include/rtems/rtems/messageimpl.h (modified) * cpukit/rtems/include/rtems/rtems/semimpl.h (modified) * cpukit/rtems/src/barrierdelete.c (modified) * cpukit/rtems/src/barrierrelease.c (modified) * cpukit/rtems/src/barrierwait.c (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/msgqbroadcast.c (modified) * cpukit/rtems/src/msgqdelete.c (modified) * cpukit/rtems/src/msgqflush.c (modified) * cpukit/rtems/src/msgqgetnumberpending.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/msgqsend.c (modified) * cpukit/rtems/src/msgqurgent.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/rtems/src/semsetpriority.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/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/apimutexlock.c (modified) * cpukit/score/src/apimutexunlock.c (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/corebarrier.c (modified) * cpukit/score/src/corebarrierrelease.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgbroadcast.c (modified) * cpukit/score/src/coremsgclose.c (modified) * cpukit/score/src/coremsgflush.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coremutexsurrender.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/futex.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqflush.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/sptests/spintrcritical22/init.c (modified) * testsuites/tmtests/tm26/task1.c (modified) score: Move thread queue MP callout to context Drop the ... Mon, 23 May 2016 04:55:49 GMT Sebastian Huber [c3d8d9e] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/src/condsignalsupp.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/mqueuedeletesupp.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/semaphoredeletesupp.c (modified) * cpukit/posix/src/sempost.c (modified) * cpukit/rtems/src/barrierdelete.c (modified) * cpukit/rtems/src/barrierrelease.c (modified) * cpukit/rtems/src/barrierwait.c (modified) * cpukit/rtems/src/msgqbroadcast.c (modified) * cpukit/rtems/src/msgqdelete.c (modified) * cpukit/rtems/src/msgqsend.c (modified) * cpukit/rtems/src/msgqurgent.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.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/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/coremsgclose.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/mpci.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqflush.c (modified) * cpukit/score/src/threadrestart.c (modified) score: Get rid of mp_id parameter Get rid of the mp_id parameter ... Mon, 23 May 2016 04:26:58 GMT Sebastian Huber [8866e62] * 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/src/barrierwait.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/threadwaitgetid.c (modified) score: Move thread queue object support Tue, 24 May 2016 11:15:47 GMT Sebastian Huber [0e9d5b6] * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqflush.c (modified) mpci: Fix thread queue flush method We must call the MP callout for ... Mon, 23 May 2016 05:28:56 GMT Chris Johns [458e4c4] * cpukit/score/cpu/i386/cpu.c (modified) score/i386: Fix printk format warnings. Fri, 20 May 2016 08:39:50 GMT Chris Johns [24d0ee57] * c/src/lib/libbsp/shared/include/irq-info.h (modified) * c/src/lib/libbsp/shared/src/irq-info.c (modified) * c/src/lib/libbsp/shared/src/irq-shell.c (modified) * cpukit/Makefile.am (modified) * cpukit/include/rtems/bspIo.h (modified) * cpukit/include/rtems/print.h (added) * cpukit/libblock/include/rtems/blkdev.h (modified) * cpukit/libblock/src/blkdev-blkstats.c (modified) * cpukit/libblock/src/blkdev-print-stats.c (modified) * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/print_fprintf.c (added) * cpukit/libcsupport/src/print_printf.c (added) * cpukit/libcsupport/src/printf_plugin.c (modified) * cpukit/libcsupport/src/printk.c (modified) * cpukit/libcsupport/src/printk_plugin.c (modified) * cpukit/libcsupport/src/putk.c (modified) * cpukit/libcsupport/src/vprintk.c (modified) * cpukit/libmisc/cpuuse/cpuusagereport.c (modified) * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) * cpukit/libmisc/cpuuse/cpuuse.h (modified) * cpukit/libmisc/fb/mw_print.c (modified) * cpukit/libmisc/fb/mw_uid.h (modified) * cpukit/libmisc/shell/main_blkstats.c (modified) * cpukit/libmisc/shell/main_cpuuse.c (modified) * cpukit/libmisc/shell/main_perioduse.c (modified) * cpukit/libmisc/shell/main_profreport.c (modified) * cpukit/libmisc/shell/main_stackuse.c (modified) * cpukit/libmisc/shell/main_top.c (modified) * cpukit/libmisc/stackchk/check.c (modified) * cpukit/libmisc/stackchk/stackchk.h (modified) * cpukit/libmisc/testsupport/test.h (modified) * cpukit/libmisc/testsupport/testbeginend.c (modified) * cpukit/libmisc/testsupport/testextension.c (modified) * cpukit/preinstall.am (modified) * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/src/ratemonreportstatistics.c (modified) * cpukit/sapi/include/rtems/profiling.h (modified) * cpukit/sapi/src/profilingreportxml.c (modified) * cpukit/score/src/cpusetprintsupport.c (modified) * testsuites/fstests/fsnofs01/init.c (modified) * testsuites/libtests/block02/init.c (modified) * testsuites/libtests/block03/init.c (modified) * testsuites/libtests/block04/init.c (modified) * testsuites/libtests/block05/init.c (modified) * testsuites/libtests/block06/init.c (modified) * testsuites/libtests/block07/init.c (modified) * testsuites/libtests/block08/init.c (modified) * testsuites/libtests/block09/init.c (modified) * testsuites/libtests/block10/init.c (modified) * testsuites/libtests/block14/init.c (modified) * testsuites/libtests/capture01/init.c (modified) * testsuites/libtests/complex/init.c (modified) * testsuites/libtests/devnullfatal01/testcase.h (modified) * testsuites/libtests/exit01/init.c (modified) * testsuites/libtests/exit02/init.c (modified) * testsuites/libtests/math/init.c (modified) * testsuites/libtests/mathf/init.c (modified) * testsuites/libtests/mathl/init.c (modified) * testsuites/libtests/mouse01/init.c (modified) * testsuites/libtests/stackchk/init.c (modified) * testsuites/libtests/stackchk/system.h (modified) * testsuites/libtests/uid01/init.c (modified) * testsuites/psxtests/psxfatal_support/init.c (modified) * testsuites/samples/capture/init.c (modified) * testsuites/samples/hello/init.c (modified) * testsuites/samples/paranoia/init.c (modified) * testsuites/smptests/smp05/init.c (modified) * testsuites/smptests/smp07/init.c (modified) * testsuites/smptests/smpfatal01/init.c (modified) * testsuites/smptests/smpfatal02/init.c (modified) * testsuites/smptests/smpfatal04/init.c (modified) * testsuites/smptests/smpfatal05/init.c (modified) * testsuites/smptests/smpfatal08/init.c (modified) * testsuites/sptests/sperror01/init.c (modified) * testsuites/sptests/sperror02/init.c (modified) * testsuites/sptests/sperror03/init.c (modified) * testsuites/sptests/spextensions01/init.c (modified) * testsuites/sptests/spfatal07/testcase.h (modified) * testsuites/sptests/spfatal16/testcase.h (modified) * testsuites/sptests/spfatal26/init.c (modified) * testsuites/sptests/spfatal_support/init.c (modified) * testsuites/sptests/spfatal_support/system.h (modified) * testsuites/sptests/spinternalerror01/init.c (modified) * testsuites/sptests/spprintk/init.c (modified) * testsuites/sptests/spprofiling01/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) * testsuites/sptests/sptimecounter01/init.c (modified) * testsuites/support/include/buffer_test_io.h (modified) * testsuites/support/include/test_support.h (modified) * testsuites/support/src/locked_print.c (modified) cpukit, testsuite: Add rtems_printf and rtems_printer support. This ... Tue, 24 May 2016 05:40:18 GMT Sebastian Huber [4b623d65] * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mqueuetranslatereturncode.c (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/src/coremsgsubmit.c (modified) * testsuites/psxtests/psxmsgq01/init.c (modified) * testsuites/psxtests/psxmsgq01/psxmsgq01.scn (modified) score: Fix blocking _CORE_message_queue_Submit() Close #2718. Mon, 23 May 2016 09:42:41 GMT Sebastian Huber [16dbcdcd] * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/src/coremsgseize.c (modified) score: _CORE_message_queue_Seize() Delete unused parameter. Fri, 20 May 2016 13:52:27 GMT Sebastian Huber [bdb3b7f] * cpukit/posix/src/semaphorewaitsupp.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/src/mpci.c (modified) score: _CORE_semaphore_Seize() Delete unused parameter. Fri, 20 May 2016 13:10:27 GMT Sebastian Huber [e266d13] * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/src/cancel.c (modified) * cpukit/posix/src/mutexdestroy.c (modified) * cpukit/posix/src/mutexget.c (modified) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/posix/src/pthreaddetach.c (modified) * cpukit/posix/src/pthreadequal.c (modified) * cpukit/posix/src/pthreadgetaffinitynp.c (modified) * cpukit/posix/src/pthreadgetattrnp.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/pthreadkill.c (modified) * cpukit/posix/src/pthreadsetaffinitynp.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/rtems/include/rtems/rtems/messageimpl.h (modified) * cpukit/rtems/include/rtems/rtems/semimpl.h (modified) * cpukit/rtems/src/eventsend.c (modified) * cpukit/rtems/src/msgqbroadcast.c (modified) * cpukit/rtems/src/msgqdelete.c (modified) * cpukit/rtems/src/msgqflush.c (modified) * cpukit/rtems/src/msgqgetnumberpending.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/msgqsend.c (modified) * cpukit/rtems/src/msgqurgent.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/rtems/src/semsetpriority.c (modified) * cpukit/rtems/src/signalsend.c (modified) * cpukit/rtems/src/systemeventsend.c (modified) * cpukit/rtems/src/taskdelete.c (modified) * cpukit/rtems/src/taskgetaffinity.c (modified) * cpukit/rtems/src/taskgetscheduler.c (modified) * cpukit/rtems/src/taskissuspended.c (modified) * cpukit/rtems/src/taskrestart.c (modified) * cpukit/rtems/src/taskresume.c (modified) * cpukit/rtems/src/tasksetaffinity.c (modified) * cpukit/rtems/src/tasksetpriority.c (modified) * cpukit/rtems/src/tasksetscheduler.c (modified) * cpukit/rtems/src/taskstart.c (modified) * cpukit/rtems/src/tasksuspend.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/schedulercbsattachthread.c (modified) * cpukit/score/src/schedulercbsdetachthread.c (modified) * cpukit/score/src/schedulercbsgetexecutiontime.c (modified) * cpukit/score/src/schedulercbsgetremainingbudget.c (modified) * cpukit/score/src/threadget.c (modified) * testsuites/smptests/smpmigration02/init.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) * testsuites/sptests/spintrcritical22/init.c (modified) * testsuites/sptests/spintrcritical23/init.c (modified) * testsuites/tmtests/tm26/task1.c (modified) Replace *_Get_interrupt_disable() with *_Get() Uniformly use ... Fri, 20 May 2016 13:04:16 GMT Sebastian Huber [582bb23c] * cpukit/posix/include/rtems/posix/barrierimpl.h (modified) * 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/include/rtems/posix/spinlockimpl.h (modified) * cpukit/posix/include/rtems/posix/timerimpl.h (modified) * cpukit/rtems/include/rtems/rtems/barrierimpl.h (modified) * cpukit/rtems/include/rtems/rtems/dpmemimpl.h (modified) * cpukit/rtems/include/rtems/rtems/messageimpl.h (modified) * cpukit/rtems/include/rtems/rtems/partimpl.h (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/include/rtems/rtems/semimpl.h (modified) * cpukit/rtems/include/rtems/rtems/timerimpl.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/objectgetlocal.c (modified) * cpukit/score/src/objectgetnameasstring.c (modified) * cpukit/score/src/objectidtoname.c (modified) * cpukit/score/src/threadget.c (modified) score: Rename _Objects_Get_local() Rename _Objects_Get_local() into ... Fri, 20 May 2016 13:01:46 GMT Sebastian Huber [4bae341d] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectgetisr.c (deleted) score: Delete unused _Objects_Get_isr_disable() Delete now unused ... Fri, 20 May 2016 09:53:41 GMT Sebastian Huber [956b8e5] * cpukit/score/include/rtems/score/objectmp.h (modified) * cpukit/score/include/rtems/score/threadmp.h (modified) * cpukit/score/src/objectgetisr.c (modified) * cpukit/score/src/objectmp.c (modified) mpci: Simplify _Objects_MP_Is_remote() Fri, 20 May 2016 09:38:23 GMT Sebastian Huber [61340d1] * cpukit/score/include/rtems/score/rbtree.h (modified) score: Add const to _RBTree_Find_inline() Fri, 20 May 2016 09:04:04 GMT Sebastian Huber [0cc91daa] * cpukit/score/include/rtems/score/objectimpl.h (modified) score: Delete unused _Objects_Get_local_object() Thu, 19 May 2016 15:03:31 GMT Sebastian Huber [8a040fe4] * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqops.c (modified) score: Use _RBTree_Insert_inline() Use _RBTree_Insert_inline() for ... Thu, 19 May 2016 09:20:58 GMT Sebastian Huber [7dfb4b9] * cpukit/posix/include/rtems/posix/priorityimpl.h (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/scheduler.h (modified) * cpukit/score/include/rtems/score/priority.h (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulercbs.h (modified) * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/schedulersimple.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) score: Add per scheduler instance maximum priority The priority ... Tue, 17 May 2016 14:03:46 GMT Sebastian Huber [ceb0f659] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/threaddispatch.h (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/threaddisabledispatch.c (deleted) * cpukit/score/src/threaddispatchdisablelevel.c (deleted) * cpukit/score/src/threadenabledispatch.c (deleted) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpfatal03/Makefile.am (deleted) * testsuites/smptests/smpfatal03/init.c (deleted) * testsuites/smptests/smpfatal03/smpfatal03.doc (deleted) * testsuites/smptests/smpfatal03/smpfatal03.scn (deleted) score: Remove the Giant lock Update #2555. Wed, 18 May 2016 06:08:38 GMT Sebastian Huber [c2f301b5] * cpukit/rtems/include/rtems/rtems/intr.h (modified) * cpukit/rtems/src/intrbody.c (modified) * cpukit/score/include/rtems/score/isrlevel.h (modified) * cpukit/score/include/rtems/score/isrlock.h (modified) * testsuites/tmtests/tm26/task1.c (modified) score: Rename _ISR_Flash() into _ISR_Local_flash() This is a ... Wed, 18 May 2016 06:06:54 GMT Sebastian Huber [24713163] * c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c (modified) * c/src/lib/libbsp/m68k/mvme167/network/network.c (modified) * c/src/lib/libcpu/or1k/shared/cache/cache.c (modified) * c/src/lib/libcpu/powerpc/mpc8260/cpm/dpram.c (modified) * c/src/lib/libcpu/powerpc/mpc8xx/cpm/dpram.c (modified) * c/src/lib/libcpu/sh/sh7032/score/cpu_asm.c (modified) * c/src/lib/libcpu/sh/sh7045/score/cpu_asm.c (modified) * c/src/lib/libcpu/sh/sh7750/score/cpu_asm.c (modified) * c/src/lib/libcpu/sh/shgdb/score/cpu_asm.c (modified) * c/src/libchip/ide/ata.c (modified) * cpukit/rtems/include/rtems/rtems/intr.h (modified) * cpukit/rtems/src/intrbody.c (modified) * cpukit/score/cpu/arm/armv7m-isr-vector-install.c (modified) * cpukit/score/cpu/nios2/nios2-mpu-disable-protected.c (modified) * cpukit/score/cpu/or1k/cpu.c (modified) * cpukit/score/include/rtems/score/assert.h (modified) * cpukit/score/include/rtems/score/cpustdatomic.h (modified) * cpukit/score/include/rtems/score/isrlevel.h (modified) * cpukit/score/include/rtems/score/isrlock.h (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/threaddispatch.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threaddispatchdisablelevel.c (modified) * testsuites/tmtests/tm26/task1.c (modified) score: Rename _ISR_Disable() and _ISR_Enable() Rename ... Wed, 18 May 2016 06:03:05 GMT Sebastian Huber [4b04cb61] * c/src/lib/libcpu/powerpc/shared/include/powerpc-utility.h (modified) * cpukit/rtems/include/rtems/rtems/intr.h (modified) * cpukit/score/cpu/sparc/sparcv8-atomic.c (modified) * cpukit/score/include/rtems/score/isrlevel.h (modified) * cpukit/score/include/rtems/score/isrlock.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/smplock.h (modified) * cpukit/score/include/rtems/score/threaddispatch.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/debugisthreaddispatchingallowed.c (modified) * cpukit/score/src/interr.c (modified) * cpukit/score/src/isrisinprogress.c (modified) * cpukit/score/src/smplock.c (modified) * cpukit/score/src/smpmulticastaction.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threaddispatchdisablelevel.c (modified) * cpukit/score/src/threadhandler.c (modified) * testsuites/smptests/smpcache01/init.c (modified) * testsuites/smptests/smpload01/init.c (modified) * testsuites/smptests/smpthreadlife01/init.c (modified) * testsuites/tmtests/tm26/task1.c (modified) * testsuites/tmtests/tm27/task1.c (modified) score: Rename _ISR_Disable_without_giant() Rename ... Tue, 17 May 2016 13:57:48 GMT Sebastian Huber [d2bacb6c] * c/src/lib/libcpu/sh/sh7032/score/cpu_asm.c (modified) * c/src/lib/libcpu/sh/sh7045/score/cpu_asm.c (modified) * c/src/lib/libcpu/sh/sh7750/score/cpu_asm.c (modified) * c/src/lib/libcpu/sh/shgdb/score/cpu_asm.c (modified) * cpukit/score/cpu/lm32/irq.c (modified) * cpukit/score/cpu/nios2/nios2-iic-irq.c (modified) * cpukit/score/include/rtems/score/threaddispatch.h (modified) score: _Thread_Dispatch_increment_disable_level() Avoid ... Tue, 17 May 2016 13:15:17 GMT Sebastian Huber [b80156c] * cpukit/score/src/objectextendinformation.c (modified) score: Avoid Giant _Objects_Extend_information() Avoid Giant lock ... Tue, 17 May 2016 13:11:16 GMT Sebastian Huber [ee710ef] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/object.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectget.c (deleted) score: Delete unused _Objects_Get() Update #2555. Tue, 17 May 2016 14:07:11 GMT Sebastian Huber [23294fd2] * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadget.c (modified) score: Delete unused _Thread_Get() Update #2555. Fri, 13 May 2016 08:28:14 GMT Sebastian Huber [da826560] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/cancel.h (deleted) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/cancel.c (modified) * cpukit/posix/src/canceleval.c (deleted) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadexit.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/posix/src/setcancelstate.c (modified) * cpukit/posix/src/setcanceltype.c (modified) * cpukit/posix/src/testcancel.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadrestart.c (modified) posix: Rework thread cancellation Add ... Fri, 13 May 2016 12:07:23 GMT Sebastian Huber [33829ce] * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/rtems/src/taskstart.c (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/threadstart.c (modified) * testsuites/tmtests/tm26/task1.c (modified) score: Avoid Giant lock for _Thread_Start() Update #2555. Fri, 13 May 2016 06:16:30 GMT Sebastian Huber [54550e04] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreaddetach.c (modified) * cpukit/posix/src/pthreadexit.c (modified) * cpukit/posix/src/pthreadgetattrnp.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/rtems/src/taskdelete.c (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadrestart.c (modified) posix: Rework pthread_join() Rework pthread_join() to use ... Fri, 13 May 2016 11:42:18 GMT Sebastian Huber [29e1ecab] * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) score: Simplify _Thread_Life_action_handler() Use ... Fri, 13 May 2016 11:08:54 GMT Sebastian Huber [ef09017] * cpukit/score/src/threadrestart.c (modified) score: Rework _Thread_Cancel() Rework _Thread_Cancel() to use ... Fri, 13 May 2016 09:22:39 GMT Sebastian Huber [862a0ee] * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/threadrestart.c (modified) score: Rework _Thread_Restart_other() Rework ... Fri, 13 May 2016 05:04:43 GMT Sebastian Huber [9388390] * cpukit/rtems/src/taskrestart.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadglobalconstruction.c (modified) * cpukit/score/src/threadrestart.c (modified) score: Split _Thread_Restart() Split _Thread_Restart() into ... Fri, 13 May 2016 08:16:32 GMT Sebastian Huber [0475cca] * cpukit/score/include/rtems/score/threaddispatch.h (modified) score: Add _Thread_Dispatch_disable_with_CPU() Update #2555. ... Fri, 13 May 2016 05:12:38 GMT Sebastian Huber [f410ea82] * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadclearstate.c (modified) score: Add _Thread_Clear_state_locked() This makes it possible to ... Fri, 13 May 2016 05:12:10 GMT Sebastian Huber [9a99ce15] * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadsetstate.c (modified) score: Add _Thread_Set_state_locked() This makes it possible to do ... Fri, 13 May 2016 05:04:13 GMT Sebastian Huber [232147dd] * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadrestart.c (modified) score: Add _Thread_Join() and _Thread_Cancel() Split ... Thu, 12 May 2016 15:39:22 GMT Sebastian Huber [c99eb50b] * cpukit/score/src/threadrestart.c (modified) score: Rework _Thread_Exit() Rework _Thread_Exit() to use ... Fri, 13 May 2016 11:20:07 GMT Sebastian Huber [7023d82c] * cpukit/score/src/threadrestart.c (modified) score: Add _Thread_Raise_real_priority() Update #2555. Update #2626. Thu, 12 May 2016 14:32:27 GMT Sebastian Huber [9949d8a7] * cpukit/libcsupport/src/privateenv.c (modified) * cpukit/score/include/rtems/score/apimutex.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/apimutexlock.c (modified) * cpukit/score/src/apimutexunlock.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/smptests/smpthreadlife01/init.c (modified) * testsuites/sptests/spthreadlife01/init.c (modified) score: Add Thread_Change_life() Add _Thread_Change_life_locked() as ... Thu, 12 May 2016 13:14:06 GMT Sebastian Huber [69c722f] * cpukit/score/src/threadrestart.c (modified) score: Delete unused variable Update #2555. Update #2626. Thu, 12 May 2016 12:25:50 GMT Sebastian Huber [270394e] * cpukit/posix/src/pthreadexit.c (modified) * cpukit/rtems/src/taskdelete.c (modified) * cpukit/score/src/threadrestart.c (modified) score: Avoid superfluous life protection Disable thread dispatching ... Thu, 12 May 2016 04:12:06 GMT Sebastian Huber [b7f5e391] * cpukit/posix/src/pthreadexit.c (modified) * cpukit/rtems/src/taskdelete.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadrestart.c (modified) score: Add _Thread_Exit() The goal is to make _Thread_Exit() a ... Fri, 13 May 2016 08:21:37 GMT Sebastian Huber [e753748] * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) score: Delete redundant thread life enums This makes it easier to ... Wed, 18 May 2016 12:34:26 GMT Sebastian Huber [41ce30a] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/smplockmcs.h (added) * cpukit/score/preinstall.am (modified) * testsuites/smptests/smplock01/init.c (modified) SMP: Add Mellor-Crummey and Scott (MCS) lock Added only for ... Wed, 18 May 2016 14:54:12 GMT Sebastian Huber [26fafd5] * cpukit/score/include/rtems/score/smplockstats.h (modified) * cpukit/score/include/rtems/score/smplockticket.h (modified) SMP: Add and use lock statistics helper Wed, 18 May 2016 11:44:02 GMT Sebastian Huber [a7668b2] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/smplock.h (modified) * cpukit/score/include/rtems/score/smplockticket.h (added) * cpukit/score/preinstall.am (modified) SMP: Move ticket lock to separate header file Wed, 18 May 2016 11:28:52 GMT Sebastian Huber [2aae3a7] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/smplock.h (modified) * cpukit/score/include/rtems/score/smplockstats.h (added) * cpukit/score/preinstall.am (modified) * cpukit/score/src/profilingsmplock.c (modified) SMP: Move lock stats to separate header file Wed, 11 May 2016 12:03:23 GMT Sebastian Huber [ef6f8a83] * cpukit/rtems/src/taskgetscheduler.c (modified) * cpukit/rtems/src/tasksetscheduler.c (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) score: Avoid Giant lock for scheduler set/get Update #2555. Wed, 11 May 2016 11:42:58 GMT Sebastian Huber [8bc6bf28] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadgetattrnp.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) posix: Avoid Giant lock for some pthread functions Avoid Giant lock ... Wed, 11 May 2016 09:06:51 GMT Sebastian Huber [d9952999] * cpukit/posix/src/pthreadgetaffinitynp.c (modified) * cpukit/rtems/src/taskgetaffinity.c (modified) * cpukit/score/src/schedulergetaffinity.c (modified) score: Avoid Giant lock _Scheduler_Get_affinity() Update #2555. Wed, 11 May 2016 08:58:59 GMT Sebastian Huber [e135271] * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadsetaffinitynp.c (modified) * cpukit/rtems/src/tasksetaffinity.c (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulersetaffinity.c (modified) score: Avoid Giant lock _Scheduler_Set_affinity() Update #2555. Wed, 11 May 2016 09:54:49 GMT Sebastian Huber [bd12dda] * cpukit/libmisc/cpuuse/cpuusagereset.c (modified) * cpukit/rtems/src/taskmode.c (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadclearstate.c (modified) * cpukit/score/src/threadgetcputimeused.c (modified) * cpukit/score/src/threadsetstate.c (modified) * cpukit/score/src/threadyield.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) * testsuites/tmtests/tm27/task1.c (modified) score: Use thread state lock for current state In addition protect ... Tue, 10 May 2016 04:47:19 GMT Sebastian Huber [105b4e6] * cpukit/rtems/include/rtems/rtems/asr.h (modified) * cpukit/rtems/include/rtems/rtems/asrimpl.h (modified) * cpukit/rtems/src/signalcatch.c (modified) * cpukit/rtems/src/signalsend.c (modified) * cpukit/rtems/src/taskmode.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) rtems: Use thread state lock for signals Fri, 06 May 2016 04:44:41 GMT Sebastian Huber [6e4f929] * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/rtems/include/rtems/rtems/signalimpl.h (modified) * cpukit/rtems/src/signalcatch.c (modified) * cpukit/rtems/src/signalsend.c (modified) * cpukit/rtems/src/taskmode.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) score: Introduce thread state lock Update #2556. Tue, 10 May 2016 05:52:19 GMT Sebastian Huber [af20467e] * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) score: Add _Thread_queue_Is_lock_owner() Add ... Mon, 09 May 2016 05:29:52 GMT Sebastian Huber [3e0bb67] * cpukit/score/include/rtems/score/smplock.h (modified) * cpukit/score/src/smplock.c (modified) score: Ensure matching lock acquire and release Ensure matching ... Mon, 09 May 2016 04:49:53 GMT Sebastian Huber [1a9d36b] * cpukit/score/include/rtems/score/isrlock.h (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/smplock.h (modified) * cpukit/score/src/smplock.c (modified) score: Add _ISR_lock_Is_owner() Wed, 11 May 2016 15:52:13 GMT Sebastian Huber [9276fde] * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/src/coremutex.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spmutex01/Makefile.am (added) * testsuites/sptests/spmutex01/init.c (added) * testsuites/sptests/spmutex01/spmutex01.doc (added) * testsuites/sptests/spmutex01/spmutex01.scn (added) score: Fix CORE mutex initialization The priority inheritance and ... Wed, 11 May 2016 14:42:29 GMT Sebastian Huber [2b71210] * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) Revert "score: Avoid use of uninitialized variable" Sorry, I should ... Wed, 11 May 2016 14:00:16 GMT Sebastian Huber [35c8efc] * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) score: Avoid use of uninitialized variable Properly set the ... Wed, 04 May 2016 09:28:12 GMT Sebastian Huber [f65f803] * cpukit/score/src/schedulercbsattachthread.c (modified) * cpukit/score/src/schedulercbsdetachthread.c (modified) * cpukit/score/src/schedulercbsgetexecutiontime.c (modified) * cpukit/score/src/schedulercbsgetremainingbudget.c (modified) score: Avoid Giant lock for CBS scheduler Update #2555. Tue, 03 May 2016 14:16:08 GMT Sebastian Huber [b30ab25] * cpukit/score/src/mpci.c (modified) mpci: Avoid Giant lock in _MPCI_Process_response() Update #2555. ... Tue, 03 May 2016 07:59:50 GMT Sebastian Huber [a0dee7c7] * cpukit/rtems/include/rtems/rtems/eventmp.h (modified) * cpukit/rtems/src/eventmp.c (modified) * cpukit/rtems/src/eventsend.c (modified) * cpukit/rtems/src/systemeventsend.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadget.c (modified) score: Simplify _Thread_Get_interrupt_disable() Remove the object ... Tue, 03 May 2016 07:57:38 GMT Sebastian Huber [822ec589] * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadmp.h (modified) * cpukit/score/src/threadget.c (modified) score: Add _Thread_MP_Is_remote() Tue, 03 May 2016 07:24:32 GMT Sebastian Huber [8c77150] * cpukit/score/src/threadget.c (modified) score: Simplify _Thread_Get_objects_information() Tue, 03 May 2016 07:19:59 GMT Sebastian Huber [876dde7a] * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/threadget.c (modified) * testsuites/sptests/sp43/init.c (modified) score: Make _Objects_Information_table const The ... Tue, 03 May 2016 07:17:45 GMT Sebastian Huber [469dc47] * cpukit/score/src/objectidtoname.c (modified) score: Simplify _Objects_Id_to_name() Tue, 03 May 2016 07:12:51 GMT Sebastian Huber [0ab4fb7] * cpukit/score/src/objectidtoname.c (modified) score: Fix _Objects_Id_to_name() Avoid out-of-bounds array access ... Tue, 03 May 2016 05:38:19 GMT Sebastian Huber [1d40d81b] * c/src/ada/rtems-tasks.adb (modified) * c/src/ada/rtems-tasks.ads (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/include/rtems/rtems/tasksimpl.h (modified) * cpukit/rtems/mainpage.h (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/rtems/src/taskvariable_invoke_dtor.c (deleted) * cpukit/rtems/src/taskvariableadd.c (deleted) * cpukit/rtems/src/taskvariabledelete.c (deleted) * cpukit/rtems/src/taskvariableget.c (deleted) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp28/Makefile.am (deleted) * testsuites/sptests/sp28/init.c (deleted) * testsuites/sptests/sp28/sp28.doc (deleted) * testsuites/sptests/sp28/sp28.scn (deleted) rtems: Remove task variables Update #2494. Update #2555. Tue, 03 May 2016 10:57:16 GMT Sebastian Huber [b1b6f3b0] * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/src/coremsg.c (modified) confdefs.h: Fix message queue size estimate Account for maximum ... Sun, 01 May 2016 14:11:30 GMT Sebastian Huber [0a68d8e] * cpukit/posix/include/rtems/posix/barrierimpl.h (modified) * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/include/rtems/posix/spinlockimpl.h (modified) * cpukit/posix/include/rtems/posix/timerimpl.h (modified) * cpukit/posix/src/condget.c (modified) * cpukit/posix/src/prwlockinit.c (modified) * cpukit/rtems/include/rtems/rtems/barrierimpl.h (modified) * cpukit/rtems/include/rtems/rtems/dpmemimpl.h (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/include/rtems/rtems/timerimpl.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectgetlocal.c (modified) * cpukit/score/src/objectgetnameasstring.c (modified) score: Optimize _Objects_Get_local() Make the interrupt lock ... Mon, 02 May 2016 11:11:18 GMT Sebastian Huber [b1b8bd2] * cpukit/score/include/rtems/score/corebarrierimpl.h (modified) mpci: Fix _CORE_barrier_Surrender() Bug introduced by ... Fri, 29 Apr 2016 10:09:32 GMT Sebastian Huber [981eed2] * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/scheduler.h (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (added) * cpukit/score/preinstall.am (modified) * cpukit/score/src/schedulerstrongapa.c (added) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpstrongapa01/Makefile.am (added) * testsuites/smptests/smpstrongapa01/init.c (added) * testsuites/smptests/smpstrongapa01/smpstrongapa01.doc (added) * testsuites/smptests/smpstrongapa01/smpstrongapa01.scn (added) score: Add dummy Strong APA scheduler Start with a copy of the ... Thu, 28 Apr 2016 04:51:25 GMT Sebastian Huber [d5cc9fd6] * cpukit/configure.ac (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/coremutexseizeintr.c (deleted) score: __RTEMS_DO_NOT_INLINE_CORE_MUTEX_SEIZE__ Delete ... Thu, 28 Apr 2016 04:26:01 GMT Sebastian Huber [500a8e9c] * cpukit/configure.ac (modified) * cpukit/posix/src/mutextranslatereturncode.c (modified) * cpukit/rtems/src/semtranslatereturncode.c (modified) * cpukit/score/include/rtems/score/coremutex.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/sptests/sp36/strict_order_mut.c (modified) score: Delete __RTEMS_STRICT_ORDER_MUTEX__ Remove support for ... Wed, 27 Apr 2016 20:07:56 GMT Sebastian Huber [1ef8e4a8] * cpukit/posix/src/adjtime.c (modified) * cpukit/posix/src/clocksettime.c (modified) * cpukit/rtems/src/clockset.c (modified) * cpukit/score/include/rtems/score/timecounterimpl.h (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/src/coretodadjust.c (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/kern_tc.c (modified) score: Avoid Giant lock for set time of day Update #2555. Update #2630. Wed, 27 Apr 2016 19:32:23 GMT Sebastian Huber [3888771] * cpukit/posix/src/clocksettime.c (modified) * cpukit/rtems/src/clockset.c (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/src/coretodadjust.c (modified) * cpukit/score/src/coretodset.c (modified) score: Streamline set time of day functions Rename _TOD_Set() into ... Wed, 27 Apr 2016 14:52:48 GMT Sebastian Huber [7772640] * cpukit/score/src/objectgetnameasstring.c (modified) score: _Objects_Get_name_as_string() Avoid Giant lock in ... Tue, 26 Apr 2016 19:20:31 GMT Sebastian Huber [c8982e5] * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/mqueue.h (modified) * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/mqueueclose.c (modified) * cpukit/posix/src/mqueuedeletesupp.c (modified) * cpukit/posix/src/mqueuegetattr.c (modified) * cpukit/posix/src/mqueuenotify.c (modified) * cpukit/posix/src/mqueueopen.c (modified) * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mqueuesetattr.c (modified) * cpukit/posix/src/mqueueunlink.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxmsgq04/init.c (modified) * testsuites/psxtmtests/psxtmmq01/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) posix: Simplify message queues The mq_open() function returns a ... Fri, 29 Apr 2016 09:05:36 GMT Sebastian Huber [7e66865e] * cpukit/posix/src/mqueuenotify.c (modified) * cpukit/score/include/rtems/score/coremsg.h (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/src/coremsg.c (modified) * cpukit/score/src/coremsginsert.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) score: Move message notification Move message notification to end ... Fri, 29 Apr 2016 08:41:36 GMT Sebastian Huber [88e09b98] * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/src/coremsginsert.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) score: _CORE_message_queue_Insert_message() Move common code into ... Fri, 29 Apr 2016 08:28:31 GMT Sebastian Huber [1b7a6a38] * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/src/coremsginsert.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) score: _CORE_message_queue_Set_message_priority() Remove ... Wed, 27 Apr 2016 14:21:07 GMT Sebastian Huber [99112f7] * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/rtems/src/msgqsend.c (modified) * cpukit/rtems/src/msgqurgent.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) score: _CORE_message_queue_Submit() Move lock acquire to caller of ... Wed, 27 Apr 2016 14:20:05 GMT Sebastian Huber [b0eba5ed] * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/score/src/coremsgseize.c (modified) score: _CORE_message_queue_Seize() Move lock acquire to caller of ... Tue, 26 Apr 2016 19:18:52 GMT Sebastian Huber [7580995] * cpukit/posix/src/mqueuedeletesupp.c (modified) * cpukit/rtems/src/msgqdelete.c (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/src/coremsgclose.c (modified) score: _CORE_message_queue_Close() Move lock acquire to caller of ... Fri, 22 Apr 2016 12:37:13 GMT Sebastian Huber [7f4ee2b] * cpukit/posix/include/rtems/posix/cond.h (modified) * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/src/condbroadcast.c (modified) * cpukit/posix/src/conddestroy.c (modified) * cpukit/posix/src/condget.c (modified) * cpukit/posix/src/condinit.c (modified) * cpukit/posix/src/condsignal.c (modified) * cpukit/posix/src/condsignalsupp.c (modified) * cpukit/posix/src/condtimedwait.c (modified) * cpukit/posix/src/condwait.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) posix: Avoid Giant lock for condition variables Update #2555. Fri, 22 Apr 2016 12:10:47 GMT Sebastian Huber [d35e6dde] * c/src/lib/libbsp/powerpc/qoriq/startup/bspsmp.c (modified) * cpukit/score/cpu/powerpc/rtems/powerpc/registers.h (modified) powerpc: Add FSL_EIS_TENSR, etc. defines Thu, 21 Apr 2016 04:32:16 GMT Sebastian Huber [84a53988] * cpukit/posix/include/rtems/posix/rwlockimpl.h (modified) * cpukit/posix/src/prwlockdestroy.c (modified) * cpukit/posix/src/prwlockinit.c (modified) * cpukit/posix/src/prwlockrdlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/prwlocktryrdlock.c (modified) * cpukit/posix/src/prwlocktrywrlock.c (modified) * cpukit/posix/src/prwlockunlock.c (modified) * cpukit/posix/src/prwlockwrlock.c (modified) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/corerwlockrelease.c (modified) score: Avoid Giant lock for CORE rwlock Update #2555. Wed, 20 Apr 2016 12:01:02 GMT Sebastian Huber [f27383a] * cpukit/posix/include/rtems/posix/barrierimpl.h (modified) * cpukit/posix/src/pbarrierdestroy.c (modified) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/rtems/include/rtems/rtems/barrierimpl.h (modified) * cpukit/rtems/src/barrierdelete.c (modified) * cpukit/rtems/src/barrierrelease.c (modified) * cpukit/rtems/src/barrierwait.c (modified) * cpukit/score/include/rtems/score/corebarrierimpl.h (modified) * cpukit/score/src/corebarrierrelease.c (modified) * cpukit/score/src/corebarrierwait.c (modified) score: Avoid Giant lock for barriers Use ... Wed, 20 Apr 2016 12:00:31 GMT Sebastian Huber [5c9fa6f] * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/threadqflush.c (modified) score: Add _Thread_queue_Flush_default_filter() Wed, 20 Apr 2016 09:12:53 GMT Sebastian Huber [ba5ef37] * cpukit/score/src/condition.c (modified) score: Use _Thread_queue_Flush_critical() for cond Wed, 20 Apr 2016 04:59:16 GMT Sebastian Huber [0b590858] * cpukit/score/src/futex.c (modified) score: Use _Thread_queue_Flush_critical for futex Wed, 20 Apr 2016 04:57:47 GMT Sebastian Huber [b466226] * cpukit/score/include/rtems/score/threadqimpl.h (modified) * testsuites/sptests/spthreadq01/init.c (modified) score: Add _Thread_queue_Is_empty() Tue, 19 Apr 2016 15:02:54 GMT Sebastian Huber [4025a60f] * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/src/semaphoredeletesupp.c (modified) * cpukit/posix/src/semclose.c (modified) * cpukit/posix/src/semdestroy.c (modified) * cpukit/posix/src/semunlink.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) score: Avoid Giant lock for CORE mtx/sem Avoid Giant lock for CORE ... Tue, 19 Apr 2016 13:09:29 GMT Sebastian Huber [cca2d8ab] * cpukit/posix/src/prwlockrdlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/prwlocktryrdlock.c (modified) * cpukit/posix/src/prwlocktrywrlock.c (modified) * cpukit/posix/src/prwlockunlock.c (modified) * cpukit/posix/src/prwlockwrlock.c (modified) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/corerwlockrelease.c (modified) score: Rename _CORE_RWLock_Obtain() Rename ... Tue, 19 Apr 2016 13:07:39 GMT Sebastian Huber [3d0c4005] * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/rtems/src/barrierrelease.c (modified) * cpukit/rtems/src/barrierwait.c (modified) * cpukit/score/include/rtems/score/corebarrierimpl.h (modified) * cpukit/score/src/corebarrierrelease.c (modified) * cpukit/score/src/corebarrierwait.c (modified) score: Rename _CORE_barrier_Wait() Rename _CORE_barrier_Wait() into ... Tue, 19 Apr 2016 13:04:34 GMT Sebastian Huber [242a05a] * cpukit/rtems/src/semobtain.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) score: Rename _MRSP_Obtain() Rename _MRSP_Obtain() into ... Tue, 19 Apr 2016 12:14:31 GMT Sebastian Huber [88575577] * cpukit/posix/include/rtems/posix/spinlockimpl.h (modified) * cpukit/posix/include/rtems/posix/timerimpl.h (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/include/rtems/rtems/timerimpl.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectgetlocal.c (modified) score: Optimize _Objects_Get_local() Make the id the first ...