# # ChangeLog for cpukit in rtems # # Generated by Trac 1.2.1.dev0 # 05/20/24 10:58:38 Wed, 30 Mar 2016 06:36:08 GMT Sebastian Huber [9d9b6b56] * cpukit/rtems/include/rtems/rtems/msgmp.h (modified) * cpukit/rtems/include/rtems/rtems/partmp.h (modified) * cpukit/rtems/include/rtems/rtems/regionmp.h (modified) * cpukit/rtems/include/rtems/rtems/semmp.h (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/partmp.c (modified) * cpukit/rtems/src/regionmp.c (modified) * cpukit/rtems/src/semmp.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/threadqextractwithproxy.c (modified) score: Objects_Thread_queue_Extract_callout Change parameters of ... Wed, 30 Mar 2016 06:34:23 GMT Sebastian Huber [06f68a96] * cpukit/rtems/src/signalmp.c (modified) score: Fix set but not used warning Wed, 30 Mar 2016 06:33:41 GMT Sebastian Huber [863c074] * cpukit/rtems/src/taskmp.c (modified) score: Fix statement with no effect warning No need to add an ... Wed, 30 Mar 2016 06:32:56 GMT Sebastian Huber [97b7244] * cpukit/rtems/src/partmp.c (modified) score: Fix statement with no effect warning No need to add an ... Wed, 30 Mar 2016 06:31:26 GMT Sebastian Huber [9f71433] * cpukit/rtems/src/regionmp.c (modified) score: Fix statement with no effect warning No need to add an ... Wed, 30 Mar 2016 06:29:07 GMT Sebastian Huber [8afeb993] * cpukit/rtems/src/semmp.c (modified) score: Fix statement with no effect warning No need to add an ... Wed, 30 Mar 2016 06:08:44 GMT Sebastian Huber [081d03d] * cpukit/rtems/src/msgmp.c (modified) score: Fix set but not used warning No need to add an assert due to ... Wed, 30 Mar 2016 06:05:54 GMT Sebastian Huber [75c19d25] * cpukit/rtems/src/eventmp.c (modified) score: Fix set but not used warning Thu, 24 Mar 2016 14:35:18 GMT Sebastian Huber [3bbf4055] * cpukit/libnetworking/rtems/rtems_glue.c (modified) network: Special case for RTEMS_MULTIPROCESSING Allow network tasks ... Tue, 29 Mar 2016 09:57:40 GMT Sebastian Huber [349dd6b] * cpukit/sapi/include/confdefs.h (modified) score: Fix MPCI workspace size estimate Account for the global ... Tue, 29 Mar 2016 09:55:36 GMT Sebastian Huber [4182b6f] * cpukit/sapi/include/confdefs.h (modified) score: Fix MPCI workspace size estimate Global objects are no real ... Tue, 29 Mar 2016 09:53:49 GMT Sebastian Huber [520938b0] * cpukit/score/src/apimutex.c (modified) score: The API mutexes are not global Thu, 24 Mar 2016 14:40:48 GMT Sebastian Huber [3feca90] * cpukit/score/src/objectmp.c (modified) score: Fix _Objects_MP_Is_remote() Bug introduced by ... Tue, 29 Mar 2016 10:07:20 GMT Sebastian Huber [9a972889] * cpukit/sapi/include/confdefs.h (modified) score: Fix MPCI receive server workspace size Tue, 29 Mar 2016 10:06:55 GMT Sebastian Huber [16832b0] * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadqenqueue.c (modified) score: Fix multiprocessing thread proxies We must provide thread ... Thu, 24 Mar 2016 14:39:38 GMT Sebastian Huber [a62c3aa3] * cpukit/score/src/mpci.c (modified) score: Allow MPCI packet receive function to block Thu, 24 Mar 2016 14:33:34 GMT Sebastian Huber [7a904cbe] * cpukit/score/src/coremutexsurrender.c (modified) score: Fix CORE mutex RTEMS_MULTIPROCESSING Make sure that the ... Tue, 22 Mar 2016 07:52:50 GMT Sebastian Huber [97bbf02] * cpukit/libmisc/monitor/mon-sema.c (modified) * cpukit/posix/src/semaphorecreatesupp.c (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/score/include/rtems/score/coresem.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/mpci.c (modified) score: Use constant for maximum count of CORE sema Wed, 23 Mar 2016 09:01:31 GMT Sebastian Huber [1e1a91ed] * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/include/rtems/posix/psignalimpl.h (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/conddestroy.c (modified) * cpukit/posix/src/condinit.c (modified) * cpukit/posix/src/condsignalsupp.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/mqueuecreatesupp.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/prwlockdestroy.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadexit.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/semaphorecreatesupp.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/include/rtems/rtems/region.h (modified) * cpukit/rtems/src/msgqcreate.c (modified) * cpukit/rtems/src/regioncreate.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/regionprocessqueue.c (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/score/include/rtems/score/corebarrierimpl.h (modified) * cpukit/score/include/rtems/score/coremsg.h (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/include/rtems/score/coremutex.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/include/rtems/score/coresem.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/corebarrier.c (modified) * cpukit/score/src/corebarrierrelease.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsg.c (modified) * cpukit/score/src/coremsgclose.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coremutexflush.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/corerwlock.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/corerwlockrelease.c (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqfirst.c (modified) * cpukit/score/src/threadqflush.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) score: Remove Thread_queue_Queue::operations field Remove the ... Tue, 22 Mar 2016 14:34:49 GMT Joel Sherrill [85f6901] * cpukit/libmisc/shell/hexdump-odsyntax.c (modified) shell/hexdump-odsyntax.c: Add define of _GNU_SOURCE to avoid warnings Tue, 22 Mar 2016 14:32:57 GMT Joel Sherrill [037f7a6] * cpukit/libmisc/shell/hexdump-conv.c (modified) shell/hexdump-conv.c: Disable sccsid to avoid unused warning Mon, 21 Mar 2016 00:28:20 GMT Joel Sherrill [50b73d3] * cpukit/rtems/src/eventmp.c (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/partmp.c (modified) * cpukit/rtems/src/regionmp.c (modified) * cpukit/rtems/src/semmp.c (modified) * cpukit/rtems/src/taskmp.c (modified) cpukit/rtems/src/*mp.c: Fix set but not used warning Sun, 20 Mar 2016 21:09:09 GMT Joel Sherrill [020c4c0] * cpukit/libmisc/shell/main_hexdump.c (modified) libmisc/shell/main_hexdump.c: Disable unused copyright string Sun, 20 Mar 2016 21:08:49 GMT Joel Sherrill [c4e317f] * cpukit/libmisc/monitor/mon-prmisc.c (modified) libmisc/monitor/mon-prmisc.c: Remove unused rtems_monitor_events_assoc Sun, 20 Mar 2016 20:25:02 GMT Joel Sherrill [d264b33] * cpukit/telnetd/telnetd.c (modified) telnetd.c: Fix no prototype warning Sun, 20 Mar 2016 20:24:14 GMT Joel Sherrill [09c993b] * cpukit/libnetworking/sys/libkern.h (modified) libnetworking/sys/libkern.h: Disable non-POSIX prototype that is ... Tue, 22 Mar 2016 15:13:37 GMT Joel Sherrill [7f9e067f] * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) cpuuse/cpuusagetop.c: Fix unused variable warning Wed, 23 Mar 2016 06:43:01 GMT Sebastian Huber [d67c869] * cpukit/score/src/threadstartmultitasking.c (modified) score: Use RTEMS_UNREACHABLE() The _CPU_Context_switch() in ... Tue, 22 Mar 2016 06:24:56 GMT Sebastian Huber [2518516] * cpukit/posix/src/pthreadexit.c (modified) posix: pthread_exit() is a no-return function Tue, 22 Mar 2016 06:24:14 GMT Sebastian Huber [e8d9b26] * cpukit/score/include/rtems/score/assert.h (modified) * cpukit/score/include/rtems/score/basedefs.h (modified) * cpukit/score/src/threadglobalconstruction.c (modified) * cpukit/score/src/threadrestart.c (modified) score: Add and use RTEMS_UNREACHABLE Tue, 22 Mar 2016 18:15:07 GMT Joel Sherrill [426f35f] * cpukit/rtems/include/rtems/rtems/sem.h (modified) cpukit/rtems/include/rtems/rtems/sem.h: Remove junk in comment Tue, 22 Mar 2016 06:58:41 GMT Sebastian Huber [865f110b] * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/src/userextaddset.c (modified) score: Fix for RTEMS_DEBUG The rtems_extension_create() no longer ... Tue, 22 Mar 2016 06:42:34 GMT Sebastian Huber [c61431f9] * cpukit/score/include/rtems/score/objectimpl.h (modified) score: Always declare _Objects_Get_by_name() Still define it only ... Tue, 22 Mar 2016 06:40:18 GMT Sebastian Huber [30cac38f] * cpukit/rtems/src/ratemonresetall.c (modified) rtems: Use object allocator lock Object creation and destruction is ... Tue, 22 Mar 2016 06:22:08 GMT Sebastian Huber [baa13626] * cpukit/score/include/rtems/score/schedulerimpl.h (modified) score: Fix for RTEMS_DEBUG Update #2627. Mon, 21 Mar 2016 14:01:57 GMT Sebastian Huber [90960bd] * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/src/ratemoncancel.c (modified) * cpukit/rtems/src/ratemondelete.c (modified) * cpukit/rtems/src/ratemongetstatistics.c (modified) * cpukit/rtems/src/ratemongetstatus.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/ratemonresetstatistics.c (modified) * cpukit/rtems/src/ratemontimeout.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * testsuites/sptests/spintrcritical08/init.c (modified) rtems: Rework rate-monotonic scheduler Use the default thread lock ... Mon, 21 Mar 2016 09:45:44 GMT Sebastian Huber [875c26d] * cpukit/rtems/src/ratemonperiod.c (modified) rtems: Avoid __RTEMS_USE_TICKS_FOR_STATISTICS__ Option was removed ... Mon, 21 Mar 2016 09:41:31 GMT Sebastian Huber [300eaad] * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/src/ratemongetstatus.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) rtems: Delete Rate_monotonic_Period_time_t Variables with this type ... Mon, 21 Mar 2016 09:36:20 GMT Sebastian Huber [610e87d] * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) rtems: Inline _Rate_monotonic_Reset_statistics() Use inline ... Fri, 18 Mar 2016 14:35:47 GMT Sebastian Huber [be88976] * cpukit/score/src/objectmp.c (modified) mpci: Avoid Giant lock The object creation/deletion is protected by ... Fri, 18 Mar 2016 14:33:13 GMT Sebastian Huber [19e855d7] * cpukit/score/src/mpci.c (modified) mpci: Avoid Giant lock Update #2555. Fri, 18 Mar 2016 13:03:01 GMT Sebastian Huber [5a5fb3b] * cpukit/posix/include/rtems/posix/spinlockimpl.h (modified) * cpukit/posix/src/pspindestroy.c (modified) * cpukit/posix/src/pspininit.c (modified) * cpukit/posix/src/pspinlock.c (modified) * cpukit/posix/src/pspintrylock.c (modified) * cpukit/posix/src/pspinunlock.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/corespinlock.h (modified) * cpukit/score/include/rtems/score/corespinlockimpl.h (modified) * cpukit/score/src/corespinlock.c (deleted) * cpukit/score/src/corespinlockrelease.c (modified) * cpukit/score/src/corespinlockwait.c (modified) score: Avoid Giant lock for CORE spinlock Use an ISR lock to ... Fri, 18 Mar 2016 06:25:23 GMT Sebastian Huber [c904df5] * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/include/rtems/posix/posixapi.h (modified) * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/src/mqueueopen.c (modified) * cpukit/posix/src/mqueueunlink.c (modified) * cpukit/posix/src/psxnametoid.c (modified) * cpukit/posix/src/semopen.c (modified) * cpukit/posix/src/semunlink.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectnametoidstring.c (modified) * testsuites/psxtests/psxmsgq01/init.c (modified) * testsuites/psxtests/psxmsgq01/psxmsgq01.scn (modified) * testsuites/psxtests/psxobj01/init.c (modified) * testsuites/psxtests/psxobj01/psxobj01.scn (modified) * testsuites/psxtests/psxsem01/init.c (modified) * testsuites/psxtests/psxsem01/psxsem01.scn (modified) score: Add _Objects_Get_by_name() Replace ... Fri, 18 Mar 2016 09:29:45 GMT Sebastian Huber [e3f8ba57] * cpukit/ftpd/ftpd.c (modified) ftpd: Resolve function name conflict Visible with Newlib ... Fri, 18 Mar 2016 08:25:00 GMT Sebastian Huber [b545d97c] * cpukit/score/include/rtems/score/threadimpl.h (modified) score: C++ compatibility Thu, 17 Mar 2016 06:56:31 GMT Sebastian Huber [5eaf0e7] * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/key.h (modified) * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/keycreate.c (modified) * cpukit/posix/src/keydelete.c (modified) * cpukit/posix/src/keyfreememory.c (deleted) * cpukit/posix/src/keygetspecific.c (modified) * cpukit/posix/src/keysetspecific.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) posix: Use per-thread lookup tree for POSIX Keys Yields higher ... Fri, 18 Mar 2016 06:39:51 GMT Sebastian Huber [90de3001] * cpukit/score/src/threadrestart.c (modified) score: Destroy thread timer lock Update #2554. Thu, 17 Mar 2016 08:01:44 GMT Sebastian Huber [2f02f93] * cpukit/sapi/src/ioregisterdriver.c (modified) * cpukit/sapi/src/iounregisterdriver.c (modified) sapi: Include missing header file Thu, 17 Mar 2016 05:51:56 GMT Sebastian Huber [92dee4ab] * cpukit/rtems/include/rtems/rtems/asrimpl.h (modified) * cpukit/rtems/src/signalcatch.c (modified) rtems: Avoid Giant lock in rtems_signal_catch() Update #2555. Thu, 17 Mar 2016 05:30:29 GMT Sebastian Huber [f5bb2991] * cpukit/rtems/src/taskmode.c (modified) rtems: Avoid Giant lock in rtems_task_mode() Update #2555. Thu, 17 Mar 2016 05:16:23 GMT Sebastian Huber [75aef54] * cpukit/posix/src/sched_yield.c (modified) posix: Avoid Giant lock in sched_yield() Update #2555. Thu, 03 Mar 2016 06:02:03 GMT Sebastian Huber [d37adfe5] * cpukit/libcsupport/src/__times.c (modified) * cpukit/libmisc/cpuuse/cpuusagereport.c (modified) * cpukit/libmisc/cpuuse/cpuusagereset.c (modified) * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/schedulersmpstartidle.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadgetcputimeused.c (added) score: Fix CPU time used by executing threads The CPU time used of ... Wed, 16 Mar 2016 09:28:03 GMT Sebastian Huber [4bf79af] * cpukit/score/src/kern_tc.c (modified) timecounter: Avoid invalid memcpy() In uni-processor configurations ... Wed, 16 Mar 2016 06:14:30 GMT Sebastian Huber [f2f207ce] * cpukit/score/src/apimutex.c (modified) score: Fix intenal mutex attributes A mutex must be released by its ... Tue, 15 Mar 2016 14:42:57 GMT Sebastian Huber [474b9be] * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectgetnext.c (modified) * testsuites/sptests/spobjgetnext/init.c (modified) score: Use allocator lock in _Objects_Get_next() Use the object ... Tue, 15 Mar 2016 14:09:17 GMT Sebastian Huber [05ef287] * cpukit/sapi/src/extensioncreate.c (modified) sapi: Do not disable thread dispatching Do not disable thread ... Mon, 14 Mar 2016 11:31:12 GMT Sebastian Huber [df91dd9] * cpukit/libmisc/monitor/mon-config.c (modified) * cpukit/libmisc/monitor/mon-driver.c (modified) * cpukit/libmisc/monitor/mon-itask.c (modified) * cpukit/libmisc/monitor/mon-mpci.c (modified) * cpukit/libmisc/monitor/mon-object.c (modified) * cpukit/libmisc/monitor/mon-symbols.c (modified) monitor: Use object allocator lock Use object allocator lock ... Mon, 14 Mar 2016 09:11:38 GMT Sebastian Huber [18ff889] * cpukit/libmisc/monitor/mon-driver.c (modified) * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/io.h (modified) * cpukit/sapi/include/rtems/ioimpl.h (added) * cpukit/sapi/preinstall.am (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/sapi/src/io.c (modified) * cpukit/sapi/src/ioclose.c (modified) * cpukit/sapi/src/iocontrol.c (modified) * cpukit/sapi/src/ioinitialize.c (modified) * cpukit/sapi/src/ioopen.c (modified) * cpukit/sapi/src/ioread.c (modified) * cpukit/sapi/src/ioregisterdriver.c (modified) * cpukit/sapi/src/iounregisterdriver.c (modified) * cpukit/sapi/src/iowrite.c (modified) * testsuites/sptests/sp40/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) score: Use ISR lock for IO driver registration Create ... Mon, 14 Mar 2016 08:40:57 GMT Sebastian Huber [62d2540] * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/io.h (modified) * cpukit/sapi/src/iodata.c (deleted) score: Delete unused SAPI_IO_EXTERN Update #2559. Mon, 07 Mar 2016 15:01:57 GMT Sebastian Huber [77e6eba7] * cpukit/posix/include/rtems/posix/timerimpl.h (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/posix/src/timergetoverrun.c (modified) * cpukit/posix/src/timergettime.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/rtems/include/rtems/rtems/timerimpl.h (modified) * cpukit/rtems/src/timercancel.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerdelete.c (modified) * cpukit/rtems/src/timergetinfo.c (modified) * cpukit/rtems/src/timerreset.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectgetlocal.c (added) score: Add and use _Objects_Get_local() This simplifies the ... Fri, 04 Mar 2016 13:48:51 GMT Sebastian Huber [0a5aa2d] * cpukit/score/cpu/i386/rtems/score/cpu.h (modified) i386: Define _CPU_SMP_Prepare_start_multitasking() Define ... Thu, 18 Feb 2016 07:36:26 GMT Sebastian Huber [03b900d] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/include/rtems/posix/timerimpl.h (modified) * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/timercreate.c (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/posix/src/timergetoverrun.c (modified) * cpukit/posix/src/timergettime.c (modified) * cpukit/posix/src/timerinserthelper.c (deleted) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/timertsr.c (deleted) * cpukit/posix/src/ualarm.c (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/include/rtems/rtems/timer.h (modified) * cpukit/rtems/include/rtems/rtems/timerimpl.h (modified) * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/eventsurrender.c (modified) * cpukit/rtems/src/ratemoncancel.c (modified) * cpukit/rtems/src/ratemoncreate.c (modified) * cpukit/rtems/src/ratemondelete.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/ratemontimeout.c (modified) * cpukit/rtems/src/taskwakeafter.c (modified) * cpukit/rtems/src/taskwakewhen.c (modified) * cpukit/rtems/src/timercancel.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerdelete.c (modified) * cpukit/rtems/src/timerfireafter.c (modified) * cpukit/rtems/src/timerfirewhen.c (modified) * cpukit/rtems/src/timergetinfo.c (modified) * cpukit/rtems/src/timerreset.c (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/rtems/src/timerserverfireafter.c (modified) * cpukit/rtems/src/timerserverfirewhen.c (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/mrsp.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/coretodtickle.c (deleted) * cpukit/score/src/kern_tc.c (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadtimeout.c (modified) * cpukit/score/src/watchdog.c (deleted) * cpukit/score/src/watchdogadjust.c (deleted) * cpukit/score/src/watchdoginsert.c (modified) * cpukit/score/src/watchdogremove.c (modified) * cpukit/score/src/watchdogtick.c (modified) * testsuites/psxtests/psx04/init.c (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpclock01/Makefile.am (added) * testsuites/smptests/smpclock01/init.c (added) * testsuites/smptests/smpclock01/smpclock01.doc (added) * testsuites/smptests/smpclock01/smpclock01.scn (added) * testsuites/smptests/smpwakeafter01/smpwakeafter01.scn (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp31/task1.c (modified) * testsuites/sptests/spintrcritical08/init.c (modified) * testsuites/sptests/spintrcritical09/init.c (modified) * testsuites/sptests/spintrcritical10/init.c (modified) * testsuites/sptests/spintrcritical16/init.c (modified) * testsuites/sptests/spintrcritical17/Makefile.am (deleted) * testsuites/sptests/spintrcritical17/init.c (deleted) * testsuites/sptests/spintrcritical17/spintrcritical17.doc (deleted) * testsuites/sptests/spintrcritical17/spintrcritical17.scn (deleted) * testsuites/sptests/spintrcritical20/init.c (modified) * testsuites/sptests/spsize/size.c (modified) * testsuites/sptests/sptimecounter01/init.c (modified) * testsuites/sptests/sptimerserver01/Makefile.am (added) * testsuites/sptests/sptimerserver01/init.c (added) * testsuites/sptests/sptimerserver01/sptimerserver01.doc (added) * testsuites/sptests/sptimerserver01/sptimerserver01.scn (added) * testsuites/sptests/spwatchdog/init.c (modified) * testsuites/tmtests/tmtimer01/tmtimer01.scn (modified) score: Replace watchdog handler implementation Use a red-black tree ... Thu, 18 Feb 2016 07:36:16 GMT Sebastian Huber [90d8567] * c/src/lib/libbsp/arm/shared/arm-a9mpcore-clock-config.c (modified) * c/src/lib/libbsp/arm/shared/arm-gic-irq.c (modified) * c/src/lib/libbsp/arm/shared/include/arm-gic-irq.h (modified) * c/src/lib/libbsp/i386/pc386/clock/ckinit.c (modified) * c/src/lib/libbsp/i386/shared/smp/smp-imps.c (modified) * c/src/lib/libbsp/powerpc/qoriq/clock/clock-config.c (modified) * c/src/lib/libbsp/powerpc/qoriq/include/irq.h (modified) * c/src/lib/libbsp/powerpc/qoriq/irq/irq.c (modified) * c/src/lib/libbsp/shared/clockdrv_shell.h (modified) * c/src/lib/libbsp/shared/include/fatal.h (modified) * c/src/lib/libbsp/sparc/erc32/clock/ckinit.c (modified) * c/src/lib/libbsp/sparc/leon3/clock/ckinit.c (modified) * c/src/lib/libbsp/sparc/leon3/include/leon.h (modified) * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/kern_tc.c (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/watchdogtick.c (modified) score: Distribute clock tick to all online CPUs Update #2554. Thu, 03 Mar 2016 12:37:14 GMT Sebastian Huber [5b0d2c1] * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/src/percpu.c (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/smpmulticastaction.c (modified) score: Add _SMP_Before_multitasking_action() The use case for this ... Thu, 18 Feb 2016 07:47:26 GMT Sebastian Huber [3c103ba] * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/src/smp.c (modified) score: Add _Per_CPU_Is_boot_processor() Wed, 17 Feb 2016 13:27:09 GMT Sebastian Huber [b3a4c48e] * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/src/smp.c (modified) * testsuites/smptests/smpipi01/init.c (modified) score: Add _SMP_Online_processors Wed, 17 Feb 2016 14:34:51 GMT Sebastian Huber [c284a16] * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/threadcreateidle.c (modified) score: Rename Per_CPU_Control::started Rename ... Wed, 17 Feb 2016 14:25:10 GMT Sebastian Huber [a38d1fe4] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/processormask.h (added) * cpukit/score/preinstall.am (modified) score: Add Processor_mask, etc. Wed, 17 Feb 2016 13:26:29 GMT Sebastian Huber [decff899] * 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/nios2/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) score: Add CPU_MAXIMUM_PROCESSORS Maximum number of processors of ... Sat, 23 Jan 2016 19:06:22 GMT Joel Sherrill [328bd35] * c/src/lib/libbsp/i386/pc386/include/bsp.h (modified) * c/src/lib/libbsp/i386/shared/irq/idt.c (modified) * c/src/lib/libbsp/i386/shared/irq/irq_init.c (modified) * c/src/lib/libbsp/i386/shared/realmode_int/realmode_int.h (modified) * c/src/lib/libbsp/i386/shared/smp/smp-imps.c (modified) * c/src/lib/libcpu/i386/Makefile.am (modified) * c/src/lib/libcpu/i386/cache.c (modified) * c/src/lib/libcpu/i386/cpu.h (deleted) * c/src/lib/libcpu/i386/displayCpu.c (modified) * c/src/lib/libcpu/i386/page.c (modified) * c/src/lib/libcpu/i386/page.h (added) * c/src/lib/libcpu/i386/preinstall.am (modified) * cpukit/score/cpu/i386/rtems/score/cpu.h (modified) * cpukit/score/cpu/i386/rtems/score/i386.h (modified) i386: refactor libcpu/cpu.h into rtems/score/i386.h Fixes #2515. Sat, 09 Jan 2016 21:22:16 GMT Joel Sherrill [dda25b1] * cpukit/score/cpu/i386/rtems/score/cpu.h (modified) i386 ..score/cpu.h: Fix spacing Fri, 08 Jan 2016 21:54:20 GMT Gedare Bloom [3267f95] * c/src/lib/libbsp/i386/pc386/startup/bsp_fatal_halt.c (modified) * cpukit/score/cpu/i386/cpu.c (modified) * cpukit/score/cpu/i386/rtems/score/cpu.h (modified) * cpukit/score/cpu/i386/rtems/score/interrupts.h (modified) i386: prepare for paravirtualized interrupts Fri, 08 Jan 2016 21:28:45 GMT Gedare Bloom [505dc61] * c/src/lib/libbsp/i386/pc386/Makefile.am (modified) * c/src/lib/libbsp/i386/pc386/startup/bsp_fatal_halt.c (added) * cpukit/score/cpu/i386/rtems/score/cpu.h (modified) i386: relocate fatal halt to bsp layer Fri, 08 Jan 2016 21:16:18 GMT Gedare Bloom [6a4efc55] * cpukit/score/cpu/i386/rtems/score/interrupts.h (modified) i386: remove redundant CPP defines Fri, 08 Jan 2016 17:15:46 GMT Gedare Bloom [fd05a05] * c/src/lib/libbsp/i386/pc386/Makefile.am (modified) * c/src/lib/libbsp/i386/pc386/include/bsp.h (modified) * c/src/lib/libbsp/i386/pc386/startup/bspidle.S (added) * cpukit/score/cpu/i386/cpu.c (modified) * cpukit/score/cpu/i386/rtems/score/cpu.h (modified) i386: move idle thread into BSP layer Tue, 01 Mar 2016 05:36:16 GMT Sebastian Huber [d297c81d] * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/src/ratemongetstatus.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) score: Delete Thread_CPU_usage_t This type is superfluous since all ... Tue, 01 Mar 2016 06:34:56 GMT Sebastian Huber [75518fb] * cpukit/libcsupport/src/malloc_deferred.c (modified) malloc: Fix function definition Close #2617. Thu, 25 Feb 2016 12:08:45 GMT Sebastian Huber [67de508] * cpukit/rtems/src/ratemonperiod.c (modified) rtems: Avoid __RTEMS_USE_TICKS_FOR_STATISTICS__ Option was removed ... Thu, 25 Feb 2016 08:02:43 GMT Sebastian Huber [9d1f3943] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/free.c (modified) * cpukit/libcsupport/src/malloc.c (modified) * cpukit/libcsupport/src/malloc_deferred.c (modified) * cpukit/libcsupport/src/malloc_p.h (modified) * cpukit/libcsupport/src/rtems_malloc.c (deleted) * cpukit/libcsupport/src/rtems_memalign.c (modified) * testsuites/libtests/malloctest/init.c (modified) malloc: Add _Malloc_System_state() Replace ... Thu, 25 Feb 2016 07:03:21 GMT Sebastian Huber [839d0a74] * cpukit/libcsupport/src/malloc_deferred.c (modified) malloc: Use dedicated lock for deferred frees Thu, 25 Feb 2016 08:05:40 GMT Sebastian Huber [287a70f] * cpukit/libcsupport/src/malloc_deferred.c (modified) * cpukit/libcsupport/src/malloc_p.h (modified) malloc: Clean up "malloc_p.h" header file Fri, 19 Feb 2016 14:32:47 GMT Martin Galvan [86a276b] * cpukit/score/cpu/arm/rtems/score/armv7m.h (modified) _ARMV7M_Is_vector_an_irq: Use ARMV7M_VECTOR_SYSTICK instead of ... Wed, 17 Feb 2016 12:51:37 GMT Sebastian Huber [ac13ffd] * cpukit/score/cpu/epiphany/rtems/score/cpu.h (modified) epiphany: Delete unused SMP functions Wed, 17 Feb 2016 11:52:17 GMT Sebastian Huber [2e71aa41] * cpukit/rtems/src/clocktick.c (modified) * cpukit/score/src/watchdogtick.c (modified) score: Simplify _Watchdog_Tick() Move thread dispatch disable check ... Tue, 02 Feb 2016 14:21:07 GMT Sebastian Huber [db329a7] * cpukit/score/include/rtems/score/isrlock.h (modified) score: Avoid unused variable warnings Wed, 03 Feb 2016 11:41:02 GMT Sebastian Huber [358bd740] * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/score/apimutex.h (modified) * cpukit/score/include/rtems/score/basedefs.h (modified) * cpukit/score/include/rtems/score/copyrt.h (modified) * cpukit/score/include/rtems/score/mpciimpl.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/score/objectmp.h (modified) * cpukit/score/include/rtems/score/smp.h (modified) * cpukit/score/include/rtems/score/sysstate.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadmp.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/include/rtems/score/wkspace.h (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/objectmp.c (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/watchdog.c (modified) * cpukit/score/src/wkspace.c (modified) score: Avoid SCORE_EXTERN Delete SCORE_INIT. This finally removes ... Wed, 03 Feb 2016 10:57:29 GMT Sebastian Huber [51dc9a61] * cpukit/score/cpu/sparc64/cpu.c (modified) * cpukit/score/cpu/sparc64/rtems/score/cpu.h (modified) sparc64: Avoid SCORE_EXTERN Update #2559. Wed, 03 Feb 2016 10:56:09 GMT Sebastian Huber [6df8926] * cpukit/score/cpu/moxie/rtems/score/cpu.h (modified) moxie: Delete superfluous _CPU_Null_fp_context Update #2559. Wed, 03 Feb 2016 10:54:59 GMT Sebastian Huber [142868b2] * cpukit/score/cpu/bfin/rtems/score/cpu.h (modified) bfin: Delete superfluous _CPU_Null_fp_context Update #2559. Wed, 03 Feb 2016 10:53:10 GMT Sebastian Huber [9f016ec9] * cpukit/score/cpu/no_cpu/rtems/score/cpu.h (modified) no_cpu: Avoid SCORE_EXTERN Update #2559. Wed, 03 Feb 2016 10:52:32 GMT Sebastian Huber [dab7862] * cpukit/score/cpu/sparc/cpu.c (modified) * cpukit/score/cpu/sparc/rtems/score/cpu.h (modified) sparc: Avoid SCORE_EXTERN Update #2559. Wed, 03 Feb 2016 10:50:31 GMT Sebastian Huber [c6009340] * cpukit/score/cpu/lm32/rtems/score/cpu.h (modified) lm32: Avoid SCORE_EXTERN Update #2559. Wed, 03 Feb 2016 10:48:31 GMT Sebastian Huber [18a5db2] * cpukit/score/cpu/m68k/cpu.c (modified) * cpukit/score/cpu/m68k/rtems/score/cpu.h (modified) m68k: Avoid SCORE_EXTERN Update #2559. Wed, 03 Feb 2016 10:41:29 GMT Sebastian Huber [d638aca] * cpukit/score/cpu/mips/cpu.c (modified) * cpukit/score/cpu/mips/rtems/score/cpu.h (modified) mips: Avoid SCORE_EXTERN Update #2559. Wed, 03 Feb 2016 10:39:23 GMT Sebastian Huber [af3847a] * cpukit/score/cpu/epiphany/rtems/score/cpu.h (modified) epiphany: Delete superfluous _CPU_Null_fp_context Update #2559. Wed, 03 Feb 2016 10:36:23 GMT Sebastian Huber [59e6e76] * cpukit/score/cpu/sh/cpu.c (modified) * cpukit/score/cpu/sh/rtems/score/cpu.h (modified) sh: Avoid SCORE_EXTERN Update #2559. Wed, 03 Feb 2016 10:13:53 GMT Sebastian Huber [deaf716] * cpukit/score/cpu/i386/cpu.c (modified) * cpukit/score/cpu/i386/rtems/score/cpu.h (modified) i386: Avoid SCORE_EXTERN Update #2559. Wed, 03 Feb 2016 10:05:07 GMT Sebastian Huber [d4e81e3] * cpukit/score/cpu/or1k/rtems/score/cpu.h (modified) or1k: Delete superfluous _CPU_Null_fp_context Update #2559. Thu, 04 Feb 2016 13:35:33 GMT Sebastian Huber [e4b5289a] * cpukit/score/cpu/arm/rtems/score/arm.h (modified) arm: Fix Cortex-M7 support Tue, 26 Jan 2016 10:16:56 GMT Sebastian Huber [3bc12a8f] * c/src/lib/libbsp/i386/shared/irq/irq.c (modified) * c/src/lib/libbsp/powerpc/mvme5500/irq/BSP_irq.c (modified) * c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.c (modified) * c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq.c (modified) * c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c (modified) * cpukit/posix/include/rtems/posix/psignalimpl.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/signalcatch.c (modified) * cpukit/rtems/src/taskident.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/apiext.h (deleted) * cpukit/score/preinstall.am (modified) * cpukit/score/src/apiext.c (deleted) * cpukit/score/src/threaddispatch.c (modified) * testsuites/sptests/spsize/size.c (modified) Delete unused API extensions