# # ChangeLog for testsuites in rtems # # Generated by Trac 1.2.1.dev0 # 05/28/24 07:38:29 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* ... Fri, 06 Mar 2015 15:13:40 GMT Alexander Krutwig [33b72fd] * cpukit/libmisc/testsupport/test.h (modified) * cpukit/libmisc/testsupport/testparallel.c (modified) * testsuites/smptests/smpatomic01/init.c (modified) testsupport: Add cascade option to parallel test 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:32:08 GMT Sebastian Huber [222dc775] * cpukit/score/include/rtems/score/threaddispatch.h (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadhandler.c (modified) * testsuites/tmtests/tm26/task1.c (modified) score: Add and use _Thread_Do_dispatch() The _Thread_Dispatch() ... 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 Thu, 05 Mar 2015 08:06:44 GMT Alexander Krutwig [7f577d3] * cpukit/libmisc/Makefile.am (modified) * cpukit/libmisc/testsupport/test.h (modified) * cpukit/libmisc/testsupport/testparallel.c (added) * testsuites/smptests/smpatomic01/init.c (modified) tests: Refactor parallel test execution Wed, 04 Mar 2015 20:53:36 GMT Joel Sherrill [461a930] * testsuites/libtests/capture01/capture01.scn (modified) capture01: Update screen file Tue, 03 Mar 2015 21:15:00 GMT Joel Sherrill [57a914a3] * testsuites/fstests/Makefile.am (modified) * testsuites/fstests/configure.ac (modified) * testsuites/fstests/fsscandir01/fsscandir01.doc (added) * testsuites/fstests/fsscandir01/init.c (added) * testsuites/fstests/imfs_fsscandir01/Makefile.am (added) * testsuites/fstests/imfs_fsscandir01/imfs_fsscandir01.scn (added) * testsuites/fstests/jffs2_fsscandir01/Makefile.am (added) * testsuites/fstests/jffs2_fsscandir01/jffs2_fsscandir01.scn (added) * testsuites/fstests/mdosfs_fsscandir01/Makefile.am (added) * testsuites/fstests/mdosfs_fsscandir01/mdosfs_fsscandir01.scn (added) * testsuites/fstests/mimfs_fsscandir01/Makefile.am (added) * testsuites/fstests/mimfs_fsscandir01/mimfs_fsscandir01.scn (added) * testsuites/fstests/mrfs_fsscandir01/Makefile.am (added) * testsuites/fstests/mrfs_fsscandir01/mrfs_fsscandir01.scn (added) Add simple test for scandir() on all file systems tested updates 1394 Tue, 03 Mar 2015 16:08:51 GMT Gedare Bloom [56c7192] * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxclock01/Makefile.am (added) * testsuites/psxtests/psxclock01/init.c (added) * testsuites/psxtests/psxclock01/psxclock01.doc (added) * testsuites/psxtests/psxclock01/psxclock01.scn (added) psxtests/psxclock01: use clock() and CLOCKS_PER_SEC Closes #2182 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 ... Wed, 04 Mar 2015 10:56:25 GMT Sebastian Huber [c5436ff4] * testsuites/smptests/smpcapture01/init.c (modified) * testsuites/smptests/smpcapture01/smpcapture01.scn (modified) smptests/smpcapture01: Avoid livelock condition Thu, 26 Feb 2015 09:26:49 GMT Sebastian Huber [0324410] * testsuites/smptests/smpcache01/init.c (modified) * testsuites/smptests/smpfatal03/init.c (modified) smptests: Do not use Giant directly This ensures that thread ... Thu, 26 Feb 2015 11:55:43 GMT Sebastian Huber [6357e14a] * testsuites/psxtests/psx05/init.c (modified) psxtests/psx05: Adjust test case Update #2170. 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 Mon, 23 Feb 2015 14:59:49 GMT Gedare Bloom [83fe4468] * testsuites/psxtests/psx09/init.c (modified) * testsuites/psxtests/psx12/init.c (modified) psxtests: add string param to printf. closes #2241 Fri, 20 Feb 2015 08:42:15 GMT Sebastian Huber [a45dfa14] * cpukit/libfs/src/imfs/imfs_linfile.c (modified) * testsuites/libtests/tar02/init.c (modified) * testsuites/libtests/tar02/tar02.scn (modified) IMFS: Fix copy on write for linfiles 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 ... Mon, 16 Feb 2015 10:55:03 GMT Sebastian Huber [c34f94f7] * c/src/lib/libbsp/arm/shared/arm-a9mpcore-smp.c (modified) * c/src/lib/libbsp/powerpc/qoriq/startup/bspsmp.c (modified) * c/src/lib/libbsp/shared/bspsmp.c (modified) * c/src/lib/libbsp/sparc/leon3/startup/bspsmp.c (modified) * cpukit/score/cpu/arm/rtems/score/cpu.h (modified) * cpukit/score/cpu/i386/rtems/score/cpu.h (modified) * cpukit/score/cpu/no_cpu/rtems/score/cpu.h (modified) * cpukit/score/cpu/powerpc/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc/rtems/score/cpu.h (modified) * cpukit/score/src/threadstartmultitasking.c (modified) * testsuites/smptests/smpfatal08/init.c (modified) score: Add _CPU_SMP_Prepare_start_multitasking() Update #2268. Sun, 15 Feb 2015 09:38:15 GMT Sebastian Huber [a43a3466] * cpukit/libfs/src/imfs/imfs.h (modified) * cpukit/libfs/src/imfs/imfs_creat.c (modified) * cpukit/libfs/src/imfs/imfs_eval.c (modified) * cpukit/libfs/src/imfs/imfs_initsupp.c (modified) * cpukit/libfs/src/imfs/imfs_rename.c (modified) * testsuites/psxtests/psxstat/test.c (modified) IMFS: Implement variable length node names This reduces the average ... Sat, 14 Feb 2015 19:07:19 GMT Sebastian Huber [f785492] * cpukit/libfs/Makefile.am (modified) * cpukit/libfs/src/imfs/imfs.h (modified) * cpukit/libfs/src/imfs/imfs_dir.c (added) * cpukit/libfs/src/imfs/imfs_dir_default.c (moved) * cpukit/libfs/src/imfs/imfs_dir_minimal.c (added) * cpukit/libfs/src/imfs/imfs_handlers_directory.c (deleted) * cpukit/libfs/src/imfs/imfs_init.c (modified) * cpukit/sapi/include/confdefs.h (modified) * doc/user/conf.t (modified) * testsuites/fstests/fsimfsconfig01/init.c (modified) IMFS: Add CONFIGURE_IMFS_DISABLE_READDIR Fri, 13 Feb 2015 20:26:17 GMT Sebastian Huber [249766c5] * cpukit/sapi/include/confdefs.h (modified) * doc/user/conf.t (modified) * testsuites/fstests/fsimfsconfig01/init.c (modified) IMFS: Rename CONFIGURE_IMFS_DISABLE_FCHMOD Rename ... Fri, 13 Feb 2015 20:11:55 GMT Sebastian Huber [40a18d7f] * cpukit/sapi/include/confdefs.h (modified) * doc/user/conf.t (modified) * testsuites/fstests/fsimfsconfig01/init.c (modified) IMFS: Add CONFIGURE_IMFS_DISABLE_MKNOD_FILE Fri, 13 Feb 2015 19:53:41 GMT Sebastian Huber [12eee4fd] * cpukit/sapi/include/confdefs.h (modified) * doc/user/conf.t (modified) * testsuites/fstests/Makefile.am (modified) * testsuites/fstests/configure.ac (modified) * testsuites/fstests/fsimfsconfig01/init.c (modified) * testsuites/fstests/fsimfsconfig03/Makefile.am (added) * testsuites/fstests/fsimfsconfig03/fsimfsconfig03.doc (added) * testsuites/fstests/fsimfsconfig03/fsimfsconfig03.scn (added) * testsuites/fstests/fsimfsconfig03/init.c (added) IMFS: CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM Resurrect ...