# # ChangeLog for cpukit/posix in rtems # # Generated by Trac 1.2.1.dev0 # 05/05/24 11:06:00 Wed, 15 Jun 2016 06:50:29 GMT Sebastian Huber [5d65d0dd] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) posix: Use _POSIX_Threads_Sporadic_timer_insert() Wed, 15 Jun 2016 05:59:33 GMT Sebastian Huber [d07f582] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) posix: Remove superfluous code Remove double declarations, useless ... Tue, 14 Jun 2016 09:13:22 GMT Sebastian Huber [6a631da] * cpukit/posix/Makefile.am (modified) * cpukit/posix/src/sched_getprioritymax.c (modified) * testsuites/smptests/smpscheduler02/init.c (modified) posix: sched_get_priority_max() Enable for all configurations since ... Tue, 14 Jun 2016 09:12:19 GMT Sebastian Huber [ea02782a] * cpukit/posix/Makefile.am (modified) * testsuites/smptests/smpscheduler02/init.c (modified) posix: sched_get_priority_min() Enable for all configurations since ... Mon, 13 Jun 2016 13:22:47 GMT Sebastian Huber [0c34dbf3] * cpukit/posix/Makefile.am (modified) * cpukit/posix/src/pthreadsetschedprio.c (added) * testsuites/psxtests/psx05/init.c (modified) posix: Add pthread_setschedprio() Close #2734. Mon, 13 Jun 2016 13:10:31 GMT Sebastian Huber [fc30ac5] * cpukit/posix/src/pthreadsetschedparam.c (modified) * testsuites/psxtests/psx05/init.c (modified) posix: Fix pthread_setschedparam() Close #2735. Mon, 13 Jun 2016 04:53:27 GMT Sebastian Huber [23b1bb38] * cpukit/posix/src/pthreadgetschedparam.c (modified) * testsuites/psxtests/psx05/init.c (modified) posix: Fix pthread_getschedparam() Return the unmodified thread ... Mon, 30 May 2016 04:59:55 GMT Sebastian Huber [0b713f89] * cpukit/libmisc/monitor/mon-sema.c (modified) * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/rtems/include/rtems/rtems/sem.h (modified) * cpukit/rtems/include/rtems/rtems/semimpl.h (modified) * cpukit/rtems/src/semcreate.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/Makefile.am (modified) * cpukit/score/include/rtems/score/apimutex.h (modified) * cpukit/score/include/rtems/score/coremutex.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/src/apimutex.c (modified) * cpukit/score/src/apimutexisowner.c (modified) * cpukit/score/src/apimutexlock.c (modified) * cpukit/score/src/apimutexunlock.c (modified) * cpukit/score/src/coremutex.c (deleted) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/debugisownerofallocator.c (modified) score: Rework CORE inherit priority mutex Provide dedicated seize ... Fri, 27 May 2016 13:41:41 GMT Sebastian Huber [33e250c9] * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/rtems/include/rtems/rtems/semimpl.h (modified) * cpukit/rtems/src/semcreate.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/coremutex.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/src/apimutex.c (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) score: Rework CORE priority ceiling mutex Rework seize and ... Fri, 27 May 2016 06:02:03 GMT Sebastian Huber [5a598ac] * cpukit/libmisc/monitor/mon-sema.c (modified) * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/include/rtems/posix/mutex.h (modified) * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/src/mutexdestroy.c (modified) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/rtems/include/rtems/rtems/sem.h (modified) * cpukit/rtems/include/rtems/rtems/semimpl.h (modified) * cpukit/rtems/src/semcreate.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/coremutex.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/src/apimutex.c (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) score: Add CORE mutex variants Add CORE_recursive_mutex_Control and ... Fri, 27 May 2016 09:48:14 GMT Sebastian Huber [bbb3c5f] * cpukit/posix/include/rtems/posix/mutex.h (modified) * cpukit/posix/src/mutexinit.c (modified) posix: Delete POSIX_Mutex_Protocol::process_shared Fri, 27 May 2016 09:10:42 GMT Sebastian Huber [dbd6550] * cpukit/posix/src/mutexsetprioceiling.c (modified) posix: Avoid use of internal mutex methods Avoid use of internal ... Fri, 27 May 2016 08:17:28 GMT Sebastian Huber [e0bb60b] * cpukit/posix/src/condwaitsupp.c (modified) posix: Avoid use of internal mutex methods Avoid use of internal ... Fri, 20 May 2016 19:39:56 GMT Sebastian Huber [2581a56] * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/src/semaphorecreatesupp.c (modified) * cpukit/posix/src/semaphoredeletesupp.c (modified) * cpukit/posix/src/semaphorewaitsupp.c (modified) * cpukit/posix/src/sempost.c (modified) * cpukit/rtems/include/rtems/rtems/sem.h (modified) * cpukit/rtems/include/rtems/rtems/semimpl.h (modified) * cpukit/rtems/src/semcreate.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/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: Add semaphore variants Fri, 27 May 2016 12:43:19 GMT Sebastian Huber [93306058] * cpukit/posix/include/rtems/posix/psignalimpl.h (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/killinfo.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/psignalclearsignals.c (modified) * cpukit/posix/src/psignalsetprocesssignals.c (modified) * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/sigaction.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/interr.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/condition.c (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/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.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/threadrestart.c (modified) * testsuites/sptests/spfatal03/testcase.h (modified) score: _CORE_mutex_Check_dispatch_for_seize() Move the safety check ... Fri, 27 May 2016 11:26:53 GMT Sebastian Huber [0e1d11f3] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * 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/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/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/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/mpci.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/sptests/spintrcritical22/init.c (modified) * testsuites/tmtests/tm26/task1.c (modified) score: Add _Thread_queue_Context_set_MP_callout() Add ... Mon, 23 May 2016 11:37:59 GMT Sebastian Huber [dce48791] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/barrierimpl.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/include/rtems/posix/spinlockimpl.h (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mqueuetranslatereturncode.c (deleted) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutextranslatereturncode.c (deleted) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/pbarriertranslatereturncode.c (deleted) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/posix/src/prwlockrdlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/prwlocktranslatereturncode.c (deleted) * 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/psignalunblockthread.c (modified) * cpukit/posix/src/pspinlock.c (modified) * cpukit/posix/src/pspinlocktranslatereturncode.c (deleted) * cpukit/posix/src/pspintrylock.c (modified) * cpukit/posix/src/pspinunlock.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/semaphoretranslatereturncode.c (deleted) * cpukit/posix/src/semaphorewaitsupp.c (modified) * cpukit/posix/src/sempost.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/barrierimpl.h (modified) * cpukit/rtems/include/rtems/rtems/eventimpl.h (modified) * cpukit/rtems/include/rtems/rtems/messageimpl.h (modified) * cpukit/rtems/include/rtems/rtems/semimpl.h (modified) * cpukit/rtems/include/rtems/rtems/statusimpl.h (modified) * cpukit/rtems/src/barriertranslatereturncode.c (deleted) * cpukit/rtems/src/barrierwait.c (modified) * cpukit/rtems/src/eventmp.c (modified) * cpukit/rtems/src/eventreceive.c (modified) * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/msgqbroadcast.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/msgqsend.c (modified) * cpukit/rtems/src/msgqtranslatereturncode.c (deleted) * cpukit/rtems/src/msgqurgent.c (modified) * cpukit/rtems/src/partmp.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/regionprocessqueue.c (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/rtems/src/semmp.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/rtems/src/semtranslatereturncode.c (deleted) * cpukit/rtems/src/signalmp.c (modified) * cpukit/rtems/src/systemeventreceive.c (modified) * cpukit/rtems/src/taskmp.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/corespinlockimpl.h (modified) * cpukit/score/include/rtems/score/mpciimpl.h (modified) * cpukit/score/include/rtems/score/mrsp.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/status.h (added) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/corebarrier.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/coremutex.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/corerwlockrelease.c (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/corespinlockrelease.c (modified) * cpukit/score/src/corespinlockwait.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/threadmp.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqflush.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadtimeout.c (modified) * testsuites/sptests/spintrcritical10/init.c (modified) * testsuites/sptests/spintrcritical20/init.c (modified) score: Add Status_Control for all APIs Unify the status codes of ... Wed, 25 May 2016 12:28:34 GMT Sebastian Huber [d887c1b] * cpukit/posix/src/seminit.c (modified) * testsuites/psxtests/psxsem01/init.c (modified) posix: Fix sem_init() with too large initial value Close #2721. 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 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 09:42:30 GMT Sebastian Huber [0cc6071] * cpukit/posix/include/rtems/posix/keyimpl.h (modified) posix: Add const to _POSIX_Keys_Key_value_find() Fri, 20 May 2016 07:38:56 GMT Sebastian Huber [28ba7e2] * cpukit/posix/src/mutexinit.c (modified) posix: Remove dead code and shrink comment Fri, 20 May 2016 05:01:03 GMT Sebastian Huber [05f9b02e] * cpukit/posix/include/rtems/posix/posixapi.h (modified) * cpukit/posix/src/condget.c (modified) * cpukit/posix/src/mutexget.c (modified) * cpukit/posix/src/prwlockinit.c (modified) posix: Add and use _POSIX_Get_object_body() 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 11:56:02 GMT Sebastian Huber [64fe1663] * cpukit/posix/src/pthreadkill.c (modified) posix: Avoid Giant lock for pthread_kill() 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 ... 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 ... Tue, 17 May 2016 11:39:15 GMT Sebastian Huber [3c20d28] * cpukit/posix/src/pthreadkill.c (modified) * testsuites/psxtests/psx04/init.c (modified) posix: Fix return states of pthread_kill() POSIX mandates that an ... Fri, 13 May 2016 12:59:31 GMT Sebastian Huber [9fd7271] * cpukit/posix/src/cancel.c (modified) * testsuites/psxtests/psxcancel/init.c (modified) posix: Fix return status of pthread_cancel() POSIX recommends ESRCH ... 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. 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. Fri, 06 May 2016 04:58:37 GMT Sebastian Huber [d9bb9eb] * cpukit/posix/include/rtems/posix/psignalimpl.h (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/psignalunblockthread.c (modified) posix: Make _POSIX_signals_Action_handler() static Wed, 04 May 2016 09:10:32 GMT Sebastian Huber [64051ec] * cpukit/posix/src/pthreadequal.c (modified) posix: Avoid Giant lock in pthread_equal() Update #2555. Sun, 01 May 2016 14:11:30 GMT Sebastian Huber [0a68d8e] * cpukit/posix/include/rtems/posix/barrierimpl.h (modified) * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/include/rtems/posix/spinlockimpl.h (modified) * cpukit/posix/include/rtems/posix/timerimpl.h (modified) * cpukit/posix/src/condget.c (modified) * cpukit/posix/src/prwlockinit.c (modified) * cpukit/rtems/include/rtems/rtems/barrierimpl.h (modified) * cpukit/rtems/include/rtems/rtems/dpmemimpl.h (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/include/rtems/rtems/timerimpl.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectgetlocal.c (modified) * cpukit/score/src/objectgetnameasstring.c (modified) score: Optimize _Objects_Get_local() Make the interrupt lock ... Fri, 29 Apr 2016 07:27:11 GMT Sebastian Huber [66374df] * cpukit/posix/src/killinfo.c (modified) posix: Avoid Giant lock in _POSIX_signals_Send() Update #2555. ... Thu, 28 Apr 2016 04:55:16 GMT Sebastian Huber [259d885] * cpukit/posix/src/sigtimedwait.c (modified) posix: Remove superfluous thread dispatch disable The ... 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 ... 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 ... 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 ... Mon, 25 Apr 2016 14:25:04 GMT Sebastian Huber [dd6c28e] * cpukit/posix/include/rtems/posix/mqueue.h (modified) * cpukit/posix/src/mqueueopen.c (modified) posix: Delete POSIX_Message_queue_Control::named Delete unused ... Mon, 25 Apr 2016 14:23:13 GMT Sebastian Huber [49c293f4] * cpukit/posix/include/rtems/posix/mqueue.h (modified) * cpukit/posix/src/mqueueopen.c (modified) posix: POSIX_Message_queue_Control::process_shared Delete unused ... Mon, 25 Apr 2016 04:33:28 GMT Sebastian Huber [3e36a167] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/src/mqueuecreatesupp.c (deleted) * cpukit/posix/src/mqueueopen.c (modified) posix: _POSIX_Message_queue_Create_support() Make ... 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. 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 04:43:11 GMT Sebastian Huber [2dd5e6fb] * cpukit/posix/include/rtems/posix/semaphoreimpl.h (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) posix: Use _Objects_Get_local() for semaphores This simplifies the ... 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 ... Wed, 20 Apr 2016 04:15:07 GMT Sebastian Huber [b5a21bf1] * cpukit/posix/src/semgetvalue.c (modified) posix: Avoid Giant lock in sem_getvalue() Update #2555. 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 12:14:31 GMT Sebastian Huber [88575577] * cpukit/posix/include/rtems/posix/spinlockimpl.h (modified) * cpukit/posix/include/rtems/posix/timerimpl.h (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/include/rtems/rtems/timerimpl.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectgetlocal.c (modified) score: Optimize _Objects_Get_local() Make the id the first ... Tue, 19 Apr 2016 12:14:10 GMT Sebastian Huber [d7a12be9] * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/rtems/include/rtems/rtems/regionimpl.h (modified) * cpukit/sapi/include/rtems/extensionimpl.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectgetnext.c (modified) * cpukit/score/src/objectgetnoprotection.c (modified) score: Optimize _Objects_Get_no_protection() Make the id the first ... Tue, 19 Apr 2016 11:39:00 GMT Sebastian Huber [f05eeb2] * cpukit/posix/src/cond.c (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/mutex.c (modified) * cpukit/posix/src/pbarrier.c (modified) * cpukit/posix/src/prwlock.c (modified) * cpukit/posix/src/pspin.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/ptimer.c (modified) * cpukit/posix/src/semaphore.c (modified) * cpukit/rtems/src/barrier.c (modified) * cpukit/rtems/src/dpmem.c (modified) * cpukit/rtems/src/msg.c (modified) * cpukit/rtems/src/part.c (modified) * cpukit/rtems/src/ratemon.c (modified) * cpukit/rtems/src/region.c (modified) * cpukit/rtems/src/rtemstimer.c (modified) * cpukit/rtems/src/sem.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/sapi/src/extension.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/apimutex.c (modified) * cpukit/score/src/objectinitializeinformation.c (modified) * cpukit/score/src/thread.c (modified) * testsuites/psxtests/psxobj01/init.c (modified) score: Simplify _Objects_Initialize_information() Remove unused ... Tue, 19 Apr 2016 04:28:03 GMT Sebastian Huber [48b04fc3] * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/src/mutexdestroy.c (modified) * cpukit/posix/src/mutexget.c (modified) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * testsuites/psxtests/psx09/init.c (modified) * testsuites/psxtests/psx09/psx09.doc (modified) * testsuites/psxtests/psx09/system.h (modified) posix: Avoid Giant lock for mutexes Delete _POSIX_Mutex_Get(). Use ... Mon, 18 Apr 2016 15:21:43 GMT Sebastian Huber [b8bdced1] * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/src/mutexget.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/mutexunlock.c (modified) posix: Simplify _POSIX_Mutex_Get_interrupt_disable Remove ... Mon, 18 Apr 2016 15:10:03 GMT Sebastian Huber [beba41b] * cpukit/posix/src/condwaitsupp.c (modified) posix: _POSIX_Condition_variables_Wait_support() Simplify ... Mon, 18 Apr 2016 05:00:55 GMT Sebastian Huber [8765c57] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/src/apimutexlock.c (modified) * cpukit/score/src/coremutexseize.c (modified) score: Remove id parameter _CORE_mutex_Seize() Parameter was unused. Mon, 18 Apr 2016 04:23:27 GMT Sebastian Huber [90f1265e] * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/src/semaphorecreatesupp.c (modified) * cpukit/posix/src/semaphoredeletesupp.c (modified) * cpukit/posix/src/semaphoretranslatereturncode.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * testsuites/psxtests/psxsem01/init.c (modified) score: Fix _CORE_semaphore_Flush() Use proper CORE_semaphore_Status ... Sun, 17 Apr 2016 13:47:33 GMT Sebastian Huber [5cc6bf4] * cpukit/posix/src/mqueuedeletesupp.c (modified) * cpukit/rtems/src/msgqdelete.c (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/src/coremsgclose.c (modified) score: Simplify _CORE_message_queue_Close() Drop status parameter ... Fri, 15 Apr 2016 14:27:56 GMT Sebastian Huber [bbd6d27a] * cpukit/posix/src/prwlockinit.c (modified) * cpukit/score/include/rtems/score/corerwlock.h (modified) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/src/corerwlock.c (modified) score: Delete unused CORE_RWLock_Attributes Mon, 29 Feb 2016 16:25:42 GMT Joel Sherrill [714efce] * cpukit/posix/src/conddefaultattributes.c (modified) conddefaultattributes.c: Add default clock to structure. Wed, 09 Mar 2016 21:14:43 GMT Joel Sherrill [04da96c7] * cpukit/posix/src/condattrgetpshared.c (modified) * cpukit/posix/src/condattrsetpshared.c (modified) posix/src/condattr*etpshared.c: Clean up and improve comments Fri, 19 Feb 2016 22:00:48 GMT Joel Sherrill [8228548] * cpukit/posix/Makefile.am (modified) * cpukit/posix/src/pthreadconcurrency.c (added) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxconcurrency01/Makefile.am (added) * testsuites/psxtests/psxconcurrency01/init.c (added) * testsuites/psxtests/psxconcurrency01/psxconcurrency01.doc (added) * testsuites/psxtests/psxconcurrency01/psxconcurrency01.scn (added) * testsuites/psxtests/psxhdrs/Makefile.am (modified) * testsuites/psxtests/psxhdrs/pthread/pthread_getconcurrency.c (added) * testsuites/psxtests/psxhdrs/pthread/pthread_setconcurrency.c (added) Add pthread_getconcurrency() and pthread_setconcurrency() This is ... Thu, 14 Apr 2016 06:56:53 GMT Sebastian Huber [6efa349] * cpukit/posix/src/key.c (modified) * testsuites/psxtests/psxkey06/init.c (modified) * testsuites/psxtests/psxkey06/psxkey06.scn (modified) * testsuites/sptests/sptls02/init.cc (modified) * testsuites/sptests/sptls02/sptls02.scn (modified) posix: Run key destructors during thread restart POSIX key ... Tue, 12 Apr 2016 05:58:35 GMT Sebastian Huber [3c293cc] * cpukit/posix/include/rtems/posix/psignalimpl.h (modified) * cpukit/posix/src/kill.c (modified) * cpukit/posix/src/kill_r.c (modified) * cpukit/posix/src/killinfo.c (modified) * cpukit/posix/src/sigqueue.c (modified) posix: Rename killinfo() Apparently killinfo() is not defined by ... Thu, 07 Apr 2016 14:48:30 GMT Sebastian Huber [572cb624] * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/rtems/include/rtems/rtems/regionimpl.h (modified) * cpukit/rtems/src/regiondelete.c (modified) * cpukit/rtems/src/regionextend.c (modified) * cpukit/rtems/src/regiongetfreeinfo.c (modified) * cpukit/rtems/src/regiongetinfo.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/regiongetsegmentsize.c (modified) * cpukit/rtems/src/regionprocessqueue.c (modified) * cpukit/rtems/src/regionresizesegment.c (modified) * cpukit/rtems/src/regionreturnsegment.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectgetnext.c (modified) * cpukit/score/src/objectgetnoprotection.c (modified) score: Simplify _Objects_Get_no_protection() This functions ... Wed, 06 Apr 2016 14:26:22 GMT Sebastian Huber [9555341] * 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/pthreadsetschedparam.c (modified) posix: Use a dedicated lock for scheduler changes Update #2555. Tue, 05 Apr 2016 14:23:39 GMT Sebastian Huber [44ed384] * cpukit/posix/src/sigaction.c (modified) posix: Use proper lock for sigaction() Update #2555. Mon, 04 Apr 2016 06:18:07 GMT Sebastian Huber [9ea69dee] * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/posix/src/keygetspecific.c (modified) * cpukit/posix/src/keysetspecific.c (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) score: Add node map to _RBTree_Find_inline() Tue, 05 Apr 2016 04:58:16 GMT Sebastian Huber [8b922aa] * cpukit/posix/src/psignal.c (modified) posix: Fix _POSIX_signals_Check_signal() Do not save and restore ... Tue, 05 Apr 2016 04:44:07 GMT Sebastian Huber [3c895256] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/psignalimpl.h (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/psignalchecksignal.c (deleted) posix: Make _POSIX_signals_Check_signal() static Mon, 04 Apr 2016 04:47:41 GMT Sebastian Huber [7d21700] * cpukit/posix/src/killinfo.c (modified) posix: Use proper lock for signals Fri, 01 Apr 2016 09:38:47 GMT Sebastian Huber [8f96581] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/condsignalsupp.c (modified) * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/posix/src/sempost.c (modified) * cpukit/rtems/src/barrierrelease.c (modified) * cpukit/rtems/src/barrierwait.c (modified) * cpukit/rtems/src/msgqbroadcast.c (modified) * cpukit/rtems/src/msgqsend.c (modified) * cpukit/rtems/src/msgqurgent.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/score/include/rtems/score/corebarrierimpl.h (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/apimutexunlock.c (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/corebarrierrelease.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgbroadcast.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/corerwlockrelease.c (modified) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqflush.c (modified) score: Rework MP thread queue callout support The thread queue ... Wed, 30 Mar 2016 09:39:58 GMT Sebastian Huber [9809d6e0] * cpukit/posix/src/mqueuedeletesupp.c (modified) * cpukit/posix/src/mutexdestroy.c (modified) * cpukit/posix/src/semaphoredeletesupp.c (modified) * cpukit/rtems/include/rtems/rtems/msgmp.h (modified) * cpukit/rtems/include/rtems/rtems/semmp.h (modified) * cpukit/rtems/src/barrierdelete.c (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/msgqdelete.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/rtems/src/semmp.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/corebarrierimpl.h (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/coremsgclose.c (modified) * cpukit/score/src/coremutexflush.c (deleted) * cpukit/score/src/threadqflush.c (modified) score: _Thread_queue_Flush() parameter changes Change ... 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 ... Thu, 31 Mar 2016 11:31:24 GMT Sebastian Huber [9eaf564] * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) score: Add and use _RBTree_Insert_inline() Thu, 31 Mar 2016 11:30:38 GMT Sebastian Huber [97127aa] * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) score: Add and use _RBTree_Find_inline() 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 ... Tue, 22 Mar 2016 06:24:56 GMT Sebastian Huber [2518516] * cpukit/posix/src/pthreadexit.c (modified) posix: pthread_exit() is a no-return function 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 ...