# # ChangeLog for testsuites in rtems # # Generated by Trac 1.2.1.dev0 # 03/28/24 22:05:50 Fri, 19 Jan 2018 09:49:01 GMT Sebastian Huber [5b7f922] * testsuites/fstests/mimfs_support/fs_support.c (modified) fstests: Use floating-point task The fstests use snprintf(). Fri, 19 Jan 2018 09:05:24 GMT Sebastian Huber [32d50688] * testsuites/psxtests/psxpasswd02/init.c (modified) psxpasswd02: Use floating-point task This test uses sprintf(). Fri, 19 Jan 2018 09:03:53 GMT Sebastian Huber [e9588d5f] * testsuites/psxtests/psxstat/main.c (modified) psxstat: Use floating-point task This test uses sprintf(). Fri, 19 Jan 2018 09:00:15 GMT Sebastian Huber [d2f9d10f] * testsuites/psxtests/psximfs02/init.c (modified) psximfs02: Use floating-point task This test uses sprintf(). Fri, 19 Jan 2018 08:57:05 GMT Sebastian Huber [32e8fc3] * testsuites/sptests/spassoc01/init.c (modified) spassoc01: Use floating-point task This test uses sprintf(). Fri, 19 Jan 2018 08:53:34 GMT Sebastian Huber [3205fd6] * testsuites/support/src/locked_print.c (modified) tests: Use vprintk() in locked_printf() This avoids blocking output ... Fri, 19 Jan 2018 08:53:18 GMT Sebastian Huber [047e8aa] * testsuites/support/include/test_support.h (modified) * testsuites/support/src/locked_print.c (modified) tests: Remove unused locked_printk() Fri, 19 Jan 2018 08:52:23 GMT Sebastian Huber [e6d89860] * testsuites/smptests/smpmigration01/init.c (modified) smpmigration01: Enable floating-point output Fri, 19 Jan 2018 08:47:39 GMT Sebastian Huber [9c270ac] * testsuites/fstests/imfs_support/fs_support.c (modified) fstests: Use floating-point task The fstests use snprintf(). Tue, 02 Jan 2018 08:03:19 GMT Sebastian Huber [030ce68] * testsuites/aclocal/canonical-target-name.m4 (modified) tests: Fix canonical-target-name.m4 Update #3109. Fri, 08 Dec 2017 18:15:12 GMT Joel Sherrill [1307e75] * testsuites/tmtests/tm08/task1.c (modified) tm08: Do not use RTEMS_INTERRUPT_MASK for no reschedule case ... Fri, 08 Dec 2017 18:14:20 GMT Joel Sherrill [21e96d66] * testsuites/sptests/sp08/init.c (modified) sp08: Disable RTEMS_INTERRUPT_MASK testing when SMP enabled Updates ... Wed, 06 Dec 2017 14:56:50 GMT Christian Mauderer [2fe3687] * cpukit/libfs/src/dosfs/msdos_misc.c (modified) * testsuites/fstests/fsdosfsname01/init.c (modified) dosfs: Allow creating a file with similar name. If there is already ... Tue, 05 Dec 2017 15:56:47 GMT Joel Sherrill [e9e0f1d4] * testsuites/smptests/smpunsupported01/init.c (modified) * testsuites/smptests/smpunsupported01/smpunsupported01.doc (modified) smpunsupported01: Add missing error check for rtems_task_mode ... Wed, 06 Dec 2017 18:17:03 GMT Sebastian Huber [9e339a8] * testsuites/sptests/sp51/init.c (modified) sptests/sp51: Delete semaphore after use This ensures that the ... Mon, 04 Dec 2017 07:56:00 GMT Sebastian Huber [bc5b56a] * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/libio_init.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/interr.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) libio: Use API mutex Tue, 28 Nov 2017 15:42:00 GMT Christian Mauderer [ca835e56] * cpukit/libfs/src/dosfs/msdos_misc.c (modified) * testsuites/fstests/fsdosfsname01/init.c (modified) dosfs: Fix files with same name as volume name. Take care that a ... Fri, 01 Dec 2017 21:37:06 GMT Sebastian Huber [fd5471b] * testsuites/ada/sptests/sp01/sp01.adb (modified) * testsuites/ada/sptests/sp01/sptest.adb (modified) * testsuites/ada/support/init.c (modified) * testsuites/ada/support/test_support.ads (modified) ada: Check C and POSIX types Update #3256. Wed, 29 Nov 2017 05:23:27 GMT Sebastian Huber [6c2b8a4b] * cpukit/posix/include/rtems/posix/posixapi.h (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/apimutex.h (modified) * cpukit/score/include/rtems/score/assert.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/score/onceimpl.h (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/src/allocatormutex.c (added) * cpukit/score/src/apimutex.c (deleted) * cpukit/score/src/apimutexisowner.c (modified) * cpukit/score/src/apimutexlock.c (modified) * cpukit/score/src/apimutexunlock.c (modified) * cpukit/score/src/coretod.c (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/debugisownerofallocator.c (deleted) * cpukit/score/src/libatomic.c (modified) * cpukit/score/src/objectactivecount.c (modified) * cpukit/score/src/objectallocate.c (modified) * cpukit/score/src/objectextendinformation.c (modified) * cpukit/score/src/objectfree.c (modified) * cpukit/score/src/objectshrinkinformation.c (modified) * cpukit/score/src/once.c (modified) * testsuites/sptests/sp43/init.c (modified) * testsuites/sptests/sp43/sp43.scn (modified) * testsuites/sptests/spsysinit01/init.c (modified) score: Use self-contained API mutex Use a self-contained recursive ... Mon, 04 Dec 2017 09:52:01 GMT Sebastian Huber [3d7d2a37] * testsuites/ada/sptests/sp09/sptest.adb (modified) ada/sp09: Fix timer server test case A priority of zero is valid ... Mon, 04 Dec 2017 09:51:33 GMT Sebastian Huber [535d0183] * testsuites/ada/sptests/sp09/sptest.adb (modified) * testsuites/ada/sptests/sp09/sptest.ads (modified) ada/sp09: Fix region test cases Mon, 04 Dec 2017 09:50:49 GMT Sebastian Huber [6e05265f] * testsuites/ada/support/init.c (modified) ada: Fix work_space_size() test support Mon, 04 Dec 2017 08:38:25 GMT Sebastian Huber [215fa231] * testsuites/ada/tmtests/tm04/tmtest.adb (modified) ada/tm04: Account for task delete behaviour change Sat, 02 Dec 2017 19:15:29 GMT Sebastian Huber [76bd25e] * testsuites/ada/sptests/sp19/sptest.adp (modified) ada/sp19: Add missing FP attribute Fri, 01 Dec 2017 14:22:02 GMT Sebastian Huber [dda8142f] * testsuites/ada/sptests/sp07/sptest.adb (modified) ada/sp07: Fix uninitialized variable Bug was introduced by ... Fri, 01 Dec 2017 14:21:34 GMT Sebastian Huber [5e05fa0] * cpukit/include/adainclude/rtems.ads (modified) * testsuites/ada/sptests/sp07/sptest.ads (modified) ada: Fix user extension support Fri, 01 Dec 2017 12:56:50 GMT Sebastian Huber [c589775a] * testsuites/ada/support/init.c (modified) ada: Use CONFIGURE_DISABLE_SMP_CONFIGURATION Most Ada tests fail ... Fri, 01 Dec 2017 12:18:14 GMT Sebastian Huber [2178978a] * testsuites/ada/tmtests/tm20/tmtest.adb (modified) ada/tm20: Account for optional heap protection Reduce size of the ... Fri, 01 Dec 2017 10:26:10 GMT Sebastian Huber [a01e169] * testsuites/ada/sptests/spname01/spname01.adb (modified) * testsuites/ada/sptests/spname01/sptest.adb (modified) * testsuites/ada/sptests/spname01/sptest.ads (modified) ada/spname01: Fix several issues Fri, 01 Dec 2017 07:51:17 GMT Sebastian Huber [f6c9334d] * testsuites/ada/mptests/mp01/config_base.h (modified) * testsuites/ada/mptests/mp01/mptest.adb (modified) * testsuites/ada/mptests/mp03/config_base.h (modified) * testsuites/ada/mptests/mp03/mptest.adb (modified) * testsuites/ada/mptests/mp04/config_base.h (modified) * testsuites/ada/mptests/mp04/mptest.adb (modified) * testsuites/ada/mptests/mp05/config_base.h (modified) * testsuites/ada/mptests/mp05/mptest.adb (modified) * testsuites/ada/mptests/mp06/config_base.h (modified) * testsuites/ada/mptests/mp06/mptest.adb (modified) * testsuites/ada/mptests/mp07/config_base.h (modified) * testsuites/ada/mptests/mp07/mptest.adb (modified) * testsuites/ada/mptests/mp08/config_base.h (modified) * testsuites/ada/mptests/mp08/mptest.adb (modified) * testsuites/ada/mptests/mp09/config_base.h (modified) * testsuites/ada/mptests/mp09/mptest.adb (modified) * testsuites/ada/mptests/mp10/config_base.h (modified) * testsuites/ada/mptests/mp10/mptest.adb (modified) * testsuites/ada/mptests/mp11/config_base.h (modified) * testsuites/ada/mptests/mp11/mptest.adb (modified) * testsuites/ada/mptests/mp12/config_base.h (modified) * testsuites/ada/mptests/mp12/mptest.adb (modified) * testsuites/ada/mptests/mp13/config_base.h (modified) * testsuites/ada/mptests/mp13/mptest.adb (modified) * testsuites/ada/mptests/mp14/config_base.h (modified) * testsuites/ada/mptests/mp14/mptest.adb (modified) * testsuites/ada/samples/base_mp/config.h (modified) * testsuites/ada/samples/base_mp/mptest.adb (modified) * testsuites/ada/samples/base_sp/config.h (modified) * testsuites/ada/samples/base_sp/sptest.adb (modified) * testsuites/ada/samples/hello/config.h (modified) * testsuites/ada/samples/hello/sptest.adb (modified) * testsuites/ada/samples/nsecs/config.h (modified) * testsuites/ada/samples/nsecs/sptest.adb (modified) * testsuites/ada/samples/ticker/config.h (modified) * testsuites/ada/samples/ticker/sptest.adb (modified) * testsuites/ada/sptests/sp01/config.h (modified) * testsuites/ada/sptests/sp01/sptest.adb (modified) * testsuites/ada/sptests/sp02/config.h (modified) * testsuites/ada/sptests/sp02/sptest.adb (modified) * testsuites/ada/sptests/sp03/config.h (modified) * testsuites/ada/sptests/sp03/sptest.adb (modified) * testsuites/ada/sptests/sp04/config.h (modified) * testsuites/ada/sptests/sp04/sptest.adb (modified) * testsuites/ada/sptests/sp05/config.h (modified) * testsuites/ada/sptests/sp05/sptest.adb (modified) * testsuites/ada/sptests/sp06/config.h (modified) * testsuites/ada/sptests/sp06/sptest.adb (modified) * testsuites/ada/sptests/sp07/config.h (modified) * testsuites/ada/sptests/sp07/sptest.adb (modified) * testsuites/ada/sptests/sp08/config.h (modified) * testsuites/ada/sptests/sp08/sptest.adb (modified) * testsuites/ada/sptests/sp09/config.h (modified) * testsuites/ada/sptests/sp09/sptest.adb (modified) * testsuites/ada/sptests/sp11/config.h (modified) * testsuites/ada/sptests/sp11/sptest.adb (modified) * testsuites/ada/sptests/sp12/config.h (modified) * testsuites/ada/sptests/sp12/sptest.adb (modified) * testsuites/ada/sptests/sp13/config.h (modified) * testsuites/ada/sptests/sp13/sptest.adb (modified) * testsuites/ada/sptests/sp14/config.h (modified) * testsuites/ada/sptests/sp14/sptest.adb (modified) * testsuites/ada/sptests/sp15/config.h (modified) * testsuites/ada/sptests/sp15/sptest.adb (modified) * testsuites/ada/sptests/sp16/config.h (modified) * testsuites/ada/sptests/sp16/sptest.adb (modified) * testsuites/ada/sptests/sp17/config.h (modified) * testsuites/ada/sptests/sp17/sptest.adb (modified) * testsuites/ada/sptests/sp19/config.h (modified) * testsuites/ada/sptests/sp19/sptest.adp (modified) * testsuites/ada/sptests/sp20/config.h (modified) * testsuites/ada/sptests/sp20/sptest.adb (modified) * testsuites/ada/sptests/sp22/config.h (modified) * testsuites/ada/sptests/sp22/sptest.adb (modified) * testsuites/ada/sptests/sp23/config.h (modified) * testsuites/ada/sptests/sp23/sptest.adb (modified) * testsuites/ada/sptests/sp24/config.h (modified) * testsuites/ada/sptests/sp24/sptest.adb (modified) * testsuites/ada/sptests/sp25/config.h (modified) * testsuites/ada/sptests/sp25/sptest.adb (modified) * testsuites/ada/sptests/spatcb01/config.h (modified) * testsuites/ada/sptests/spatcb01/spatcb01.adb (modified) * testsuites/ada/sptests/spname01/config.h (modified) * testsuites/ada/sptests/spname01/sptest.adb (modified) * testsuites/ada/support/init.c (modified) * testsuites/ada/support/test_support.ads (modified) * testsuites/ada/tmtests/tm01/config.h (modified) * testsuites/ada/tmtests/tm01/tmtest.adb (modified) * testsuites/ada/tmtests/tm02/config.h (modified) * testsuites/ada/tmtests/tm02/tmtest.adb (modified) * testsuites/ada/tmtests/tm03/config.h (modified) * testsuites/ada/tmtests/tm03/tmtest.adb (modified) * testsuites/ada/tmtests/tm04/config.h (modified) * testsuites/ada/tmtests/tm04/tmtest.adb (modified) * testsuites/ada/tmtests/tm05/config.h (modified) * testsuites/ada/tmtests/tm05/tmtest.adb (modified) * testsuites/ada/tmtests/tm06/config.h (modified) * testsuites/ada/tmtests/tm06/tmtest.adb (modified) * testsuites/ada/tmtests/tm07/config.h (modified) * testsuites/ada/tmtests/tm07/tmtest.adb (modified) * testsuites/ada/tmtests/tm08/config.h (modified) * testsuites/ada/tmtests/tm08/tmtest.adb (modified) * testsuites/ada/tmtests/tm09/config.h (modified) * testsuites/ada/tmtests/tm09/tmtest.adb (modified) * testsuites/ada/tmtests/tm10/config.h (modified) * testsuites/ada/tmtests/tm10/tmtest.adb (modified) * testsuites/ada/tmtests/tm11/config.h (modified) * testsuites/ada/tmtests/tm11/tmtest.adb (modified) * testsuites/ada/tmtests/tm12/config.h (modified) * testsuites/ada/tmtests/tm12/tmtest.adb (modified) * testsuites/ada/tmtests/tm13/config.h (modified) * testsuites/ada/tmtests/tm13/tmtest.adb (modified) * testsuites/ada/tmtests/tm14/config.h (modified) * testsuites/ada/tmtests/tm14/tmtest.adb (modified) * testsuites/ada/tmtests/tm15/config.h (modified) * testsuites/ada/tmtests/tm15/tmtest.adb (modified) * testsuites/ada/tmtests/tm16/config.h (modified) * testsuites/ada/tmtests/tm16/tmtest.adb (modified) * testsuites/ada/tmtests/tm17/config.h (modified) * testsuites/ada/tmtests/tm17/tmtest.adb (modified) * testsuites/ada/tmtests/tm18/config.h (modified) * testsuites/ada/tmtests/tm18/tmtest.adb (modified) * testsuites/ada/tmtests/tm19/config.h (modified) * testsuites/ada/tmtests/tm19/tmtest.adb (modified) * testsuites/ada/tmtests/tm20/config.h (modified) * testsuites/ada/tmtests/tm20/tmtest.adb (modified) * testsuites/ada/tmtests/tm21/config.h (modified) * testsuites/ada/tmtests/tm21/tmtest.adb (modified) * testsuites/ada/tmtests/tm22/config.h (modified) * testsuites/ada/tmtests/tm22/tmtest.adb (modified) * testsuites/ada/tmtests/tm23/config.h (modified) * testsuites/ada/tmtests/tm23/tmtest.adb (modified) * testsuites/ada/tmtests/tm24/config.h (modified) * testsuites/ada/tmtests/tm24/tmtest.adb (modified) * testsuites/ada/tmtests/tm25/config.h (modified) * testsuites/ada/tmtests/tm25/tmtest.adb (modified) * testsuites/ada/tmtests/tm28/config.h (modified) * testsuites/ada/tmtests/tm28/tmtest.adb (modified) * testsuites/ada/tmtests/tm29/config.h (modified) * testsuites/ada/tmtests/tm29/tmtest.adb (modified) * testsuites/ada/tmtests/tmck/config.h (modified) * testsuites/ada/tmtests/tmck/tmtest.adb (modified) * testsuites/ada/tmtests/tmoverhd/config.h (modified) * testsuites/ada/tmtests/tmoverhd/tmtest.adb (modified) ada: Add standard test begin/end message Fri, 01 Dec 2017 07:38:05 GMT Sebastian Huber [6899a8d] * testsuites/ada/samples/base_sp/config.h (modified) * testsuites/ada/samples/ticker/config.h (modified) * testsuites/ada/sptests/sp01/config.h (modified) * testsuites/ada/sptests/sp02/config.h (modified) * testsuites/ada/sptests/sp03/config.h (modified) * testsuites/ada/sptests/sp04/config.h (modified) * testsuites/ada/sptests/sp05/config.h (modified) * testsuites/ada/sptests/sp06/config.h (modified) * testsuites/ada/sptests/sp07/config.h (modified) * testsuites/ada/sptests/sp08/config.h (modified) * testsuites/ada/sptests/sp09/config.h (modified) * testsuites/ada/sptests/sp11/config.h (modified) * testsuites/ada/sptests/sp12/config.h (modified) * testsuites/ada/sptests/sp13/config.h (modified) * testsuites/ada/sptests/sp14/config.h (modified) * testsuites/ada/sptests/sp15/config.h (modified) * testsuites/ada/sptests/sp16/config.h (modified) * testsuites/ada/sptests/sp17/config.h (modified) * testsuites/ada/sptests/sp19/config.h (modified) * testsuites/ada/sptests/sp20/config.h (modified) * testsuites/ada/sptests/sp22/config.h (modified) * testsuites/ada/sptests/sp23/config.h (modified) * testsuites/ada/sptests/sp24/config.h (modified) * testsuites/ada/sptests/sp25/config.h (modified) ada: Delete superfluous CONFIGURE_SPTEST Wed, 29 Nov 2017 16:30:43 GMT Joel Sherrill [d6c5a97] * testsuites/libtests/block06/init.c (modified) block06/init.c: Fix printf() format warning Fri, 24 Nov 2017 06:58:55 GMT Sebastian Huber [e58e29fd] * c/src/lib/libbsp/Makefile.am (modified) * c/src/lib/libbsp/arm/altera-cyclone-v/Makefile.am (modified) * c/src/lib/libbsp/arm/altera-cyclone-v/preinstall.am (modified) * c/src/lib/libbsp/arm/atsam/Makefile.am (modified) * c/src/lib/libbsp/arm/atsam/preinstall.am (modified) * c/src/lib/libbsp/arm/beagle/Makefile.am (modified) * c/src/lib/libbsp/arm/beagle/preinstall.am (modified) * c/src/lib/libbsp/arm/csb336/Makefile.am (modified) * c/src/lib/libbsp/arm/csb336/preinstall.am (modified) * c/src/lib/libbsp/arm/csb337/Makefile.am (modified) * c/src/lib/libbsp/arm/csb337/preinstall.am (modified) * c/src/lib/libbsp/arm/edb7312/Makefile.am (modified) * c/src/lib/libbsp/arm/edb7312/preinstall.am (modified) * c/src/lib/libbsp/arm/gdbarmsim/Makefile.am (modified) * c/src/lib/libbsp/arm/gdbarmsim/preinstall.am (modified) * c/src/lib/libbsp/arm/gumstix/Makefile.am (modified) * c/src/lib/libbsp/arm/gumstix/preinstall.am (modified) * c/src/lib/libbsp/arm/imx/Makefile.am (modified) * c/src/lib/libbsp/arm/imx/preinstall.am (modified) * c/src/lib/libbsp/arm/lm3s69xx/Makefile.am (modified) * c/src/lib/libbsp/arm/lm3s69xx/preinstall.am (modified) * c/src/lib/libbsp/arm/lpc176x/Makefile.am (modified) * c/src/lib/libbsp/arm/lpc176x/preinstall.am (modified) * c/src/lib/libbsp/arm/lpc24xx/Makefile.am (modified) * c/src/lib/libbsp/arm/lpc24xx/preinstall.am (modified) * c/src/lib/libbsp/arm/lpc32xx/Makefile.am (modified) * c/src/lib/libbsp/arm/lpc32xx/preinstall.am (modified) * c/src/lib/libbsp/arm/raspberrypi/Makefile.am (modified) * c/src/lib/libbsp/arm/raspberrypi/preinstall.am (modified) * c/src/lib/libbsp/arm/realview-pbx-a9/Makefile.am (modified) * c/src/lib/libbsp/arm/realview-pbx-a9/preinstall.am (modified) * c/src/lib/libbsp/arm/rtl22xx/Makefile.am (modified) * c/src/lib/libbsp/arm/rtl22xx/preinstall.am (modified) * c/src/lib/libbsp/arm/smdk2410/Makefile.am (modified) * c/src/lib/libbsp/arm/smdk2410/preinstall.am (modified) * c/src/lib/libbsp/arm/stm32f4/Makefile.am (modified) * c/src/lib/libbsp/arm/stm32f4/preinstall.am (modified) * c/src/lib/libbsp/arm/tms570/Makefile.am (modified) * c/src/lib/libbsp/arm/tms570/preinstall.am (modified) * c/src/lib/libbsp/arm/xilinx-zynq/Makefile.am (modified) * c/src/lib/libbsp/arm/xilinx-zynq/preinstall.am (modified) * c/src/lib/libbsp/bfin/TLL6527M/Makefile.am (modified) * c/src/lib/libbsp/bfin/TLL6527M/preinstall.am (modified) * c/src/lib/libbsp/bfin/bf537Stamp/Makefile.am (modified) * c/src/lib/libbsp/bfin/bf537Stamp/preinstall.am (modified) * c/src/lib/libbsp/bfin/eZKit533/Makefile.am (modified) * c/src/lib/libbsp/bfin/eZKit533/preinstall.am (modified) * c/src/lib/libbsp/epiphany/epiphany_sim/Makefile.am (modified) * c/src/lib/libbsp/epiphany/epiphany_sim/preinstall.am (modified) * c/src/lib/libbsp/i386/pc386/Makefile.am (modified) * c/src/lib/libbsp/i386/pc386/preinstall.am (modified) * c/src/lib/libbsp/lm32/lm32_evr/Makefile.am (modified) * c/src/lib/libbsp/lm32/lm32_evr/include/coverhd.h (deleted) * c/src/lib/libbsp/lm32/lm32_evr/preinstall.am (modified) * c/src/lib/libbsp/lm32/milkymist/Makefile.am (modified) * c/src/lib/libbsp/lm32/milkymist/preinstall.am (modified) * c/src/lib/libbsp/m32c/m32cbsp/Makefile.am (modified) * c/src/lib/libbsp/m32c/m32cbsp/preinstall.am (modified) * c/src/lib/libbsp/m68k/av5282/Makefile.am (modified) * c/src/lib/libbsp/m68k/av5282/preinstall.am (modified) * c/src/lib/libbsp/m68k/csb360/Makefile.am (modified) * c/src/lib/libbsp/m68k/csb360/include/coverhd.h (deleted) * c/src/lib/libbsp/m68k/csb360/preinstall.am (modified) * c/src/lib/libbsp/m68k/gen68340/Makefile.am (modified) * c/src/lib/libbsp/m68k/gen68340/include/coverhd.h (deleted) * c/src/lib/libbsp/m68k/gen68340/preinstall.am (modified) * c/src/lib/libbsp/m68k/gen68360/Makefile.am (modified) * c/src/lib/libbsp/m68k/gen68360/include/coverhd.h (deleted) * c/src/lib/libbsp/m68k/gen68360/preinstall.am (modified) * c/src/lib/libbsp/m68k/genmcf548x/Makefile.am (modified) * c/src/lib/libbsp/m68k/genmcf548x/preinstall.am (modified) * c/src/lib/libbsp/m68k/mcf5206elite/Makefile.am (modified) * c/src/lib/libbsp/m68k/mcf5206elite/include/coverhd.h (deleted) * c/src/lib/libbsp/m68k/mcf5206elite/preinstall.am (modified) * c/src/lib/libbsp/m68k/mcf52235/Makefile.am (modified) * c/src/lib/libbsp/m68k/mcf52235/preinstall.am (modified) * c/src/lib/libbsp/m68k/mcf5225x/Makefile.am (modified) * c/src/lib/libbsp/m68k/mcf5225x/preinstall.am (modified) * c/src/lib/libbsp/m68k/mcf5235/Makefile.am (modified) * c/src/lib/libbsp/m68k/mcf5235/preinstall.am (modified) * c/src/lib/libbsp/m68k/mcf5329/Makefile.am (modified) * c/src/lib/libbsp/m68k/mcf5329/preinstall.am (modified) * c/src/lib/libbsp/m68k/mrm332/Makefile.am (modified) * c/src/lib/libbsp/m68k/mrm332/preinstall.am (modified) * c/src/lib/libbsp/m68k/mvme147/Makefile.am (modified) * c/src/lib/libbsp/m68k/mvme147/include/coverhd.h (deleted) * c/src/lib/libbsp/m68k/mvme147/preinstall.am (modified) * c/src/lib/libbsp/m68k/mvme147s/Makefile.am (modified) * c/src/lib/libbsp/m68k/mvme147s/include/coverhd.h (deleted) * c/src/lib/libbsp/m68k/mvme147s/preinstall.am (modified) * c/src/lib/libbsp/m68k/mvme162/Makefile.am (modified) * c/src/lib/libbsp/m68k/mvme162/include/coverhd.h (deleted) * c/src/lib/libbsp/m68k/mvme162/preinstall.am (modified) * c/src/lib/libbsp/m68k/mvme167/Makefile.am (modified) * c/src/lib/libbsp/m68k/mvme167/include/coverhd.h (deleted) * c/src/lib/libbsp/m68k/mvme167/preinstall.am (modified) * c/src/lib/libbsp/m68k/uC5282/Makefile.am (modified) * c/src/lib/libbsp/m68k/uC5282/preinstall.am (modified) * c/src/lib/libbsp/mips/csb350/Makefile.am (modified) * c/src/lib/libbsp/mips/csb350/preinstall.am (modified) * c/src/lib/libbsp/mips/hurricane/Makefile.am (modified) * c/src/lib/libbsp/mips/hurricane/include/coverhd.h (deleted) * c/src/lib/libbsp/mips/hurricane/preinstall.am (modified) * c/src/lib/libbsp/mips/jmr3904/Makefile.am (modified) * c/src/lib/libbsp/mips/jmr3904/preinstall.am (modified) * c/src/lib/libbsp/mips/malta/Makefile.am (modified) * c/src/lib/libbsp/mips/malta/preinstall.am (modified) * c/src/lib/libbsp/mips/rbtx4925/Makefile.am (modified) * c/src/lib/libbsp/mips/rbtx4925/preinstall.am (modified) * c/src/lib/libbsp/mips/rbtx4938/Makefile.am (modified) * c/src/lib/libbsp/mips/rbtx4938/preinstall.am (modified) * c/src/lib/libbsp/moxie/moxiesim/Makefile.am (modified) * c/src/lib/libbsp/moxie/moxiesim/preinstall.am (modified) * c/src/lib/libbsp/nios2/nios2_iss/Makefile.am (modified) * c/src/lib/libbsp/nios2/nios2_iss/preinstall.am (modified) * c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am (modified) * c/src/lib/libbsp/no_cpu/no_bsp/preinstall.am (modified) * c/src/lib/libbsp/or1k/generic_or1k/Makefile.am (modified) * c/src/lib/libbsp/or1k/generic_or1k/preinstall.am (modified) * c/src/lib/libbsp/powerpc/beatnik/Makefile.am (modified) * c/src/lib/libbsp/powerpc/beatnik/preinstall.am (modified) * c/src/lib/libbsp/powerpc/gen5200/Makefile.am (modified) * c/src/lib/libbsp/powerpc/gen5200/preinstall.am (modified) * c/src/lib/libbsp/powerpc/gen83xx/Makefile.am (modified) * c/src/lib/libbsp/powerpc/gen83xx/preinstall.am (modified) * c/src/lib/libbsp/powerpc/haleakala/Makefile.am (modified) * c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h (deleted) * c/src/lib/libbsp/powerpc/haleakala/preinstall.am (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.am (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/preinstall.am (modified) * c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am (modified) * c/src/lib/libbsp/powerpc/mpc55xxevb/preinstall.am (modified) * c/src/lib/libbsp/powerpc/mpc8260ads/Makefile.am (modified) * c/src/lib/libbsp/powerpc/mpc8260ads/preinstall.am (modified) * c/src/lib/libbsp/powerpc/mvme3100/Makefile.am (modified) * c/src/lib/libbsp/powerpc/mvme3100/preinstall.am (modified) * c/src/lib/libbsp/powerpc/mvme5500/Makefile.am (modified) * c/src/lib/libbsp/powerpc/mvme5500/preinstall.am (modified) * c/src/lib/libbsp/powerpc/psim/Makefile.am (modified) * c/src/lib/libbsp/powerpc/psim/include/coverhd.h (deleted) * c/src/lib/libbsp/powerpc/psim/preinstall.am (modified) * c/src/lib/libbsp/powerpc/qemuppc/Makefile.am (modified) * c/src/lib/libbsp/powerpc/qemuppc/preinstall.am (modified) * c/src/lib/libbsp/powerpc/qoriq/Makefile.am (modified) * c/src/lib/libbsp/powerpc/qoriq/preinstall.am (modified) * c/src/lib/libbsp/powerpc/ss555/Makefile.am (modified) * c/src/lib/libbsp/powerpc/ss555/preinstall.am (modified) * c/src/lib/libbsp/powerpc/t32mppc/Makefile.am (modified) * c/src/lib/libbsp/powerpc/t32mppc/preinstall.am (modified) * c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am (modified) * c/src/lib/libbsp/powerpc/tqm8xx/include/coverhd.h (deleted) * c/src/lib/libbsp/powerpc/tqm8xx/preinstall.am (modified) * c/src/lib/libbsp/powerpc/virtex/Makefile.am (modified) * c/src/lib/libbsp/powerpc/virtex/include/coverhd.h (deleted) * c/src/lib/libbsp/powerpc/virtex/preinstall.am (modified) * c/src/lib/libbsp/powerpc/virtex4/Makefile.am (modified) * c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h (deleted) * c/src/lib/libbsp/powerpc/virtex4/preinstall.am (modified) * c/src/lib/libbsp/powerpc/virtex5/Makefile.am (modified) * c/src/lib/libbsp/powerpc/virtex5/include/coverhd.h (deleted) * c/src/lib/libbsp/powerpc/virtex5/preinstall.am (modified) * c/src/lib/libbsp/riscv/riscv_generic/Makefile.am (modified) * c/src/lib/libbsp/riscv/riscv_generic/preinstall.am (modified) * c/src/lib/libbsp/sh/gensh1/Makefile.am (modified) * c/src/lib/libbsp/sh/gensh1/include/coverhd.h (deleted) * c/src/lib/libbsp/sh/gensh1/preinstall.am (modified) * c/src/lib/libbsp/sh/gensh2/Makefile.am (modified) * c/src/lib/libbsp/sh/gensh2/include/coverhd.h (deleted) * c/src/lib/libbsp/sh/gensh2/preinstall.am (modified) * c/src/lib/libbsp/sh/gensh4/Makefile.am (modified) * c/src/lib/libbsp/sh/gensh4/preinstall.am (modified) * c/src/lib/libbsp/sh/shsim/Makefile.am (modified) * c/src/lib/libbsp/sh/shsim/preinstall.am (modified) * c/src/lib/libbsp/shared/include/coverhd.h (deleted) * c/src/lib/libbsp/sparc/erc32/Makefile.am (modified) * c/src/lib/libbsp/sparc/erc32/preinstall.am (modified) * c/src/lib/libbsp/sparc/leon2/Makefile.am (modified) * c/src/lib/libbsp/sparc/leon2/preinstall.am (modified) * c/src/lib/libbsp/sparc/leon3/Makefile.am (modified) * c/src/lib/libbsp/sparc/leon3/preinstall.am (modified) * c/src/lib/libbsp/sparc64/niagara/Makefile.am (modified) * c/src/lib/libbsp/sparc64/niagara/preinstall.am (modified) * c/src/lib/libbsp/sparc64/usiii/Makefile.am (modified) * c/src/lib/libbsp/sparc64/usiii/preinstall.am (modified) * c/src/lib/libbsp/v850/gdbv850sim/Makefile.am (modified) * c/src/lib/libbsp/v850/gdbv850sim/preinstall.am (modified) * testsuites/psxtmtests/psxtmbarrier03/init.c (modified) * testsuites/psxtmtests/psxtmcond01/init.c (modified) * testsuites/psxtmtests/psxtmcond03/init.c (modified) * testsuites/psxtmtests/psxtmcond04/init.c (modified) * testsuites/psxtmtests/psxtmcond06/init.c (modified) * testsuites/psxtmtests/psxtmcond07/init.c (modified) * testsuites/psxtmtests/psxtmmutex02/init.c (modified) * testsuites/psxtmtests/psxtmmutex05/init.c (modified) * testsuites/psxtmtests/psxtmmutex06/init.c (modified) * testsuites/psxtmtests/psxtmrwlock02/init.c (modified) * testsuites/psxtmtests/psxtmrwlock03/init.c (modified) * testsuites/psxtmtests/psxtmrwlock04/init.c (modified) * testsuites/psxtmtests/psxtmrwlock05/init.c (modified) * testsuites/psxtmtests/psxtmrwlock06/init.c (modified) * testsuites/psxtmtests/psxtmrwlock07/init.c (modified) * testsuites/psxtmtests/psxtmsem04/init.c (modified) * testsuites/psxtmtests/psxtmsem05/init.c (modified) * testsuites/psxtmtests/psxtmthread01/init.c (modified) * testsuites/psxtmtests/psxtmthread03/init.c (modified) * testsuites/rhealstone/rhilatency/ilatency.c (modified) * testsuites/tmtests/tm01/system.h (modified) * testsuites/tmtests/tm01/task1.c (modified) * testsuites/tmtests/tm02/system.h (modified) * testsuites/tmtests/tm02/task1.c (modified) * testsuites/tmtests/tm03/system.h (modified) * testsuites/tmtests/tm03/task1.c (modified) * testsuites/tmtests/tm04/system.h (modified) * testsuites/tmtests/tm04/task1.c (modified) * testsuites/tmtests/tm05/system.h (modified) * testsuites/tmtests/tm05/task1.c (modified) * testsuites/tmtests/tm06/system.h (modified) * testsuites/tmtests/tm06/task1.c (modified) * testsuites/tmtests/tm07/system.h (modified) * testsuites/tmtests/tm07/task1.c (modified) * testsuites/tmtests/tm08/system.h (modified) * testsuites/tmtests/tm08/task1.c (modified) * testsuites/tmtests/tm09/system.h (modified) * testsuites/tmtests/tm09/task1.c (modified) * testsuites/tmtests/tm10/system.h (modified) * testsuites/tmtests/tm10/task1.c (modified) * testsuites/tmtests/tm11/system.h (modified) * testsuites/tmtests/tm11/task1.c (modified) * testsuites/tmtests/tm12/system.h (modified) * testsuites/tmtests/tm12/task1.c (modified) * testsuites/tmtests/tm13/system.h (modified) * testsuites/tmtests/tm13/task1.c (modified) * testsuites/tmtests/tm14/system.h (modified) * testsuites/tmtests/tm14/task1.c (modified) * testsuites/tmtests/tm15/system.h (modified) * testsuites/tmtests/tm15/task1.c (modified) * testsuites/tmtests/tm16/system.h (modified) * testsuites/tmtests/tm16/task1.c (modified) * testsuites/tmtests/tm17/system.h (modified) * testsuites/tmtests/tm17/task1.c (modified) * testsuites/tmtests/tm18/system.h (modified) * testsuites/tmtests/tm18/task1.c (modified) * testsuites/tmtests/tm19/system.h (modified) * testsuites/tmtests/tm19/task1.c (modified) * testsuites/tmtests/tm20/system.h (modified) * testsuites/tmtests/tm20/task1.c (modified) * testsuites/tmtests/tm21/system.h (modified) * testsuites/tmtests/tm21/task1.c (modified) * testsuites/tmtests/tm22/system.h (modified) * testsuites/tmtests/tm22/task1.c (modified) * testsuites/tmtests/tm23/system.h (modified) * testsuites/tmtests/tm23/task1.c (modified) * testsuites/tmtests/tm24/system.h (modified) * testsuites/tmtests/tm24/task1.c (modified) * testsuites/tmtests/tm25/system.h (modified) * testsuites/tmtests/tm25/task1.c (modified) * testsuites/tmtests/tm26/system.h (modified) * testsuites/tmtests/tm26/task1.c (modified) * testsuites/tmtests/tm27/system.h (modified) * testsuites/tmtests/tm28/system.h (modified) * testsuites/tmtests/tm28/task1.c (modified) * testsuites/tmtests/tm29/system.h (modified) * testsuites/tmtests/tm29/task1.c (modified) * testsuites/tmtests/tm30/init.c (modified) * testsuites/tmtests/tmck/system.h (modified) * testsuites/tmtests/tmoverhd/system.h (modified) Remove coverhd.h This header file contained timing overhead values ... Fri, 24 Nov 2017 14:26:38 GMT Sebastian Huber [57f96b9] * testsuites/libtests/malloctest/init.c (modified) libtests/malloctest: Fix 64-bit targets Update #3082. Fri, 24 Nov 2017 14:18:14 GMT Sebastian Huber [54e7b81] * testsuites/libtests/stringto01/init.c (modified) libtests/stringto01: Fix 64-bit targets Update #3082. Fri, 24 Nov 2017 14:12:20 GMT Sebastian Huber [2e7c3f6] * testsuites/sptests/splinkersets01/init.c (modified) sptests/splinkersets01: Fix 64-bit targets Update #3082. Fri, 24 Nov 2017 12:50:58 GMT Sebastian Huber [83ad1c5] * testsuites/ada/sptests/sp04/sptest.adb (modified) ada/sp04: Fix clock get Update #2676. Wed, 22 Nov 2017 08:26:02 GMT Sebastian Huber [c59479f] * testsuites/support/src/locked_print.c (modified) tests: Use exponential backoff in locked_vprintf() Without the ... Tue, 21 Nov 2017 10:29:01 GMT Sebastian Huber [15e19273] * cpukit/libcsupport/include/rtems/error.h (modified) * cpukit/libcsupport/src/error.c (modified) * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/fatal.h (modified) * cpukit/sapi/src/panic.c (added) * cpukit/score/include/rtems/score/interr.h (modified) * testsuites/sptests/sperror03/init.c (modified) sapi: New implementation of rtems_panic() The previous ... Mon, 20 Nov 2017 05:30:26 GMT Sebastian Huber [cd3e220] * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * testsuites/psxtests/psxfatal01/testcase.h (modified) INTERNAL_ERROR_POSIX_INIT_THREAD_ENTRY_IS_NULL Delete superfluous ... Fri, 17 Nov 2017 05:36:54 GMT Sebastian Huber [a7dcef97] * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadglobalconstruction.c (deleted) * cpukit/score/src/threadhandler.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spextensions01/init.c (modified) * testsuites/sptests/sptls04/Makefile.am (added) * testsuites/sptests/sptls04/init.c (added) * testsuites/sptests/sptls04/sptls04.doc (added) * testsuites/sptests/sptls04/sptls04.scn (added) score: Simplify global construction Update #3243. Thu, 09 Nov 2017 15:21:37 GMT Sebastian Huber [c597fb1] * cpukit/score/include/rtems/score/priority.h (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulernode.h (modified) * cpukit/score/include/rtems/score/schedulernodeimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulersimpleimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/schedulerdefaultmappriority.c (modified) * cpukit/score/src/scheduleredfchangepriority.c (modified) * cpukit/score/src/scheduleredfreleasejob.c (modified) * cpukit/score/src/scheduleredfsmp.c (modified) * cpukit/score/src/scheduleredfunblock.c (modified) * cpukit/score/src/schedulerpriority.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerprioritychangepriority.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulerpriorityunblock.c (modified) * cpukit/score/src/schedulersimplechangepriority.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulersimpleunblock.c (modified) * cpukit/score/src/schedulersimpleyield.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) * testsuites/smptests/smpscheduler01/smpscheduler01.doc (modified) * testsuites/sptests/spintrcritical23/init.c (modified) score: Optimize scheduler priority updates Thread priority changes ... Mon, 13 Nov 2017 08:21:30 GMT Christian Mauderer [1358d4c] * testsuites/libtests/Makefile.am (modified) * testsuites/libtests/configure.ac (modified) * testsuites/libtests/getentropy01/Makefile.am (added) * testsuites/libtests/getentropy01/getentropy01.doc (added) * testsuites/libtests/getentropy01/getentropy01.scn (added) * testsuites/libtests/getentropy01/init.c (added) getentropy: Add test. Update #3239. Mon, 13 Nov 2017 08:21:28 GMT Christian Mauderer [ddc339c] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/arc4random_getentropy_fail.c (added) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * testsuites/sptests/spinternalerror02/init.c (modified) cpukit: Add _arc4random_getentropy_fail. Add a default ... Thu, 16 Nov 2017 05:16:12 GMT Sebastian Huber [727cf48] * testsuites/sptests/spversion01/init.c (modified) sptests/spversion01: Simplify configuration Update #3199. Thu, 16 Nov 2017 14:26:24 GMT Sebastian Huber [e24d64b] * testsuites/psxtests/psx05/system.h (modified) psx05: Remove CONFIGURE_DISABLE_SMP_CONFIGURATION Update #3020. Thu, 16 Nov 2017 14:04:21 GMT Sebastian Huber [ec771f2] * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqflush.c (modified) * testsuites/smptests/smpmutex01/init.c (modified) score: Fix priority ceiling updates We must not clear the priority ... Thu, 16 Nov 2017 13:38:07 GMT Sebastian Huber [9c30c31e] * cpukit/score/src/threadqflush.c (modified) * testsuites/smptests/smpmutex01/init.c (modified) score: Fix _Thread_queue_Flush_critical() The thread queue extract ... Thu, 16 Nov 2017 13:08:20 GMT Sebastian Huber [79a998d] * cpukit/rtems/include/rtems/rtems/semimpl.h (modified) * testsuites/sptests/spmutex01/init.c (modified) rtems: rtems_semaphore_flush() with prio inherit The ... Wed, 15 Nov 2017 06:55:43 GMT Sebastian Huber [62119d2] * testsuites/libtests/dl01/dl-o1.c (modified) * testsuites/libtests/dl02/dl-o1.c (modified) * testsuites/libtests/dl02/dl-o2.c (modified) * testsuites/libtests/dl05/dl-o5.cpp (modified) dl01, dl02, dl05: Fix unresolved printf symbol The link time wrap ... Fri, 10 Nov 2017 07:39:23 GMT Sebastian Huber [cb40687] * aclocal/version.m4 (modified) * c/src/aclocal/version.m4 (modified) * cpukit/aclocal/version.m4 (modified) * testsuites/aclocal/version.m4 (modified) Change RTEMS_API from 5.0 to 5 This fixes the legacy Makefile based ... Wed, 08 Nov 2017 02:27:25 GMT Chris Johns [e6df806] * cpukit/libmisc/Makefile.am (modified) * cpukit/libmisc/testsupport/test.h (modified) * cpukit/libmisc/testsupport/testbeginend.c (modified) * cpukit/libmisc/testsupport/testwrappers.c (added) * testsuites/automake/compile.am (modified) * testsuites/automake/local.am (modified) * testsuites/libtests/rtmonuse/task1.c (modified) * testsuites/sptests/sp14/asr.c (modified) * testsuites/sptests/sp14/task1.c (modified) * testsuites/sptests/sp14/task2.c (modified) * testsuites/support/include/buffer_test_io.h (modified) * testsuites/support/include/tmacros.h (modified) tests: Use ld to map (wrap) printf, puts and putchar to tester ... Tue, 07 Nov 2017 21:25:36 GMT Chris Johns [bcd0c06c] * cpukit/libmisc/testsupport/test.h (modified) * cpukit/libmisc/testsupport/testbeginend.c (modified) * testsuites/samples/cdtest/main.cc (modified) * testsuites/sptests/sp20/init.c (modified) * testsuites/support/include/buffer_test_io.h (modified) tests: Use rtems_test_begin and rtems_test_end. Add a tests enum ... Tue, 07 Nov 2017 05:43:11 GMT Chris Johns [6f3fb8a] * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/version.h (added) * cpukit/sapi/preinstall.am (modified) * cpukit/sapi/src/version.c (added) * cpukit/sapi/vc-key.sh (added) * cpukit/sapi/version-vc-key.h.in (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spversion01/Makefile.am (added) * testsuites/sptests/spversion01/init.c (added) * testsuites/sptests/spversion01/spversion01.doc (added) * testsuites/sptests/spversion01/spversion01.scn (added) cpukit: Add a Version API. Provide functions to get the version ... Thu, 09 Nov 2017 21:06:19 GMT Joel Sherrill [748a126] * testsuites/samples/pppd/Makefile.am (modified) pppd/Makefile.am: Add support/include Tue, 17 Oct 2017 11:44:22 GMT Sebastian Huber [4a147518] * aclocal/version.m4 (modified) * c/src/aclocal/version.m4 (modified) * cpukit/aclocal/version.m4 (modified) * testsuites/aclocal/version.m4 (modified) Upgrade to 5.0.0 Tool name will be "rtems5", e.g. arm-rtems5-gcc. ... Wed, 08 Nov 2017 14:29:14 GMT Sebastian Huber [64ba1a96] * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadgetattrnp.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * testsuites/psxtests/psxclassic01/init.c (modified) posix: Change created_with_explicit_scheduler Remove ... Wed, 08 Nov 2017 13:37:35 GMT Sebastian Huber [7147dc4] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/psxtransschedparam.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadgetattrnp.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * testsuites/psxtests/psxclassic01/init.c (modified) posix: Remove POSIX_API_Control::schedpolicy Use the thread CPU ... Fri, 03 Nov 2017 20:16:09 GMT Sebastian Huber [8d0a0aa] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spconsole01/Makefile.am (added) * testsuites/sptests/spconsole01/init.c (added) * testsuites/sptests/spconsole01/spconsole01.doc (added) * testsuites/sptests/spconsole01/spconsole01.scn (added) sptests/spconsole01: New test Mon, 06 Nov 2017 13:49:32 GMT Sebastian Huber [791469bd] * cpukit/libcsupport/src/termios.c (modified) * testsuites/libtests/termios09/init.c (modified) termios: Fix canonical mode In canonical mode, input is made ... Tue, 07 Nov 2017 06:07:35 GMT Sebastian Huber [1055ff20] * testsuites/libtests/monitor/system.h (modified) * testsuites/libtests/termios/init.c (modified) * testsuites/libtests/top/system.h (modified) * testsuites/samples/capture/system.h (modified) * testsuites/samples/fileio/system.h (modified) * testsuites/samples/pppd/system.h (modified) tests: Use normal console for user input tests Tue, 07 Nov 2017 07:30:59 GMT Sebastian Huber [32ceb385] * testsuites/libtests/capture01/Makefile.am (modified) * testsuites/libtests/capture01/init.c (modified) * testsuites/libtests/math/init.c (modified) tests: Use Update #3170. Update #3199. Wed, 25 Oct 2017 14:00:17 GMT Sebastian Huber [0c286e3] * cpukit/score/include/rtems/score/chainimpl.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulersimpleimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/src/coremsginsert.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) * testsuites/sptests/spchain/init.c (modified) score: _Chain_Insert_ordered_unprotected() Change the chain order ... Mon, 06 Nov 2017 06:56:17 GMT Sebastian Huber [7b00c2fa] * testsuites/libtests/complex/Makefile.am (modified) * testsuites/libtests/complex/init.c (modified) * testsuites/libtests/math/Makefile.am (modified) * testsuites/libtests/math/init.c (modified) * testsuites/libtests/mathf/Makefile.am (modified) * testsuites/libtests/mathf/init.c (modified) * testsuites/libtests/mathl/Makefile.am (modified) * testsuites/libtests/mathl/init.c (modified) * testsuites/samples/capture/Makefile.am (modified) * testsuites/samples/capture/init.c (modified) * testsuites/samples/hello/Makefile.am (modified) * testsuites/samples/hello/init.c (modified) * testsuites/samples/loopback/Makefile.am (modified) * testsuites/samples/loopback/init.c (modified) * testsuites/samples/paranoia/Makefile.am (modified) * testsuites/samples/paranoia/init.c (modified) * testsuites/samples/pppd/init.c (modified) * testsuites/smptests/smp05/init.c (modified) * testsuites/smptests/smp07/init.c (modified) tests: Use in all tests Update #3170. Update #3199. Mon, 06 Nov 2017 08:05:30 GMT Sebastian Huber [d71542c] * testsuites/fstests/fsjffs2gc01/init.c (modified) fsjffs2gc01: Fix sporadic test failures Fri, 03 Nov 2017 07:35:38 GMT Sebastian Huber [c4b8b147] * testsuites/ada/mptests/mp01/config_base.h (modified) * testsuites/ada/mptests/mp03/config_base.h (modified) * testsuites/ada/mptests/mp04/config_base.h (modified) * testsuites/ada/mptests/mp05/config_base.h (modified) * testsuites/ada/mptests/mp06/config_base.h (modified) * testsuites/ada/mptests/mp07/config_base.h (modified) * testsuites/ada/mptests/mp08/config_base.h (modified) * testsuites/ada/mptests/mp09/config_base.h (modified) * testsuites/ada/mptests/mp10/config_base.h (modified) * testsuites/ada/mptests/mp11/config_base.h (modified) * testsuites/ada/mptests/mp12/config_base.h (modified) * testsuites/ada/mptests/mp13/config_base.h (modified) * testsuites/ada/mptests/mp14/config_base.h (modified) * testsuites/ada/samples/base_mp/config.h (modified) * testsuites/ada/samples/base_sp/config.h (modified) * testsuites/ada/samples/hello/config.h (modified) * testsuites/ada/samples/nsecs/config.h (modified) * testsuites/ada/samples/ticker/config.h (modified) * testsuites/ada/sptests/sp01/config.h (modified) * testsuites/ada/sptests/sp02/config.h (modified) * testsuites/ada/sptests/sp03/config.h (modified) * testsuites/ada/sptests/sp04/config.h (modified) * testsuites/ada/sptests/sp05/config.h (modified) * testsuites/ada/sptests/sp06/config.h (modified) * testsuites/ada/sptests/sp07/config.h (modified) * testsuites/ada/sptests/sp08/config.h (modified) * testsuites/ada/sptests/sp09/config.h (modified) * testsuites/ada/sptests/sp11/config.h (modified) * testsuites/ada/sptests/sp12/config.h (modified) * testsuites/ada/sptests/sp13/config.h (modified) * testsuites/ada/sptests/sp14/config.h (modified) * testsuites/ada/sptests/sp15/config.h (modified) * testsuites/ada/sptests/sp16/config.h (modified) * testsuites/ada/sptests/sp17/config.h (modified) * testsuites/ada/sptests/sp19/config.h (modified) * testsuites/ada/sptests/sp20/config.h (modified) * testsuites/ada/sptests/sp22/config.h (modified) * testsuites/ada/sptests/sp23/config.h (modified) * testsuites/ada/sptests/sp24/config.h (modified) * testsuites/ada/sptests/sp25/config.h (modified) * testsuites/ada/sptests/spatcb01/config.h (modified) * testsuites/ada/sptests/spname01/config.h (modified) * testsuites/ada/tmtests/tm01/config.h (modified) * testsuites/ada/tmtests/tm02/config.h (modified) * testsuites/ada/tmtests/tm03/config.h (modified) * testsuites/ada/tmtests/tm04/config.h (modified) * testsuites/ada/tmtests/tm05/config.h (modified) * testsuites/ada/tmtests/tm06/config.h (modified) * testsuites/ada/tmtests/tm07/config.h (modified) * testsuites/ada/tmtests/tm08/config.h (modified) * testsuites/ada/tmtests/tm09/config.h (modified) * testsuites/ada/tmtests/tm10/config.h (modified) * testsuites/ada/tmtests/tm11/config.h (modified) * testsuites/ada/tmtests/tm12/config.h (modified) * testsuites/ada/tmtests/tm13/config.h (modified) * testsuites/ada/tmtests/tm14/config.h (modified) * testsuites/ada/tmtests/tm15/config.h (modified) * testsuites/ada/tmtests/tm16/config.h (modified) * testsuites/ada/tmtests/tm17/config.h (modified) * testsuites/ada/tmtests/tm18/config.h (modified) * testsuites/ada/tmtests/tm19/config.h (modified) * testsuites/ada/tmtests/tm20/config.h (modified) * testsuites/ada/tmtests/tm21/config.h (modified) * testsuites/ada/tmtests/tm22/config.h (modified) * testsuites/ada/tmtests/tm23/config.h (modified) * testsuites/ada/tmtests/tm24/config.h (modified) * testsuites/ada/tmtests/tm25/config.h (modified) * testsuites/ada/tmtests/tm28/config.h (modified) * testsuites/ada/tmtests/tm29/config.h (modified) * testsuites/ada/tmtests/tmck/config.h (modified) * testsuites/ada/tmtests/tmoverhd/config.h (modified) * testsuites/benchmarks/dhrystone/init.c (modified) * testsuites/benchmarks/linpack/init.c (modified) * testsuites/benchmarks/whetstone/init.c (modified) * testsuites/fstests/fsbdpart01/init.c (modified) * testsuites/fstests/fsclose01/init.c (modified) * testsuites/fstests/fsdosfsformat01/init.c (modified) * testsuites/fstests/fsdosfsname01/init.c (modified) * testsuites/fstests/fsdosfsname02/init.c (modified) * testsuites/fstests/fsdosfssync01/init.c (modified) * testsuites/fstests/fsdosfswrite01/init.c (modified) * testsuites/fstests/fsfseeko01/init.c (modified) * testsuites/fstests/fsimfsconfig02/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/block08/system.h (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/bspcmdline01/init.c (modified) * testsuites/libtests/capture01/system.h (modified) * testsuites/libtests/complex/init.c (modified) * testsuites/libtests/cpuuse/system.h (modified) * testsuites/libtests/crypt01/init.c (modified) * testsuites/libtests/debugger01/system.h (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/dl03/init.c (modified) * testsuites/libtests/dl04/init.c (modified) * testsuites/libtests/dl05/init.c (modified) * testsuites/libtests/dumpbuf01/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/gxx01/init.c (modified) * testsuites/libtests/heapwalk/system.h (modified) * testsuites/libtests/i2c01/init.c (modified) * testsuites/libtests/libfdt01/init.c (modified) * testsuites/libtests/malloc02/init.c (modified) * testsuites/libtests/malloc03/init.c (modified) * testsuites/libtests/malloc04/init.c (modified) * testsuites/libtests/malloctest/system.h (modified) * testsuites/libtests/math/init.c (modified) * testsuites/libtests/mathf/init.c (modified) * testsuites/libtests/mathl/init.c (modified) * testsuites/libtests/md501/init.c (modified) * testsuites/libtests/mghttpd01/init.c (modified) * testsuites/libtests/monitor/system.h (modified) * testsuites/libtests/monitor02/system.h (modified) * testsuites/libtests/mouse01/init.c (modified) * testsuites/libtests/networking01/init.c (modified) * testsuites/libtests/newlib01/init.c (modified) * testsuites/libtests/putenvtest/init.c (modified) * testsuites/libtests/pwdgrp01/init.c (modified) * testsuites/libtests/pwdgrp02/init.c (modified) * testsuites/libtests/rbheap01/init.c (modified) * testsuites/libtests/rtmonuse/system.h (modified) * testsuites/libtests/sha/init.c (modified) * testsuites/libtests/shell01/init.c (modified) * testsuites/libtests/sparsedisk01/init.c (modified) * testsuites/libtests/spi01/init.c (modified) * testsuites/libtests/stackchk/system.h (modified) * testsuites/libtests/stackchk01/init.c (modified) * testsuites/libtests/stringto01/init.c (modified) * testsuites/libtests/syscall01/init.c (modified) * testsuites/libtests/tar01/init.c (modified) * testsuites/libtests/tar02/init.c (modified) * testsuites/libtests/tar03/init.c (modified) * testsuites/libtests/termios/init.c (modified) * testsuites/libtests/termios01/init.c (modified) * testsuites/libtests/termios03/init.c (modified) * testsuites/libtests/termios04/init.c (modified) * testsuites/libtests/termios05/init.c (modified) * testsuites/libtests/termios06/init.c (modified) * testsuites/libtests/termios07/init.c (modified) * testsuites/libtests/termios08/init.c (modified) * testsuites/libtests/termios09/init.c (modified) * testsuites/libtests/top/system.h (modified) * testsuites/libtests/tztest/init.c (modified) * testsuites/libtests/uid01/init.c (modified) * testsuites/libtests/utf8proc01/init.c (modified) * testsuites/mptests/mp01/system.h (modified) * testsuites/mptests/mp03/system.h (modified) * testsuites/mptests/mp04/system.h (modified) * testsuites/mptests/mp05/system.h (modified) * testsuites/mptests/mp06/system.h (modified) * testsuites/mptests/mp07/system.h (modified) * testsuites/mptests/mp08/system.h (modified) * testsuites/mptests/mp09/system.h (modified) * testsuites/mptests/mp10/system.h (modified) * testsuites/mptests/mp11/system.h (modified) * testsuites/mptests/mp12/system.h (modified) * testsuites/mptests/mp13/system.h (modified) * testsuites/mptests/mp14/system.h (modified) * testsuites/psxtests/psx01/system.h (modified) * testsuites/psxtests/psx02/system.h (modified) * testsuites/psxtests/psx03/system.h (modified) * testsuites/psxtests/psx04/system.h (modified) * testsuites/psxtests/psx05/system.h (modified) * testsuites/psxtests/psx06/system.h (modified) * testsuites/psxtests/psx07/system.h (modified) * testsuites/psxtests/psx08/system.h (modified) * testsuites/psxtests/psx09/system.h (modified) * testsuites/psxtests/psx10/system.h (modified) * testsuites/psxtests/psx11/system.h (modified) * testsuites/psxtests/psx12/init.c (modified) * testsuites/psxtests/psx13/main.c (modified) * testsuites/psxtests/psx14/system.h (modified) * testsuites/psxtests/psx15/init.c (modified) * testsuites/psxtests/psx16/init.c (modified) * testsuites/psxtests/psxaio01/system.h (modified) * testsuites/psxtests/psxaio02/system.h (modified) * testsuites/psxtests/psxaio03/system.h (modified) * testsuites/psxtests/psxalarm01/init.c (modified) * testsuites/psxtests/psxautoinit01/init.c (modified) * testsuites/psxtests/psxautoinit02/init.c (modified) * testsuites/psxtests/psxbarrier01/main.c (modified) * testsuites/psxtests/psxcancel/init.c (modified) * testsuites/psxtests/psxcancel01/init.c (modified) * testsuites/psxtests/psxchroot01/main.c (modified) * testsuites/psxtests/psxclassic01/init.c (modified) * testsuites/psxtests/psxcleanup/system.h (modified) * testsuites/psxtests/psxcleanup01/init.c (modified) * testsuites/psxtests/psxcleanup02/init.c (modified) * testsuites/psxtests/psxclock/init.c (modified) * testsuites/psxtests/psxclock01/init.c (modified) * testsuites/psxtests/psxclockrealtime01/init.c (modified) * testsuites/psxtests/psxconcurrency01/init.c (modified) * testsuites/psxtests/psxcond01/init.c (modified) * testsuites/psxtests/psxcond02/init.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxeintr_join/init.c (modified) * testsuites/psxtests/psxenosys/system.h (modified) * testsuites/psxtests/psxfatal_support/system.h (modified) * testsuites/psxtests/psxfchx01/init.c (modified) * testsuites/psxtests/psxfile01/main.c (modified) * testsuites/psxtests/psxfile02/init.c (modified) * testsuites/psxtests/psxfilelock01/init.c (modified) * testsuites/psxtests/psxgetattrnp01/init.c (modified) * testsuites/psxtests/psxgetrusage01/init.c (modified) * testsuites/psxtests/psxglobalcon01/init.cc (modified) * testsuites/psxtests/psxglobalcon02/init.cc (modified) * testsuites/psxtests/psxid01/init.c (modified) * testsuites/psxtests/psximfs01/init.c (modified) * testsuites/psxtests/psximfs02/init.c (modified) * testsuites/psxtests/psxintrcritical01/init.c (modified) * testsuites/psxtests/psxitimer/init.c (modified) * testsuites/psxtests/psxkey01/system.h (modified) * testsuites/psxtests/psxkey02/init.c (modified) * testsuites/psxtests/psxkey03/init.c (modified) * testsuites/psxtests/psxkey04/init.c (modified) * testsuites/psxtests/psxkey05/init.c (modified) * testsuites/psxtests/psxkey06/init.c (modified) * testsuites/psxtests/psxkey07/init.c (modified) * testsuites/psxtests/psxkey08/init.c (modified) * testsuites/psxtests/psxkey09/init.c (modified) * testsuites/psxtests/psxkey10/init.c (modified) * testsuites/psxtests/psxmmap01/system.h (modified) * testsuites/psxtests/psxmount/main.c (modified) * testsuites/psxtests/psxmsgq01/system.h (modified) * testsuites/psxtests/psxmsgq02/system.h (modified) * testsuites/psxtests/psxmsgq03/system.h (modified) * testsuites/psxtests/psxmsgq04/init.c (modified) * testsuites/psxtests/psxmutexattr01/init.c (modified) * testsuites/psxtests/psxobj01/init.c (modified) * testsuites/psxtests/psxonce01/system.h (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/psxrwlock01/main.c (modified) * testsuites/psxtests/psxsem01/init.c (modified) * testsuites/psxtests/psxshm01/system.h (modified) * testsuites/psxtests/psxshm02/system.h (modified) * testsuites/psxtests/psxsignal01/system.h (modified) * testsuites/psxtests/psxsignal02/init.c (modified) * testsuites/psxtests/psxsignal03/init.c (modified) * testsuites/psxtests/psxsignal05/init.c (modified) * testsuites/psxtests/psxsignal06/init.c (modified) * testsuites/psxtests/psxspin01/main.c (modified) * testsuites/psxtests/psxstack01/init.c (modified) * testsuites/psxtests/psxstack02/init.c (modified) * testsuites/psxtests/psxstat/main.c (modified) * testsuites/psxtests/psxstrsignal01/init.c (modified) * testsuites/psxtests/psxsysconf/system.h (modified) * testsuites/psxtests/psxthreadname01/init.c (modified) * testsuites/psxtests/psxtime/main.c (modified) * testsuites/psxtests/psxtimer01/system.h (modified) * testsuites/psxtests/psxtimer02/system.h (modified) * testsuites/psxtests/psxtimes01/init.c (modified) * testsuites/psxtests/psxualarm/system.h (modified) * testsuites/psxtests/psxusleep/init.c (modified) * testsuites/psxtmtests/psxtmbarrier01/init.c (modified) * testsuites/psxtmtests/psxtmbarrier02/init.c (modified) * testsuites/psxtmtests/psxtmbarrier03/init.c (modified) * testsuites/psxtmtests/psxtmbarrier04/init.c (modified) * testsuites/psxtmtests/psxtmclocknanosleep01/init.c (modified) * testsuites/psxtmtests/psxtmclocknanosleep02/init.c (modified) * testsuites/psxtmtests/psxtmclocknanosleep03/init.c (modified) * testsuites/psxtmtests/psxtmcond01/init.c (modified) * testsuites/psxtmtests/psxtmcond02/init.c (modified) * testsuites/psxtmtests/psxtmcond03/init.c (modified) * testsuites/psxtmtests/psxtmcond04/init.c (modified) * testsuites/psxtmtests/psxtmcond05/init.c (modified) * testsuites/psxtmtests/psxtmcond06/init.c (modified) * testsuites/psxtmtests/psxtmcond07/init.c (modified) * testsuites/psxtmtests/psxtmcond08/init.c (modified) * testsuites/psxtmtests/psxtmkey01/init.c (modified) * testsuites/psxtmtests/psxtmkey02/init.c (modified) * testsuites/psxtmtests/psxtmmq01/init.c (modified) * testsuites/psxtmtests/psxtmmutex01/init.c (modified) * testsuites/psxtmtests/psxtmmutex02/init.c (modified) * testsuites/psxtmtests/psxtmmutex03/init.c (modified) * testsuites/psxtmtests/psxtmmutex04/init.c (modified) * testsuites/psxtmtests/psxtmmutex05/init.c (modified) * testsuites/psxtmtests/psxtmmutex06/init.c (modified) * testsuites/psxtmtests/psxtmmutex07/init.c (modified) * testsuites/psxtmtests/psxtmnanosleep01/init.c (modified) * testsuites/psxtmtests/psxtmnanosleep02/init.c (modified) * testsuites/psxtmtests/psxtmrwlock01/init.c (modified) * testsuites/psxtmtests/psxtmrwlock02/init.c (modified) * testsuites/psxtmtests/psxtmrwlock03/init.c (modified) * testsuites/psxtmtests/psxtmrwlock04/init.c (modified) * testsuites/psxtmtests/psxtmrwlock05/init.c (modified) * testsuites/psxtmtests/psxtmrwlock06/init.c (modified) * testsuites/psxtmtests/psxtmrwlock07/init.c (modified) * testsuites/psxtmtests/psxtmsem01/init.c (modified) * testsuites/psxtmtests/psxtmsem02/init.c (modified) * testsuites/psxtmtests/psxtmsem03/init.c (modified) * testsuites/psxtmtests/psxtmsem04/init.c (modified) * testsuites/psxtmtests/psxtmsem05/init.c (modified) * testsuites/psxtmtests/psxtmsleep01/init.c (modified) * testsuites/psxtmtests/psxtmsleep02/init.c (modified) * testsuites/psxtmtests/psxtmthread01/init.c (modified) * testsuites/psxtmtests/psxtmthread02/init.c (modified) * testsuites/psxtmtests/psxtmthread03/init.c (modified) * testsuites/psxtmtests/psxtmthread04/init.c (modified) * testsuites/psxtmtests/psxtmthread05/init.c (modified) * testsuites/psxtmtests/psxtmthread06/init.c (modified) * testsuites/rhealstone/rhdeadlockbrk/deadlockbrk.c (modified) * testsuites/rhealstone/rhilatency/ilatency.c (modified) * testsuites/rhealstone/rhmlatency/mlatency.c (modified) * testsuites/rhealstone/rhsemshuffle/semshuffle.c (modified) * testsuites/rhealstone/rhtaskpreempt/taskpreempt.c (modified) * testsuites/rhealstone/rhtaskswitch/taskswitch.c (modified) * testsuites/samples/base_mp/system.h (modified) * testsuites/samples/base_sp/system.h (modified) * testsuites/samples/capture/system.h (modified) * testsuites/samples/cdtest/system.h (modified) * testsuites/samples/fileio/system.h (modified) * testsuites/samples/hello/init.c (modified) * testsuites/samples/iostream/system.h (modified) * testsuites/samples/loopback/init.c (modified) * testsuites/samples/nsecs/system.h (modified) * testsuites/samples/paranoia/system.h (modified) * testsuites/samples/pppd/system.h (modified) * testsuites/samples/ticker/system.h (modified) * testsuites/samples/unlimited/system.h (modified) * testsuites/smptests/smp01/system.h (modified) * testsuites/smptests/smp02/system.h (modified) * testsuites/smptests/smp03/system.h (modified) * testsuites/smptests/smp05/init.c (modified) * testsuites/smptests/smp07/init.c (modified) * testsuites/smptests/smp08/system.h (modified) * testsuites/smptests/smp09/init.c (modified) * testsuites/smptests/smpaffinity01/init.c (modified) * testsuites/smptests/smpatomic01/init.c (modified) * testsuites/smptests/smpcache01/init.c (modified) * testsuites/smptests/smpcapture01/init.c (modified) * testsuites/smptests/smpcapture02/init.c (modified) * testsuites/smptests/smpclock01/init.c (modified) * testsuites/smptests/smpfatal01/init.c (modified) * testsuites/smptests/smpfatal02/init.c (modified) * testsuites/smptests/smpfatal03/init.c (modified) * testsuites/smptests/smpfatal04/init.c (modified) * testsuites/smptests/smpfatal05/init.c (modified) * testsuites/smptests/smpfatal06/init.c (modified) * testsuites/smptests/smpfatal08/init.c (modified) * testsuites/smptests/smpipi01/init.c (modified) * testsuites/smptests/smpload01/init.c (modified) * testsuites/smptests/smplock01/init.c (modified) * testsuites/smptests/smpmigration01/init.c (modified) * testsuites/smptests/smpmigration02/init.c (modified) * testsuites/smptests/smpmrsp01/init.c (modified) * testsuites/smptests/smpmutex01/init.c (modified) * testsuites/smptests/smpmutex02/init.c (modified) * testsuites/smptests/smppsxaffinity01/init.c (modified) * testsuites/smptests/smppsxaffinity02/init.c (modified) * testsuites/smptests/smppsxmutex01/init.c (modified) * testsuites/smptests/smppsxsignal01/init.c (modified) * testsuites/smptests/smpschedaffinity01/init.c (modified) * testsuites/smptests/smpschedaffinity02/init.c (modified) * testsuites/smptests/smpschedaffinity03/init.c (modified) * testsuites/smptests/smpschedaffinity04/init.c (modified) * testsuites/smptests/smpschedaffinity05/init.c (modified) * testsuites/smptests/smpschededf01/init.c (modified) * testsuites/smptests/smpschededf02/init.c (modified) * testsuites/smptests/smpschededf03/init.c (modified) * testsuites/smptests/smpschedsem01/init.c (modified) * testsuites/smptests/smpscheduler01/init.c (modified) * testsuites/smptests/smpscheduler02/init.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) * testsuites/smptests/smpscheduler04/init.c (modified) * testsuites/smptests/smpscheduler05/init.c (modified) * testsuites/smptests/smpscheduler06/init.c (modified) * testsuites/smptests/smpscheduler07/init.c (modified) * testsuites/smptests/smpsignal01/init.c (modified) * testsuites/smptests/smpstrongapa01/init.c (modified) * testsuites/smptests/smpswitchextension01/init.c (modified) * testsuites/smptests/smpthreadlife01/init.c (modified) * testsuites/smptests/smpunsupported01/init.c (modified) * testsuites/smptests/smpwakeafter01/init.c (modified) * testsuites/sptests/sp01/system.h (modified) * testsuites/sptests/sp02/system.h (modified) * testsuites/sptests/sp03/system.h (modified) * testsuites/sptests/sp04/system.h (modified) * testsuites/sptests/sp05/system.h (modified) * testsuites/sptests/sp06/system.h (modified) * testsuites/sptests/sp07/system.h (modified) * testsuites/sptests/sp08/init.c (modified) * testsuites/sptests/sp11/system.h (modified) * testsuites/sptests/sp12/system.h (modified) * testsuites/sptests/sp13/system.h (modified) * testsuites/sptests/sp14/system.h (modified) * testsuites/sptests/sp15/system.h (modified) * testsuites/sptests/sp16/system.h (modified) * testsuites/sptests/sp17/system.h (modified) * testsuites/sptests/sp18/init.c (modified) * testsuites/sptests/sp19/system.h (modified) * testsuites/sptests/sp20/system.h (modified) * testsuites/sptests/sp2038/init.c (modified) * testsuites/sptests/sp22/system.h (modified) * testsuites/sptests/sp23/system.h (modified) * testsuites/sptests/sp24/system.h (modified) * testsuites/sptests/sp25/system.h (modified) * testsuites/sptests/sp26/system.h (modified) * testsuites/sptests/sp27/init.c (modified) * testsuites/sptests/sp29/init.c (modified) * testsuites/sptests/sp30/system.h (modified) * testsuites/sptests/sp31/system.h (modified) * testsuites/sptests/sp32/init.c (modified) * testsuites/sptests/sp33/init.c (modified) * testsuites/sptests/sp34/changepri.c (modified) * testsuites/sptests/sp35/priinv.c (modified) * testsuites/sptests/sp36/strict_order_mut.c (modified) * testsuites/sptests/sp37/system.h (modified) * testsuites/sptests/sp38/system.h (modified) * testsuites/sptests/sp40/init.c (modified) * testsuites/sptests/sp41/init.c (modified) * testsuites/sptests/sp42/init.c (modified) * testsuites/sptests/sp43/system.h (modified) * testsuites/sptests/sp44/init.c (modified) * testsuites/sptests/sp45/init.c (modified) * testsuites/sptests/sp46/init.c (modified) * testsuites/sptests/sp47/init.c (modified) * testsuites/sptests/sp48/init.c (modified) * testsuites/sptests/sp49/init.c (modified) * testsuites/sptests/sp50/init.c (modified) * testsuites/sptests/sp51/init.c (modified) * testsuites/sptests/sp52/init.c (modified) * testsuites/sptests/sp54/init.c (modified) * testsuites/sptests/sp55/init.c (modified) * testsuites/sptests/sp56/init.c (modified) * testsuites/sptests/sp57/init.c (modified) * testsuites/sptests/sp58/init.c (modified) * testsuites/sptests/sp59/init.c (modified) * testsuites/sptests/sp60/init.c (modified) * testsuites/sptests/sp62/init.c (modified) * testsuites/sptests/sp63/init.c (modified) * testsuites/sptests/sp64/init.c (modified) * testsuites/sptests/sp65/init.c (modified) * testsuites/sptests/sp67/init.c (modified) * testsuites/sptests/sp68/init.c (modified) * testsuites/sptests/sp69/init.c (modified) * testsuites/sptests/sp70/init.c (modified) * testsuites/sptests/sp71/init.c (modified) * testsuites/sptests/sp72/init.c (modified) * testsuites/sptests/sp73/init.c (modified) * testsuites/sptests/sp74/init.c (modified) * testsuites/sptests/sp75/init.c (modified) * testsuites/sptests/sp76/init.c (modified) * testsuites/sptests/sp77/init.c (modified) * testsuites/sptests/spassoc01/init.c (modified) * testsuites/sptests/spatomic01/init.c (modified) * testsuites/sptests/spcache01/init.c (modified) * testsuites/sptests/spcbssched01/system.h (modified) * testsuites/sptests/spcbssched02/system.h (modified) * testsuites/sptests/spcbssched03/system.h (modified) * testsuites/sptests/spchain/init.c (modified) * testsuites/sptests/spclock_err01/system.h (modified) * testsuites/sptests/spclock_err02/init.c (modified) * testsuites/sptests/spcontext01/init.c (modified) * testsuites/sptests/spcoverage/init.c (modified) * testsuites/sptests/spcpucounter01/init.c (modified) * testsuites/sptests/spcpuset01/system.h (modified) * testsuites/sptests/spedfsched01/system.h (modified) * testsuites/sptests/spedfsched02/system.h (modified) * testsuites/sptests/spedfsched03/system.h (modified) * testsuites/sptests/spedfsched04/init.c (modified) * testsuites/sptests/sperror01/init.c (modified) * testsuites/sptests/sperror02/init.c (modified) * testsuites/sptests/sperror03/init.c (modified) * testsuites/sptests/spevent_err03/system.h (modified) * testsuites/sptests/speventsystem01/init.c (modified) * testsuites/sptests/speventtransient01/init.c (modified) * testsuites/sptests/spextensions01/init.c (modified) * testsuites/sptests/spfatal17/testcase.h (modified) * testsuites/sptests/spfatal18/testcase.h (modified) * testsuites/sptests/spfatal19/testcase.h (modified) * testsuites/sptests/spfatal20/testcase.h (modified) * testsuites/sptests/spfatal_support/system.h (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/spfreechain01/init.c (modified) * testsuites/sptests/spglobalcon01/init.cc (modified) * testsuites/sptests/spheapprot/init.c (modified) * testsuites/sptests/spinternalerror02/init.c (modified) * testsuites/sptests/spintr_err01/system.h (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/spintrcritical21/system.h (modified) * testsuites/sptests/spintrcritical22/init.c (modified) * testsuites/sptests/spintrcritical23/init.c (modified) * testsuites/sptests/spintrcritical24/init.c (modified) * testsuites/sptests/splinkersets01/init.c (modified) * testsuites/sptests/spmkdir/init.c (modified) * testsuites/sptests/spmountmgr01/init.c (modified) * testsuites/sptests/spmrsp01/init.c (modified) * testsuites/sptests/spmsgq_err01/system.h (modified) * testsuites/sptests/spmsgq_err02/system.h (modified) * testsuites/sptests/spmutex01/init.c (modified) * testsuites/sptests/spnsext01/init.c (modified) * testsuites/sptests/spobjgetnext/system.h (modified) * testsuites/sptests/sppagesize/init.c (modified) * testsuites/sptests/sppartition_err01/system.h (modified) * testsuites/sptests/spport_err01/system.h (modified) * testsuites/sptests/spprivenv01/init.c (modified) * testsuites/sptests/spprofiling01/init.c (modified) * testsuites/sptests/spqreslib/system.h (modified) * testsuites/sptests/spratemon_err01/system.h (modified) * testsuites/sptests/sprbtree01/init.c (modified) * testsuites/sptests/spregion_err01/system.h (modified) * testsuites/sptests/sprmsched01/init.c (modified) * testsuites/sptests/sprmsched02/init.c (modified) * testsuites/sptests/spscheduler01/init.c (modified) * testsuites/sptests/spsem01/init.c (modified) * testsuites/sptests/spsem02/init.c (modified) * testsuites/sptests/spsem03/init.c (modified) * testsuites/sptests/spsem_err01/system.h (modified) * testsuites/sptests/spsem_err02/system.h (modified) * testsuites/sptests/spsignal_err01/system.h (modified) * testsuites/sptests/spsimplesched01/init.c (modified) * testsuites/sptests/spsimplesched02/init.c (modified) * testsuites/sptests/spsimplesched03/init.c (modified) * testsuites/sptests/spsize/system.h (modified) * testsuites/sptests/spstdthreads01/init.c (modified) * testsuites/sptests/spstkalloc/init.c (modified) * testsuites/sptests/spstkalloc02/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) * testsuites/sptests/spsyslock01/init.c (modified) * testsuites/sptests/sptask_err01/system.h (modified) * testsuites/sptests/sptask_err02/system.h (modified) * testsuites/sptests/sptask_err03/system.h (modified) * testsuites/sptests/sptask_err04/system.h (modified) * testsuites/sptests/sptasknopreempt01/init.c (modified) * testsuites/sptests/spthreadlife01/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) * testsuites/sptests/sptimecounter02/init.c (modified) * testsuites/sptests/sptimecounter03/init.c (modified) * testsuites/sptests/sptimecounter04/init.c (modified) * testsuites/sptests/sptimer_err01/init.c (modified) * testsuites/sptests/sptimer_err02/init.c (modified) * testsuites/sptests/sptimerserver01/init.c (modified) * testsuites/sptests/sptimespec01/init.c (modified) * testsuites/sptests/sptls01/init.c (modified) * testsuites/sptests/sptls02/init.cc (modified) * testsuites/sptests/sptls03/init.c (modified) * testsuites/sptests/spwatchdog/system.h (modified) * testsuites/sptests/spwkspace/init.c (modified) * testsuites/tmtests/tm01/system.h (modified) * testsuites/tmtests/tm02/system.h (modified) * testsuites/tmtests/tm03/system.h (modified) * testsuites/tmtests/tm04/system.h (modified) * testsuites/tmtests/tm05/system.h (modified) * testsuites/tmtests/tm06/system.h (modified) * testsuites/tmtests/tm07/system.h (modified) * testsuites/tmtests/tm08/system.h (modified) * testsuites/tmtests/tm09/system.h (modified) * testsuites/tmtests/tm10/system.h (modified) * testsuites/tmtests/tm11/system.h (modified) * testsuites/tmtests/tm12/system.h (modified) * testsuites/tmtests/tm13/system.h (modified) * testsuites/tmtests/tm14/system.h (modified) * testsuites/tmtests/tm15/system.h (modified) * testsuites/tmtests/tm16/system.h (modified) * testsuites/tmtests/tm17/system.h (modified) * testsuites/tmtests/tm18/system.h (modified) * testsuites/tmtests/tm19/system.h (modified) * testsuites/tmtests/tm20/system.h (modified) * testsuites/tmtests/tm21/system.h (modified) * testsuites/tmtests/tm22/system.h (modified) * testsuites/tmtests/tm23/system.h (modified) * testsuites/tmtests/tm24/system.h (modified) * testsuites/tmtests/tm25/system.h (modified) * testsuites/tmtests/tm26/system.h (modified) * testsuites/tmtests/tm27/system.h (modified) * testsuites/tmtests/tm28/system.h (modified) * testsuites/tmtests/tm29/system.h (modified) * testsuites/tmtests/tm30/init.c (modified) * testsuites/tmtests/tmck/system.h (modified) * testsuites/tmtests/tmcontext01/init.c (modified) * testsuites/tmtests/tmfine01/init.c (modified) * testsuites/tmtests/tmoverhd/system.h (modified) * testsuites/tmtests/tmtimer01/init.c (modified) tests: Use simple console driver Update #3170. Update #3199. Mon, 23 Oct 2017 11:30:44 GMT Sebastian Huber [1082798] * cpukit/libcsupport/src/vprintk.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/io.h (added) * cpukit/score/preinstall.am (modified) * cpukit/score/src/ioprintf.c (added) * cpukit/score/src/iovprintf.c (added) * testsuites/sptests/spprintk/init.c (modified) * testsuites/sptests/spprintk/spprintk.scn (modified) score: Add _IO_Printf() and _IO_Vprintf() The previous vprintk() ... Fri, 03 Nov 2017 11:53:51 GMT Sebastian Huber [a54d10d] * testsuites/smptests/smpscheduler02/init.c (modified) smpscheduler02: Avoid sporadic test failures Sun, 29 Oct 2017 19:29:05 GMT Sebastian Huber [3e81d52] * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * testsuites/psxtests/psxclock/init.c (modified) posix: Use far future for very long timeouts Close #3205. Thu, 02 Nov 2017 12:56:12 GMT Sebastian Huber [8c1f4064] * testsuites/benchmarks/dhrystone/init.c (modified) * testsuites/benchmarks/linpack/init.c (modified) * testsuites/benchmarks/linpack/linpack-pc.c (modified) * testsuites/benchmarks/whetstone/init.c (modified) * testsuites/benchmarks/whetstone/whetstone.c (modified) * testsuites/libtests/block06/init.c (modified) * testsuites/libtests/capture01/test1.c (modified) * testsuites/libtests/complex/docomplex.h (modified) * testsuites/libtests/math/domath.h (modified) * testsuites/samples/capture/test1.c (modified) * testsuites/sptests/sp35/priinv.c (modified) tests: Use printf() instead of fprintf() Update #3170. Update #3199. Thu, 02 Nov 2017 13:08:02 GMT Sebastian Huber [0d796d6] * testsuites/libtests/block07/init.c (modified) * testsuites/libtests/block10/init.c (modified) * testsuites/smptests/smpmigration01/init.c (modified) * testsuites/sptests/spcpucounter01/init.c (modified) tests: Delete obsolete TESTS_USE_PRINTF Update #3170. Update #3199. Fri, 27 Oct 2017 06:52:41 GMT Sebastian Huber [81fd79d] * testsuites/smptests/smppsxaffinity02/init.c (modified) smppsxaffinity02: Fix thread attribute usage The ... Mon, 30 Oct 2017 05:30:11 GMT Chris Johns [2126438a] * testsuites/sptests/spfatal07/testcase.h (modified) testsuite: Add bspIo for a local printk. Update #3170. Update #3199. Thu, 26 Oct 2017 11:59:11 GMT Sebastian Huber [af43554] * testsuites/benchmarks/dhrystone/init.c (modified) * testsuites/benchmarks/linpack/init.c (modified) * testsuites/benchmarks/whetstone/init.c (modified) * testsuites/fstests/fsbdpart01/init.c (modified) * testsuites/fstests/fsclose01/init.c (modified) * testsuites/fstests/fsdosfsformat01/init.c (modified) * testsuites/fstests/fsdosfsname01/init.c (modified) * testsuites/fstests/fsdosfsname02/init.c (modified) * testsuites/fstests/fsdosfssync01/init.c (modified) * testsuites/fstests/fsdosfswrite01/init.c (modified) * testsuites/fstests/fsfseeko01/init.c (modified) * testsuites/fstests/fsimfsconfig01/init.c (modified) * testsuites/fstests/fsimfsconfig02/init.c (modified) * testsuites/fstests/fsimfsconfig03/init.c (modified) * testsuites/fstests/fsimfsgeneric01/init.c (modified) * testsuites/fstests/fsnofs01/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/block08/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/bspcmdline01/init.c (modified) * testsuites/libtests/capture01/init.c (modified) * testsuites/libtests/cpuuse/init.c (modified) * testsuites/libtests/crypt01/init.c (modified) * testsuites/libtests/debugger01/init.c (modified) * testsuites/libtests/defaultconfig01/init.c (modified) * testsuites/libtests/devfs01/init.c (modified) * testsuites/libtests/devfs02/init.c (modified) * testsuites/libtests/devfs03/init.c (modified) * testsuites/libtests/devfs04/init.c (modified) * testsuites/libtests/deviceio01/init.c (modified) * testsuites/libtests/dl01/init.c (modified) * testsuites/libtests/dl02/init.c (modified) * testsuites/libtests/dl03/init.c (modified) * testsuites/libtests/dl04/init.c (modified) * testsuites/libtests/dl05/init.c (modified) * testsuites/libtests/dumpbuf01/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/gxx01/init.c (modified) * testsuites/libtests/heapwalk/init.c (modified) * testsuites/libtests/i2c01/init.c (modified) * testsuites/libtests/libfdt01/init.c (modified) * testsuites/libtests/malloc02/init.c (modified) * testsuites/libtests/malloc03/init.c (modified) * testsuites/libtests/malloc04/init.c (modified) * testsuites/libtests/malloctest/init.c (modified) * testsuites/libtests/md501/init.c (modified) * testsuites/libtests/mghttpd01/init.c (modified) * testsuites/libtests/monitor/init.c (modified) * testsuites/libtests/monitor02/init.c (modified) * testsuites/libtests/mouse01/init.c (modified) * testsuites/libtests/networking01/init.c (modified) * testsuites/libtests/newlib01/init.c (modified) * testsuites/libtests/putenvtest/init.c (modified) * testsuites/libtests/pwdgrp01/init.c (modified) * testsuites/libtests/pwdgrp02/init.c (modified) * testsuites/libtests/rbheap01/init.c (modified) * testsuites/libtests/rtmonuse/init.c (modified) * testsuites/libtests/sha/init.c (modified) * testsuites/libtests/shell01/init.c (modified) * testsuites/libtests/sparsedisk01/init.c (modified) * testsuites/libtests/spi01/init.c (modified) * testsuites/libtests/stackchk/init.c (modified) * testsuites/libtests/stackchk01/init.c (modified) * testsuites/libtests/stringto01/init.c (modified) * testsuites/libtests/syscall01/init.c (modified) * testsuites/libtests/tar01/init.c (modified) * testsuites/libtests/tar02/init.c (modified) * testsuites/libtests/tar03/init.c (modified) * testsuites/libtests/termios/init.c (modified) * testsuites/libtests/termios01/init.c (modified) * testsuites/libtests/termios02/init.c (modified) * testsuites/libtests/termios03/init.c (modified) * testsuites/libtests/termios04/init.c (modified) * testsuites/libtests/termios05/init.c (modified) * testsuites/libtests/termios06/init.c (modified) * testsuites/libtests/termios07/init.c (modified) * testsuites/libtests/termios08/init.c (modified) * testsuites/libtests/termios09/init.c (modified) * testsuites/libtests/top/init.c (modified) * testsuites/libtests/tztest/init.c (modified) * testsuites/libtests/uid01/init.c (modified) * testsuites/libtests/utf8proc01/init.c (modified) * testsuites/mptests/mp01/init.c (modified) * testsuites/mptests/mp03/init.c (modified) * testsuites/mptests/mp04/init.c (modified) * testsuites/mptests/mp05/init.c (modified) * testsuites/mptests/mp06/init.c (modified) * testsuites/mptests/mp07/init.c (modified) * testsuites/mptests/mp08/init.c (modified) * testsuites/mptests/mp09/init.c (modified) * testsuites/mptests/mp10/init.c (modified) * testsuites/mptests/mp11/init.c (modified) * testsuites/mptests/mp12/init.c (modified) * testsuites/mptests/mp13/init.c (modified) * testsuites/mptests/mp14/init.c (modified) * testsuites/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx02/init.c (modified) * testsuites/psxtests/psx03/init.c (modified) * testsuites/psxtests/psx04/init.c (modified) * testsuites/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx06/init.c (modified) * testsuites/psxtests/psx07/init.c (modified) * testsuites/psxtests/psx08/init.c (modified) * testsuites/psxtests/psx09/init.c (modified) * testsuites/psxtests/psx10/init.c (modified) * testsuites/psxtests/psx11/init.c (modified) * testsuites/psxtests/psx12/init.c (modified) * testsuites/psxtests/psx13/main.c (modified) * testsuites/psxtests/psx14/init.c (modified) * testsuites/psxtests/psx15/init.c (modified) * testsuites/psxtests/psx16/init.c (modified) * testsuites/psxtests/psxaio01/init.c (modified) * testsuites/psxtests/psxaio02/init.c (modified) * testsuites/psxtests/psxaio03/init.c (modified) * testsuites/psxtests/psxalarm01/init.c (modified) * testsuites/psxtests/psxautoinit01/init.c (modified) * testsuites/psxtests/psxautoinit02/init.c (modified) * testsuites/psxtests/psxbarrier01/main.c (modified) * testsuites/psxtests/psxcancel/init.c (modified) * testsuites/psxtests/psxcancel01/init.c (modified) * testsuites/psxtests/psxchroot01/main.c (modified) * testsuites/psxtests/psxclassic01/init.c (modified) * testsuites/psxtests/psxcleanup/psxcleanup.c (modified) * testsuites/psxtests/psxcleanup01/init.c (modified) * testsuites/psxtests/psxcleanup02/init.c (modified) * testsuites/psxtests/psxclock/init.c (modified) * testsuites/psxtests/psxclock01/init.c (modified) * testsuites/psxtests/psxclockrealtime01/init.c (modified) * testsuites/psxtests/psxconcurrency01/init.c (modified) * testsuites/psxtests/psxcond01/init.c (modified) * testsuites/psxtests/psxcond02/init.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxdevctl01/main.c (modified) * testsuites/psxtests/psxeintr_join/init.c (modified) * testsuites/psxtests/psxenosys/init.c (modified) * testsuites/psxtests/psxfatal_support/init.c (modified) * testsuites/psxtests/psxfchx01/init.c (modified) * testsuites/psxtests/psxfile01/main.c (modified) * testsuites/psxtests/psxfile02/init.c (modified) * testsuites/psxtests/psxfilelock01/init.c (modified) * testsuites/psxtests/psxgetattrnp01/init.c (modified) * testsuites/psxtests/psxgetrusage01/init.c (modified) * testsuites/psxtests/psxglobalcon01/init.cc (modified) * testsuites/psxtests/psxglobalcon02/init.cc (modified) * testsuites/psxtests/psxid01/init.c (modified) * testsuites/psxtests/psximfs01/init.c (modified) * testsuites/psxtests/psximfs02/init.c (modified) * testsuites/psxtests/psxintrcritical01/init.c (modified) * testsuites/psxtests/psxitimer/init.c (modified) * testsuites/psxtests/psxkey01/init.c (modified) * testsuites/psxtests/psxkey02/init.c (modified) * testsuites/psxtests/psxkey03/init.c (modified) * testsuites/psxtests/psxkey04/init.c (modified) * testsuites/psxtests/psxkey05/init.c (modified) * testsuites/psxtests/psxkey06/init.c (modified) * testsuites/psxtests/psxkey07/init.c (modified) * testsuites/psxtests/psxkey08/init.c (modified) * testsuites/psxtests/psxkey09/init.c (modified) * testsuites/psxtests/psxkey10/init.c (modified) * testsuites/psxtests/psxmmap01/init.c (modified) * testsuites/psxtests/psxmount/main.c (modified) * testsuites/psxtests/psxmsgq01/init.c (modified) * testsuites/psxtests/psxmsgq02/init.c (modified) * testsuites/psxtests/psxmsgq03/init.c (modified) * testsuites/psxtests/psxmsgq04/init.c (modified) * testsuites/psxtests/psxmutexattr01/init.c (modified) * testsuites/psxtests/psxobj01/init.c (modified) * testsuites/psxtests/psxonce01/init.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/psxrwlock01/main.c (modified) * testsuites/psxtests/psxsem01/init.c (modified) * testsuites/psxtests/psxshm01/init.c (modified) * testsuites/psxtests/psxshm02/init.c (modified) * testsuites/psxtests/psxsignal01/init.c (modified) * testsuites/psxtests/psxsignal02/init.c (modified) * testsuites/psxtests/psxsignal03/init.c (modified) * testsuites/psxtests/psxsignal05/init.c (modified) * testsuites/psxtests/psxsignal06/init.c (modified) * testsuites/psxtests/psxspin01/main.c (modified) * testsuites/psxtests/psxstack01/init.c (modified) * testsuites/psxtests/psxstack02/init.c (modified) * testsuites/psxtests/psxstat/main.c (modified) * testsuites/psxtests/psxstrsignal01/init.c (modified) * testsuites/psxtests/psxsysconf/init.c (modified) * testsuites/psxtests/psxthreadname01/init.c (modified) * testsuites/psxtests/psxtime/main.c (modified) * testsuites/psxtests/psxtimer01/psxtimer.c (modified) * testsuites/psxtests/psxtimer02/psxtimer.c (modified) * testsuites/psxtests/psxtimes01/init.c (modified) * testsuites/psxtests/psxualarm/init.c (modified) * testsuites/psxtests/psxusleep/init.c (modified) * testsuites/psxtmtests/psxtmbarrier01/init.c (modified) * testsuites/psxtmtests/psxtmbarrier02/init.c (modified) * testsuites/psxtmtests/psxtmbarrier03/init.c (modified) * testsuites/psxtmtests/psxtmbarrier04/init.c (modified) * testsuites/psxtmtests/psxtmclocknanosleep01/init.c (modified) * testsuites/psxtmtests/psxtmclocknanosleep02/init.c (modified) * testsuites/psxtmtests/psxtmclocknanosleep03/init.c (modified) * testsuites/psxtmtests/psxtmcond01/init.c (modified) * testsuites/psxtmtests/psxtmcond02/init.c (modified) * testsuites/psxtmtests/psxtmcond03/init.c (modified) * testsuites/psxtmtests/psxtmcond04/init.c (modified) * testsuites/psxtmtests/psxtmcond05/init.c (modified) * testsuites/psxtmtests/psxtmcond06/init.c (modified) * testsuites/psxtmtests/psxtmcond07/init.c (modified) * testsuites/psxtmtests/psxtmcond08/init.c (modified) * testsuites/psxtmtests/psxtmkey01/init.c (modified) * testsuites/psxtmtests/psxtmkey02/init.c (modified) * testsuites/psxtmtests/psxtmmq01/init.c (modified) * testsuites/psxtmtests/psxtmmutex01/init.c (modified) * testsuites/psxtmtests/psxtmmutex02/init.c (modified) * testsuites/psxtmtests/psxtmmutex03/init.c (modified) * testsuites/psxtmtests/psxtmmutex04/init.c (modified) * testsuites/psxtmtests/psxtmmutex05/init.c (modified) * testsuites/psxtmtests/psxtmmutex06/init.c (modified) * testsuites/psxtmtests/psxtmmutex07/init.c (modified) * testsuites/psxtmtests/psxtmnanosleep01/init.c (modified) * testsuites/psxtmtests/psxtmnanosleep02/init.c (modified) * testsuites/psxtmtests/psxtmrwlock01/init.c (modified) * testsuites/psxtmtests/psxtmrwlock02/init.c (modified) * testsuites/psxtmtests/psxtmrwlock03/init.c (modified) * testsuites/psxtmtests/psxtmrwlock04/init.c (modified) * testsuites/psxtmtests/psxtmrwlock05/init.c (modified) * testsuites/psxtmtests/psxtmrwlock06/init.c (modified) * testsuites/psxtmtests/psxtmrwlock07/init.c (modified) * testsuites/psxtmtests/psxtmsem01/init.c (modified) * testsuites/psxtmtests/psxtmsem02/init.c (modified) * testsuites/psxtmtests/psxtmsem03/init.c (modified) * testsuites/psxtmtests/psxtmsem04/init.c (modified) * testsuites/psxtmtests/psxtmsem05/init.c (modified) * testsuites/psxtmtests/psxtmsleep01/init.c (modified) * testsuites/psxtmtests/psxtmsleep02/init.c (modified) * testsuites/psxtmtests/psxtmthread01/init.c (modified) * testsuites/psxtmtests/psxtmthread02/init.c (modified) * testsuites/psxtmtests/psxtmthread03/init.c (modified) * testsuites/psxtmtests/psxtmthread04/init.c (modified) * testsuites/psxtmtests/psxtmthread05/init.c (modified) * testsuites/psxtmtests/psxtmthread06/init.c (modified) * testsuites/rhealstone/rhdeadlockbrk/deadlockbrk.c (modified) * testsuites/rhealstone/rhilatency/ilatency.c (modified) * testsuites/rhealstone/rhmlatency/mlatency.c (modified) * testsuites/rhealstone/rhsemshuffle/semshuffle.c (modified) * testsuites/rhealstone/rhtaskpreempt/taskpreempt.c (modified) * testsuites/rhealstone/rhtaskswitch/taskswitch.c (modified) * testsuites/samples/base_mp/init.c (modified) * testsuites/samples/base_sp/init.c (modified) * testsuites/samples/capture/init.c (modified) * testsuites/samples/cdtest/init.c (modified) * testsuites/samples/fileio/init.c (modified) * testsuites/samples/nsecs/init.c (modified) * testsuites/samples/paranoia/init.c (modified) * testsuites/samples/pppd/init.c (modified) * testsuites/samples/ticker/init.c (modified) * testsuites/samples/unlimited/init.c (modified) * testsuites/smptests/smp01/init.c (modified) * testsuites/smptests/smp02/init.c (modified) * testsuites/smptests/smp03/init.c (modified) * testsuites/smptests/smp05/init.c (modified) * testsuites/smptests/smp07/init.c (modified) * testsuites/smptests/smp08/init.c (modified) * testsuites/smptests/smp09/init.c (modified) * testsuites/smptests/smpaffinity01/init.c (modified) * testsuites/smptests/smpatomic01/init.c (modified) * testsuites/smptests/smpcache01/init.c (modified) * testsuites/smptests/smpcapture01/init.c (modified) * testsuites/smptests/smpcapture02/init.c (modified) * testsuites/smptests/smpclock01/init.c (modified) * testsuites/smptests/smpfatal01/init.c (modified) * testsuites/smptests/smpfatal02/init.c (modified) * testsuites/smptests/smpfatal03/init.c (modified) * testsuites/smptests/smpfatal04/init.c (modified) * testsuites/smptests/smpfatal05/init.c (modified) * testsuites/smptests/smpfatal06/init.c (modified) * testsuites/smptests/smpfatal08/init.c (modified) * testsuites/smptests/smpipi01/init.c (modified) * testsuites/smptests/smpload01/init.c (modified) * testsuites/smptests/smplock01/init.c (modified) * testsuites/smptests/smpmigration01/init.c (modified) * testsuites/smptests/smpmigration02/init.c (modified) * testsuites/smptests/smpmrsp01/init.c (modified) * testsuites/smptests/smpmutex01/init.c (modified) * testsuites/smptests/smpmutex02/init.c (modified) * testsuites/smptests/smppsxaffinity01/init.c (modified) * testsuites/smptests/smppsxaffinity02/init.c (modified) * testsuites/smptests/smppsxmutex01/init.c (modified) * testsuites/smptests/smppsxsignal01/init.c (modified) * testsuites/smptests/smpschedaffinity01/init.c (modified) * testsuites/smptests/smpschedaffinity02/init.c (modified) * testsuites/smptests/smpschedaffinity03/init.c (modified) * testsuites/smptests/smpschedaffinity04/init.c (modified) * testsuites/smptests/smpschedaffinity05/init.c (modified) * testsuites/smptests/smpschededf01/init.c (modified) * testsuites/smptests/smpschededf02/init.c (modified) * testsuites/smptests/smpschededf03/init.c (modified) * testsuites/smptests/smpschedsem01/init.c (modified) * testsuites/smptests/smpscheduler01/init.c (modified) * testsuites/smptests/smpscheduler02/init.c (modified) * testsuites/smptests/smpscheduler03/test.c (modified) * testsuites/smptests/smpscheduler04/init.c (modified) * testsuites/smptests/smpsignal01/init.c (modified) * testsuites/smptests/smpstrongapa01/init.c (modified) * testsuites/smptests/smpswitchextension01/init.c (modified) * testsuites/smptests/smpthreadlife01/init.c (modified) * testsuites/smptests/smpunsupported01/init.c (modified) * testsuites/smptests/smpwakeafter01/init.c (modified) * testsuites/sptests/sp01/init.c (modified) * testsuites/sptests/sp02/init.c (modified) * testsuites/sptests/sp03/init.c (modified) * testsuites/sptests/sp04/init.c (modified) * testsuites/sptests/sp05/init.c (modified) * testsuites/sptests/sp06/init.c (modified) * testsuites/sptests/sp07/init.c (modified) * testsuites/sptests/sp08/init.c (modified) * testsuites/sptests/sp11/init.c (modified) * testsuites/sptests/sp12/init.c (modified) * testsuites/sptests/sp13/init.c (modified) * testsuites/sptests/sp14/init.c (modified) * testsuites/sptests/sp15/init.c (modified) * testsuites/sptests/sp16/init.c (modified) * testsuites/sptests/sp17/init.c (modified) * testsuites/sptests/sp18/init.c (modified) * testsuites/sptests/sp19/init.c (modified) * testsuites/sptests/sp20/init.c (modified) * testsuites/sptests/sp2038/init.c (modified) * testsuites/sptests/sp21/init.c (modified) * testsuites/sptests/sp22/init.c (modified) * testsuites/sptests/sp23/init.c (modified) * testsuites/sptests/sp24/init.c (modified) * testsuites/sptests/sp25/init.c (modified) * testsuites/sptests/sp26/init.c (modified) * testsuites/sptests/sp27/init.c (modified) * testsuites/sptests/sp29/init.c (modified) * testsuites/sptests/sp30/init.c (modified) * testsuites/sptests/sp31/init.c (modified) * testsuites/sptests/sp32/init.c (modified) * testsuites/sptests/sp33/init.c (modified) * testsuites/sptests/sp34/changepri.c (modified) * testsuites/sptests/sp35/priinv.c (modified) * testsuites/sptests/sp36/strict_order_mut.c (modified) * testsuites/sptests/sp37/init.c (modified) * testsuites/sptests/sp38/init.c (modified) * testsuites/sptests/sp40/init.c (modified) * testsuites/sptests/sp41/init.c (modified) * testsuites/sptests/sp42/init.c (modified) * testsuites/sptests/sp43/init.c (modified) * testsuites/sptests/sp44/init.c (modified) * testsuites/sptests/sp45/init.c (modified) * testsuites/sptests/sp46/init.c (modified) * testsuites/sptests/sp47/init.c (modified) * testsuites/sptests/sp48/init.c (modified) * testsuites/sptests/sp49/init.c (modified) * testsuites/sptests/sp50/init.c (modified) * testsuites/sptests/sp51/init.c (modified) * testsuites/sptests/sp52/init.c (modified) * testsuites/sptests/sp54/init.c (modified) * testsuites/sptests/sp55/init.c (modified) * testsuites/sptests/sp56/init.c (modified) * testsuites/sptests/sp57/init.c (modified) * testsuites/sptests/sp58/init.c (modified) * testsuites/sptests/sp59/init.c (modified) * testsuites/sptests/sp60/init.c (modified) * testsuites/sptests/sp62/init.c (modified) * testsuites/sptests/sp63/init.c (modified) * testsuites/sptests/sp64/init.c (modified) * testsuites/sptests/sp65/init.c (modified) * testsuites/sptests/sp67/init.c (modified) * testsuites/sptests/sp68/init.c (modified) * testsuites/sptests/sp69/init.c (modified) * testsuites/sptests/sp70/init.c (modified) * testsuites/sptests/sp71/init.c (modified) * testsuites/sptests/sp72/init.c (modified) * testsuites/sptests/sp73/init.c (modified) * testsuites/sptests/sp74/init.c (modified) * testsuites/sptests/sp75/init.c (modified) * testsuites/sptests/sp76/init.c (modified) * testsuites/sptests/sp77/init.c (modified) * testsuites/sptests/spassoc01/init.c (modified) * testsuites/sptests/spatomic01/init.c (modified) * testsuites/sptests/spcache01/init.c (modified) * testsuites/sptests/spcbssched01/init.c (modified) * testsuites/sptests/spcbssched02/init.c (modified) * testsuites/sptests/spcbssched03/init.c (modified) * testsuites/sptests/spchain/init.c (modified) * testsuites/sptests/spclock_err01/init.c (modified) * testsuites/sptests/spclock_err02/init.c (modified) * testsuites/sptests/spcontext01/init.c (modified) * testsuites/sptests/spcoverage/init.c (modified) * testsuites/sptests/spcpucounter01/init.c (modified) * testsuites/sptests/spcpuset01/init.c (modified) * testsuites/sptests/spedfsched01/init.c (modified) * testsuites/sptests/spedfsched02/init.c (modified) * testsuites/sptests/spedfsched03/init.c (modified) * testsuites/sptests/spedfsched04/init.c (modified) * testsuites/sptests/sperror01/init.c (modified) * testsuites/sptests/sperror02/init.c (modified) * testsuites/sptests/sperror03/init.c (modified) * testsuites/sptests/spevent_err03/init.c (modified) * testsuites/sptests/speventsystem01/init.c (modified) * testsuites/sptests/speventtransient01/init.c (modified) * testsuites/sptests/spextensions01/init.c (modified) * testsuites/sptests/spfatal26/init.c (modified) * testsuites/sptests/spfatal30/init.c (modified) * testsuites/sptests/spfatal31/init.c (modified) * testsuites/sptests/spfatal_support/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/spfreechain01/init.c (modified) * testsuites/sptests/spheapprot/init.c (modified) * testsuites/sptests/spinternalerror01/init.c (modified) * testsuites/sptests/spinternalerror02/init.c (modified) * testsuites/sptests/spintr_err01/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/spintrcritical21/init.c (modified) * testsuites/sptests/spintrcritical22/init.c (modified) * testsuites/sptests/spintrcritical23/init.c (modified) * testsuites/sptests/spintrcritical24/init.c (modified) * testsuites/sptests/splinkersets01/init.c (modified) * testsuites/sptests/spmkdir/init.c (modified) * testsuites/sptests/spmountmgr01/init.c (modified) * testsuites/sptests/spmrsp01/init.c (modified) * testsuites/sptests/spmsgq_err01/init.c (modified) * testsuites/sptests/spmsgq_err02/init.c (modified) * testsuites/sptests/spmutex01/init.c (modified) * testsuites/sptests/spnsext01/init.c (modified) * testsuites/sptests/spobjgetnext/init.c (modified) * testsuites/sptests/sppagesize/init.c (modified) * testsuites/sptests/sppartition_err01/init.c (modified) * testsuites/sptests/spport_err01/init.c (modified) * testsuites/sptests/spprintk/init.c (modified) * testsuites/sptests/spprivenv01/init.c (modified) * testsuites/sptests/spprofiling01/init.c (modified) * testsuites/sptests/spqreslib/init.c (modified) * testsuites/sptests/spratemon_err01/init.c (modified) * testsuites/sptests/sprbtree01/init.c (modified) * testsuites/sptests/spregion_err01/init.c (modified) * testsuites/sptests/sprmsched01/init.c (modified) * testsuites/sptests/sprmsched02/init.c (modified) * testsuites/sptests/spscheduler01/init.c (modified) * testsuites/sptests/spsem01/init.c (modified) * testsuites/sptests/spsem02/init.c (modified) * testsuites/sptests/spsem03/init.c (modified) * testsuites/sptests/spsem_err01/init.c (modified) * testsuites/sptests/spsem_err02/init.c (modified) * testsuites/sptests/spsignal_err01/init.c (modified) * testsuites/sptests/spsimplesched01/init.c (modified) * testsuites/sptests/spsimplesched02/init.c (modified) * testsuites/sptests/spsimplesched03/init.c (modified) * testsuites/sptests/spsize/init.c (modified) * testsuites/sptests/spstdthreads01/init.c (modified) * testsuites/sptests/spstkalloc/init.c (modified) * testsuites/sptests/spstkalloc02/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) * testsuites/sptests/spsyslock01/init.c (modified) * testsuites/sptests/sptask_err01/init.c (modified) * testsuites/sptests/sptask_err02/init.c (modified) * testsuites/sptests/sptask_err03/init.c (modified) * testsuites/sptests/sptask_err04/init.c (modified) * testsuites/sptests/sptasknopreempt01/init.c (modified) * testsuites/sptests/spthreadlife01/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) * testsuites/sptests/sptimecounter01/init.c (modified) * testsuites/sptests/sptimecounter02/init.c (modified) * testsuites/sptests/sptimecounter03/init.c (modified) * testsuites/sptests/sptimecounter04/init.c (modified) * testsuites/sptests/sptimer_err01/init.c (modified) * testsuites/sptests/sptimer_err02/init.c (modified) * testsuites/sptests/sptimerserver01/init.c (modified) * testsuites/sptests/sptimespec01/init.c (modified) * testsuites/sptests/sptls01/init.c (modified) * testsuites/sptests/sptls02/init.cc (modified) * testsuites/sptests/sptls03/init.c (modified) * testsuites/sptests/spwatchdog/init.c (modified) * testsuites/sptests/spwkspace/init.c (modified) * testsuites/support/include/tmacros.h (modified) * testsuites/tmtests/tm01/task1.c (modified) * testsuites/tmtests/tm02/task1.c (modified) * testsuites/tmtests/tm03/task1.c (modified) * testsuites/tmtests/tm04/task1.c (modified) * testsuites/tmtests/tm05/task1.c (modified) * testsuites/tmtests/tm06/task1.c (modified) * testsuites/tmtests/tm07/task1.c (modified) * testsuites/tmtests/tm08/task1.c (modified) * testsuites/tmtests/tm09/task1.c (modified) * testsuites/tmtests/tm10/task1.c (modified) * testsuites/tmtests/tm11/task1.c (modified) * testsuites/tmtests/tm12/task1.c (modified) * testsuites/tmtests/tm13/task1.c (modified) * testsuites/tmtests/tm14/task1.c (modified) * testsuites/tmtests/tm15/task1.c (modified) * testsuites/tmtests/tm16/task1.c (modified) * testsuites/tmtests/tm17/task1.c (modified) * testsuites/tmtests/tm18/task1.c (modified) * testsuites/tmtests/tm19/task1.c (modified) * testsuites/tmtests/tm20/task1.c (modified) * testsuites/tmtests/tm21/task1.c (modified) * testsuites/tmtests/tm22/task1.c (modified) * testsuites/tmtests/tm23/task1.c (modified) * testsuites/tmtests/tm24/task1.c (modified) * testsuites/tmtests/tm25/task1.c (modified) * testsuites/tmtests/tm26/task1.c (modified) * testsuites/tmtests/tm27/task1.c (modified) * testsuites/tmtests/tm28/task1.c (modified) * testsuites/tmtests/tm29/task1.c (modified) * testsuites/tmtests/tm30/init.c (modified) * testsuites/tmtests/tmck/task1.c (modified) * testsuites/tmtests/tmcontext01/init.c (modified) * testsuites/tmtests/tmfine01/init.c (modified) * testsuites/tmtests/tmoverhd/testtask.c (modified) * testsuites/tmtests/tmtimer01/init.c (modified) tests: Remove TEST_INIT The TEST_EXTERN is a used only by the ... Thu, 26 Oct 2017 11:59:10 GMT Sebastian Huber [acc9d064] * testsuites/fstests/fsimfsconfig01/init.c (modified) * testsuites/fstests/fsimfsconfig03/init.c (modified) * testsuites/fstests/fsnofs01/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/block09/init.c (modified) * testsuites/libtests/devfs01/init.c (modified) * testsuites/libtests/devfs02/init.c (modified) * testsuites/libtests/devfs04/init.c (modified) * testsuites/libtests/devnullfatal01/testcase.h (modified) * testsuites/libtests/exit01/init.c (modified) * testsuites/libtests/exit02/init.c (modified) * testsuites/libtests/stackchk/system.h (modified) * testsuites/psxtests/psxdevctl01/test.c (modified) * testsuites/psxtests/psxfatal_support/init.c (modified) * testsuites/psxtests/psxspin01/test.c (modified) * testsuites/smptests/smpfatal01/init.c (modified) * testsuites/smptests/smpfatal02/init.c (modified) * testsuites/smptests/smpfatal03/init.c (modified) * testsuites/smptests/smpfatal04/init.c (modified) * testsuites/smptests/smpfatal05/init.c (modified) * testsuites/smptests/smpfatal06/init.c (modified) * testsuites/smptests/smpfatal08/init.c (modified) * testsuites/smptests/smplock01/init.c (modified) * testsuites/smptests/smpmrsp01/init.c (modified) * testsuites/sptests/sperror01/init.c (modified) * testsuites/sptests/sperror02/init.c (modified) * testsuites/sptests/sperror03/init.c (modified) * testsuites/sptests/spextensions01/init.c (modified) * testsuites/sptests/spfatal26/init.c (modified) * testsuites/sptests/spfatal30/init.c (modified) * testsuites/sptests/spfatal31/init.c (modified) * testsuites/sptests/spfatal_support/system.h (modified) * testsuites/sptests/spglobalcon01/init.cc (modified) * testsuites/sptests/spinternalerror01/init.c (modified) * testsuites/sptests/spprintk/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) * testsuites/sptests/sptimecounter01/init.c (modified) tests: Remove obsolete TESTS_USE_PRINTK Update #3170. Update #3199. Thu, 26 Oct 2017 11:59:09 GMT Sebastian Huber [7e102915] * 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/termios06/init.c (modified) * testsuites/sptests/spfatal03/testcase.h (modified) * testsuites/sptests/spprintk/init.c (modified) * testsuites/support/include/buffer_test_io.h (modified) * testsuites/support/include/tmacros.h (modified) * testsuites/support/src/locked_print.c (modified) tests: Use rtems_test_printer in general Update #3170. Update #3199. Thu, 26 Oct 2017 11:59:08 GMT Sebastian Huber [46ddc3c5] * testsuites/libtests/capture01/init.c (modified) * testsuites/libtests/complex/init.c (modified) * testsuites/libtests/math/init.c (modified) * testsuites/libtests/mathf/init.c (modified) * testsuites/libtests/mathl/init.c (modified) * testsuites/samples/capture/init.c (modified) * testsuites/samples/hello/init.c (modified) * testsuites/samples/loopback/init.c (modified) * testsuites/samples/paranoia/init.c (modified) * testsuites/samples/pppd/init.c (modified) tests: Use rtems_print_printer_fprintf_putc() Use ... Thu, 26 Oct 2017 11:59:07 GMT Sebastian Huber [73d892d8] * testsuites/libtests/block14/init.c (modified) * testsuites/libtests/debugger01/init.c (modified) * testsuites/libtests/mouse01/init.c (modified) * testsuites/libtests/tar01/init.c (modified) * testsuites/libtests/uid01/init.c (modified) * testsuites/smptests/smpschededf01/init.c (modified) * testsuites/sptests/spprofiling01/init.c (modified) tests: Use rtems_test_printer Update #3170. Update #3199. Thu, 26 Oct 2017 11:59:05 GMT Sebastian Huber [f703e7f] * cpukit/include/rtems/bspIo.h (modified) * cpukit/libcsupport/src/printk_plugin.c (modified) * cpukit/libmisc/testsupport/testbeginend.c (modified) * testsuites/libtests/capture01/init.c (modified) * testsuites/libtests/complex/init.c (modified) * testsuites/libtests/math/init.c (modified) * testsuites/libtests/mathf/init.c (modified) * testsuites/libtests/mathl/init.c (modified) * testsuites/samples/capture/init.c (modified) * testsuites/samples/hello/init.c (modified) * testsuites/samples/loopback/init.c (modified) * testsuites/samples/paranoia/init.c (modified) * testsuites/samples/pppd/init.c (modified) * testsuites/sptests/sp20/init.c (modified) * testsuites/support/src/locked_print.c (modified) tests: Move rtems_test_printer definition Statically initialize it ... Fri, 27 Oct 2017 07:04:54 GMT Sebastian Huber [0719fc6] * testsuites/sptests/spscheduler01/init.c (modified) * testsuites/sptests/spscheduler01/spscheduler01.doc (modified) sptests/spscheduler01: Test POSIX set/get affinity Fri, 27 Oct 2017 07:04:53 GMT Sebastian Huber [8744498] * cpukit/score/src/scheduleredfsmp.c (modified) * cpukit/score/src/schedulersetaffinity.c (modified) * testsuites/sptests/spscheduler01/init.c (modified) score: Fix _Scheduler_Set_affinity() Thu, 26 Oct 2017 11:19:57 GMT Sebastian Huber [0f1fa19] * testsuites/smptests/smpschedaffinity04/init.c (modified) * testsuites/smptests/smpschedaffinity05/init.c (modified) smptests: Fix format warnings Thu, 26 Oct 2017 11:17:21 GMT Sebastian Huber [1510ce4] * testsuites/psxtests/psxstat/test.c (modified) psxtests/psxstat: Fix format warnings Thu, 26 Oct 2017 11:08:27 GMT Sebastian Huber [b31ccb5] * testsuites/psxtests/psxclockrealtime01/init.c (modified) psxtests/psxclockrealtime01: Fix warnings Update #3182. Wed, 25 Oct 2017 05:57:58 GMT Sebastian Huber [e3ef14b] * testsuites/smptests/Makefile.am (modified) smptests: Remove duplicate Makefile targets Close #3187. Tue, 24 Oct 2017 07:35:06 GMT Sebastian Huber [34799c3b] * cpukit/rtems/include/rtems/rtems/clock.h (modified) * cpukit/rtems/src/clockgettickspersecond.c (modified) * testsuites/sptests/spwatchdog/init.c (modified) rtems: rtems_clock_get_ticks_per_second() Add macro implementation ... Tue, 24 Oct 2017 21:32:53 GMT Chris Johns [4c70110] * testsuites/psxtests/psxclockrealtime01/init.c (modified) testsuite: Fix build Updates #3170. Thu, 19 Oct 2017 11:47:57 GMT Sebastian Huber [c3105894] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/mqueuereceive.c (modified) * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/posix/src/mqueuesend.c (modified) * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mqueuetimedreceive.c (modified) * cpukit/posix/src/mqueuetimedsend.c (modified) * cpukit/posix/src/mutexlock.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutextimedlock.c (modified) * cpukit/posix/src/mutextrylock.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/posix/src/prwlockrdlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/prwlockwrlock.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/semtimedwait.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/src/barrierwait.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/apimutexlock.c (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/coretodabsolutetimeout.c (deleted) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqtimeout.c (added) * cpukit/score/src/threadrestart.c (modified) * testsuites/psxtests/psx12/init.c (modified) score: Move thread queue timeout handling Update #3117. Update #3182. Fri, 20 Oct 2017 13:35:14 GMT Sebastian Huber [cea5ff7] * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/config.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * testsuites/sptests/spwatchdog/init.c (modified) score: Add _Watchdog_Nanoseconds_per_tick Move it from the ... Fri, 20 Oct 2017 06:43:15 GMT Sebastian Huber [7ed377b] * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * testsuites/sptests/spwatchdog/init.c (modified) score: _Watchdog_Is_far_future_monotonic_timespec Update #3117. ... Fri, 20 Oct 2017 06:31:36 GMT Sebastian Huber [27cfe7c] * cpukit/rtems/src/clockgettickspersecond.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * testsuites/sptests/spwatchdog/init.c (modified) score: Add _Watchdog_Ticks_per_second This value is frequently ... Fri, 13 Oct 2017 06:00:46 GMT Sebastian Huber [d85c94c0] * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxclockrealtime01/Makefile.am (added) * testsuites/psxtests/psxclockrealtime01/init.c (added) * testsuites/psxtests/psxclockrealtime01/psxclockrealtime01.doc (added) * testsuites/psxtests/psxclockrealtime01/psxclockrealtime01.scn (added) psxclockrealtime01: New test Update #3182. Tue, 24 Oct 2017 07:27:06 GMT Sebastian Huber [0e1ad7fa] * testsuites/tmtests/tmfine01/init.c (modified) tmtests/tmfine01: Reduce test context size Reduce test context size ... Mon, 23 Oct 2017 11:48:56 GMT Sebastian Huber [88e84c22] * testsuites/smptests/smpscheduler03/test.c (modified) testsuite: Fix build Updates #3170. Sun, 22 Oct 2017 22:57:52 GMT Chris Johns [36d974ba] * testsuites/libtests/block06/init.c (modified) testsuite: Remove warnings. Thu, 19 Oct 2017 05:39:16 GMT Chris Johns [98c6d50] * testsuites/benchmarks/dhrystone/init.c (modified) * testsuites/benchmarks/linpack/init.c (modified) * testsuites/benchmarks/whetstone/init.c (modified) * testsuites/fstests/fsbdpart01/init.c (modified) * testsuites/fstests/fsclose01/init.c (modified) * testsuites/fstests/fsdosfsformat01/init.c (modified) * testsuites/fstests/fsdosfsname01/init.c (modified) * testsuites/fstests/fsdosfsname02/init.c (modified) * testsuites/fstests/fsdosfssync01/init.c (modified) * testsuites/fstests/fsdosfswrite01/init.c (modified) * testsuites/fstests/fsfseeko01/init.c (modified) * testsuites/fstests/fsimfsconfig01/init.c (modified) * testsuites/fstests/fsimfsconfig02/init.c (modified) * testsuites/fstests/fsimfsconfig03/init.c (modified) * testsuites/fstests/fsimfsgeneric01/init.c (modified) * testsuites/fstests/fsnofs01/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/block08/bdbuf_test3_2.c (modified) * testsuites/libtests/block08/bdbuf_test3_3.c (modified) * testsuites/libtests/block08/bdbuf_tests.c (modified) * testsuites/libtests/block08/init.c (modified) * testsuites/libtests/block08/test_disk.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/bspcmdline01/init.c (modified) * testsuites/libtests/capture01/init.c (modified) * testsuites/libtests/cpuuse/init.c (modified) * testsuites/libtests/crypt01/init.c (modified) * testsuites/libtests/debugger01/init.c (modified) * testsuites/libtests/defaultconfig01/init.c (modified) * testsuites/libtests/devfs01/init.c (modified) * testsuites/libtests/devfs02/init.c (modified) * testsuites/libtests/devfs03/init.c (modified) * testsuites/libtests/devfs04/init.c (modified) * testsuites/libtests/deviceio01/init.c (modified) * testsuites/libtests/dl01/init.c (modified) * testsuites/libtests/dl02/init.c (modified) * testsuites/libtests/dl03/init.c (modified) * testsuites/libtests/dl04/init.c (modified) * testsuites/libtests/dl05/init.c (modified) * testsuites/libtests/dumpbuf01/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/gxx01/init.c (modified) * testsuites/libtests/heapwalk/init.c (modified) * testsuites/libtests/i2c01/init.c (modified) * testsuites/libtests/libfdt01/init.c (modified) * testsuites/libtests/malloc02/init.c (modified) * testsuites/libtests/malloc03/init.c (modified) * testsuites/libtests/malloc04/init.c (modified) * testsuites/libtests/malloctest/init.c (modified) * testsuites/libtests/md501/init.c (modified) * testsuites/libtests/mghttpd01/init.c (modified) * testsuites/libtests/monitor/init.c (modified) * testsuites/libtests/monitor02/init.c (modified) * testsuites/libtests/mouse01/init.c (modified) * testsuites/libtests/networking01/init.c (modified) * testsuites/libtests/newlib01/init.c (modified) * testsuites/libtests/putenvtest/init.c (modified) * testsuites/libtests/pwdgrp01/init.c (modified) * testsuites/libtests/pwdgrp02/init.c (modified) * testsuites/libtests/rbheap01/init.c (modified) * testsuites/libtests/rtmonuse/init.c (modified) * testsuites/libtests/sha/init.c (modified) * testsuites/libtests/shell01/init.c (modified) * testsuites/libtests/sparsedisk01/init.c (modified) * testsuites/libtests/spi01/init.c (modified) * testsuites/libtests/stackchk/init.c (modified) * testsuites/libtests/stackchk01/init.c (modified) * testsuites/libtests/stringto01/init.c (modified) * testsuites/libtests/syscall01/init.c (modified) * testsuites/libtests/tar01/init.c (modified) * testsuites/libtests/tar02/init.c (modified) * testsuites/libtests/tar03/init.c (modified) * testsuites/libtests/termios/init.c (modified) * testsuites/libtests/termios01/init.c (modified) * testsuites/libtests/termios02/init.c (modified) * testsuites/libtests/termios03/init.c (modified) * testsuites/libtests/termios04/init.c (modified) * testsuites/libtests/termios05/init.c (modified) * testsuites/libtests/termios06/init.c (modified) * testsuites/libtests/termios07/init.c (modified) * testsuites/libtests/termios08/init.c (modified) * testsuites/libtests/termios09/init.c (modified) * testsuites/libtests/top/init.c (modified) * testsuites/libtests/tztest/init.c (modified) * testsuites/libtests/uid01/init.c (modified) * testsuites/libtests/utf8proc01/init.c (modified) * testsuites/mptests/mp01/init.c (modified) * testsuites/mptests/mp03/init.c (modified) * testsuites/mptests/mp04/init.c (modified) * testsuites/mptests/mp05/init.c (modified) * testsuites/mptests/mp06/init.c (modified) * testsuites/mptests/mp07/init.c (modified) * testsuites/mptests/mp08/init.c (modified) * testsuites/mptests/mp09/init.c (modified) * testsuites/mptests/mp10/init.c (modified) * testsuites/mptests/mp11/init.c (modified) * testsuites/mptests/mp12/init.c (modified) * testsuites/mptests/mp13/init.c (modified) * testsuites/mptests/mp14/init.c (modified) * testsuites/psxtests/include/pmacros.h (modified) * testsuites/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx02/init.c (modified) * testsuites/psxtests/psx03/init.c (modified) * testsuites/psxtests/psx04/init.c (modified) * testsuites/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx06/init.c (modified) * testsuites/psxtests/psx07/init.c (modified) * testsuites/psxtests/psx08/init.c (modified) * testsuites/psxtests/psx09/init.c (modified) * testsuites/psxtests/psx10/init.c (modified) * testsuites/psxtests/psx11/init.c (modified) * testsuites/psxtests/psx12/init.c (modified) * testsuites/psxtests/psx13/main.c (modified) * testsuites/psxtests/psx14/init.c (modified) * testsuites/psxtests/psx15/init.c (modified) * testsuites/psxtests/psx16/init.c (modified) * testsuites/psxtests/psxaio01/init.c (modified) * testsuites/psxtests/psxaio02/init.c (modified) * testsuites/psxtests/psxaio03/init.c (modified) * testsuites/psxtests/psxalarm01/init.c (modified) * testsuites/psxtests/psxautoinit01/init.c (modified) * testsuites/psxtests/psxautoinit02/init.c (modified) * testsuites/psxtests/psxbarrier01/main.c (modified) * testsuites/psxtests/psxcancel/init.c (modified) * testsuites/psxtests/psxcancel01/init.c (modified) * testsuites/psxtests/psxchroot01/main.c (modified) * testsuites/psxtests/psxclassic01/init.c (modified) * testsuites/psxtests/psxcleanup/psxcleanup.c (modified) * testsuites/psxtests/psxcleanup01/init.c (modified) * testsuites/psxtests/psxcleanup02/init.c (modified) * testsuites/psxtests/psxclock/init.c (modified) * testsuites/psxtests/psxclock01/init.c (modified) * testsuites/psxtests/psxconcurrency01/init.c (modified) * testsuites/psxtests/psxcond01/init.c (modified) * testsuites/psxtests/psxcond02/init.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxdevctl01/main.c (modified) * testsuites/psxtests/psxeintr_join/init.c (modified) * testsuites/psxtests/psxenosys/init.c (modified) * testsuites/psxtests/psxfatal_support/init.c (modified) * testsuites/psxtests/psxfchx01/init.c (modified) * testsuites/psxtests/psxfile01/main.c (modified) * testsuites/psxtests/psxfile01/test.c (modified) * testsuites/psxtests/psxfile02/init.c (modified) * testsuites/psxtests/psxfilelock01/init.c (modified) * testsuites/psxtests/psxgetattrnp01/init.c (modified) * testsuites/psxtests/psxgetrusage01/init.c (modified) * testsuites/psxtests/psxglobalcon01/init.cc (modified) * testsuites/psxtests/psxglobalcon02/init.cc (modified) * testsuites/psxtests/psxid01/init.c (modified) * testsuites/psxtests/psximfs01/init.c (modified) * testsuites/psxtests/psximfs02/init.c (modified) * testsuites/psxtests/psxintrcritical01/init.c (modified) * testsuites/psxtests/psxitimer/init.c (modified) * testsuites/psxtests/psxkey01/init.c (modified) * testsuites/psxtests/psxkey02/init.c (modified) * testsuites/psxtests/psxkey03/init.c (modified) * testsuites/psxtests/psxkey04/init.c (modified) * testsuites/psxtests/psxkey05/init.c (modified) * testsuites/psxtests/psxkey06/init.c (modified) * testsuites/psxtests/psxkey07/init.c (modified) * testsuites/psxtests/psxkey08/init.c (modified) * testsuites/psxtests/psxkey09/init.c (modified) * testsuites/psxtests/psxkey10/init.c (modified) * testsuites/psxtests/psxmmap01/init.c (modified) * testsuites/psxtests/psxmount/main.c (modified) * testsuites/psxtests/psxmsgq01/init.c (modified) * testsuites/psxtests/psxmsgq02/init.c (modified) * testsuites/psxtests/psxmsgq03/init.c (modified) * testsuites/psxtests/psxmsgq04/init.c (modified) * testsuites/psxtests/psxmutexattr01/init.c (modified) * testsuites/psxtests/psxobj01/init.c (modified) * testsuites/psxtests/psxonce01/init.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/psxrwlock01/main.c (modified) * testsuites/psxtests/psxsem01/init.c (modified) * testsuites/psxtests/psxshm01/init.c (modified) * testsuites/psxtests/psxshm02/init.c (modified) * testsuites/psxtests/psxsignal01/init.c (modified) * testsuites/psxtests/psxsignal02/init.c (modified) * testsuites/psxtests/psxsignal03/init.c (modified) * testsuites/psxtests/psxsignal05/init.c (modified) * testsuites/psxtests/psxsignal06/init.c (modified) * testsuites/psxtests/psxspin01/main.c (modified) * testsuites/psxtests/psxstack01/init.c (modified) * testsuites/psxtests/psxstack02/init.c (modified) * testsuites/psxtests/psxstat/main.c (modified) * testsuites/psxtests/psxstrsignal01/init.c (modified) * testsuites/psxtests/psxsysconf/init.c (modified) * testsuites/psxtests/psxthreadname01/init.c (modified) * testsuites/psxtests/psxtime/main.c (modified) * testsuites/psxtests/psxtimer01/psxtimer.c (modified) * testsuites/psxtests/psxtimer02/psxtimer.c (modified) * testsuites/psxtests/psxtimes01/init.c (modified) * testsuites/psxtests/psxualarm/init.c (modified) * testsuites/psxtests/psxusleep/init.c (modified) * testsuites/psxtmtests/psxtmbarrier01/init.c (modified) * testsuites/psxtmtests/psxtmbarrier02/init.c (modified) * testsuites/psxtmtests/psxtmbarrier03/init.c (modified) * testsuites/psxtmtests/psxtmbarrier04/init.c (modified) * testsuites/psxtmtests/psxtmclocknanosleep01/init.c (modified) * testsuites/psxtmtests/psxtmclocknanosleep02/init.c (modified) * testsuites/psxtmtests/psxtmclocknanosleep03/init.c (modified) * testsuites/psxtmtests/psxtmcond01/init.c (modified) * testsuites/psxtmtests/psxtmcond02/init.c (modified) * testsuites/psxtmtests/psxtmcond03/init.c (modified) * testsuites/psxtmtests/psxtmcond04/init.c (modified) * testsuites/psxtmtests/psxtmcond05/init.c (modified) * testsuites/psxtmtests/psxtmcond06/init.c (modified) * testsuites/psxtmtests/psxtmcond07/init.c (modified) * testsuites/psxtmtests/psxtmcond08/init.c (modified) * testsuites/psxtmtests/psxtmkey01/init.c (modified) * testsuites/psxtmtests/psxtmkey02/init.c (modified) * testsuites/psxtmtests/psxtmmq01/init.c (modified) * testsuites/psxtmtests/psxtmmutex01/init.c (modified) * testsuites/psxtmtests/psxtmmutex02/init.c (modified) * testsuites/psxtmtests/psxtmmutex03/init.c (modified) * testsuites/psxtmtests/psxtmmutex04/init.c (modified) * testsuites/psxtmtests/psxtmmutex05/init.c (modified) * testsuites/psxtmtests/psxtmmutex06/init.c (modified) * testsuites/psxtmtests/psxtmmutex07/init.c (modified) * testsuites/psxtmtests/psxtmnanosleep01/init.c (modified) * testsuites/psxtmtests/psxtmnanosleep02/init.c (modified) * testsuites/psxtmtests/psxtmrwlock01/init.c (modified) * testsuites/psxtmtests/psxtmrwlock02/init.c (modified) * testsuites/psxtmtests/psxtmrwlock03/init.c (modified) * testsuites/psxtmtests/psxtmrwlock04/init.c (modified) * testsuites/psxtmtests/psxtmrwlock05/init.c (modified) * testsuites/psxtmtests/psxtmrwlock06/init.c (modified) * testsuites/psxtmtests/psxtmrwlock07/init.c (modified) * testsuites/psxtmtests/psxtmsem01/init.c (modified) * testsuites/psxtmtests/psxtmsem02/init.c (modified) * testsuites/psxtmtests/psxtmsem03/init.c (modified) * testsuites/psxtmtests/psxtmsem04/init.c (modified) * testsuites/psxtmtests/psxtmsem05/init.c (modified) * testsuites/psxtmtests/psxtmsleep01/init.c (modified) * testsuites/psxtmtests/psxtmsleep02/init.c (modified) * testsuites/psxtmtests/psxtmthread01/init.c (modified) * testsuites/psxtmtests/psxtmthread02/init.c (modified) * testsuites/psxtmtests/psxtmthread03/init.c (modified) * testsuites/psxtmtests/psxtmthread04/init.c (modified) * testsuites/psxtmtests/psxtmthread05/init.c (modified) * testsuites/psxtmtests/psxtmthread06/init.c (modified) * testsuites/rhealstone/rhdeadlockbrk/deadlockbrk.c (modified) * testsuites/rhealstone/rhilatency/ilatency.c (modified) * testsuites/rhealstone/rhmlatency/mlatency.c (modified) * testsuites/rhealstone/rhsemshuffle/semshuffle.c (modified) * testsuites/rhealstone/rhtaskpreempt/taskpreempt.c (modified) * testsuites/rhealstone/rhtaskswitch/taskswitch.c (modified) * testsuites/samples/base_mp/init.c (modified) * testsuites/samples/base_sp/init.c (modified) * testsuites/samples/capture/init.c (modified) * testsuites/samples/cdtest/init.c (modified) * testsuites/samples/fileio/init.c (modified) * testsuites/samples/nsecs/init.c (modified) * testsuites/samples/paranoia/init.c (modified) * testsuites/samples/pppd/init.c (modified) * testsuites/samples/ticker/init.c (modified) * testsuites/samples/unlimited/init.c (modified) * testsuites/smptests/smp01/init.c (modified) * testsuites/smptests/smp02/init.c (modified) * testsuites/smptests/smp03/init.c (modified) * testsuites/smptests/smp05/init.c (modified) * testsuites/smptests/smp07/init.c (modified) * testsuites/smptests/smp08/init.c (modified) * testsuites/smptests/smp09/init.c (modified) * testsuites/smptests/smpaffinity01/init.c (modified) * testsuites/smptests/smpatomic01/init.c (modified) * testsuites/smptests/smpcache01/init.c (modified) * testsuites/smptests/smpcapture01/init.c (modified) * testsuites/smptests/smpcapture02/init.c (modified) * testsuites/smptests/smpclock01/init.c (modified) * testsuites/smptests/smpfatal01/init.c (modified) * testsuites/smptests/smpfatal02/init.c (modified) * testsuites/smptests/smpfatal03/init.c (modified) * testsuites/smptests/smpfatal04/init.c (modified) * testsuites/smptests/smpfatal05/init.c (modified) * testsuites/smptests/smpfatal06/init.c (modified) * testsuites/smptests/smpfatal08/init.c (modified) * testsuites/smptests/smpipi01/init.c (modified) * testsuites/smptests/smpload01/init.c (modified) * testsuites/smptests/smplock01/init.c (modified) * testsuites/smptests/smpmigration01/init.c (modified) * testsuites/smptests/smpmigration02/init.c (modified) * testsuites/smptests/smpmrsp01/init.c (modified) * testsuites/smptests/smpmutex01/init.c (modified) * testsuites/smptests/smpmutex02/init.c (modified) * testsuites/smptests/smppsxaffinity01/init.c (modified) * testsuites/smptests/smppsxaffinity02/init.c (modified) * testsuites/smptests/smppsxmutex01/init.c (modified) * testsuites/smptests/smppsxsignal01/init.c (modified) * testsuites/smptests/smpschedaffinity01/init.c (modified) * testsuites/smptests/smpschedaffinity02/init.c (modified) * testsuites/smptests/smpschedaffinity03/init.c (modified) * testsuites/smptests/smpschedaffinity04/init.c (modified) * testsuites/smptests/smpschedaffinity05/init.c (modified) * testsuites/smptests/smpschededf01/init.c (modified) * testsuites/smptests/smpschededf02/init.c (modified) * testsuites/smptests/smpschededf03/init.c (modified) * testsuites/smptests/smpschedsem01/init.c (modified) * testsuites/smptests/smpscheduler01/init.c (modified) * testsuites/smptests/smpscheduler02/init.c (modified) * testsuites/smptests/smpscheduler04/init.c (modified) * testsuites/smptests/smpsignal01/init.c (modified) * testsuites/smptests/smpstrongapa01/init.c (modified) * testsuites/smptests/smpswitchextension01/init.c (modified) * testsuites/smptests/smpthreadlife01/init.c (modified) * testsuites/smptests/smpunsupported01/init.c (modified) * testsuites/smptests/smpwakeafter01/init.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/sp01/init.c (modified) * testsuites/sptests/sp02/init.c (modified) * testsuites/sptests/sp03/init.c (modified) * testsuites/sptests/sp04/init.c (modified) * testsuites/sptests/sp05/init.c (modified) * testsuites/sptests/sp06/init.c (modified) * testsuites/sptests/sp07/init.c (modified) * testsuites/sptests/sp08/init.c (modified) * testsuites/sptests/sp11/init.c (modified) * testsuites/sptests/sp12/init.c (modified) * testsuites/sptests/sp13/init.c (modified) * testsuites/sptests/sp14/init.c (modified) * testsuites/sptests/sp15/init.c (modified) * testsuites/sptests/sp16/init.c (modified) * testsuites/sptests/sp17/init.c (modified) * testsuites/sptests/sp18/init.c (modified) * testsuites/sptests/sp19/init.c (modified) * testsuites/sptests/sp20/init.c (modified) * testsuites/sptests/sp2038/init.c (modified) * testsuites/sptests/sp21/init.c (modified) * testsuites/sptests/sp22/init.c (modified) * testsuites/sptests/sp23/init.c (modified) * testsuites/sptests/sp24/init.c (modified) * testsuites/sptests/sp25/init.c (modified) * testsuites/sptests/sp26/init.c (modified) * testsuites/sptests/sp27/init.c (modified) * testsuites/sptests/sp29/init.c (modified) * testsuites/sptests/sp30/init.c (modified) * testsuites/sptests/sp31/init.c (modified) * testsuites/sptests/sp32/init.c (modified) * testsuites/sptests/sp33/init.c (modified) * testsuites/sptests/sp34/changepri.c (modified) * testsuites/sptests/sp35/priinv.c (modified) * testsuites/sptests/sp36/strict_order_mut.c (modified) * testsuites/sptests/sp37/init.c (modified) * testsuites/sptests/sp38/init.c (modified) * testsuites/sptests/sp40/init.c (modified) * testsuites/sptests/sp41/init.c (modified) * testsuites/sptests/sp42/init.c (modified) * testsuites/sptests/sp43/init.c (modified) * testsuites/sptests/sp44/init.c (modified) * testsuites/sptests/sp45/init.c (modified) * testsuites/sptests/sp46/init.c (modified) * testsuites/sptests/sp47/init.c (modified) * testsuites/sptests/sp48/init.c (modified) * testsuites/sptests/sp49/init.c (modified) * testsuites/sptests/sp50/init.c (modified) * testsuites/sptests/sp51/init.c (modified) * testsuites/sptests/sp52/init.c (modified) * testsuites/sptests/sp54/init.c (modified) * testsuites/sptests/sp55/init.c (modified) * testsuites/sptests/sp56/init.c (modified) * testsuites/sptests/sp57/init.c (modified) * testsuites/sptests/sp58/init.c (modified) * testsuites/sptests/sp59/init.c (modified) * testsuites/sptests/sp60/init.c (modified) * testsuites/sptests/sp62/init.c (modified) * testsuites/sptests/sp63/init.c (modified) * testsuites/sptests/sp64/init.c (modified) * testsuites/sptests/sp65/init.c (modified) * testsuites/sptests/sp67/init.c (modified) * testsuites/sptests/sp68/init.c (modified) * testsuites/sptests/sp69/init.c (modified) * testsuites/sptests/sp70/init.c (modified) * testsuites/sptests/sp71/init.c (modified) * testsuites/sptests/sp72/init.c (modified) * testsuites/sptests/sp73/init.c (modified) * testsuites/sptests/sp74/init.c (modified) * testsuites/sptests/sp75/init.c (modified) * testsuites/sptests/sp76/init.c (modified) * testsuites/sptests/sp77/init.c (modified) * testsuites/sptests/spassoc01/init.c (modified) * testsuites/sptests/spatomic01/init.c (modified) * testsuites/sptests/spcache01/init.c (modified) * testsuites/sptests/spcbssched01/init.c (modified) * testsuites/sptests/spcbssched02/init.c (modified) * testsuites/sptests/spcbssched03/init.c (modified) * testsuites/sptests/spchain/init.c (modified) * testsuites/sptests/spclock_err01/init.c (modified) * testsuites/sptests/spclock_err02/init.c (modified) * testsuites/sptests/spcontext01/init.c (modified) * testsuites/sptests/spcoverage/init.c (modified) * testsuites/sptests/spcpucounter01/init.c (modified) * testsuites/sptests/spcpuset01/init.c (modified) * testsuites/sptests/spedfsched01/init.c (modified) * testsuites/sptests/spedfsched02/init.c (modified) * testsuites/sptests/spedfsched03/init.c (modified) * testsuites/sptests/spedfsched04/init.c (modified) * testsuites/sptests/sperror01/init.c (modified) * testsuites/sptests/sperror02/init.c (modified) * testsuites/sptests/sperror03/init.c (modified) * testsuites/sptests/spevent_err03/init.c (modified) * testsuites/sptests/speventsystem01/init.c (modified) * testsuites/sptests/speventtransient01/init.c (modified) * testsuites/sptests/spextensions01/init.c (modified) * testsuites/sptests/spfatal26/init.c (modified) * testsuites/sptests/spfatal30/init.c (modified) * testsuites/sptests/spfatal31/init.c (modified) * testsuites/sptests/spfatal_support/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/spfreechain01/init.c (modified) * testsuites/sptests/spheapprot/init.c (modified) * testsuites/sptests/spinternalerror01/init.c (modified) * testsuites/sptests/spinternalerror02/init.c (modified) * testsuites/sptests/spintr_err01/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/spintrcritical21/init.c (modified) * testsuites/sptests/spintrcritical22/init.c (modified) * testsuites/sptests/spintrcritical23/init.c (modified) * testsuites/sptests/spintrcritical24/init.c (modified) * testsuites/sptests/splinkersets01/init.c (modified) * testsuites/sptests/spmkdir/init.c (modified) * testsuites/sptests/spmountmgr01/init.c (modified) * testsuites/sptests/spmrsp01/init.c (modified) * testsuites/sptests/spmsgq_err01/init.c (modified) * testsuites/sptests/spmsgq_err02/init.c (modified) * testsuites/sptests/spmutex01/init.c (modified) * testsuites/sptests/spnsext01/init.c (modified) * testsuites/sptests/spobjgetnext/init.c (modified) * testsuites/sptests/sppagesize/init.c (modified) * testsuites/sptests/sppartition_err01/init.c (modified) * testsuites/sptests/spport_err01/init.c (modified) * testsuites/sptests/spprintk/init.c (modified) * testsuites/sptests/spprivenv01/init.c (modified) * testsuites/sptests/spprofiling01/init.c (modified) * testsuites/sptests/spqreslib/init.c (modified) * testsuites/sptests/spratemon_err01/init.c (modified) * testsuites/sptests/sprbtree01/init.c (modified) * testsuites/sptests/spregion_err01/init.c (modified) * testsuites/sptests/sprmsched01/init.c (modified) * testsuites/sptests/sprmsched02/init.c (modified) * testsuites/sptests/spscheduler01/init.c (modified) * testsuites/sptests/spsem01/init.c (modified) * testsuites/sptests/spsem02/init.c (modified) * testsuites/sptests/spsem03/init.c (modified) * testsuites/sptests/spsem_err01/init.c (modified) * testsuites/sptests/spsem_err02/init.c (modified) * testsuites/sptests/spsignal_err01/init.c (modified) * testsuites/sptests/spsimplesched01/init.c (modified) * testsuites/sptests/spsimplesched02/init.c (modified) * testsuites/sptests/spsimplesched03/init.c (modified) * testsuites/sptests/spsize/init.c (modified) * testsuites/sptests/spstdthreads01/init.c (modified) * testsuites/sptests/spstkalloc/init.c (modified) * testsuites/sptests/spstkalloc02/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) * testsuites/sptests/spsyslock01/init.c (modified) * testsuites/sptests/sptask_err01/init.c (modified) * testsuites/sptests/sptask_err02/init.c (modified) * testsuites/sptests/sptask_err03/init.c (modified) * testsuites/sptests/sptask_err04/init.c (modified) * testsuites/sptests/sptasknopreempt01/init.c (modified) * testsuites/sptests/spthreadlife01/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) * testsuites/sptests/sptimecounter01/init.c (modified) * testsuites/sptests/sptimecounter02/init.c (modified) * testsuites/sptests/sptimecounter03/init.c (modified) * testsuites/sptests/sptimecounter04/init.c (modified) * testsuites/sptests/sptimer_err01/init.c (modified) * testsuites/sptests/sptimer_err02/init.c (modified) * testsuites/sptests/sptimerserver01/init.c (modified) * testsuites/sptests/sptimespec01/init.c (modified) * testsuites/sptests/sptls01/init.c (modified) * testsuites/sptests/sptls02/init.cc (modified) * testsuites/sptests/sptls03/init.c (modified) * testsuites/sptests/spwatchdog/init.c (modified) * testsuites/sptests/spwkspace/init.c (modified) * testsuites/support/include/buffer_test_io.h (modified) * testsuites/support/include/tmacros.h (modified) * testsuites/tmtests/tm01/task1.c (modified) * testsuites/tmtests/tm02/task1.c (modified) * testsuites/tmtests/tm03/task1.c (modified) * testsuites/tmtests/tm04/task1.c (modified) * testsuites/tmtests/tm05/task1.c (modified) * testsuites/tmtests/tm06/task1.c (modified) * testsuites/tmtests/tm07/task1.c (modified) * testsuites/tmtests/tm08/task1.c (modified) * testsuites/tmtests/tm09/task1.c (modified) * testsuites/tmtests/tm10/task1.c (modified) * testsuites/tmtests/tm11/task1.c (modified) * testsuites/tmtests/tm12/task1.c (modified) * testsuites/tmtests/tm13/task1.c (modified) * testsuites/tmtests/tm14/task1.c (modified) * testsuites/tmtests/tm15/task1.c (modified) * testsuites/tmtests/tm16/task1.c (modified) * testsuites/tmtests/tm17/task1.c (modified) * testsuites/tmtests/tm18/task1.c (modified) * testsuites/tmtests/tm19/task1.c (modified) * testsuites/tmtests/tm20/task1.c (modified) * testsuites/tmtests/tm21/task1.c (modified) * testsuites/tmtests/tm22/task1.c (modified) * testsuites/tmtests/tm23/task1.c (modified) * testsuites/tmtests/tm24/task1.c (modified) * testsuites/tmtests/tm25/task1.c (modified) * testsuites/tmtests/tm26/task1.c (modified) * testsuites/tmtests/tm27/task1.c (modified) * testsuites/tmtests/tm28/task1.c (modified) * testsuites/tmtests/tm29/task1.c (modified) * testsuites/tmtests/tm30/init.c (modified) * testsuites/tmtests/tmck/task1.c (modified) * testsuites/tmtests/tmcontext01/init.c (modified) * testsuites/tmtests/tmfine01/init.c (modified) * testsuites/tmtests/tmoverhd/testtask.c (modified) * testsuites/tmtests/tmtimer01/init.c (modified) testsuite: Use printk for all test output where possible. - Remove ... Sat, 21 Oct 2017 10:16:21 GMT Sebastian Huber [a05861d] * testsuites/libtests/tar01/Makefile.am (modified) libtests/tar01: Fix build dependencies Tue, 17 Oct 2017 09:46:14 GMT Christian Mauderer [205d8d71] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sptimecounter04/Makefile.am (added) * testsuites/sptests/sptimecounter04/init.c (added) * testsuites/sptests/sptimecounter04/sptimecounter04.doc (added) * testsuites/sptests/sptimecounter04/sptimecounter04.scn (added) sptests/sptimecounter04: New test Ensure that the time flow of ... Wed, 18 Oct 2017 06:50:17 GMT Sebastian Huber [6087f33e] * testsuites/tmtests/tmfine01/init.c (modified) * testsuites/tmtests/tmfine01/tmfine01.py (modified) * testsuites/tmtests/tmfine01/tmfine01.scn (modified) tmtests/tmfine01: Add test cases Update #2674. Update #3112. ... Tue, 17 Oct 2017 07:20:20 GMT Sebastian Huber [3f3f4248] * cpukit/posix/include/rtems/posix/pthreadattrimpl.h (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadgetattrnp.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * testsuites/psxtests/psxgetattrnp01/init.c (modified) posix: Remove POSIX_API_Control::schedparam Move sporadic server ...