# # ChangeLog for testsuites in rtems # # Generated by Trac 1.2.1.dev0 # 04/25/24 02:04:29 Fri, 19 Jun 2015 12:57:44 GMT Sebastian Huber [cdf30f05] * c/src/lib/libbsp/shared/bootcard.c (modified) * cpukit/rtems/include/rtems/rtems/intr.h (modified) * cpukit/rtems/src/intrbody.c (modified) * doc/user/intr.t (modified) * testsuites/libtests/heapwalk/init.c (modified) * testsuites/samples/Makefile.am (modified) * testsuites/samples/configure.ac (modified) * testsuites/sptests/sp37/init.c (modified) * testsuites/sptests/sp40/init.c (modified) * testsuites/tmtests/tm26/task1.c (modified) rtems: Add rtems_interrupt_local_disable|enable() Add ... Fri, 19 Jun 2015 19:38:20 GMT Sebastian Huber [f9090ac] * testsuites/tmtests/tm27/task1.c (modified) tmtests/tm27: Use scheduler lock Fri, 19 Jun 2015 19:17:55 GMT Sebastian Huber [f22af606] * testsuites/sptests/sp37/init.c (modified) sptests/sp37: Fix type and simplify Wed, 27 May 2015 15:13:58 GMT Joel Sherrill [e6b31b27] * cpukit/configure.ac (modified) * cpukit/libcsupport/src/__times.c (modified) * cpukit/libmisc/cpuuse/cpuusagedata.c (modified) * cpukit/libmisc/cpuuse/cpuusagereport.c (modified) * cpukit/libmisc/cpuuse/cpuusagereset.c (modified) * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) * cpukit/libmisc/cpuuse/cpuuse.h (modified) * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/include/rtems/rtems/types.h (modified) * cpukit/rtems/src/ratemongetstatistics.c (modified) * cpukit/rtems/src/ratemongetstatus.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/ratemonreportstatistics.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/schedulerdefaulttick.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/sptests/sp69/init.c (modified) Remove use ticks for statistics configure option. This was obsolete ... Sat, 13 Jun 2015 13:29:04 GMT Sebastian Huber [80fca28] * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/timercreate.c (modified) * cpukit/rtems/src/ratemoncreate.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/sptests/spwatchdog/init.c (modified) score: Add _Watchdog_Preinitialize() Add an assert to ensure that ... Fri, 12 Jun 2015 11:57:15 GMT Sebastian Huber [0562060] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sptasknopreempt01/Makefile.am (added) * testsuites/sptests/sptasknopreempt01/init.c (added) * testsuites/sptests/sptasknopreempt01/sptasknopreempt01.doc (added) * testsuites/sptests/sptasknopreempt01/sptasknopreempt01.scn (added) sptests/sptasknopreempt01: New test Update #2365. Tue, 02 Jun 2015 19:41:26 GMT Sebastian Huber [2ccd150d] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sptimecounter03/Makefile.am (added) * testsuites/sptests/sptimecounter03/init.c (added) * testsuites/sptests/sptimecounter03/sptimecounter03.doc (added) * testsuites/sptests/sptimecounter03/sptimecounter03.scn (added) sptests/sptimecounter03: New test Tue, 09 Jun 2015 07:28:36 GMT Sebastian Huber [b88d346f] * testsuites/sptests/spcontext01/init.c (modified) sptests/spcontext01: Add second volatile clobber Do a volatile ... Wed, 03 Jun 2015 08:07:23 GMT Sebastian Huber [b2765075] * testsuites/sptests/spcontext01/init.c (modified) * testsuites/sptests/spcontext01/spcontext01.scn (modified) sptests/spcontext01: Improve output Tue, 02 Jun 2015 12:32:58 GMT Sebastian Huber [43d7005] * testsuites/smptests/smpscheduler02/init.c (modified) smptests/smpscheduler02: Reduce required CPU count Tue, 02 Jun 2015 12:22:03 GMT Sebastian Huber [2c14e67] * testsuites/smptests/smpmrsp01/init.c (modified) smptests/smpmrsp01: Reduce required CPU count Tue, 02 Jun 2015 12:10:05 GMT Sebastian Huber [f48b73de] * testsuites/smptests/smpscheduler03/init.c (modified) smptests/smpscheduler03: Use proper lock Fri, 29 May 2015 19:20:31 GMT Sebastian Huber [18d18e1] * testsuites/tmtests/tm26/task1.c (modified) tmtests/tm26: Fix context switch to FP task It is wrong to restore ... Fri, 29 May 2015 15:51:38 GMT Sebastian Huber [b17fb17a] * testsuites/tmtests/tm26/task1.c (modified) Revert "tmtests/tm26: Avoid NULL pointer access" There is no NULL ... Fri, 29 May 2015 12:18:32 GMT Sebastian Huber [5611839] * testsuites/tmtests/tm26/task1.c (modified) tmtests/tm26: Avoid NULL pointer access Wed, 27 May 2015 10:48:22 GMT Sebastian Huber [9d0913d1] * testsuites/libtests/i2c01/init.c (modified) libtests/i2c01: Avoid stack overflow Wed, 27 May 2015 09:43:44 GMT Sebastian Huber [ec84273d] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/apimutex.h (modified) * cpukit/score/src/apimutexisowner.c (moved) * testsuites/support/include/tmacros.h (modified) score: Replace _API_Mutex_Is_locked() Replace ... Tue, 26 May 2015 13:17:50 GMT Sebastian Huber [ee4e7f0] * cpukit/libfs/Makefile.am (modified) * cpukit/libfs/preinstall.am (modified) * cpukit/wrapup/Makefile.am (modified) * testsuites/fstests/jffs2_fserror/Makefile.am (modified) * testsuites/fstests/jffs2_fslink/Makefile.am (modified) * testsuites/fstests/jffs2_fspatheval/Makefile.am (modified) * testsuites/fstests/jffs2_fspermission/Makefile.am (modified) * testsuites/fstests/jffs2_fsrdwr/Makefile.am (modified) * testsuites/fstests/jffs2_fsscandir01/Makefile.am (modified) * testsuites/fstests/jffs2_fssymlink/Makefile.am (modified) * testsuites/fstests/jffs2_fstime/Makefile.am (modified) jffs2: Move into separate library In case the zlib compression was ... Tue, 19 May 2015 12:40:17 GMT Alexander Krutwig [cba07fc] * testsuites/sptests/spcontext01/init.c (modified) * testsuites/sptests/spcontext01/spcontext01.scn (modified) sptests/spcontext01: Test deferred FP context Tue, 12 May 2015 12:32:47 GMT Alexander Krutwig [7cd2484] * cpukit/libnetworking/rtems/rtems_bsdnet_internal.h (modified) * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/src/clockgettime.c (modified) * cpukit/posix/src/posixtimespecabsolutetimeout.c (modified) * cpukit/posix/src/timergettime.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/timertsr.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/clock.h (modified) * cpukit/rtems/src/clockgetuptime.c (modified) * cpukit/rtems/src/clockgetuptimenanoseconds.c (modified) * cpukit/rtems/src/clockgetuptimeseconds.c (deleted) * cpukit/rtems/src/clockgetuptimetimeval.c (modified) * cpukit/rtems/src/clocksetnsecshandler.c (deleted) * cpukit/rtems/src/clocktick.c (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/timespec.h (modified) * cpukit/score/include/rtems/score/timestamp.h (modified) * cpukit/score/include/rtems/score/timestamp64.h (deleted) * cpukit/score/include/rtems/score/tod.h (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/coretod.c (modified) * cpukit/score/src/coretodadjust.c (modified) * cpukit/score/src/coretodget.c (deleted) * cpukit/score/src/coretodgetuptimetimespec.c (deleted) * cpukit/score/src/coretodsecondssinceepoch.c (deleted) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/coretodtickle.c (modified) * cpukit/score/src/kern_tc.c (modified) * cpukit/score/src/timespecgetasnanoseconds.c (modified) * cpukit/score/src/ts64addto.c (deleted) * cpukit/score/src/ts64divide.c (deleted) * cpukit/score/src/ts64equalto.c (deleted) * cpukit/score/src/ts64getnanoseconds.c (deleted) * cpukit/score/src/ts64getseconds.c (deleted) * cpukit/score/src/ts64lessthan.c (deleted) * cpukit/score/src/ts64set.c (deleted) * cpukit/score/src/ts64settozero.c (deleted) * cpukit/score/src/ts64subtract.c (deleted) * cpukit/score/src/ts64totimespec.c (deleted) * cpukit/score/src/ts64totimeval.c (deleted) * cpukit/score/src/watchdogtick.c (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spclock_err01/init.c (modified) * testsuites/sptests/spsize/size.c (modified) * testsuites/sptests/sptimecounter02/Makefile.am (added) * testsuites/sptests/sptimecounter02/init.c (added) * testsuites/sptests/sptimecounter02/sptimecounter02.doc (added) * testsuites/sptests/sptimecounter02/sptimecounter02.scn (added) timecounter: Use in RTEMS Replace timestamp implementation with ... Mon, 20 Apr 2015 09:08:22 GMT Alexander Krutwig [31be416] * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/bsd.h (added) * cpukit/sapi/include/rtems/timecounter.h (added) * cpukit/sapi/preinstall.am (modified) * cpukit/sapi/src/tcsimpleinstall.c (added) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/timecounter.h (added) * cpukit/score/include/rtems/score/timecounterimpl.h (added) * cpukit/score/include/sys/timeffc.h (modified) * cpukit/score/include/sys/timetc.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/kern_tc.c (modified) * doc/bsp_howto/clock.t (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sptimecounter01/Makefile.am (added) * testsuites/sptests/sptimecounter01/init.c (added) * testsuites/sptests/sptimecounter01/sptimecounter01.doc (added) * testsuites/sptests/sptimecounter01/sptimecounter01.scn (added) timecounter: Port to RTEMS New test sptests/timecounter01. Update ... Tue, 12 May 2015 08:15:21 GMT Sebastian Huber [33e30f39] * testsuites/smptests/smpscheduler03/init.c (modified) smptests/smpscheduler03: Restructure Restructure to avoid large ... Mon, 11 May 2015 13:02:51 GMT Sebastian Huber [20b423c6] * testsuites/psxtests/psxualarm/init.c (modified) psxualarm: Avoid endless signal handling Increase the ualarm timer ... Mon, 11 May 2015 12:56:12 GMT Sebastian Huber [d8752860] * cpukit/score/include/rtems/score/threadqimpl.h (modified) * testsuites/sptests/spthreadq01/init.c (modified) score: Add static initializers for thread queues Wed, 06 May 2015 12:25:09 GMT Sebastian Huber [80f376d] * cpukit/rtems/src/clocktick.c (modified) * testsuites/sptests/sp37/init.c (modified) score: Remove Giant lock in rtems_clock_tick() Update #2307. Tue, 05 May 2015 11:05:54 GMT Sebastian Huber [900d337f] * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadsetschedparam.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/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/schedulercbs.c (modified) * cpukit/score/src/schedulercbsreleasejob.c (modified) * cpukit/score/src/scheduleredfreleasejob.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadsetpriority.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) score: Rework _Thread_Change_priority() Move the writes to ... Fri, 24 Apr 2015 10:02:20 GMT Sebastian Huber [cc366ec] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/include/rtems/score/threadsync.h (deleted) * cpukit/score/preinstall.am (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) * cpukit/score/src/threadqops.c (modified) * cpukit/score/src/threadqprocesstimeout.c (deleted) * cpukit/score/src/threadqtimeout.c (deleted) * cpukit/score/src/threadtimeout.c (modified) * testsuites/sptests/spintrcritical01/init.c (modified) * testsuites/sptests/spintrcritical09/init.c (modified) * testsuites/sptests/spintrcritical16/init.c (modified) * testsuites/sptests/spintrcritical20/init.c (modified) * testsuites/sptests/spintrcritical22/init.c (modified) score: New thread queue implementation Use thread wait flags for ... Tue, 21 Apr 2015 08:17:13 GMT Sebastian Huber [568af83] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqops.c (added) * testsuites/sptests/spintrcritical23/init.c (modified) score: Add Thread_queue_Operations Replace the ... Wed, 22 Apr 2015 08:06:05 GMT Sebastian Huber [08fe84b] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/src/eventseize.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadtimeout.c (moved) * testsuites/sptests/spintrcritical10/init.c (modified) score: Generalize _Event_Timeout() Add a thread wait timeout code. ... Sun, 26 Apr 2015 13:22:20 GMT Sebastian Huber [b7cff7fe] * cpukit/rtems/src/eventsurrender.c (modified) * cpukit/rtems/src/eventtimeout.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * testsuites/sptests/spintrcritical10/init.c (modified) score: Reduce thread wait states Merge THREAD_WAIT_STATE_SATISFIED, ... Fri, 10 Apr 2015 13:31:31 GMT Sebastian Huber [a382010c] * cpukit/rtems/include/rtems/rtems/event.h (modified) * cpukit/rtems/include/rtems/rtems/timerimpl.h (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/watchdogadjust.c (modified) * cpukit/score/src/watchdogadjusttochain.c (deleted) * cpukit/score/src/watchdoginsert.c (modified) * testsuites/sptests/spintrcritical17/init.c (modified) * testsuites/sptests/spintrcritical17/spintrcritical17.doc (modified) score: New timer server implementation Use mostly the standard ... Wed, 15 Apr 2015 08:53:29 GMT Sebastian Huber [1ccbd052] * cpukit/rtems/src/timercreate.c (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/watchdog.c (modified) * cpukit/score/src/watchdoginsert.c (modified) * cpukit/score/src/watchdogremove.c (modified) * cpukit/score/src/watchdogtickle.c (modified) * testsuites/sptests/spsize/size.c (modified) * testsuites/sptests/spwatchdog/init.c (modified) score: Add Watchdog_Iterator Rewrite the _Watchdog_Insert(), ... Wed, 15 Apr 2015 09:26:46 GMT Sebastian Huber [2903090] * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/posix/src/timerinserthelper.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/ualarm.c (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/ratemondelete.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/timerreset.c (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/rtems/src/timerserverfireafter.c (modified) * cpukit/rtems/src/timerserverfirewhen.c (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/watchdogremove.c (modified) * cpukit/score/src/watchdogtickle.c (modified) * testsuites/sptests/spintrcritical08/init.c (modified) * testsuites/sptests/spintrcritical09/init.c (modified) score: Add header to _Watchdog_Remove() Add watchdog header ... Thu, 23 Apr 2015 11:01:05 GMT Sebastian Huber [22788bc] * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/partmp.c (modified) * cpukit/rtems/src/regionmp.c (modified) * cpukit/rtems/src/regionprocessqueue.c (modified) * cpukit/rtems/src/semmp.c (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/corerwlockrelease.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqextractwithproxy.c (modified) * cpukit/score/src/threadqprocesstimeout.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) score: _Thread_queue_Extract() Remove thread queue parameter from ... Fri, 15 May 2015 11:17:16 GMT Sebastian Huber [b1b5ddf0] * testsuites/smptests/smpcache01/init.c (modified) * testsuites/smptests/smpcache01/smpcache01.scn (modified) smptests/smpcache01: Restructure Restructure to avoid large maximum ... Sun, 10 May 2015 19:30:26 GMT Sebastian Huber [be0366b] * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * testsuites/smptests/smpmrsp01/init.c (modified) * testsuites/smptests/smpmrsp01/smpmrsp01.scn (modified) score: Fix scheduler helping protocol Account for priority changes ... Wed, 06 May 2015 14:39:12 GMT Alexander Krutwig [5b9dfff5] * testsuites/sptests/spcontext01/init.c (modified) * testsuites/sptests/spcontext01/spcontext01.scn (modified) sptests/spcontext01: Check FPU task combinations Sun, 26 Apr 2015 18:26:50 GMT Sebastian Huber [40d24d5] * testsuites/sptests/spstkalloc02/init.c (modified) sptests/spstkalloc02: Fix namespace issue Avoid collision with ... Wed, 22 Apr 2015 14:10:24 GMT Joel Sherrill [694f155] * testsuites/sptests/sp13/system.h (modified) sp13/system.h: Account for all message buffers There may be a way ... Wed, 22 Apr 2015 19:29:21 GMT Sebastian Huber [9f10911] * cpukit/libfs/src/pipe/fifo.c (modified) * cpukit/posix/src/condinit.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/src/regioncreate.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/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/coremutex.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/coresemseize.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) score: Delete Thread_queue_Control::state Use a parameter for ... Wed, 22 Apr 2015 07:22:27 GMT Daniel Cederman [36413201] * testsuites/smptests/smpcache01/init.c (modified) smptests/smpcache01: Enable interrupts before waiting for other CPUs ... Mon, 20 Apr 2015 07:45:10 GMT Sebastian Huber [1041de1] * cpukit/rtems/src/eventreceive.c (modified) * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/eventsend.c (modified) * cpukit/rtems/src/eventsurrender.c (modified) * cpukit/rtems/src/eventtimeout.c (modified) * cpukit/rtems/src/systemeventreceive.c (modified) * cpukit/rtems/src/systemeventsend.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadget.c (modified) * testsuites/sptests/spintrcritical10/init.c (modified) score: Add _Thread_Get_interrupt_disable() Remove _Thread_Acquire() ... Sun, 19 Apr 2015 08:27:08 GMT Sebastian Huber [1981b469] * cpukit/score/include/rtems/score/isrlock.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * testsuites/sptests/sp37/init.c (modified) score: Add _ISR_lock_ISR_disable/enable() Fri, 17 Apr 2015 10:05:16 GMT Sebastian Huber [26c142e5] * c/src/lib/libcpu/shared/src/cache_manager.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/src/smpmulticastaction.c (added) * testsuites/smptests/smpcache01/init.c (modified) score: Refactor SMP cache manager support Wed, 15 Apr 2015 19:39:56 GMT Joel Sherrill [491434cd] * testsuites/sptests/sp13/system.h (modified) sp13: Document message buffer usage and adjust configuration Fri, 17 Apr 2015 08:46:02 GMT Sebastian Huber [b8cdc38b] * testsuites/sptests/sp52/init.c (modified) sptests/sp52: Reduce clock tick interval This helps on slow simulators. Thu, 16 Apr 2015 20:24:59 GMT Sebastian Huber [a211a732] * cpukit/score/src/coretodset.c (modified) * testsuites/sptests/sp52/init.c (modified) score: Fix _TOD_Set_with_timestamp() Update the current time before ... Thu, 16 Apr 2015 18:29:29 GMT Sebastian Huber [ab69324] * testsuites/sptests/sp68/init.c (modified) sptests/sp68: Avoid use of internal variables Thu, 16 Apr 2015 09:23:29 GMT Sebastian Huber [e98df4d] * cpukit/score/include/rtems/score/isrlock.h (modified) * testsuites/sptests/sp37/init.c (modified) score: Add _ISR_lock_Flash() Tue, 14 Apr 2015 20:00:57 GMT Joel Sherrill [b1debed0] * testsuites/sptests/spcpuset01/init.c (modified) * testsuites/sptests/spcpuset01/spcpuset01.scn (modified) * testsuites/sptests/spcpuset01/system.h (modified) * testsuites/sptests/spcpuset01/test.c (modified) spcpuset01: Reduce output to reduce run-time Tue, 14 Apr 2015 19:07:35 GMT Joel Sherrill [351858d] * testsuites/sptests/sp13/system.h (modified) * testsuites/sptests/sp13/task1.c (modified) sp13: Update configuration to account for messages on fourth message ... Tue, 14 Apr 2015 15:01:05 GMT Joel Sherrill [fc0756e] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/apimutex.h (modified) * cpukit/score/src/apimutexislocked.c (added) * testsuites/psxtests/psxmsgq01/init.c (modified) * testsuites/psxtests/psxsem01/init.c (modified) * testsuites/support/include/tmacros.h (modified) Add test assertion for allocator mutex being unlocked The Allocator ... Fri, 10 Apr 2015 14:19:48 GMT Sebastian Huber [54cf0e34] * cpukit/rtems/include/rtems/rtems/timerimpl.h (modified) * cpukit/rtems/src/timerreset.c (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/watchdog.c (modified) * cpukit/score/src/watchdogadjust.c (modified) * cpukit/score/src/watchdogadjusttochain.c (modified) * cpukit/score/src/watchdoginsert.c (modified) * cpukit/score/src/watchdogtickle.c (modified) * testsuites/sptests/spintrcritical08/init.c (modified) * testsuites/sptests/spintrcritical09/init.c (modified) * testsuites/sptests/spsize/size.c (modified) score: Add Watchdog_Header This type is intended to encapsulate all ... Fri, 27 Mar 2015 20:08:21 GMT Sebastian Huber [edcf89b] * cpukit/rtems/src/taskresume.c (modified) * cpukit/rtems/src/tasksuspend.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * testsuites/tmtests/tm26/task1.c (modified) rtems: Atomically suspend/resume tasks Wed, 08 Apr 2015 05:46:10 GMT Sebastian Huber [f820f22c] * testsuites/fstests/fsfseeko01/init.c (modified) fstests/fsfseeko01: Fix for long == off_t Close #2317. Tue, 31 Mar 2015 22:45:06 GMT Joel Sherrill [7824d15] * testsuites/testdata/disable-intrcritical-tests.tcfg (added) disable-intrcritical-tests.tcfg: New file This file contains the ... Tue, 31 Mar 2015 13:14:28 GMT Alexander Krutwig [2da28d2] * testsuites/psxtmtests/psxtmcond08/init.c (modified) psxtmtests: Use timeout in more distant future Adds future ... Tue, 31 Mar 2015 13:14:27 GMT Alexander Krutwig [15031660] * testsuites/fstests/mimfs_support/fs_support.c (modified) fstests: Increase stack size for symlink loop test Tue, 31 Mar 2015 13:14:26 GMT Alexander Krutwig [260cfe0] * testsuites/fstests/fssymlink/test.c (modified) fstests/fssymlink: Typo Tue, 31 Mar 2015 06:04:35 GMT Chris Johns [7790fec1] * testsuites/libtests/dl02/init.c (modified) testsuites: dl02 needs an FPU init task. Wed, 25 Mar 2015 08:50:59 GMT Sebastian Huber [e7e86ba] * testsuites/smptests/smpmigration01/init.c (modified) smpmigration01: Delete timing dependent assert The cycles per ... Tue, 24 Mar 2015 12:42:08 GMT Sebastian Huber [4f10ed6] * testsuites/smptests/smpfatal08/init.c (modified) smptests/smpfatal08: Workaround for QorIQ BSPs Tue, 17 Mar 2015 15:28:50 GMT Sebastian Huber [2e9c3d5] * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * testsuites/sptests/spintrcritical23/init.c (modified) score: Add thread priority change handler Since the thread current ... Sun, 22 Mar 2015 14:43:23 GMT Joel Sherrill [dd23125] * testsuites/sptests/sp54/init.c (modified) testsuites/sptests/sp54/init.c: Add cast to avoid warning Sun, 22 Mar 2015 14:43:07 GMT Joel Sherrill [d05d31f] * testsuites/samples/minimum/init.c (modified) samples/minimum/init.c: Add cast to avoid warning Fri, 20 Mar 2015 22:56:56 GMT Joel Sherrill [5da717a] * testsuites/sptests/sptls03/init.c (modified) sptls03/init.c: Make type and constants uint32_t to avoid overflow ... Sat, 21 Mar 2015 19:45:10 GMT Joel Sherrill [dc8ab440] * testsuites/sptests/sptls01/init.c (modified) sptls01/init.c: Use larger data types for values Fri, 20 Mar 2015 15:50:13 GMT Joel Sherrill [73a2caf] * testsuites/sptests/spwatchdog/init.c (modified) sptests/spwatchdog/init.c: Avoid integer overflow Fri, 20 Mar 2015 15:49:06 GMT Joel Sherrill [2fe0f16d] * testsuites/sptests/spedfsched02/init.c (modified) * testsuites/sptests/spedfsched02/system.h (modified) sptests/spedfsched02: Reduce stack space usage to fix on smaller targets Fri, 20 Mar 2015 15:48:32 GMT Joel Sherrill [c6ef870] * testsuites/sptests/spatomic01/init.c (modified) sptests/spatomic01/init.c: Avoid integer overflow Fri, 20 Mar 2015 15:47:59 GMT Joel Sherrill [70757114] * testsuites/sptests/sp34/changepri.c (modified) sptests/sp34/changepri.c: Correct printf() warning Fri, 20 Mar 2015 15:47:41 GMT Joel Sherrill [6c1aff66] * testsuites/sptests/sp33/init.c (modified) sptests/sp33/init.c: Correct printf() warning Sat, 21 Mar 2015 19:43:47 GMT Joel Sherrill [6849e53] * testsuites/sptests/sp20/init.c (modified) * testsuites/sptests/sp20/system.h (modified) sptests/sp20: Reduce memory requirements This was checked on ... Fri, 20 Mar 2015 15:47:14 GMT Joel Sherrill [2be0342] * testsuites/sptests/sp13/system.h (modified) sptests/sp13/system.h: Fine tune message buffer configuration to ... Fri, 20 Mar 2015 15:46:18 GMT Joel Sherrill [52a34a7] * testsuites/sptests/sp12/pritask.c (modified) sptests/sp12/pritask.c: Correct printf() warning Fri, 20 Mar 2015 15:45:55 GMT Joel Sherrill [ab90136b] * testsuites/psxtests/psxconfig01/init.c (modified) psxconfig01/init.c: Correct pointer/integer size warning Fri, 20 Mar 2015 15:45:28 GMT Joel Sherrill [278da87] * testsuites/psxtests/psx15/init.c (modified) psxtests/psx15/init.c: Correct printf() warning Sun, 22 Mar 2015 19:59:52 GMT Joel Sherrill [59efbdd4] * testsuites/libtests/malloctest/init.c (modified) malloctest/init.c: Fix use uninitialized warning Fri, 20 Mar 2015 15:38:44 GMT Joel Sherrill [e0437fe] * testsuites/psxtests/psxsignal03/init.c (modified) testsuites/psxtests/psxsignal03/init.c: Fix line wrap Thu, 19 Mar 2015 17:29:17 GMT Joel Sherrill [f061f2f] * testsuites/testdata/disable-jffs2-tests.tcfg (added) * testsuites/testdata/disable-mrfs-tests.tcfg (added) testsuites/testdata: Add sets to disable all jffs2 and mrfs tests Sun, 22 Mar 2015 13:31:59 GMT Sebastian Huber [a6524b9] * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/src/threadqenqueue.c (modified) * testsuites/sptests/spinternalerror02/spinternalerror02.scn (modified) score: Simplify debug code and use _Assert() Sat, 21 Mar 2015 19:14:45 GMT Sebastian Huber [40a24661] * testsuites/sptests/spintrcritical23/init.c (modified) sptests/spintrcritical23: Fix warnings Fri, 20 Mar 2015 13:09:26 GMT Sebastian Huber [d4edbdbc] * c/src/lib/libbsp/arm/beagle/clock.c (modified) * c/src/lib/libbsp/arm/beagle/console/console-config.c (modified) * c/src/lib/libbsp/arm/beagle/include/bsp.h (modified) * c/src/lib/libbsp/arm/beagle/include/i2c.h (modified) * c/src/lib/libbsp/arm/beagle/irq.c (modified) * c/src/lib/libbsp/arm/beagle/misc/i2c.c (modified) * c/src/lib/libbsp/arm/lpc176x/adc/adc.c (modified) * c/src/lib/libbsp/arm/lpc176x/benchmark_timer/benchmark_timer.c (modified) * c/src/lib/libbsp/arm/lpc176x/can/can.c (modified) * c/src/lib/libbsp/arm/lpc176x/console/console-config.c (modified) * c/src/lib/libbsp/arm/lpc176x/gpio/gpio.c (modified) * c/src/lib/libbsp/arm/lpc176x/include/adc-defs.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/adc.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/bsp.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/can-defs.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/can.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/common-types.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/dma.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/gpio-defs.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/gpio.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/io-defs.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/io.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/irq.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/lpc-clock-config.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/lpc176x.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/mbed-pinmap.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/pwmout-defs.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/pwmout.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/system-clocks.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/timer-defs.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/timer.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/watchdog-defs.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/watchdog.h (modified) * c/src/lib/libbsp/arm/lpc176x/irq/irq.c (modified) * c/src/lib/libbsp/arm/lpc176x/misc/bspidle.c (modified) * c/src/lib/libbsp/arm/lpc176x/misc/dma-copy.c (modified) * c/src/lib/libbsp/arm/lpc176x/misc/dma.c (modified) * c/src/lib/libbsp/arm/lpc176x/misc/io.c (modified) * c/src/lib/libbsp/arm/lpc176x/misc/restart.c (modified) * c/src/lib/libbsp/arm/lpc176x/misc/system-clocks.c (modified) * c/src/lib/libbsp/arm/lpc176x/pwmout/pwmout.c (modified) * c/src/lib/libbsp/arm/lpc176x/rtc/rtc-config.c (modified) * c/src/lib/libbsp/arm/lpc176x/startup/bspreset.c (modified) * c/src/lib/libbsp/arm/lpc176x/startup/bspstart.c (modified) * c/src/lib/libbsp/arm/lpc176x/startup/bspstarthooks.c (modified) * c/src/lib/libbsp/arm/lpc176x/timer/timer.c (modified) * c/src/lib/libbsp/arm/lpc176x/watchdog/watchdog.c (modified) * c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_adc.h (modified) * c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_exti.h (modified) * c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_flash.h (modified) * c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_otgfs.h (modified) * c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_pwr.h (modified) * c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_syscfg.h (modified) * c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_tim.h (modified) * c/src/lib/libcpu/arm/shared/include/am335x.h (modified) * c/src/lib/libcpu/arm/shared/include/omap3.h (modified) * cpukit/libdl/dlfcn-shell.c (modified) * cpukit/libdl/dlfcn-shell.h (modified) * cpukit/libdl/dlfcn.c (modified) * cpukit/libdl/rap-shell.c (modified) * cpukit/libdl/rap-shell.h (modified) * cpukit/libdl/rap.c (modified) * cpukit/libdl/rap.h (modified) * cpukit/libdl/rtl-chain-iterator.c (modified) * cpukit/libdl/rtl-chain-iterator.h (modified) * cpukit/libdl/rtl-debugger.c (modified) * cpukit/libdl/rtl-elf.c (modified) * cpukit/libdl/rtl-elf.h (modified) * cpukit/libdl/rtl-error.c (modified) * cpukit/libdl/rtl-error.h (modified) * cpukit/libdl/rtl-find-file.c (modified) * cpukit/libdl/rtl-find-file.h (modified) * cpukit/libdl/rtl-fwd.h (modified) * cpukit/libdl/rtl-indirect-ptr.h (modified) * cpukit/libdl/rtl-obj-cache.c (modified) * cpukit/libdl/rtl-obj-cache.h (modified) * cpukit/libdl/rtl-obj-comp.c (modified) * cpukit/libdl/rtl-obj-comp.h (modified) * cpukit/libdl/rtl-obj-fwd.h (modified) * cpukit/libdl/rtl-obj.c (modified) * cpukit/libdl/rtl-obj.h (modified) * cpukit/libdl/rtl-rap.c (modified) * cpukit/libdl/rtl-rap.h (modified) * cpukit/libdl/rtl-shell.c (modified) * cpukit/libdl/rtl-shell.h (modified) * cpukit/libdl/rtl-sym.c (modified) * cpukit/libdl/rtl-sym.h (modified) * cpukit/libdl/rtl-trace.c (modified) * cpukit/libdl/rtl-trace.h (modified) * cpukit/libdl/rtl-unresolved.c (modified) * cpukit/libdl/rtl-unresolved.h (modified) * cpukit/libdl/rtl.c (modified) * cpukit/libdl/rtl.h (modified) * cpukit/libmisc/shell/main_md5.c (modified) * cpukit/score/cpu/or1k/cpu.c (modified) * cpukit/score/cpu/or1k/rtems/score/cpu.h (modified) * testsuites/psxtests/psxclock01/init.c (modified) * testsuites/sptests/spclock_err01/delay.c (modified) * testsuites/sptests/spclock_err01/init.c (modified) * testsuites/sptests/spclock_err01/system.h (modified) * testsuites/sptests/spevent_err03/init.c (modified) * testsuites/sptests/spevent_err03/system.h (modified) * testsuites/sptests/spintr_err01/init.c (modified) * testsuites/sptests/spintr_err01/isr.c (modified) * testsuites/sptests/spintr_err01/system.h (modified) * testsuites/sptests/spintrcritical23/init.c (modified) * testsuites/sptests/spmsgq_err01/init.c (modified) * testsuites/sptests/spmsgq_err01/system.h (modified) * testsuites/sptests/spmsgq_err02/init.c (modified) * testsuites/sptests/spmsgq_err02/system.h (modified) * testsuites/sptests/spmsgq_err02/task3.c (modified) * testsuites/sptests/spport_err01/init.c (modified) * testsuites/sptests/spport_err01/system.h (modified) * testsuites/sptests/spratemon_err01/init.c (modified) * testsuites/sptests/spratemon_err01/screen10.c (modified) * testsuites/sptests/spratemon_err01/system.h (modified) * testsuites/sptests/spratemon_err01/task4.c (modified) * testsuites/sptests/spsem_err01/init.c (modified) * testsuites/sptests/spsem_err01/system.h (modified) * testsuites/sptests/spsem_err02/init.c (modified) * testsuites/sptests/spsem_err02/system.h (modified) * testsuites/sptests/spsem_err02/task2.c (modified) * testsuites/sptests/spsignal_err01/init.c (modified) * testsuites/sptests/spsignal_err01/isr.c (modified) * testsuites/sptests/spsignal_err01/system.h (modified) * testsuites/sptests/sptask_err01/init.c (modified) * testsuites/sptests/sptask_err01/system.h (modified) * testsuites/sptests/sptask_err01/task2.c (modified) * testsuites/sptests/sptask_err02/init.c (modified) * testsuites/sptests/sptask_err02/system.h (modified) * testsuites/sptests/sptask_err03/init.c (modified) * testsuites/sptests/sptask_err03/system.h (modified) * testsuites/sptests/sptask_err04/init.c (modified) * testsuites/sptests/sptask_err04/system.h (modified) Replace www.rtems.com with www.rtems.org Tue, 17 Mar 2015 15:24:44 GMT Sebastian Huber [6a941e3] * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spintrcritical23/Makefile.am (added) * testsuites/sptests/spintrcritical23/init.c (added) * testsuites/sptests/spintrcritical23/spintrcritical23.doc (added) * testsuites/sptests/spintrcritical23/spintrcritical23.scn (added) score: Fix _Thread_Change_priority() Atomically update the current ... Sun, 15 Mar 2015 15:31:01 GMT Joel Sherrill [72d3f1a6] * testsuites/sptests/spcbssched03/tasks_periodic.c (modified) spcbssched03/tasks_periodic.c: Fixed now used before set warning Sat, 14 Mar 2015 16:08:01 GMT Joel Sherrill [3c69c467] * testsuites/sptests/spcbssched02/task_periodic.c (modified) * testsuites/sptests/spcbssched03/tasks_aperiodic.c (modified) * testsuites/sptests/spcbssched03/tasks_periodic.c (modified) * testsuites/sptests/spedfsched03/tasks_aperiodic.c (modified) * testsuites/sptests/spedfsched03/tasks_periodic.c (modified) * testsuites/sptests/spqreslib/task_periodic.c (modified) sptests misc: Update to not use deprecated methods Sat, 14 Mar 2015 15:52:24 GMT Joel Sherrill [e334edd] * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/sptests/spclockget/init.c (modified) * testsuites/sptests/spnotepad01/init.c (modified) * testsuites/sptests/sptask_err04/task1.c (modified) * testsuites/tmtests/tm08/task1.c (modified) tests misc: Disable deprecated method usage warning when intentional ... Sat, 14 Mar 2015 15:48:00 GMT Joel Sherrill [979bda9] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp07/init.c (modified) * testsuites/sptests/sp07/sp07.scn (modified) * testsuites/sptests/sp07/task1.c (modified) * testsuites/sptests/sp07/task2.c (modified) * testsuites/sptests/spnotepad02/Makefile.am (added) * testsuites/sptests/spnotepad02/init.c (added) * testsuites/sptests/spnotepad02/spnotepad02.doc (added) * testsuites/sptests/spnotepad02/spnotepad02.scn (added) tm07: Split some code into new spnotepad02. Use of deprecated ... Sat, 14 Mar 2015 15:34:33 GMT Joel Sherrill [0e6f915c] * testsuites/samples/minimum/init.c (modified) testsuites/samples/minimum/init.c: Notepads no longer need to be ... Tue, 17 Mar 2015 09:32:20 GMT Sebastian Huber [8c7eb00] * cpukit/libmisc/testsupport/test.h (modified) * cpukit/libmisc/testsupport/testparallel.c (modified) * testsuites/smptests/smpatomic01/init.c (modified) * testsuites/tmtests/tmfine01/init.c (modified) testsupport: Add worker setup handler Add ... Mon, 16 Mar 2015 12:52:19 GMT Sebastian Huber [dc5e5f44] * testsuites/tmtests/Makefile.am (modified) * testsuites/tmtests/configure.ac (modified) * testsuites/tmtests/tmfine01/Makefile.am (added) * testsuites/tmtests/tmfine01/init.c (added) * testsuites/tmtests/tmfine01/tmfine01.doc (added) * testsuites/tmtests/tmfine01/tmfine01.scn (added) tmtests/tmfine01: New test Fri, 06 Mar 2015 17:41:49 GMT Gedare Bloom [3ac68119] * c/src/librtems++/include/rtems++/rtemsTask.h (modified) * cpukit/libmisc/monitor/monitor.h (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/sapi/include/confdefs.h (modified) * doc/user/conf.t (modified) * doc/user/task.t (modified) * doc/user/userext.t (modified) * testsuites/libtests/rtems++/System.h (modified) * testsuites/mptests/mp02/system.h (modified) * testsuites/sptests/sp07/system.h (modified) * testsuites/sptests/spnotepad01/init.c (modified) * testsuites/sptests/sptask_err04/system.h (modified) * testsuites/tmtests/tm08/system.h (modified) cpukit: deprecate notepads Deprecate Classic API Notepads. Mark ... Mon, 09 Mar 2015 12:18:36 GMT Sebastian Huber [1f67156] * cpukit/libcsupport/src/__gettod.c (modified) * testsuites/psxtests/psxtime/test.c (modified) libcsupport: Delete superfluous _gettimeofday() Mon, 09 Mar 2015 14:23:20 GMT Sebastian Huber [40ecd11] * cpukit/posix/src/sysconf.c (modified) * testsuites/psxtests/psxsysconf/init.c (modified) sysconf: Add _SC_NPROCESSORS_(CONF|ONLN) Mon, 09 Mar 2015 12:52:49 GMT Sebastian Huber [19799fb] * testsuites/libtests/stringto01/init.c (modified) * testsuites/libtests/stringto01/stringto_test_template.h (modified) libtests/stringto01: Fix for GCC 5.0 Fri, 06 Mar 2015 14:34:03 GMT Joel Sherrill [19a1f6b] * cpukit/configure.ac (modified) * testsuites/libtests/configure.ac (modified) Temporarily disable libdl for h8300 The h8300 gets a linking error ... Thu, 05 Mar 2015 16:11:12 GMT Joel Sherrill [ee113c2] * testsuites/testdata/dltests-broken-on-this-bsp.tcfg (added) dltests-broken-on-this-bsp.tcfg: New file used for dl* tests work around Thu, 05 Mar 2015 23:33:38 GMT Joel Sherrill [a726ca64] * cpukit/configure.ac (modified) * testsuites/libtests/configure.ac (modified) Temporarily disable libdl for lm32 There is a GCC ICE when building ... Wed, 04 Mar 2015 21:13:24 GMT Joel Sherrill [1d061ee] * cpukit/configure.ac (modified) * testsuites/libtests/configure.ac (modified) Temporarily disable libdl for v850 There is an issue linking dl0* ... Wed, 04 Mar 2015 21:10:42 GMT Joel Sherrill [9bef63e] * cpukit/configure.ac (modified) * testsuites/libtests/configure.ac (modified) Temporarily disable libdl for bfin There is an issue linking dl0* ...