# # ChangeLog for cpukit/score/src in rtems # # Generated by Trac 1.2.1.dev0 # 06/20/24 11:29:55 Wed, 29 Nov 2017 05:23:27 GMT Sebastian Huber [6c2b8a4b] * cpukit/posix/include/rtems/posix/posixapi.h (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/apimutex.h (modified) * cpukit/score/include/rtems/score/assert.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/score/onceimpl.h (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/src/allocatormutex.c (added) * cpukit/score/src/apimutex.c (deleted) * cpukit/score/src/apimutexisowner.c (modified) * cpukit/score/src/apimutexlock.c (modified) * cpukit/score/src/apimutexunlock.c (modified) * cpukit/score/src/coretod.c (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/debugisownerofallocator.c (deleted) * cpukit/score/src/libatomic.c (modified) * cpukit/score/src/objectactivecount.c (modified) * cpukit/score/src/objectallocate.c (modified) * cpukit/score/src/objectextendinformation.c (modified) * cpukit/score/src/objectfree.c (modified) * cpukit/score/src/objectshrinkinformation.c (modified) * cpukit/score/src/once.c (modified) * testsuites/sptests/sp43/init.c (modified) * testsuites/sptests/sp43/sp43.scn (modified) * testsuites/sptests/spsysinit01/init.c (modified) score: Use self-contained API mutex Use a self-contained recursive ... Fri, 17 Nov 2017 05:36:54 GMT Sebastian Huber [a7dcef97] * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadglobalconstruction.c (deleted) * cpukit/score/src/threadhandler.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spextensions01/init.c (modified) * testsuites/sptests/sptls04/Makefile.am (added) * testsuites/sptests/sptls04/init.c (added) * testsuites/sptests/sptls04/sptls04.doc (added) * testsuites/sptests/sptls04/sptls04.scn (added) score: Simplify global construction Update #3243. Thu, 09 Nov 2017 15:21:37 GMT Sebastian Huber [c597fb1] * cpukit/score/include/rtems/score/priority.h (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulernode.h (modified) * cpukit/score/include/rtems/score/schedulernodeimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulersimpleimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/schedulerdefaultmappriority.c (modified) * cpukit/score/src/scheduleredfchangepriority.c (modified) * cpukit/score/src/scheduleredfreleasejob.c (modified) * cpukit/score/src/scheduleredfsmp.c (modified) * cpukit/score/src/scheduleredfunblock.c (modified) * cpukit/score/src/schedulerpriority.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerprioritychangepriority.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulerpriorityunblock.c (modified) * cpukit/score/src/schedulersimplechangepriority.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulersimpleunblock.c (modified) * cpukit/score/src/schedulersimpleyield.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) * testsuites/smptests/smpscheduler01/smpscheduler01.doc (modified) * testsuites/sptests/spintrcritical23/init.c (modified) score: Optimize scheduler priority updates Thread priority changes ... Fri, 10 Nov 2017 15:21:18 GMT Sebastian Huber [91a2d5e] * cpukit/score/include/rtems/score/scheduleredfsmp.h (modified) * cpukit/score/src/scheduleredfsmp.c (modified) score: Adjust _Scheduler_EDF_SMP_Insert_ready() Use only one ... Thu, 16 Nov 2017 14:04:21 GMT Sebastian Huber [ec771f2] * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqflush.c (modified) * testsuites/smptests/smpmutex01/init.c (modified) score: Fix priority ceiling updates We must not clear the priority ... Thu, 16 Nov 2017 13:38:07 GMT Sebastian Huber [9c30c31e] * cpukit/score/src/threadqflush.c (modified) * testsuites/smptests/smpmutex01/init.c (modified) score: Fix _Thread_queue_Flush_critical() The thread queue extract ... Tue, 24 Oct 2017 09:17:54 GMT Sebastian Huber [5f02a57] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/include/machine/_kernel_time.h (modified) * cpukit/libcsupport/include/machine/_timecounter.h (added) * cpukit/libcsupport/preinstall.am (modified) * cpukit/score/include/rtems/score/timecounter.h (modified) * cpukit/score/src/kern_tc.c (modified) score: Change _Timecounter_Time_uptime to int32_t Move basic ... Thu, 02 Nov 2017 20:01:06 GMT Sebastian Huber [fb272963] * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) score: Use Processor_mask instead of cpu_set_t Wed, 25 Oct 2017 14:00:17 GMT Sebastian Huber [0c286e3] * cpukit/score/include/rtems/score/chainimpl.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulersimpleimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/src/coremsginsert.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) * testsuites/sptests/spchain/init.c (modified) score: _Chain_Insert_ordered_unprotected() Change the chain order ... Mon, 23 Oct 2017 11:30:44 GMT Sebastian Huber [1082798] * cpukit/libcsupport/src/vprintk.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/io.h (added) * cpukit/score/preinstall.am (modified) * cpukit/score/src/ioprintf.c (added) * cpukit/score/src/iovprintf.c (added) * testsuites/sptests/spprintk/init.c (modified) * testsuites/sptests/spprintk/spprintk.scn (modified) score: Add _IO_Printf() and _IO_Vprintf() The previous vprintk() ... Sun, 29 Oct 2017 06:38:37 GMT Sebastian Huber [9db3cc21] * cpukit/score/src/schedulersetaffinity.c (modified) score: Fix non-SMP build Fri, 27 Oct 2017 07:04:53 GMT Sebastian Huber [8744498] * cpukit/score/src/scheduleredfsmp.c (modified) * cpukit/score/src/schedulersetaffinity.c (modified) * testsuites/sptests/spscheduler01/init.c (modified) score: Fix _Scheduler_Set_affinity() Fri, 27 Oct 2017 07:03:31 GMT Sebastian Huber [4edcede7] * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/src/scheduleredfsmp.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) score: Simplify SMP get lowest scheduled There is no need to pass ... Thu, 19 Oct 2017 11:47:57 GMT Sebastian Huber [c3105894] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/mqueuereceive.c (modified) * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/posix/src/mqueuesend.c (modified) * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mqueuetimedreceive.c (modified) * cpukit/posix/src/mqueuetimedsend.c (modified) * cpukit/posix/src/mutexlock.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutextimedlock.c (modified) * cpukit/posix/src/mutextrylock.c (modified) * cpukit/posix/src/nanosleep.c (modified) * 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/prwlockwrlock.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/semtimedwait.c (modified) * cpukit/posix/src/sigtimedwait.c (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/coresemimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/apimutexlock.c (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/coretodabsolutetimeout.c (deleted) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqtimeout.c (added) * cpukit/score/src/threadrestart.c (modified) * testsuites/psxtests/psx12/init.c (modified) score: Move thread queue timeout handling Update #3117. Update #3182. Thu, 19 Oct 2017 12:17:31 GMT Sebastian Huber [1666ffe5] * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/semtimedwait.c (modified) * cpukit/posix/src/sigtimedwait.c (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/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/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadqenqueue.c (modified) score: Rename function threadq support function Rename ... Thu, 19 Oct 2017 11:41:25 GMT Sebastian Huber [6de1f92] * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadtimeout.c (modified) score: Add _Thread_Continue() Update #3117. Update #3182. Tue, 17 Oct 2017 14:19:03 GMT Sebastian Huber [ecef3698] * cpukit/posix/src/nanosleep.c (modified) * cpukit/rtems/src/taskwakewhen.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/watchdogtick.c (modified) score: Rename _Watchdog_Ticks_from_*() Rename ... Tue, 17 Oct 2017 14:15:31 GMT Sebastian Huber [02878626] * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/taskwakeafter.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadqenqueue.c (modified) score: Add _Thread_Add_timeout_ticks() Replace ... Sat, 21 Oct 2017 07:42:30 GMT Sebastian Huber [6d6f6a20] * cpukit/score/src/rbtreeextract.c (modified) score: Fix warning Sat, 14 Oct 2017 13:14:53 GMT Sebastian Huber [bf2a53d2] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/ratemoncancel.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/ratemontimeout.c (modified) * cpukit/rtems/src/taskwakeafter.c (modified) * cpukit/rtems/src/taskwakewhen.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerreset.c (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/watchdogtick.c (modified) * testsuites/sptests/spintrcritical08/init.c (modified) * testsuites/sptests/spintrcritical09/init.c (modified) score: Rename watchdog variants Rename PER_CPU_WATCHDOG_RELATIVE in ... Wed, 11 Oct 2017 14:19:28 GMT Sebastian Huber [d8b6f1c] * cpukit/score/include/sys/timeffc.h (modified) * cpukit/score/include/sys/timepps.h (modified) * cpukit/score/include/sys/timetc.h (modified) * cpukit/score/include/sys/timex.h (modified) * cpukit/score/src/kern_tc.c (modified) timecounter: Update FreeBSD identifiers Update #3175. Wed, 11 Oct 2017 11:03:11 GMT Konstantin Belousov [bcbbe76] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r324528 The th_bintime, ... Tue, 14 Mar 2017 22:02:02 GMT Eric van Gyzen [5167d0e] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r315287 Add missing pieces of ... Tue, 14 Mar 2017 19:06:44 GMT Eric van Gyzen [952b42b6] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r315280 When the RTC is adjusted, ... Wed, 14 Dec 2016 12:56:58 GMT Ed Schouten [a9219e7] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r310053 Add labels to sysctls ... Wed, 17 Aug 2016 09:52:09 GMT Konstantin Belousov [74887157] * cpukit/score/include/sys/timetc.h (modified) * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r304285 Implement userspace ... Sat, 30 Jul 2016 09:25:57 GMT Konstantin Belousov [c382cc83] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r303548 Cache getbintime(9) ... Wed, 27 Jul 2016 11:49:41 GMT Konstantin Belousov [b48aeaf] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r303387 Prevent parallel ... Wed, 27 Jul 2016 11:33:33 GMT Konstantin Belousov [464fd5d] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r303384 Style. Sponsored by: ... Wed, 27 Jul 2016 11:27:52 GMT Konstantin Belousov [6d3c125] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r303383 Reduce number of ... Wed, 27 Jul 2016 11:08:59 GMT Konstantin Belousov [d310aa7] * cpukit/libcsupport/include/machine/_kernel_time.h (modified) * cpukit/score/include/rtems/score/timecounter.h (modified) * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r303382 Hide the boottime and ... Fri, 29 Apr 2016 22:15:33 GMT Pedro Giffuni [65f2cd7a] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r298819 sys/kern: spelling fixes ... Mon, 02 Nov 2015 03:14:37 GMT Ngie Cooper [4cd742e] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r290257 Define `fhard` in ... Fri, 25 Sep 2015 13:03:57 GMT Konstantin Belousov [f013c14] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r288216 Use per-cpu values for ... Wed, 12 Aug 2015 20:50:20 GMT Ian Lepore [f1463c8] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r286701 If a specific timecounter ... Fri, 07 Aug 2015 23:31:31 GMT Ian Lepore [7494681] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r286429 Only process the PPS ... Fri, 07 Aug 2015 21:14:19 GMT Ian Lepore [ec349b58] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r286423 RFC 2783 requires a ... Wed, 08 Jul 2015 18:42:08 GMT Konstantin Belousov [0163063] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r285286 Reimplement the ordering ... Thu, 11 Jun 2015 04:41:54 GMT Konstantin Belousov [4d0ade9] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r284256 Tweaks for r284178: Do ... Mon, 04 May 2015 17:59:39 GMT Ian Lepore [51304dde] * cpukit/score/include/sys/timepps.h (modified) * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r282424 Implement a mechanism for ... Sat, 14 Mar 2015 23:16:12 GMT Ian Lepore [0aef6fb] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r280012 Use sbuf_printf() for ... Sat, 07 Mar 2015 18:23:32 GMT Hans Petter Selasky [ea0b339] * cpukit/score/include/sys/timepps.h (modified) * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r279728 Add mutex support to the ... Tue, 10 Oct 2017 09:36:23 GMT Sebastian Huber [b2dbb634] * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadsetaffinitynp.c (modified) * cpukit/rtems/src/schedulergetprocessorset.c (modified) * cpukit/rtems/src/taskgetaffinity.c (modified) * cpukit/rtems/src/tasksetaffinity.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/cpuset.h (deleted) * cpukit/score/include/rtems/score/cpusetimpl.h (deleted) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/cpuset.c (deleted) * cpukit/score/src/cpusetprintsupport.c (deleted) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) score: Remove CPU_set_Control Use Processor_mask instead. Update ... Tue, 10 Oct 2017 09:22:21 GMT Sebastian Huber [a3ad4af] * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * testsuites/smptests/smppsxaffinity02/init.c (modified) * testsuites/smptests/smppsxaffinity02/smppsxaffinity02.scn (modified) posix: Validate affinity sets by the scheduler Update #2514. Tue, 10 Oct 2017 08:03:48 GMT Sebastian Huber [db3a3de] * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedprio.c (modified) * cpukit/rtems/src/semsetpriority.c (modified) * cpukit/rtems/src/taskdelete.c (modified) * cpukit/rtems/src/tasksetpriority.c (modified) * cpukit/rtems/src/tasksetscheduler.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqflush.c (modified) score: Add _Thread_queue_Dispatch_disable() Fri, 06 Oct 2017 13:41:46 GMT Sebastian Huber [65012bf] * cpukit/score/include/rtems/score/timecounter.h (modified) * cpukit/score/include/rtems/score/timestamp.h (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/src/kern_tc.c (modified) score: Change Timestamp_Control to sbintime_t The timestamp are ... Fri, 06 Oct 2017 13:30:47 GMT Sebastian Huber [2256946] * cpukit/posix/src/clockgettime.c (modified) * cpukit/posix/src/clocksettime.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/rtems/src/clockset.c (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/src/coretodabsolutetimeout.c (modified) * cpukit/score/src/coretodadjust.c (modified) * cpukit/score/src/coretodset.c (modified) score: Use struct timespec for TOD Use the timestamps only for ... Wed, 27 Sep 2017 13:08:33 GMT Sebastian Huber [de59c065] * c/src/ada-tests/mptests/mp01/config_base.h (modified) * c/src/ada-tests/mptests/mp03/config_base.h (modified) * c/src/ada-tests/mptests/mp04/config_base.h (modified) * c/src/ada-tests/mptests/mp05/config_base.h (modified) * c/src/ada-tests/mptests/mp06/config_base.h (modified) * c/src/ada-tests/mptests/mp07/config_base.h (modified) * c/src/ada-tests/mptests/mp08/config_base.h (modified) * c/src/ada-tests/mptests/mp09/config_base.h (modified) * c/src/ada-tests/mptests/mp10/config_base.h (modified) * c/src/ada-tests/mptests/mp11/config_base.h (modified) * c/src/ada-tests/mptests/mp12/config_base.h (modified) * c/src/ada-tests/mptests/mp13/config_base.h (modified) * c/src/ada-tests/mptests/mp14/config_base.h (modified) * c/src/ada-tests/samples/base_mp/config.h (modified) * c/src/ada-tests/samples/base_sp/config.h (modified) * c/src/ada-tests/samples/hello/config.h (modified) * c/src/ada-tests/samples/nsecs/config.h (modified) * c/src/ada-tests/samples/ticker/config.h (modified) * c/src/ada-tests/sptests/sp01/config.h (modified) * c/src/ada-tests/sptests/sp02/config.h (modified) * c/src/ada-tests/sptests/sp03/config.h (modified) * c/src/ada-tests/sptests/sp04/config.h (modified) * c/src/ada-tests/sptests/sp05/config.h (modified) * c/src/ada-tests/sptests/sp06/config.h (modified) * c/src/ada-tests/sptests/sp07/config.h (modified) * c/src/ada-tests/sptests/sp08/config.h (modified) * c/src/ada-tests/sptests/sp09/config.h (modified) * c/src/ada-tests/sptests/sp11/config.h (modified) * c/src/ada-tests/sptests/sp12/config.h (modified) * c/src/ada-tests/sptests/sp13/config.h (modified) * c/src/ada-tests/sptests/sp14/config.h (modified) * c/src/ada-tests/sptests/sp15/config.h (modified) * c/src/ada-tests/sptests/sp16/config.h (modified) * c/src/ada-tests/sptests/sp17/config.h (modified) * c/src/ada-tests/sptests/sp19/config.h (modified) * c/src/ada-tests/sptests/sp20/config.h (modified) * c/src/ada-tests/sptests/sp22/config.h (modified) * c/src/ada-tests/sptests/sp23/config.h (modified) * c/src/ada-tests/sptests/sp24/config.h (modified) * c/src/ada-tests/sptests/sp25/config.h (modified) * c/src/ada-tests/sptests/spname01/config.h (modified) * c/src/ada-tests/tmtests/tm01/config.h (modified) * c/src/ada-tests/tmtests/tm02/config.h (modified) * c/src/ada-tests/tmtests/tm03/config.h (modified) * c/src/ada-tests/tmtests/tm04/config.h (modified) * c/src/ada-tests/tmtests/tm05/config.h (modified) * c/src/ada-tests/tmtests/tm06/config.h (modified) * c/src/ada-tests/tmtests/tm07/config.h (modified) * c/src/ada-tests/tmtests/tm08/config.h (modified) * c/src/ada-tests/tmtests/tm09/config.h (modified) * c/src/ada-tests/tmtests/tm10/config.h (modified) * c/src/ada-tests/tmtests/tm11/config.h (modified) * c/src/ada-tests/tmtests/tm12/config.h (modified) * c/src/ada-tests/tmtests/tm13/config.h (modified) * c/src/ada-tests/tmtests/tm14/config.h (modified) * c/src/ada-tests/tmtests/tm15/config.h (modified) * c/src/ada-tests/tmtests/tm16/config.h (modified) * c/src/ada-tests/tmtests/tm17/config.h (modified) * c/src/ada-tests/tmtests/tm18/config.h (modified) * c/src/ada-tests/tmtests/tm19/config.h (modified) * c/src/ada-tests/tmtests/tm20/config.h (modified) * c/src/ada-tests/tmtests/tm21/config.h (modified) * c/src/ada-tests/tmtests/tm22/config.h (modified) * c/src/ada-tests/tmtests/tm23/config.h (modified) * c/src/ada-tests/tmtests/tm24/config.h (modified) * c/src/ada-tests/tmtests/tm25/config.h (modified) * c/src/ada-tests/tmtests/tm28/config.h (modified) * c/src/ada-tests/tmtests/tm29/config.h (modified) * c/src/ada-tests/tmtests/tmck/config.h (modified) * c/src/ada-tests/tmtests/tmoverhd/config.h (modified) * cpukit/libblock/src/bdbuf.c (modified) * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/mutex.h (deleted) * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/mutex.c (deleted) * cpukit/posix/src/mutexdestroy.c (modified) * cpukit/posix/src/mutexget.c (deleted) * 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/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/muteximpl.h (added) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/mutex.c (modified) * testsuites/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx05/psx05.scn (modified) * testsuites/psxtests/psx05/system.h (modified) * testsuites/psxtests/psx09/system.h (modified) * testsuites/psxtests/psx10/system.h (modified) * testsuites/psxtests/psxaio01/system.h (modified) * testsuites/psxtests/psxaio02/system.h (modified) * testsuites/psxtests/psxaio03/system.h (modified) * testsuites/psxtests/psxautoinit01/init.c (modified) * testsuites/psxtests/psxautoinit01/psxautoinit01.scn (modified) * testsuites/psxtests/psxautoinit02/init.c (modified) * testsuites/psxtests/psxcleanup/system.h (modified) * testsuites/psxtests/psxcond01/init.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxkey07/init.c (modified) * testsuites/psxtests/psxsignal06/init.c (modified) * testsuites/psxtests/psxtimer01/system.h (modified) * testsuites/psxtmtests/psxtmcond03/init.c (modified) * testsuites/psxtmtests/psxtmcond04/init.c (modified) * testsuites/psxtmtests/psxtmcond06/init.c (modified) * testsuites/psxtmtests/psxtmcond07/init.c (modified) * testsuites/psxtmtests/psxtmcond08/init.c (modified) * testsuites/psxtmtests/psxtmmutex01/init.c (modified) * testsuites/psxtmtests/psxtmmutex02/init.c (modified) * testsuites/psxtmtests/psxtmmutex03/init.c (modified) * testsuites/psxtmtests/psxtmmutex04/init.c (modified) * testsuites/psxtmtests/psxtmmutex05/init.c (modified) * testsuites/psxtmtests/psxtmmutex06/init.c (modified) * testsuites/psxtmtests/psxtmmutex07/init.c (modified) * testsuites/smptests/smppsxmutex01/init.c (modified) * testsuites/sptests/spmutex01/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) posix: Implement self-contained POSIX mutex POSIX mutexes are now ... Thu, 21 Sep 2017 13:42:45 GMT Sebastian Huber [89fc9345] * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/rwlock.h (deleted) * cpukit/posix/include/rtems/posix/rwlockimpl.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/prwlock.c (deleted) * 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/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/corerwlock.h (deleted) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/preinstall.am (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) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxrwlock01/main.c (modified) * testsuites/psxtests/psxrwlock01/psxrwlock01.scn (modified) * testsuites/psxtests/psxrwlock01/test.c (modified) * testsuites/psxtmtests/psxtmrwlock01/init.c (modified) * testsuites/psxtmtests/psxtmrwlock02/init.c (modified) * testsuites/psxtmtests/psxtmrwlock03/init.c (modified) * testsuites/psxtmtests/psxtmrwlock04/init.c (modified) * testsuites/psxtmtests/psxtmrwlock05/init.c (modified) * testsuites/psxtmtests/psxtmrwlock06/init.c (modified) * testsuites/psxtmtests/psxtmrwlock07/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) posix: Implement self-contained POSIX rwlocks POSIX rwlocks are now ... Tue, 12 Sep 2017 06:09:16 GMT Sebastian Huber [c090db7] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/semaphore.h (modified) * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/semaphore.c (modified) * cpukit/posix/src/semaphorecreatesupp.c (deleted) * cpukit/posix/src/semaphoredeletesupp.c (modified) * cpukit/posix/src/semaphorewaitsupp.c (deleted) * cpukit/posix/src/semclose.c (modified) * cpukit/posix/src/semdestroy.c (modified) * cpukit/posix/src/semgetvalue.c (modified) * cpukit/posix/src/seminit.c (modified) * cpukit/posix/src/semopen.c (modified) * cpukit/posix/src/sempost.c (modified) * cpukit/posix/src/semtimedwait.c (modified) * cpukit/posix/src/semtrywait.c (modified) * cpukit/posix/src/semunlink.c (modified) * cpukit/posix/src/semwait.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/semaphoreimpl.h (added) * cpukit/score/preinstall.am (modified) * cpukit/score/src/semaphore.c (modified) * testsuites/psxtests/psxcancel/init.c (modified) * testsuites/psxtests/psxeintr_join/init.c (modified) * testsuites/psxtests/psxsem01/init.c (modified) * testsuites/psxtmtests/psxtmsem02/init.c (modified) * testsuites/psxtmtests/psxtmsem03/init.c (modified) * testsuites/psxtmtests/psxtmsem04/init.c (modified) * testsuites/psxtmtests/psxtmsem05/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) posix: Implement self-contained POSIX semaphores For semaphore ... Tue, 19 Sep 2017 12:10:33 GMT Sebastian Huber [47b1e31] * cpukit/libcsupport/src/gxx_wrappers.c (modified) * cpukit/posix/src/pthreadonce.c (modified) * cpukit/score/include/rtems/score/onceimpl.h (modified) * cpukit/score/src/once.c (modified) posix: Optimize pthread_once_t Reduce size of pthread_once_t and ... Wed, 27 Sep 2017 12:37:07 GMT Sebastian Huber [e2fe881a] * cpukit/libfs/src/jffs2/include/linux/rbtree.h (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) * cpukit/score/src/rbtreeextract.c (modified) * cpukit/score/src/rbtreeinsert.c (modified) score: Simplify red-black tree debug support Make the RBTree_Node ... Tue, 19 Sep 2017 08:56:25 GMT Sebastian Huber [9a50e32] * cpukit/score/src/semaphore.c (modified) score: Include missing Update #2132. Close #3140. Fri, 25 Aug 2017 08:59:52 GMT Sebastian Huber [1f22b26] * c/src/lib/libbsp/i386/pc386/console/console_select.c (modified) * c/src/lib/libbsp/i386/pc386/console/gdb_select.c (modified) * cpukit/libmisc/shell/main_cmdchown.c (modified) * cpukit/libmisc/shell/main_drvmgr.c (modified) * cpukit/libmisc/shell/main_pci.c (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/shm.c (modified) * cpukit/score/src/condition.c (modified) Include missing Update #2132. Fri, 25 Aug 2017 08:58:58 GMT Sebastian Huber [b2ed712] * c/src/lib/libbsp/arm/altera-cyclone-v/rtc/rtc.c (modified) * c/src/lib/libbsp/arm/atsam/spi/atsam_spi_bus.c (modified) * c/src/lib/libbsp/arm/lpc176x/can/can.c (modified) * c/src/lib/libbsp/arm/lpc32xx/misc/nand-mlc-read-blocks.c (modified) * c/src/lib/libbsp/arm/lpc32xx/misc/nand-mlc-write-blocks.c (modified) * c/src/lib/libbsp/arm/raspberrypi/console/console_select.c (modified) * c/src/lib/libbsp/arm/raspberrypi/misc/vc_defines.h (modified) * c/src/lib/libbsp/arm/raspberrypi/startup/cmdline.c (modified) * c/src/lib/libbsp/arm/shared/arm-pl111-fb.c (modified) * c/src/lib/libbsp/arm/shared/armv7m/irq/armv7m-irq.c (modified) * c/src/lib/libbsp/arm/tms570/console/printk-support.c (modified) * c/src/lib/libbsp/arm/tms570/pom/tms570-pom.c (modified) * c/src/lib/libbsp/lm32/shared/milkymist_framebuffer/framebuffer.c (modified) * c/src/lib/libbsp/lm32/shared/milkymist_versions/versions.c (modified) * c/src/lib/libbsp/lm32/shared/tsmac/tsmac.c (modified) * c/src/lib/libbsp/shared/console.c (modified) * c/src/lib/libbsp/sparc/leon3/console/console.c (modified) * c/src/lib/libbsp/sparc/shared/amba/ahbstat.c (modified) * c/src/lib/libbsp/sparc/shared/analog/gradcdac.c (modified) * c/src/lib/libbsp/sparc/shared/drvmgr/ambapp_bus_leon2.c (modified) * c/src/lib/libbsp/sparc/shared/i2c/i2cmst.c (modified) * c/src/lib/libbsp/sparc/shared/iommu/griommu.c (modified) * c/src/lib/libbsp/sparc/shared/l2c/l2c.c (modified) * c/src/lib/libbsp/sparc/shared/pci/grpci2dma.c (modified) * c/src/lib/libbsp/sparc/shared/scrub/memscrub.c (modified) * c/src/lib/libbsp/sparc/shared/time/grctm.c (modified) * c/src/lib/libbsp/sparc/shared/time/spwcuc.c (modified) * c/src/lib/libbsp/sparc/shared/timer/gptimer.c (modified) * c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/main.c (modified) * c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.c (modified) * c/src/lib/libcpu/bfin/interrupt/interrupt.c (modified) * cpukit/dev/i2c/ti-lm25066a.c (modified) * cpukit/include/rtems/printer.h (modified) * cpukit/libcsupport/src/cfmakesane.c (modified) * cpukit/libcsupport/src/chroot.c (modified) * cpukit/libcsupport/src/fchmod.c (modified) * cpukit/libcsupport/src/fchown.c (modified) * cpukit/libcsupport/src/termios.c (modified) * cpukit/libdl/rtl-allocator.c (modified) * cpukit/libdl/rtl-error.c (modified) * cpukit/libdl/rtl-find-file.c (modified) * cpukit/libdl/rtl-mdreloc-arm.c (modified) * cpukit/libdl/rtl-obj.c (modified) * cpukit/libdl/rtl-sym.c (modified) * cpukit/libdl/rtl-unresolved.c (modified) * cpukit/libfs/src/imfs/imfs_linfile.c (modified) * cpukit/libmisc/dummy/default-configuration.c (modified) * cpukit/libmisc/redirector/stdio-redirect.c (modified) * cpukit/libmisc/rtems-fdt/rtems-fdt-shell.c (modified) * cpukit/libmisc/shell/main_md5.c (modified) * cpukit/libmisc/shell/main_rtrace.c (modified) * cpukit/libmisc/untar/untar_tgz.c (modified) * cpukit/libpci/pci_cfg_print_code.c (modified) * cpukit/librpc/src/rpc/get_myaddress.c (modified) * cpukit/posix/src/mmap.c (modified) * cpukit/posix/src/shmheap.c (modified) * cpukit/posix/src/shmwkspace.c (modified) * cpukit/score/src/threadq.c (modified) Include missing Update #2133. Thu, 10 Aug 2017 12:21:37 GMT Sebastian Huber [279c540] * cpukit/score/src/cpusetprintsupport.c (modified) score: Fix format specifier Update #3082. Tue, 18 Jul 2017 12:53:16 GMT Sebastian Huber [b2e1bded] * cpukit/score/cpu/no_cpu/rtems/score/cpu.h (modified) * cpukit/score/include/rtems/score/context.h (modified) * cpukit/score/src/threadrestart.c (modified) score: Add optional _CPU_Context_Destroy() Update #3077. Mon, 17 Jul 2017 07:15:04 GMT Sebastian Huber [852d7059] * cpukit/score/src/schedulergetaffinity.c (modified) score: Fix warning Update #3059. Tue, 04 Jul 2017 07:57:30 GMT Sebastian Huber [34487537] * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/scheduler.h (modified) * cpukit/score/include/rtems/score/scheduleredfsmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/src/scheduleredfsmp.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulersmpstartidle.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpschededf01/init.c (modified) * testsuites/smptests/smpschededf02/Makefile.am (added) * testsuites/smptests/smpschededf02/init.c (added) * testsuites/smptests/smpschededf02/smpschededf02.doc (added) * testsuites/smptests/smpschededf02/smpschededf02.scn (added) * testsuites/smptests/smpschededf03/Makefile.am (added) * testsuites/smptests/smpschededf03/init.c (added) * testsuites/smptests/smpschededf03/smpschededf03.doc (added) * testsuites/smptests/smpschededf03/smpschededf03.scn (added) * testsuites/smptests/smpscheduler07/init.c (modified) score: Add simple affinity support to EDF SMP Update #3059. Wed, 05 Jul 2017 13:14:26 GMT Sebastian Huber [197a614] * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/src/schedulerdefaultsetaffinity.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulersetaffinity.c (modified) score: Add scheduler node to set affinity op Update #3059. Fri, 07 Jul 2017 05:45:57 GMT Sebastian Huber [76d1198] * c/src/lib/libbsp/powerpc/qoriq/startup/bsprestart.c (modified) * c/src/lib/libbsp/shared/clockdrv_shell.h (modified) * c/src/lib/libbsp/sparc/shared/timer/gptimer.c (modified) * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/src/smpmulticastaction.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/smptests/smpipi01/init.c (modified) score: Introduce _SMP_Get_online_processors() Update #3059. Tue, 04 Jul 2017 06:59:37 GMT Sebastian Huber [0232b28] * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/src/schedulerdefaultsetaffinity.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulersetaffinity.c (modified) * testsuites/smptests/smpaffinity01/init.c (modified) * testsuites/smptests/smppsxaffinity02/init.c (modified) score: Use processor mask for set affinity Update #3059. Tue, 04 Jul 2017 05:28:44 GMT Sebastian Huber [6b1d8c7] * cpukit/rtems/src/scheduleraddprocessor.c (modified) * cpukit/rtems/src/schedulergetprocessorset.c (modified) * cpukit/rtems/src/schedulerremoveprocessor.c (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/src/smp.c (modified) score: Add processor set to scheduler context Replace the simple ... Mon, 03 Jul 2017 12:05:26 GMT Sebastian Huber [7851555] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/processormask.h (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/processormaskcopy.c (modified) * cpukit/score/src/schedulerdefaultgetaffinity.c (deleted) * cpukit/score/src/schedulergetaffinity.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/smptests/smpaffinity01/init.c (modified) * testsuites/smptests/smppsxaffinity02/init.c (modified) * testsuites/smptests/smpscheduler02/init.c (modified) score: Move processor affinity to Thread_Control Update #3059. Mon, 03 Jul 2017 11:14:35 GMT Sebastian Huber [7a5e4d94] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/processormask.h (modified) * cpukit/score/src/processormaskcopy.c (added) score: Add processor mask to/from cpu_set_t Update #3059. Mon, 03 Jul 2017 09:46:12 GMT Sebastian Huber [3dfe55ee] * c/src/lib/libbsp/powerpc/qoriq/clock/clock-config.c (modified) * c/src/lib/libbsp/powerpc/qoriq/startup/bsprestart.c (modified) * c/src/lib/libbsp/shared/clockdrv_shell.h (modified) * c/src/lib/libbsp/sparc/shared/drvmgr/ambapp_bus.c (modified) * c/src/lib/libbsp/sparc/shared/drvmgr/ambapp_bus_grlib.c (modified) * c/src/lib/libbsp/sparc/shared/include/drvmgr/ambapp_bus.h (modified) * cpukit/libdrvmgr/drvmgr.h (modified) * cpukit/libdrvmgr/drvmgr_drvinf.c (modified) * cpukit/score/include/rtems/score/processormask.h (modified) * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/smpmulticastaction.c (modified) * testsuites/smptests/smpipi01/init.c (modified) score: Use for Processor_mask Implement the ... Wed, 05 Jul 2017 06:10:11 GMT Sebastian Huber [fab446f] * cpukit/score/src/scheduleredfsmp.c (modified) score: Fix format Wed, 05 Jul 2017 06:08:24 GMT Sebastian Huber [4cd52cc4] * cpukit/score/src/kern_tc.c (modified) score: Avoid clash with provided fls() Mon, 03 Jul 2017 05:28:15 GMT Sebastian Huber [550616e5] * cpukit/score/src/threaddispatch.c (modified) score: Add assert to _Thread_Dispatch() Update #3060. Mon, 26 Jun 2017 08:35:45 GMT Sebastian Huber [f3d9f228] * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/scheduler.h (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/scheduleredfsmp.h (added) * cpukit/score/preinstall.am (modified) * cpukit/score/src/scheduleredfchangepriority.c (modified) * cpukit/score/src/scheduleredfreleasejob.c (modified) * cpukit/score/src/scheduleredfsmp.c (added) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpscheduler03/test.c (modified) * testsuites/smptests/smpscheduler07/Makefile.am (added) * testsuites/smptests/smpscheduler07/init.c (added) * testsuites/smptests/smpscheduler07/smpscheduler07.doc (added) * testsuites/smptests/smpscheduler07/smpscheduler07.scn (added) score: Add SMP EDF scheduler Update #3056. Thu, 29 Jun 2017 07:44:16 GMT Sebastian Huber [15dbc710] * cpukit/score/include/rtems/score/schedulernode.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulersmpstartidle.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) score: Add red-black tree node to Scheduler_Node In SMP ... Wed, 14 Jun 2017 05:29:14 GMT Sebastian Huber [3dd67dd1] * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/threaddispatch.c (modified) score: Remove rtems_ada_self This task variable is superfluous ... Wed, 07 Jun 2017 06:14:30 GMT Sebastian Huber [836f454] * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadattrgetaffinitynp.c (modified) * cpukit/posix/src/pthreadattrsetaffinitynp.c (modified) * cpukit/posix/src/pthreadsetaffinitynp.c (modified) * cpukit/score/include/rtems/score/cpusetimpl.h (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * testsuites/smptests/smpaffinity01/init.c (modified) * testsuites/smptests/smppsxaffinity02/init.c (modified) * testsuites/sptests/spcpuset01/init.c (modified) * testsuites/sptests/spcpuset01/test.c (modified) Fix CPU_COPY() usage The original CPU_COPY() support of Newlib ... Wed, 05 Apr 2017 09:28:46 GMT Sebastian Huber [46f05b92] * cpukit/score/include/rtems/score/processormask.h (modified) * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/smpmulticastaction.c (modified) SMP: Simplify SMP multicast actions Tue, 07 Mar 2017 12:07:02 GMT Sebastian Huber [088acbb0] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/src/schedulersmp.c (added) score: Fix scheduler yield in SMP configurations Check that no ask ... Wed, 15 Feb 2017 10:09:32 GMT Sebastian Huber [7a462cc] * cpukit/score/src/threadinitialize.c (modified) score: Fix warning Tue, 14 Feb 2017 07:42:48 GMT Sebastian Huber [6dbbafc6] * cpukit/score/src/threadname.c (modified) score: Fix warning in _Thread_Set_name() Fri, 03 Feb 2017 07:57:18 GMT Sebastian Huber [bbfbfc8] * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadscheduler.c (modified) score: Move _Thread_Scheduler_ask_for_help() Move ... Thu, 02 Feb 2017 15:24:05 GMT Sebastian Huber [ca1e546e] * 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/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriority.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimple.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/scheduleredfunblock.c (modified) * cpukit/score/src/scheduleredfyield.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulerpriorityunblock.c (modified) * cpukit/score/src/schedulerpriorityyield.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulersimpleunblock.c (modified) * cpukit/score/src/schedulersimpleyield.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) score: Improve scheduler helping protocol Only register ask for ... Tue, 31 Jan 2017 07:08:24 GMT Sebastian Huber [e366f77] * cpukit/libcsupport/src/assocthreadstatestostring.c (modified) * cpukit/libmisc/monitor/mon-task.c (modified) * cpukit/libmisc/monitor/monitor.h (modified) * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/rtems/src/regioncreate.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) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/corebarrier.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsg.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/corerwlock.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadwaitgetid.c (modified) score: Add _Thread_queue_Object_name Add the special thread queue ... Tue, 31 Jan 2017 08:37:54 GMT Sebastian Huber [70488f56] * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/threadinitialize.c (modified) score: Fix _Thread_Initialize() Thu, 26 Jan 2017 10:06:50 GMT Sebastian Huber [6f6da82c] * cpukit/score/include/rtems/score/userextimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/src/userextiterate.c (modified) * testsuites/sptests/spextensions01/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) score: Fix user extensions order Use forward and reverse order for ... Wed, 25 Jan 2017 13:32:02 GMT Sebastian Huber [27bfcd8] * cpukit/score/cpu/arm/rtems/score/cpu.h (modified) * cpukit/score/cpu/bfin/rtems/score/cpu.h (modified) * cpukit/score/cpu/epiphany/rtems/score/cpu.h (modified) * cpukit/score/cpu/i386/rtems/score/cpu.h (modified) * cpukit/score/cpu/lm32/rtems/score/cpu.h (modified) * cpukit/score/cpu/m32c/rtems/score/cpu.h (modified) * cpukit/score/cpu/m68k/rtems/score/cpu.h (modified) * cpukit/score/cpu/mips/rtems/score/cpu.h (modified) * cpukit/score/cpu/moxie/rtems/score/cpu.h (modified) * cpukit/score/cpu/no_cpu/rtems/score/cpu.h (modified) * cpukit/score/cpu/or1k/rtems/score/cpu.h (modified) * cpukit/score/cpu/powerpc/rtems/score/cpu.h (modified) * cpukit/score/cpu/sh/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc64/rtems/score/cpu.h (modified) * cpukit/score/cpu/v850/rtems/score/cpu.h (modified) * cpukit/score/include/rtems/score/context.h (modified) * cpukit/score/src/threadinitialize.c (modified) score: Delete _CPU_Context_Fp_start() Since the FP area pointer is ... Fri, 13 Jan 2017 10:33:28 GMT Sebastian Huber [9fad437] * cpukit/configure.ac (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/sched.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadq.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) configure: Remove HAVE_STRUCT__THREAD_QUEUE_QUEUE Thu, 12 Jan 2017 12:46:55 GMT Sebastian Huber [da6ad56] * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/status.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadname.c (modified) score: Add _Thread_Set_name() Add configuration option ... Thu, 12 Jan 2017 08:25:56 GMT Sebastian Huber [7ced9d9b] * cpukit/libmisc/cpuuse/cpuusagereport.c (modified) * cpukit/libmisc/monitor/mon-task.c (modified) * cpukit/libmisc/monitor/monitor.h (modified) * cpukit/libmisc/stackchk/check.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadname.c (added) score: Add and use _Thread_Get_name() Update #2858. Thu, 12 Jan 2017 09:15:56 GMT Sebastian Huber [2b72162] * 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/futex.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadq.c (modified) score: Add Thread_queue_Queue::name Update #2858. Thu, 12 Jan 2017 07:28:57 GMT Sebastian Huber [b8bcebe] * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectgetnameasstring.c (modified) score: Add and use _Objects_Name_to_string() Update #2858. Wed, 11 Jan 2017 15:43:06 GMT Joel Sherrill [7a4b2645] * cpukit/configure.ac (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadattrcompare.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/schedulergetprocessorset.c (modified) * cpukit/rtems/src/taskgetaffinity.c (modified) * cpukit/rtems/src/tasksetaffinity.c (modified) * cpukit/score/include/rtems/score/cpuset.h (modified) * cpukit/score/include/rtems/score/cpusetimpl.h (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/src/cpuset.c (modified) * cpukit/score/src/cpusetprintsupport.c (modified) * cpukit/score/src/schedulergetaffinity.c (modified) * cpukit/score/src/schedulersetaffinity.c (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpaffinity01/init.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spcpuset01/init.c (modified) * testsuites/sptests/spcpuset01/system.h (modified) * testsuites/sptests/spcpuset01/test.c (modified) * testsuites/sptests/spscheduler01/init.c (modified) Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__ Wed, 11 Jan 2017 12:41:55 GMT Sebastian Huber [3d35bc0] * cpukit/score/include/rtems/score/smplock.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/smplock.c (modified) * cpukit/score/src/threadq.c (modified) score: Improve SMP lock debug support The CPU index starts with ... Fri, 23 Dec 2016 15:02:07 GMT Sebastian Huber [9a448aab] * cpukit/libdebugger/rtems-debugger-threads.c (modified) * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/statesimpl.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/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadwaitgetid.c (modified) score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIER Add thread state bit ... Fri, 23 Dec 2016 12:54:11 GMT Sebastian Huber [a7cfb4b] * cpukit/score/src/condition.c (modified) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadq.c (modified) score: Relax static assertions Only require that the ... Fri, 09 Dec 2016 06:19:22 GMT Sebastian Huber [3a659b04] * cpukit/libcsupport/src/gxx_wrappers.c (modified) * cpukit/libcsupport/src/malloc_initialize.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/score/cpu/powerpc/ppc-isr-vector-install.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/src/interr.c (modified) * cpukit/score/src/isr.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/objectinitializeinformation.c (modified) * cpukit/score/src/objectmp.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadhandler.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/wkspace.c (modified) score: Introduce _Internal_error() Thu, 08 Dec 2016 15:41:30 GMT Sebastian Huber [b6606e8] * c/src/lib/libbsp/powerpc/shared/startup/panic.c (modified) * cpukit/libcsupport/src/gxx_wrappers.c (modified) * cpukit/libcsupport/src/malloc_initialize.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/fatal.h (modified) * cpukit/sapi/src/exshutdown.c (modified) * cpukit/sapi/src/fatal.c (modified) * cpukit/sapi/src/fatal2.c (deleted) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/cpu/nios2/nios2-context-initialize.c (modified) * cpukit/score/cpu/nios2/nios2-isr-get-level.c (modified) * cpukit/score/cpu/nios2/nios2-isr-set-level.c (modified) * cpukit/score/cpu/powerpc/ppc-isr-vector-install.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/include/rtems/score/userext.h (modified) * cpukit/score/include/rtems/score/userextimpl.h (modified) * cpukit/score/src/heap.c (modified) * cpukit/score/src/interr.c (modified) * cpukit/score/src/isr.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/objectinitializeinformation.c (modified) * cpukit/score/src/objectmp.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadhandler.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/userextiterate.c (modified) * cpukit/score/src/wkspace.c (modified) * testsuites/libtests/devnullfatal01/testcase.h (modified) * testsuites/psxtests/psxfatal01/testcase.h (modified) * testsuites/psxtests/psxfatal02/testcase.h (modified) * testsuites/psxtests/psxfatal_support/init.c (modified) * testsuites/sptests/spfatal01/testcase.h (modified) * testsuites/sptests/spfatal02/testcase.h (modified) * testsuites/sptests/spfatal03/testcase.h (modified) * testsuites/sptests/spfatal04/testcase.h (modified) * testsuites/sptests/spfatal05/testcase.h (modified) * testsuites/sptests/spfatal06/testcase.h (modified) * testsuites/sptests/spfatal07/testcase.h (modified) * testsuites/sptests/spfatal08/testcase.h (modified) * testsuites/sptests/spfatal09/testcase.h (modified) * testsuites/sptests/spfatal10/testcase.h (modified) * testsuites/sptests/spfatal11/testcase.h (modified) * testsuites/sptests/spfatal12/testcase.h (modified) * testsuites/sptests/spfatal13/testcase.h (modified) * testsuites/sptests/spfatal14/testcase.h (modified) * testsuites/sptests/spfatal15/testcase.h (modified) * testsuites/sptests/spfatal16/testcase.h (modified) * testsuites/sptests/spfatal17/testcase.h (modified) * testsuites/sptests/spfatal18/testcase.h (modified) * testsuites/sptests/spfatal19/testcase.h (modified) * testsuites/sptests/spfatal20/testcase.h (modified) * testsuites/sptests/spfatal24/testcase.h (modified) * testsuites/sptests/spfatal25/testcase.h (modified) * testsuites/sptests/spfatal27/testcase.h (modified) * testsuites/sptests/spfatal28/testcase.h (modified) * testsuites/sptests/spfatal29/testcase.h (modified) * testsuites/sptests/spfatal_support/init.c (modified) * testsuites/sptests/spinternalerror01/init.c (modified) * testsuites/sptests/sptimecounter01/init.c (modified) score: Remove fatal is internal indicator The fatal is internal ... Thu, 01 Dec 2016 19:42:48 GMT Sebastian Huber [5b6c290] * cpukit/libmisc/monitor/mon-task.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedprio.c (modified) * cpukit/rtems/src/schedulerremoveprocessor.c (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/tasksetpriority.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadtimeout.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) score: Initialize thread queue context early Initialize thread ... Thu, 01 Dec 2016 21:24:02 GMT Sebastian Huber [b3cb2c1] * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/threadqenqueue.c (modified) score: Fix debug thread queue context init On ARM Thumb we may have ... Mon, 28 Nov 2016 12:28:32 GMT Sebastian Huber [c09db57] * cpukit/posix/include/rtems/posix/posixapi.h (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadtimeout.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) score: Fix thread queue context initialization Initialize the ... Thu, 24 Nov 2016 05:13:11 GMT Sebastian Huber [620b23e] * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/src/regiongetsegment.c (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/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) score: Optimize _Thread_queue_Enqueue() Move thread state for ... Wed, 23 Nov 2016 15:15:13 GMT Sebastian Huber [4b5ff47] * c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_async_normal.S (modified) * cpukit/score/include/rtems/score/profiling.h (modified) * cpukit/score/src/profilingisrentryexit.c (modified) score: Fix interrupt profiling Callers of _Thread_Do_dispatch() ... Wed, 16 Nov 2016 13:50:09 GMT Sebastian Huber [c42be504] * cpukit/configure.ac (modified) * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/spinlock.h (deleted) * cpukit/posix/include/rtems/posix/spinlockimpl.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/pspin.c (deleted) * cpukit/posix/src/pspindestroy.c (modified) * cpukit/posix/src/pspininit.c (modified) * cpukit/posix/src/pspinlock.c (modified) * cpukit/posix/src/pspintrylock.c (deleted) * cpukit/posix/src/pspinunlock.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/corespinlock.h (deleted) * cpukit/score/include/rtems/score/corespinlockimpl.h (deleted) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/corespinlockrelease.c (deleted) * cpukit/score/src/corespinlockwait.c (deleted) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxspin01/main.c (modified) * testsuites/psxtests/psxspin01/psxspin01.scn (modified) * testsuites/psxtests/psxspin01/test.c (modified) * testsuites/psxtests/psxspin02/Makefile.am (deleted) * testsuites/psxtests/psxspin02/main.c (deleted) * testsuites/psxtests/psxspin02/psxspin02.doc (deleted) * testsuites/psxtests/psxspin02/psxspin02.scn (deleted) * testsuites/psxtests/psxspin02/test.c (deleted) * testsuites/sptests/spsysinit01/init.c (modified) posix: Add self-contained pthread spinlock Turn pthread_spinlock_t ...