# # ChangeLog for testsuites/sptests in rtems # # Generated by Trac 1.2.1.dev0 # 04/25/24 08:13:05 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, 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 ... 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. 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 ... 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 ... 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() 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 ... 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 ... 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 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 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 ... 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 ... Wed, 04 Mar 2015 07:02:19 GMT Sebastian Huber [7d6e94b] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/eventimpl.h (modified) * cpukit/rtems/src/event.c (modified) * cpukit/rtems/src/eventdata.c (deleted) * 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/rtems/src/tasks.c (modified) * testsuites/sptests/spintrcritical10/init.c (modified) * testsuites/sptests/spintrcritical21/init.c (modified) * testsuites/sptests/spsize/size.c (modified) score: Implement fine-grained locking for events Use the ISR lock ... Thu, 26 Feb 2015 09:33:36 GMT Sebastian Huber [b8a5abf] * cpukit/rtems/src/taskmode.c (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/scheduleredfchangepriority.c (modified) * cpukit/score/src/scheduleredfunblock.c (modified) * cpukit/score/src/schedulerprioritychangepriority.c (modified) * cpukit/score/src/schedulerpriorityunblock.c (modified) * cpukit/score/src/schedulerpriorityyield.c (modified) * cpukit/score/src/schedulersimplechangepriority.c (modified) * cpukit/score/src/schedulersimpleunblock.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * testsuites/sptests/sp04/system.h (modified) * testsuites/sptests/sp04/task1.c (modified) * testsuites/tmtests/tm04/task1.c (modified) score: Update _Thread_Heir only if necessary Previously, the ... Thu, 05 Mar 2015 09:11:23 GMT Sebastian Huber [d0061287] * testsuites/sptests/spcache01/init.c (modified) * testsuites/sptests/spnsext01/init.c (modified) * testsuites/tmtests/tmcontext01/init.c (modified) tests: Fix warnings Wed, 04 Mar 2015 09:15:02 GMT Sebastian Huber [e50297e] * cpukit/score/include/rtems/score/isrlock.h (modified) * testsuites/sptests/sp37/init.c (modified) score: ISR lock C/C++ compatiblity issue Empty structures are ... Thu, 26 Feb 2015 09:19:38 GMT Sebastian Huber [bd1c9248] * testsuites/sptests/sp76/init.c (modified) sptests/sp76: Check that the right task executes Thu, 19 Feb 2015 10:12:01 GMT Sebastian Huber [a3316f47] * testsuites/sptests/spsem_err01/system.h (modified) * testsuites/sptests/spsem_err02/system.h (modified) * testsuites/sptests/sptask_err01/system.h (modified) sptests: Add missing test extension Wed, 18 Feb 2015 16:46:37 GMT Sebastian Huber [4e3d9a4d] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/atomic.h (modified) * cpukit/score/include/rtems/score/cpustdatomic.h (modified) * cpukit/score/preinstall.am (modified) * testsuites/smptests/smpatomic01/init.c (modified) * testsuites/smptests/smpatomic01/smpatomic01.scn (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spatomic01/Makefile.am (added) * testsuites/sptests/spatomic01/init.c (added) * testsuites/sptests/spatomic01/spatomic01.doc (added) * testsuites/sptests/spatomic01/spatomic01.scn (added) score: Make available Make ... Sun, 08 Feb 2015 18:43:09 GMT Sebastian Huber [a9df916] * c/src/lib/libbsp/powerpc/beatnik/irq/irq_test_app.c (modified) * cpukit/libfs/Makefile.am (modified) * cpukit/libfs/src/imfs/fifoimfs_init.c (deleted) * cpukit/libfs/src/imfs/imfs.h (modified) * cpukit/libfs/src/imfs/imfs_init.c (modified) * cpukit/libfs/src/imfs/imfs_load_tar.c (modified) * cpukit/libfs/src/imfs/imfs_make_generic_node.c (modified) * cpukit/libfs/src/imfs/miniimfs_init.c (deleted) * cpukit/sapi/include/confdefs.h (modified) * doc/user/conf.t (modified) * testsuites/fstests/Makefile.am (modified) * testsuites/fstests/configure.ac (modified) * testsuites/fstests/fsimfsconfig01/Makefile.am (added) * testsuites/fstests/fsimfsconfig01/fsimfsconfig01.doc (added) * testsuites/fstests/fsimfsconfig01/fsimfsconfig01.scn (added) * testsuites/fstests/fsimfsconfig01/init.c (added) * testsuites/fstests/fsimfsconfig02/Makefile.am (added) * testsuites/fstests/fsimfsconfig02/fsimfsconfig02.doc (added) * testsuites/fstests/fsimfsconfig02/fsimfsconfig02.scn (added) * testsuites/fstests/fsimfsconfig02/init.c (added) * testsuites/fstests/fsimfsgeneric01/init.c (modified) * testsuites/fstests/mimfs_support/fs_support.c (modified) * testsuites/libtests/tar03/init.c (modified) * testsuites/psxtests/psxfile01/main.c (modified) * testsuites/psxtests/psximfs02/init.c (modified) * testsuites/psxtests/psxmount/main.c (modified) * testsuites/psxtests/psxreaddir/main.c (modified) * testsuites/psxtests/psxstat/main.c (modified) * testsuites/samples/iostream/system.h (modified) * testsuites/sptests/sp47/init.c (modified) * testsuites/sptests/sp48/init.c (modified) IMFS: Add fine grained configuration Remove miniIMFS. Statically ... Mon, 09 Feb 2015 18:09:23 GMT Sebastian Huber [16939b18] * cpukit/sapi/include/confdefs.h (modified) * testsuites/psxtests/psximfs02/init.c (modified) * testsuites/psxtests/psxpipe01/init.c (modified) * testsuites/sptests/spfifo02/init.c (modified) * testsuites/sptests/spfifo03/init.c (modified) * testsuites/sptests/spfifo04/init.c (modified) * testsuites/sptests/spfifo05/init.c (modified) Filesystem: Simplify FIFO and pipe configuration Mon, 02 Feb 2015 14:25:26 GMT Sebastian Huber [efd2965a] * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/libio_init.c (modified) * cpukit/sapi/include/confdefs.h (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spfatal22/Makefile.am (deleted) * testsuites/sptests/spfatal22/spfatal22.doc (deleted) * testsuites/sptests/spfatal22/spfatal22.scn (deleted) * testsuites/sptests/spfatal22/testcase.h (deleted) Filesystem: Statically initialize rtems_libio_iops Tue, 23 Dec 2014 10:05:21 GMT Sebastian Huber [7f28f237] * cpukit/score/cpu/powerpc/rtems/score/cpu.h (modified) * testsuites/sptests/spsize/size.c (modified) powerpc: Delete _CPU_IRQ_info Mon, 15 Dec 2014 13:19:43 GMT Sebastian Huber [a0b1b5ed] * cpukit/libi2c/libi2c.h (modified) * cpukit/libmisc/dummy/default-configuration.c (modified) * testsuites/fstests/fsbdpart01/init.c (modified) * testsuites/fstests/fsdosfsformat01/init.c (modified) * testsuites/fstests/fsdosfsname01/init.c (modified) * testsuites/fstests/fsdosfssync01/init.c (modified) * testsuites/fstests/fsdosfswrite01/init.c (modified) * testsuites/fstests/fsfseeko01/init.c (modified) * testsuites/fstests/fsimfsgeneric01/init.c (modified) * testsuites/fstests/fsrofs01/init.c (modified) * testsuites/fstests/imfs_support/fs_support.c (modified) * testsuites/fstests/jffs2_support/fs_support.c (modified) * testsuites/fstests/mdosfs_support/fs_support.c (modified) * testsuites/fstests/mimfs_support/fs_support.c (modified) * testsuites/fstests/mrfs_support/fs_support.c (modified) * testsuites/libtests/block01/init.c (modified) * testsuites/libtests/block02/init.c (modified) * testsuites/libtests/block03/init.c (modified) * testsuites/libtests/block04/init.c (modified) * testsuites/libtests/block05/init.c (modified) * testsuites/libtests/block06/init.c (modified) * testsuites/libtests/block07/init.c (modified) * testsuites/libtests/block09/init.c (modified) * testsuites/libtests/block10/init.c (modified) * testsuites/libtests/block11/init.c (modified) * testsuites/libtests/block12/init.c (modified) * testsuites/libtests/block13/init.c (modified) * testsuites/libtests/block14/init.c (modified) * testsuites/libtests/block15/init.c (modified) * testsuites/libtests/block16/init.c (modified) * testsuites/libtests/block17/init.c (modified) * testsuites/libtests/crypt01/init.c (modified) * testsuites/libtests/devfs03/init.c (modified) * testsuites/libtests/deviceio01/init.c (modified) * testsuites/libtests/dl01/init.c (modified) * testsuites/libtests/dl02/init.c (modified) * testsuites/libtests/exit01/init.c (modified) * testsuites/libtests/exit02/init.c (modified) * testsuites/libtests/flashdisk01/init.c (modified) * testsuites/libtests/ftp01/init.c (modified) * testsuites/libtests/i2c01/init.c (modified) * testsuites/libtests/md501/init.c (modified) * testsuites/libtests/mghttpd01/init.c (modified) * testsuites/libtests/monitor02/system.h (modified) * testsuites/libtests/newlib01/init.c (modified) * testsuites/libtests/pwdgrp01/init.c (modified) * testsuites/libtests/pwdgrp02/init.c (modified) * testsuites/libtests/sha/init.c (modified) * testsuites/libtests/shell01/init.c (modified) * testsuites/libtests/sparsedisk01/init.c (modified) * testsuites/libtests/syscall01/init.c (modified) * testsuites/libtests/tar01/init.c (modified) * testsuites/libtests/tar02/init.c (modified) * testsuites/libtests/utf8proc01/init.c (modified) * testsuites/psxtests/psx13/main.c (modified) * testsuites/psxtests/psxaio01/system.h (modified) * testsuites/psxtests/psxaio02/system.h (modified) * testsuites/psxtests/psxaio03/system.h (modified) * testsuites/psxtests/psxchroot01/main.c (modified) * testsuites/psxtests/psxfchx01/init.c (modified) * testsuites/psxtests/psxfile01/main.c (modified) * testsuites/psxtests/psxfile02/init.c (modified) * testsuites/psxtests/psxmount/main.c (modified) * testsuites/psxtests/psxpasswd01/init.c (modified) * testsuites/psxtests/psxpasswd02/init.c (modified) * testsuites/psxtests/psxpipe01/init.c (modified) * testsuites/psxtests/psxrdwrv/main.c (modified) * testsuites/psxtests/psxreaddir/main.c (modified) * testsuites/psxtests/psxstat/main.c (modified) * testsuites/samples/fileio/system.h (modified) * testsuites/samples/loopback/init.c (modified) * testsuites/sptests/spcache01/init.c (modified) * testsuites/sptests/spcontext01/init.c (modified) * testsuites/sptests/spfifo01/init.c (modified) * testsuites/sptests/spfifo02/init.c (modified) * testsuites/sptests/spfifo03/init.c (modified) * testsuites/sptests/spfifo04/init.c (modified) * testsuites/sptests/spfifo05/init.c (modified) * testsuites/sptests/spheapprot/init.c (modified) * testsuites/sptests/spinternalerror02/init.c (modified) * testsuites/sptests/spmkdir/init.c (modified) * testsuites/sptests/spmrsp01/init.c (modified) * testsuites/sptests/spnsext01/init.c (modified) * testsuites/sptests/spprofiling01/init.c (modified) * testsuites/sptests/spresource01/init.c (modified) * testsuites/sptests/spscheduler01/init.c (modified) * testsuites/sptests/spsem03/init.c (modified) * testsuites/sptests/spthreadlife01/init.c (modified) Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM This define was ... Thu, 04 Dec 2014 09:03:50 GMT Sebastian Huber [12072880] * c/configure.ac (modified) * c/src/ada-tests/configure.ac (modified) * c/src/configure.ac (modified) * c/src/lib/libbsp/arm/altera-cyclone-v/configure.ac (modified) * c/src/lib/libbsp/arm/configure.ac (modified) * c/src/lib/libbsp/arm/csb336/configure.ac (modified) * c/src/lib/libbsp/arm/csb337/configure.ac (modified) * c/src/lib/libbsp/arm/edb7312/configure.ac (modified) * c/src/lib/libbsp/arm/gba/configure.ac (modified) * c/src/lib/libbsp/arm/gdbarmsim/configure.ac (modified) * c/src/lib/libbsp/arm/gp32/configure.ac (modified) * c/src/lib/libbsp/arm/gumstix/configure.ac (modified) * c/src/lib/libbsp/arm/lm3s69xx/configure.ac (modified) * c/src/lib/libbsp/arm/lpc176x/configure.ac (modified) * c/src/lib/libbsp/arm/lpc24xx/configure.ac (modified) * c/src/lib/libbsp/arm/lpc32xx/configure.ac (modified) * c/src/lib/libbsp/arm/nds/configure.ac (modified) * c/src/lib/libbsp/arm/nds/tools/configure.ac (modified) * c/src/lib/libbsp/arm/raspberrypi/configure.ac (modified) * c/src/lib/libbsp/arm/realview-pbx-a9/configure.ac (modified) * c/src/lib/libbsp/arm/rtl22xx/configure.ac (modified) * c/src/lib/libbsp/arm/smdk2410/configure.ac (modified) * c/src/lib/libbsp/arm/stm32f4/configure.ac (modified) * c/src/lib/libbsp/arm/tms570/configure.ac (modified) * c/src/lib/libbsp/arm/xilinx-zynq/configure.ac (modified) * c/src/lib/libbsp/avr/avrtest/configure.ac (modified) * c/src/lib/libbsp/avr/configure.ac (modified) * c/src/lib/libbsp/bfin/TLL6527M/configure.ac (modified) * c/src/lib/libbsp/bfin/bf537Stamp/configure.ac (modified) * c/src/lib/libbsp/bfin/configure.ac (modified) * c/src/lib/libbsp/bfin/eZKit533/configure.ac (modified) * c/src/lib/libbsp/h8300/configure.ac (modified) * c/src/lib/libbsp/h8300/h8sim/configure.ac (modified) * c/src/lib/libbsp/i386/configure.ac (modified) * c/src/lib/libbsp/i386/pc386/configure.ac (modified) * c/src/lib/libbsp/i386/pc386/tools/configure.ac (modified) * c/src/lib/libbsp/lm32/configure.ac (modified) * c/src/lib/libbsp/lm32/lm32_evr/configure.ac (modified) * c/src/lib/libbsp/lm32/milkymist/configure.ac (modified) * c/src/lib/libbsp/m32c/configure.ac (modified) * c/src/lib/libbsp/m32c/m32cbsp/configure.ac (modified) * c/src/lib/libbsp/m32r/configure.ac (modified) * c/src/lib/libbsp/m32r/m32rsim/configure.ac (modified) * c/src/lib/libbsp/m68k/av5282/configure.ac (modified) * c/src/lib/libbsp/m68k/configure.ac (modified) * c/src/lib/libbsp/m68k/csb360/configure.ac (modified) * c/src/lib/libbsp/m68k/gen68302/configure.ac (modified) * c/src/lib/libbsp/m68k/gen68340/configure.ac (modified) * c/src/lib/libbsp/m68k/gen68360/configure.ac (modified) * c/src/lib/libbsp/m68k/genmcf548x/configure.ac (modified) * c/src/lib/libbsp/m68k/idp/configure.ac (modified) * c/src/lib/libbsp/m68k/mcf5206elite/configure.ac (modified) * c/src/lib/libbsp/m68k/mcf5206elite/tools/configure.ac (modified) * c/src/lib/libbsp/m68k/mcf52235/configure.ac (modified) * c/src/lib/libbsp/m68k/mcf5225x/configure.ac (modified) * c/src/lib/libbsp/m68k/mcf5235/configure.ac (modified) * c/src/lib/libbsp/m68k/mcf5329/configure.ac (modified) * c/src/lib/libbsp/m68k/mrm332/configure.ac (modified) * c/src/lib/libbsp/m68k/mvme136/configure.ac (modified) * c/src/lib/libbsp/m68k/mvme147/configure.ac (modified) * c/src/lib/libbsp/m68k/mvme147s/configure.ac (modified) * c/src/lib/libbsp/m68k/mvme162/configure.ac (modified) * c/src/lib/libbsp/m68k/mvme162/tools/configure.ac (modified) * c/src/lib/libbsp/m68k/mvme167/configure.ac (modified) * c/src/lib/libbsp/m68k/ods68302/configure.ac (modified) * c/src/lib/libbsp/m68k/sim68000/configure.ac (modified) * c/src/lib/libbsp/m68k/uC5282/configure.ac (modified) * c/src/lib/libbsp/mips/configure.ac (modified) * c/src/lib/libbsp/mips/csb350/configure.ac (modified) * c/src/lib/libbsp/mips/genmongoosev/configure.ac (modified) * c/src/lib/libbsp/mips/hurricane/configure.ac (modified) * c/src/lib/libbsp/mips/jmr3904/configure.ac (modified) * c/src/lib/libbsp/mips/jmr3904/tools/configure.ac (modified) * c/src/lib/libbsp/mips/malta/configure.ac (modified) * c/src/lib/libbsp/mips/rbtx4925/configure.ac (modified) * c/src/lib/libbsp/mips/rbtx4938/configure.ac (modified) * c/src/lib/libbsp/moxie/configure.ac (modified) * c/src/lib/libbsp/moxie/moxiesim/configure.ac (modified) * c/src/lib/libbsp/nios2/configure.ac (modified) * c/src/lib/libbsp/nios2/nios2_iss/configure.ac (modified) * c/src/lib/libbsp/no_cpu/configure.ac (modified) * c/src/lib/libbsp/no_cpu/no_bsp/configure.ac (modified) * c/src/lib/libbsp/or1k/configure.ac (modified) * c/src/lib/libbsp/or1k/or1ksim/configure.ac (modified) * c/src/lib/libbsp/powerpc/beatnik/configure.ac (modified) * c/src/lib/libbsp/powerpc/configure.ac (modified) * c/src/lib/libbsp/powerpc/ep1a/configure.ac (modified) * c/src/lib/libbsp/powerpc/gen5200/configure.ac (modified) * c/src/lib/libbsp/powerpc/gen83xx/configure.ac (modified) * c/src/lib/libbsp/powerpc/haleakala/configure.ac (modified) * c/src/lib/libbsp/powerpc/mbx8xx/configure.ac (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac (modified) * c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac (modified) * c/src/lib/libbsp/powerpc/mpc8260ads/configure.ac (modified) * c/src/lib/libbsp/powerpc/mvme3100/configure.ac (modified) * c/src/lib/libbsp/powerpc/mvme5500/configure.ac (modified) * c/src/lib/libbsp/powerpc/psim/configure.ac (modified) * c/src/lib/libbsp/powerpc/qemuppc/configure.ac (modified) * c/src/lib/libbsp/powerpc/qoriq/configure.ac (modified) * c/src/lib/libbsp/powerpc/score603e/configure.ac (modified) * c/src/lib/libbsp/powerpc/ss555/configure.ac (modified) * c/src/lib/libbsp/powerpc/t32mppc/configure.ac (modified) * c/src/lib/libbsp/powerpc/tqm8xx/configure.ac (modified) * c/src/lib/libbsp/powerpc/virtex/configure.ac (modified) * c/src/lib/libbsp/powerpc/virtex4/configure.ac (modified) * c/src/lib/libbsp/powerpc/virtex5/configure.ac (modified) * c/src/lib/libbsp/sh/configure.ac (modified) * c/src/lib/libbsp/sh/gensh1/configure.ac (modified) * c/src/lib/libbsp/sh/gensh2/configure.ac (modified) * c/src/lib/libbsp/sh/gensh4/configure.ac (modified) * c/src/lib/libbsp/sh/shsim/configure.ac (modified) * c/src/lib/libbsp/sparc/configure.ac (modified) * c/src/lib/libbsp/sparc/erc32/configure.ac (modified) * c/src/lib/libbsp/sparc/leon2/configure.ac (modified) * c/src/lib/libbsp/sparc/leon3/configure.ac (modified) * c/src/lib/libbsp/sparc64/configure.ac (modified) * c/src/lib/libbsp/sparc64/niagara/configure.ac (modified) * c/src/lib/libbsp/sparc64/usiii/configure.ac (modified) * c/src/lib/libbsp/v850/configure.ac (modified) * c/src/lib/libbsp/v850/gdbv850sim/configure.ac (modified) * c/src/lib/libcpu/arm/configure.ac (modified) * c/src/lib/libcpu/bfin/configure.ac (modified) * c/src/lib/libcpu/i386/configure.ac (modified) * c/src/lib/libcpu/lm32/configure.ac (modified) * c/src/lib/libcpu/m68k/configure.ac (modified) * c/src/lib/libcpu/mips/configure.ac (modified) * c/src/lib/libcpu/nios2/configure.ac (modified) * c/src/lib/libcpu/or1k/configure.ac (modified) * c/src/lib/libcpu/powerpc/configure.ac (modified) * c/src/lib/libcpu/sh/configure.ac (modified) * c/src/lib/libcpu/sparc/configure.ac (modified) * c/src/lib/libcpu/sparc64/configure.ac (modified) * c/src/librtems++/configure.ac (modified) * c/src/make/configure.ac (modified) * configure.ac (modified) * cpukit/configure.ac (modified) * doc/configure.ac (modified) * doc/tools/configure.ac (modified) * testsuites/configure.ac (modified) * testsuites/fstests/configure.ac (modified) * testsuites/libtests/configure.ac (modified) * testsuites/mptests/configure.ac (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtmtests/configure.ac (modified) * testsuites/rhealstone/configure.ac (modified) * testsuites/samples/configure.ac (modified) * testsuites/smptests/configure.ac (modified) * testsuites/sptests/configure.ac (modified) * testsuites/tmtests/configure.ac (modified) * testsuites/tools/configure.ac (modified) * testsuites/tools/generic/configure.ac (modified) * tools/build/configure.ac (modified) * tools/cpu/configure.ac (modified) * tools/cpu/generic/configure.ac (modified) * tools/cpu/nios2/configure.ac (modified) * tools/cpu/sh/configure.ac (modified) Update bug report URL Wed, 03 Dec 2014 10:14:42 GMT Sebastian Huber [0104056] * testsuites/sptests/spintrcritical_support/intrcritical.c (modified) sptests: Add get_one_tick_busy_value() Extract this function from ... Tue, 11 Nov 2014 13:17:55 GMT Daniel Hellstrom [9e8d8b5c] * testsuites/sptests/spcpuset01/init.c (modified) * testsuites/sptests/spcpuset01/spcpuset01.doc (modified) * testsuites/sptests/spcpuset01/spcpuset01.scn (modified) spcpuset01: fix test comments Tue, 25 Nov 2014 15:47:20 GMT Sebastian Huber [038faca1] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/cachecoherentalloc.c (added) * cpukit/rtems/include/rtems/rtems/cache.h (modified) * testsuites/sptests/spcache01/init.c (modified) * testsuites/sptests/spcache01/spcache01.doc (modified) * testsuites/sptests/spcache01/spcache01.scn (modified) rtems: Add rtems_cache_coherent_allocate() Add ... Tue, 25 Nov 2014 13:58:13 GMT Sebastian Huber [7e5c9b89] * c/src/lib/libcpu/Makefile.am (modified) * c/src/lib/libcpu/bfin/Makefile.am (modified) * c/src/lib/libcpu/i386/Makefile.am (modified) * c/src/lib/libcpu/lm32/Makefile.am (modified) * c/src/lib/libcpu/m68k/Makefile.am (modified) * c/src/lib/libcpu/mips/Makefile.am (modified) * c/src/lib/libcpu/nios2/Makefile.am (modified) * c/src/lib/libcpu/powerpc/Makefile.am (modified) * c/src/lib/libcpu/sh/Makefile.am (modified) * c/src/lib/libcpu/shared/src/cache_aligned_malloc.c (deleted) * c/src/lib/libcpu/sparc/Makefile.am (modified) * c/src/lib/libcpu/sparc64/Makefile.am (modified) * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/cachealignedalloc.c (added) * testsuites/sptests/spcache01/init.c (modified) * testsuites/sptests/spcache01/spcache01.doc (modified) * testsuites/sptests/spcache01/spcache01.scn (modified) rtems: Move rtems_cache_aligned_malloc() Make sure also the size is ... Tue, 25 Nov 2014 07:39:46 GMT Sebastian Huber [7981a88] * testsuites/sptests/spcache01/init.c (modified) sptest/spcache01: New test cases Fri, 21 Nov 2014 07:49:57 GMT Sebastian Huber [11925eef] * c/src/lib/libbsp/powerpc/gen5200/ide/pcmcia_ide.c (modified) * c/src/lib/libbsp/powerpc/mvme5500/network/if_100MHz/GT64260eth.c (modified) * c/src/libchip/ide/ata_internal.h (modified) * cpukit/libfs/src/dosfs/fat.h (modified) * cpukit/libfs/src/imfs/imfs_load_tar.c (modified) * cpukit/libfs/src/pipe/fifo.c (modified) * cpukit/libmisc/untar/untar.c (modified) * cpukit/librpc/src/rpc/svc_udp.c (modified) * cpukit/pppd/pppd.h (modified) * testsuites/psxtests/psxaio02/init.c (modified) * testsuites/psxtests/psxaio03/init.c (modified) * testsuites/samples/fileio/init.c (modified) * testsuites/sptests/sp48/init.c (modified) * testsuites/sptests/sp63/init.c (modified) Delete or rename MIN/MAX macros and defines Include ... Tue, 14 Oct 2014 10:12:32 GMT Sebastian Huber [43633ae] * testsuites/psxtests/psxglobalcon01/init.cc (modified) * testsuites/psxtests/psxglobalcon02/init.cc (modified) * testsuites/sptests/spglobalcon01/init.cc (modified) testsuites: Avoid clock driver Fri, 10 Oct 2014 07:09:19 GMT Sebastian Huber [a38ced2] * 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 (added) * cpukit/score/src/threadhandler.c (modified) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxglobalcon01/Makefile.am (added) * testsuites/psxtests/psxglobalcon01/init.cc (added) * testsuites/psxtests/psxglobalcon01/psxglobalcon01.doc (added) * testsuites/psxtests/psxglobalcon01/psxglobalcon01.scn (added) * testsuites/psxtests/psxglobalcon02/Makefile.am (added) * testsuites/psxtests/psxglobalcon02/init.cc (added) * testsuites/psxtests/psxglobalcon02/psxglobalcon02.doc (added) * testsuites/psxtests/psxglobalcon02/psxglobalcon02.scn (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spglobalcon01/Makefile.am (added) * testsuites/sptests/spglobalcon01/init.cc (added) * testsuites/sptests/spglobalcon01/spglobalcon01.doc (added) * testsuites/sptests/spglobalcon01/spglobalcon01.scn (added) * testsuites/sptests/spthreadlife01/init.c (modified) score: Rework global construction Ensure that the global ... Fri, 19 Sep 2014 12:18:00 GMT Sebastian Huber [6f1e1b3] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spintrcritical22/Makefile.am (added) * testsuites/sptests/spintrcritical22/init.c (added) * testsuites/sptests/spintrcritical22/spintrcritical22.doc (added) * testsuites/sptests/spintrcritical22/spintrcritical22.scn (added) sptests/spintrcritical22: New test Tue, 16 Sep 2014 13:43:15 GMT Sebastian Huber [7f8a978] * testsuites/sptests/sp07/Makefile.am (modified) * testsuites/sptests/sp07/buffered_io.c (deleted) * testsuites/sptests/sp07/init.c (modified) * testsuites/sptests/sp07/sp07.scn (modified) * testsuites/sptests/sp07/system.h (modified) * testsuites/sptests/sp07/task2.c (modified) * testsuites/sptests/sp07/task4.c (modified) * testsuites/sptests/sp07/tcreate.c (modified) * testsuites/sptests/sp07/tdelete.c (modified) * testsuites/sptests/sp07/trestart.c (modified) * testsuites/sptests/sp07/tstart.c (modified) sptests/sp07: Minimize thread dispatch latency Do not use sprintf() ... Fri, 12 Sep 2014 14:04:40 GMT Sebastian Huber [f9eca790] * testsuites/sptests/spintrcritical_support/intrcritical.c (modified) sptests/spintrcritical_support: Optimize busy loop Fri, 12 Sep 2014 14:04:01 GMT Sebastian Huber [73b5d8bf] * testsuites/sptests/spintrcritical10/init.c (modified) sptests/spintrcritical10: Avoid undefined memory Wed, 10 Sep 2014 12:46:03 GMT Sebastian Huber [e09f8b08] * testsuites/sptests/spfatal07/testcase.h (modified) sptests/spfatal07: Fix end of test message Tue, 09 Sep 2014 15:13:51 GMT Sebastian Huber [4984ee4] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp39/Makefile.am (deleted) * testsuites/sptests/spintrcritical21/Makefile.am (added) * testsuites/sptests/spintrcritical21/init.c (moved) * testsuites/sptests/spintrcritical21/spintrcritical21.doc (moved) * testsuites/sptests/spintrcritical21/spintrcritical21.scn (moved) * testsuites/sptests/spintrcritical21/system.h (moved) sptests/sp39: Convert to sptests/spintrcritical21 Use interrupt ... Mon, 08 Sep 2014 13:18:07 GMT Sebastian Huber [8028089] * testsuites/psxtests/psxintrcritical01/init.c (modified) * testsuites/sptests/spintrcritical01/init.c (modified) * testsuites/sptests/spintrcritical06/init.c (modified) * testsuites/sptests/spintrcritical08/init.c (modified) * testsuites/sptests/spintrcritical09/init.c (modified) * testsuites/sptests/spintrcritical10/init.c (modified) * testsuites/sptests/spintrcritical11/init.c (modified) * testsuites/sptests/spintrcritical13/init.c (modified) * testsuites/sptests/spintrcritical15/init.c (modified) * testsuites/sptests/spintrcritical16/init.c (modified) * testsuites/sptests/spintrcritical18/init.c (modified) * testsuites/sptests/spintrcritical20/init.c (modified) * testsuites/sptests/spintrcritical_support/intrcritical.c (modified) * testsuites/sptests/spintrcritical_support/intrcritical.h (modified) tests: Rework interrupt critical tests This avoids test durations ... Fri, 05 Sep 2014 07:27:41 GMT Sebastian Huber [07b4594] * testsuites/sptests/spcontext01/init.c (modified) sptests/spcontext01: Fix warning Wed, 03 Sep 2014 15:21:21 GMT Joel Sherrill [a864016f] * testsuites/sptests/spcpuset01/init.c (modified) * testsuites/sptests/spcpuset01/test.c (modified) spcpuset01: Use %zd for size_t to eliminate warning Wed, 03 Sep 2014 15:07:28 GMT Joel Sherrill [9aa6ddf] * testsuites/sptests/spfreechain01/init.c (modified) spfreechain01/init.c: Use %zd for size_t to eliminate warning Tue, 02 Sep 2014 17:30:25 GMT Joel Sherrill [e1462e1] * testsuites/sptests/sp19/fptask.c (modified) * testsuites/sptests/sp19/fptest.h (modified) sp19: Eliminate warnings Tue, 02 Sep 2014 23:00:44 GMT Joel Sherrill [be4992b1] * c/src/lib/libbsp/arm/csb337/startup/bspreset.c (modified) * c/src/lib/libbsp/arm/raspberrypi/Makefile.am (modified) * c/src/lib/libbsp/arm/raspberrypi/startup/bspreset.c (deleted) * testsuites/sptests/spintr_err01/init.c (modified) raspberrypi: Use shared bspreset.c Mon, 01 Sep 2014 09:01:04 GMT Sebastian Huber [4030ccc] * testsuites/libtests/newlib01/newlib01.doc (modified) * testsuites/smptests/smpatomic01/smpatomic01.doc (modified) * testsuites/smptests/smpipi01/smpipi01.doc (modified) * testsuites/smptests/smpmigration01/smpmigration01.doc (modified) * testsuites/smptests/smpmigration02/smpmigration02.doc (modified) * testsuites/smptests/smpmrsp01/smpmrsp01.doc (modified) * testsuites/smptests/smpscheduler01/smpscheduler01.doc (modified) * testsuites/smptests/smpscheduler02/smpscheduler02.doc (modified) * testsuites/smptests/smpthreadlife01/smpthreadlife01.doc (modified) * testsuites/smptests/smpunsupported01/smpunsupported01.doc (modified) * testsuites/sptests/spmrsp01/spmrsp01.doc (modified) * testsuites/sptests/spscheduler01/spscheduler01.doc (modified) tests: Add documentation Fri, 22 Aug 2014 15:09:36 GMT Sebastian Huber [96ec8ee8] * cpukit/rtems/include/rtems/rtems/clock.h (modified) * doc/user/clock.t (modified) * testsuites/sptests/sp37/init.c (modified) * testsuites/sptests/sp37/sp37.doc (modified) * testsuites/sptests/sp37/system.h (modified) rtems: Add more clock tick functions Add rtems_clock_tick_later(), ... Fri, 22 Aug 2014 20:20:16 GMT Hesham ALMatary [23b14f87] * testsuites/sptests/spcache01/init.c (modified) sptests/spcache01: Make inline assembly conditional to account for ... Tue, 19 Aug 2014 15:43:36 GMT Sebastian Huber [bba3507] * cpukit/score/src/coremutex.c (modified) * testsuites/sptests/sp51/init.c (modified) * testsuites/sptests/sp51/sp51.doc (modified) score: PR2179: Fix initially locked PI mutex Thu, 07 Aug 2014 17:41:25 GMT Sebastian Huber [0b9fe3ec] * testsuites/sptests/sprbtree01/init.c (modified) * testsuites/sptests/sprbtree01/sprbtree01.scn (modified) sptests/sprbtree01: Add random ops test case Wed, 23 Jul 2014 11:03:54 GMT Sebastian Huber [993f5ac] * cpukit/sapi/include/rtems/rbtree.h (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) * cpukit/score/include/rtems/score/rbtreeimpl.h (modified) * cpukit/score/src/rbtreeextract.c (modified) * cpukit/score/src/rbtreeinsert.c (modified) * testsuites/sptests/sprbtree01/init.c (modified) rbtree: Simplify insert and extract Simplify _RBTree_Insert() and ... Wed, 23 Jul 2014 11:19:09 GMT Sebastian Huber [4752550f] * cpukit/score/include/rtems/score/rbtreeimpl.h (modified) * testsuites/sptests/sprbtree01/init.c (modified) rbtree: Simplify _RBTree_Rotate() Add and use _RBTree_Direction(). Tue, 05 Aug 2014 12:07:07 GMT Sebastian Huber [d472d21] * testsuites/sptests/sprbtree01/init.c (modified) sptests/sprbtree01: Check tree layout Tue, 05 Aug 2014 11:52:45 GMT Sebastian Huber [888edf6] * testsuites/sptests/sprbtree01/init.c (modified) sptests/sprbtree01: Reduce stack usage Sun, 03 Aug 2014 11:02:58 GMT Sebastian Huber [60fe374] * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/posix/src/key.c (modified) * cpukit/sapi/include/rtems/rbheap.h (modified) * cpukit/sapi/include/rtems/rbtree.h (modified) * cpukit/sapi/src/rbheap.c (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) * cpukit/score/include/rtems/score/rbtreeimpl.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/rbtreefind.c (modified) * cpukit/score/src/rbtreeinsert.c (modified) * cpukit/score/src/scheduleredf.c (modified) * cpukit/score/src/threadq.c (modified) * testsuites/libtests/rbheap01/init.c (modified) * testsuites/sptests/sprbtree01/init.c (modified) rbtree: Add and use RBTree_Compare_result Sat, 02 Aug 2014 14:22:31 GMT Sebastian Huber [40dcafa] * cpukit/libblock/src/bdbuf.c (modified) * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/keyfreememory.c (modified) * cpukit/posix/src/keygetspecific.c (modified) * cpukit/posix/src/keysetspecific.c (modified) * cpukit/sapi/include/rtems/rbheap.h (modified) * cpukit/sapi/include/rtems/rbtree.h (modified) * cpukit/score/include/rtems/score/basedefs.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/resourceiterate.c (modified) * cpukit/score/src/schedulerchangeroot.c (modified) * cpukit/score/src/scheduleredf.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqdequeue.c (modified) * cpukit/score/src/threadqfirst.c (modified) * testsuites/sptests/sprbtree01/init.c (modified) Add and use RTEMS_CONTAINER_OF() Tue, 22 Jul 2014 20:49:09 GMT Sebastian Huber [b767683a] * cpukit/sapi/include/rtems/rbtree.h (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) * testsuites/sptests/sprbtree01/init.c (modified) * testsuites/sptests/sprbtree01/sprbtree01.scn (modified) rbtree: Rename find header in find control Simplify ... Tue, 22 Jul 2014 17:42:54 GMT Sebastian Huber [6e93c836] * cpukit/sapi/include/rtems/rbtree.h (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) * testsuites/sptests/sprbtree01/init.c (modified) rbtree: Simplify off-tree handling Only use the parent pointer, ... Tue, 22 Jul 2014 12:50:07 GMT Sebastian Huber [639117f] * cpukit/score/include/rtems/score/rbtree.h (modified) * cpukit/score/src/rbtreeinsert.c (modified) * testsuites/sptests/sprbtree01/init.c (modified) * testsuites/sptests/sprbtree01/sprbtree01.scn (modified) rbtree: Update maximum node in LIFO order The test sptests/sp35 ... Mon, 21 Jul 2014 16:29:00 GMT Sebastian Huber [8abbbdde] * cpukit/score/include/rtems/score/rbtree.h (modified) * cpukit/score/src/rbtreeextract.c (modified) * testsuites/sptests/sprbtree01/init.c (modified) rbtree: Do not set node off-tree in extract