# # ChangeLog for testsuites/sptests in rtems # # Generated by Trac 1.2.1.dev0 # 04/19/24 12:52:26 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 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 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 ... 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. 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 ... 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: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 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, 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 ... 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 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 ... 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() ... 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. 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: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() 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 ... 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 ... 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 ... 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 ... Sat, 14 Oct 2017 13:14:53 GMT Sebastian Huber [bf2a53d2] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/ratemoncancel.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/ratemontimeout.c (modified) * cpukit/rtems/src/taskwakeafter.c (modified) * cpukit/rtems/src/taskwakewhen.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerreset.c (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/watchdogtick.c (modified) * testsuites/sptests/spintrcritical08/init.c (modified) * testsuites/sptests/spintrcritical09/init.c (modified) score: Rename watchdog variants Rename PER_CPU_WATCHDOG_RELATIVE in ... Thu, 12 Oct 2017 17:56:06 GMT Joel Sherrill [6ba02954] * testsuites/sptests/spthreadq01/init.c (modified) spthreadq01/init.c: Fix unused variable warnings Thu, 12 Oct 2017 01:17:29 GMT Joel Sherrill [871c23c] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/spprofiling01/Makefile.am (modified) Fix spprofiling01 overriding recipe warning Closes #3084. Tue, 10 Oct 2017 09:36:23 GMT Sebastian Huber [b2dbb634] * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadsetaffinitynp.c (modified) * cpukit/rtems/src/schedulergetprocessorset.c (modified) * cpukit/rtems/src/taskgetaffinity.c (modified) * cpukit/rtems/src/tasksetaffinity.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/cpuset.h (deleted) * cpukit/score/include/rtems/score/cpusetimpl.h (deleted) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/cpuset.c (deleted) * cpukit/score/src/cpusetprintsupport.c (deleted) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) score: Remove CPU_set_Control Use Processor_mask instead. Update ... Wed, 27 Sep 2017 13:08:33 GMT Sebastian Huber [de59c065] * c/src/ada-tests/mptests/mp01/config_base.h (modified) * c/src/ada-tests/mptests/mp03/config_base.h (modified) * c/src/ada-tests/mptests/mp04/config_base.h (modified) * c/src/ada-tests/mptests/mp05/config_base.h (modified) * c/src/ada-tests/mptests/mp06/config_base.h (modified) * c/src/ada-tests/mptests/mp07/config_base.h (modified) * c/src/ada-tests/mptests/mp08/config_base.h (modified) * c/src/ada-tests/mptests/mp09/config_base.h (modified) * c/src/ada-tests/mptests/mp10/config_base.h (modified) * c/src/ada-tests/mptests/mp11/config_base.h (modified) * c/src/ada-tests/mptests/mp12/config_base.h (modified) * c/src/ada-tests/mptests/mp13/config_base.h (modified) * c/src/ada-tests/mptests/mp14/config_base.h (modified) * c/src/ada-tests/samples/base_mp/config.h (modified) * c/src/ada-tests/samples/base_sp/config.h (modified) * c/src/ada-tests/samples/hello/config.h (modified) * c/src/ada-tests/samples/nsecs/config.h (modified) * c/src/ada-tests/samples/ticker/config.h (modified) * c/src/ada-tests/sptests/sp01/config.h (modified) * c/src/ada-tests/sptests/sp02/config.h (modified) * c/src/ada-tests/sptests/sp03/config.h (modified) * c/src/ada-tests/sptests/sp04/config.h (modified) * c/src/ada-tests/sptests/sp05/config.h (modified) * c/src/ada-tests/sptests/sp06/config.h (modified) * c/src/ada-tests/sptests/sp07/config.h (modified) * c/src/ada-tests/sptests/sp08/config.h (modified) * c/src/ada-tests/sptests/sp09/config.h (modified) * c/src/ada-tests/sptests/sp11/config.h (modified) * c/src/ada-tests/sptests/sp12/config.h (modified) * c/src/ada-tests/sptests/sp13/config.h (modified) * c/src/ada-tests/sptests/sp14/config.h (modified) * c/src/ada-tests/sptests/sp15/config.h (modified) * c/src/ada-tests/sptests/sp16/config.h (modified) * c/src/ada-tests/sptests/sp17/config.h (modified) * c/src/ada-tests/sptests/sp19/config.h (modified) * c/src/ada-tests/sptests/sp20/config.h (modified) * c/src/ada-tests/sptests/sp22/config.h (modified) * c/src/ada-tests/sptests/sp23/config.h (modified) * c/src/ada-tests/sptests/sp24/config.h (modified) * c/src/ada-tests/sptests/sp25/config.h (modified) * c/src/ada-tests/sptests/spname01/config.h (modified) * c/src/ada-tests/tmtests/tm01/config.h (modified) * c/src/ada-tests/tmtests/tm02/config.h (modified) * c/src/ada-tests/tmtests/tm03/config.h (modified) * c/src/ada-tests/tmtests/tm04/config.h (modified) * c/src/ada-tests/tmtests/tm05/config.h (modified) * c/src/ada-tests/tmtests/tm06/config.h (modified) * c/src/ada-tests/tmtests/tm07/config.h (modified) * c/src/ada-tests/tmtests/tm08/config.h (modified) * c/src/ada-tests/tmtests/tm09/config.h (modified) * c/src/ada-tests/tmtests/tm10/config.h (modified) * c/src/ada-tests/tmtests/tm11/config.h (modified) * c/src/ada-tests/tmtests/tm12/config.h (modified) * c/src/ada-tests/tmtests/tm13/config.h (modified) * c/src/ada-tests/tmtests/tm14/config.h (modified) * c/src/ada-tests/tmtests/tm15/config.h (modified) * c/src/ada-tests/tmtests/tm16/config.h (modified) * c/src/ada-tests/tmtests/tm17/config.h (modified) * c/src/ada-tests/tmtests/tm18/config.h (modified) * c/src/ada-tests/tmtests/tm19/config.h (modified) * c/src/ada-tests/tmtests/tm20/config.h (modified) * c/src/ada-tests/tmtests/tm21/config.h (modified) * c/src/ada-tests/tmtests/tm22/config.h (modified) * c/src/ada-tests/tmtests/tm23/config.h (modified) * c/src/ada-tests/tmtests/tm24/config.h (modified) * c/src/ada-tests/tmtests/tm25/config.h (modified) * c/src/ada-tests/tmtests/tm28/config.h (modified) * c/src/ada-tests/tmtests/tm29/config.h (modified) * c/src/ada-tests/tmtests/tmck/config.h (modified) * c/src/ada-tests/tmtests/tmoverhd/config.h (modified) * cpukit/libblock/src/bdbuf.c (modified) * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/mutex.h (deleted) * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/mutex.c (deleted) * cpukit/posix/src/mutexdestroy.c (modified) * cpukit/posix/src/mutexget.c (deleted) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/muteximpl.h (added) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/mutex.c (modified) * testsuites/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx05/psx05.scn (modified) * testsuites/psxtests/psx05/system.h (modified) * testsuites/psxtests/psx09/system.h (modified) * testsuites/psxtests/psx10/system.h (modified) * testsuites/psxtests/psxaio01/system.h (modified) * testsuites/psxtests/psxaio02/system.h (modified) * testsuites/psxtests/psxaio03/system.h (modified) * testsuites/psxtests/psxautoinit01/init.c (modified) * testsuites/psxtests/psxautoinit01/psxautoinit01.scn (modified) * testsuites/psxtests/psxautoinit02/init.c (modified) * testsuites/psxtests/psxcleanup/system.h (modified) * testsuites/psxtests/psxcond01/init.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxkey07/init.c (modified) * testsuites/psxtests/psxsignal06/init.c (modified) * testsuites/psxtests/psxtimer01/system.h (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/psxtmcond08/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/smptests/smppsxmutex01/init.c (modified) * testsuites/sptests/spmutex01/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) posix: Implement self-contained POSIX mutex POSIX mutexes are now ... Tue, 26 Sep 2017 05:49:17 GMT Sebastian Huber [5222488] * c/src/ada-tests/mptests/mp01/config_base.h (modified) * c/src/ada-tests/mptests/mp03/config_base.h (modified) * c/src/ada-tests/mptests/mp04/config_base.h (modified) * c/src/ada-tests/mptests/mp05/config_base.h (modified) * c/src/ada-tests/mptests/mp06/config_base.h (modified) * c/src/ada-tests/mptests/mp07/config_base.h (modified) * c/src/ada-tests/mptests/mp08/config_base.h (modified) * c/src/ada-tests/mptests/mp09/config_base.h (modified) * c/src/ada-tests/mptests/mp10/config_base.h (modified) * c/src/ada-tests/mptests/mp11/config_base.h (modified) * c/src/ada-tests/mptests/mp12/config_base.h (modified) * c/src/ada-tests/mptests/mp13/config_base.h (modified) * c/src/ada-tests/mptests/mp14/config_base.h (modified) * c/src/ada-tests/samples/base_mp/config.h (modified) * c/src/ada-tests/samples/base_sp/config.h (modified) * c/src/ada-tests/samples/hello/config.h (modified) * c/src/ada-tests/samples/nsecs/config.h (modified) * c/src/ada-tests/samples/ticker/config.h (modified) * c/src/ada-tests/sptests/sp01/config.h (modified) * c/src/ada-tests/sptests/sp02/config.h (modified) * c/src/ada-tests/sptests/sp03/config.h (modified) * c/src/ada-tests/sptests/sp04/config.h (modified) * c/src/ada-tests/sptests/sp05/config.h (modified) * c/src/ada-tests/sptests/sp06/config.h (modified) * c/src/ada-tests/sptests/sp07/config.h (modified) * c/src/ada-tests/sptests/sp08/config.h (modified) * c/src/ada-tests/sptests/sp09/config.h (modified) * c/src/ada-tests/sptests/sp11/config.h (modified) * c/src/ada-tests/sptests/sp12/config.h (modified) * c/src/ada-tests/sptests/sp13/config.h (modified) * c/src/ada-tests/sptests/sp14/config.h (modified) * c/src/ada-tests/sptests/sp15/config.h (modified) * c/src/ada-tests/sptests/sp16/config.h (modified) * c/src/ada-tests/sptests/sp17/config.h (modified) * c/src/ada-tests/sptests/sp19/config.h (modified) * c/src/ada-tests/sptests/sp20/config.h (modified) * c/src/ada-tests/sptests/sp22/config.h (modified) * c/src/ada-tests/sptests/sp23/config.h (modified) * c/src/ada-tests/sptests/sp24/config.h (modified) * c/src/ada-tests/sptests/sp25/config.h (modified) * c/src/ada-tests/sptests/spname01/config.h (modified) * c/src/ada-tests/tmtests/tm01/config.h (modified) * c/src/ada-tests/tmtests/tm02/config.h (modified) * c/src/ada-tests/tmtests/tm03/config.h (modified) * c/src/ada-tests/tmtests/tm04/config.h (modified) * c/src/ada-tests/tmtests/tm05/config.h (modified) * c/src/ada-tests/tmtests/tm06/config.h (modified) * c/src/ada-tests/tmtests/tm07/config.h (modified) * c/src/ada-tests/tmtests/tm08/config.h (modified) * c/src/ada-tests/tmtests/tm09/config.h (modified) * c/src/ada-tests/tmtests/tm10/config.h (modified) * c/src/ada-tests/tmtests/tm11/config.h (modified) * c/src/ada-tests/tmtests/tm12/config.h (modified) * c/src/ada-tests/tmtests/tm13/config.h (modified) * c/src/ada-tests/tmtests/tm14/config.h (modified) * c/src/ada-tests/tmtests/tm15/config.h (modified) * c/src/ada-tests/tmtests/tm16/config.h (modified) * c/src/ada-tests/tmtests/tm17/config.h (modified) * c/src/ada-tests/tmtests/tm18/config.h (modified) * c/src/ada-tests/tmtests/tm19/config.h (modified) * c/src/ada-tests/tmtests/tm20/config.h (modified) * c/src/ada-tests/tmtests/tm21/config.h (modified) * c/src/ada-tests/tmtests/tm22/config.h (modified) * c/src/ada-tests/tmtests/tm23/config.h (modified) * c/src/ada-tests/tmtests/tm24/config.h (modified) * c/src/ada-tests/tmtests/tm25/config.h (modified) * c/src/ada-tests/tmtests/tm28/config.h (modified) * c/src/ada-tests/tmtests/tm29/config.h (modified) * c/src/ada-tests/tmtests/tmck/config.h (modified) * c/src/ada-tests/tmtests/tmoverhd/config.h (modified) * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/cond.h (deleted) * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/cond.c (deleted) * cpukit/posix/src/conddestroy.c (modified) * cpukit/posix/src/condget.c (deleted) * cpukit/posix/src/condinit.c (modified) * cpukit/posix/src/condsignalsupp.c (modified) * cpukit/posix/src/condwait.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/psxtests/psx10/init.c (modified) * testsuites/psxtests/psx10/psx10.scn (modified) * testsuites/psxtests/psx10/system.h (modified) * testsuites/psxtests/psxaio01/system.h (modified) * testsuites/psxtests/psxaio02/system.h (modified) * testsuites/psxtests/psxaio03/system.h (modified) * testsuites/psxtests/psxautoinit02/init.c (modified) * testsuites/psxtests/psxautoinit02/psxautoinit02.scn (modified) * testsuites/psxtests/psxcleanup/system.h (modified) * testsuites/psxtests/psxcond01/init.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxkey07/init.c (modified) * testsuites/psxtests/psxsignal06/init.c (modified) * testsuites/psxtests/psxtimer01/system.h (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/sptests/spsysinit01/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) posix: Implement self-contained POSIX condvar POSIX condition ... Thu, 21 Sep 2017 13:42:45 GMT Sebastian Huber [89fc9345] * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/rwlock.h (deleted) * cpukit/posix/include/rtems/posix/rwlockimpl.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/prwlock.c (deleted) * cpukit/posix/src/prwlockdestroy.c (modified) * cpukit/posix/src/prwlockinit.c (modified) * cpukit/posix/src/prwlockrdlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/prwlocktryrdlock.c (modified) * cpukit/posix/src/prwlocktrywrlock.c (modified) * cpukit/posix/src/prwlockunlock.c (modified) * cpukit/posix/src/prwlockwrlock.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/corerwlock.h (deleted) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/corerwlock.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/corerwlockrelease.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxrwlock01/main.c (modified) * testsuites/psxtests/psxrwlock01/psxrwlock01.scn (modified) * testsuites/psxtests/psxrwlock01/test.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/sptests/spsysinit01/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) posix: Implement self-contained POSIX rwlocks POSIX rwlocks are now ... Thu, 21 Sep 2017 12:13:16 GMT Sebastian Huber [e67929c] * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/barrier.h (deleted) * cpukit/posix/include/rtems/posix/barrierimpl.h (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/pbarrier.c (deleted) * cpukit/posix/src/pbarrierdestroy.c (modified) * cpukit/posix/src/pbarrierinit.c (modified) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/psxtests/psxbarrier01/main.c (modified) * testsuites/psxtests/psxbarrier01/psxbarrier01.scn (modified) * testsuites/psxtests/psxbarrier01/test.c (modified) * testsuites/psxtests/psxconfig01/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/sptests/spsysinit01/init.c (modified) posix: Implement self-contained POSIX barriers POSIX barriers are ... Tue, 12 Sep 2017 06:09:16 GMT Sebastian Huber [c090db7] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/semaphore.h (modified) * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/semaphore.c (modified) * cpukit/posix/src/semaphorecreatesupp.c (deleted) * cpukit/posix/src/semaphoredeletesupp.c (modified) * cpukit/posix/src/semaphorewaitsupp.c (deleted) * cpukit/posix/src/semclose.c (modified) * cpukit/posix/src/semdestroy.c (modified) * cpukit/posix/src/semgetvalue.c (modified) * cpukit/posix/src/seminit.c (modified) * cpukit/posix/src/semopen.c (modified) * cpukit/posix/src/sempost.c (modified) * cpukit/posix/src/semtimedwait.c (modified) * cpukit/posix/src/semtrywait.c (modified) * cpukit/posix/src/semunlink.c (modified) * cpukit/posix/src/semwait.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/semaphoreimpl.h (added) * cpukit/score/preinstall.am (modified) * cpukit/score/src/semaphore.c (modified) * testsuites/psxtests/psxcancel/init.c (modified) * testsuites/psxtests/psxeintr_join/init.c (modified) * testsuites/psxtests/psxsem01/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/sptests/spthreadq01/init.c (modified) posix: Implement self-contained POSIX semaphores For semaphore ... Wed, 13 Sep 2017 07:22:19 GMT Sebastian Huber [baef823c] * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/close.c (modified) * cpukit/libcsupport/src/fchdir.c (modified) * cpukit/libcsupport/src/fchmod.c (modified) * cpukit/libcsupport/src/fchown.c (modified) * cpukit/libcsupport/src/fcntl.c (modified) * cpukit/libcsupport/src/fdatasync.c (modified) * cpukit/libcsupport/src/fpathconf.c (modified) * cpukit/libcsupport/src/fstat.c (modified) * cpukit/libcsupport/src/fsync.c (modified) * cpukit/libcsupport/src/ftruncate.c (modified) * cpukit/libcsupport/src/ioctl.c (modified) * cpukit/libcsupport/src/libio.c (modified) * cpukit/libcsupport/src/lseek.c (modified) * cpukit/libcsupport/src/open.c (modified) * cpukit/libcsupport/src/read.c (modified) * cpukit/libcsupport/src/write.c (modified) * cpukit/posix/src/shmopen.c (modified) * testsuites/fstests/Makefile.am (modified) * testsuites/fstests/configure.ac (modified) * testsuites/fstests/fsclose01/Makefile.am (added) * testsuites/fstests/fsclose01/fsclose01.doc (added) * testsuites/fstests/fsclose01/fsclose01.scn (added) * testsuites/fstests/fsclose01/init.c (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spintrcritical24/Makefile.am (added) * testsuites/sptests/spintrcritical24/init.c (added) * testsuites/sptests/spintrcritical24/spintrcritical24.doc (added) * testsuites/sptests/spintrcritical24/spintrcritical24.scn (added) libio: Add hold/drop iop reference Check iop reference count in ... Sun, 27 Aug 2017 19:11:24 GMT Joel Sherrill [8b29f9b9] * testsuites/sptests/sp25/task1.c (modified) sp25/task1.c: Fix printf() format warnings Sun, 27 Aug 2017 19:09:34 GMT Joel Sherrill [37f0023f] * testsuites/sptests/spstkalloc02/init.c (modified) spstkalloc02/init.c: Fix printf() format warnings Mon, 17 Jul 2017 05:30:46 GMT Sebastian Huber [146adb1] * c/src/lib/libbsp/sparc/erc32/startup/spurious.c (modified) * c/src/lib/libbsp/sparc/leon2/startup/spurious.c (modified) * c/src/lib/libbsp/sparc/leon3/startup/spurious.c (modified) * c/src/lib/libbsp/sparc/shared/irq_asm.S (modified) * c/src/lib/libbsp/sparc/shared/start/start.S (modified) * c/src/lib/libcpu/sparc/syscall/syscall.S (modified) * cpukit/score/cpu/sparc/Makefile.am (modified) * cpukit/score/cpu/sparc/cpu.c (modified) * cpukit/score/cpu/sparc/cpu_asm.S (deleted) * cpukit/score/cpu/sparc/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/sparc/sparc-context-validate.S (modified) * testsuites/sptests/spfatal30/init.c (modified) * testsuites/sptests/spfatal31/init.c (modified) * testsuites/sptests/spsize/size.c (modified) sparc: Add lazy floating point switch The SPARC ABI is a bit ... Wed, 19 Jul 2017 07:07:17 GMT Sebastian Huber [600d88d] * c/src/lib/libbsp/sparc/erc32/startup/spurious.c (modified) * c/src/lib/libbsp/sparc/leon2/startup/spurious.c (modified) * c/src/lib/libbsp/sparc/leon3/startup/spurious.c (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spfatal30/Makefile.am (added) * testsuites/sptests/spfatal30/init.c (added) * testsuites/sptests/spfatal30/spfatal30.doc (added) * testsuites/sptests/spfatal30/spfatal30.scn (added) * testsuites/sptests/spfatal31/Makefile.am (added) * testsuites/sptests/spfatal31/init.c (added) * testsuites/sptests/spfatal31/spfatal31.doc (added) * testsuites/sptests/spfatal31/spfatal31.scn (added) * testsuites/sptests/spinternalerror02/init.c (modified) INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT Add new fatal ... Wed, 19 Jul 2017 14:00:48 GMT Sebastian Huber [5f1ae90e] * testsuites/sptests/sptls02/init.cc (modified) sptests/sptls02: Use standard test IO Update #3076. Wed, 19 Jul 2017 13:51:28 GMT Sebastian Huber [0ea7ca9] * testsuites/sptests/spcache01/init.c (modified) sptests/spcache01: Use standard test IO Update #3076. Wed, 19 Jul 2017 13:50:57 GMT Sebastian Huber [a0271a7] * testsuites/sptests/sp20/init.c (modified) * testsuites/sptests/sp20/system.h (modified) tests: Use floating point task These tests directly or indirectly ... Tue, 18 Jul 2017 11:07:26 GMT Sebastian Huber [07e1780] * testsuites/fstests/fsbdpart01/init.c (modified) * testsuites/fstests/fsdosfsformat01/init.c (modified) * testsuites/fstests/fsdosfsname01/init.c (modified) * testsuites/fstests/fsdosfssync01/init.c (modified) * testsuites/fstests/fsdosfswrite01/init.c (modified) * testsuites/fstests/jffs2_support/fs_support.c (modified) * testsuites/fstests/mdosfs_support/fs_support.c (modified) * testsuites/fstests/mrfs_support/fs_support.c (modified) * testsuites/libtests/block14/init.c (modified) * testsuites/libtests/capture01/system.h (modified) * testsuites/libtests/crypt01/init.c (modified) * testsuites/libtests/dl01/init.c (modified) * testsuites/libtests/dl04/init.c (modified) * testsuites/libtests/dl05/init.c (modified) * testsuites/libtests/mathf/init.c (modified) * testsuites/libtests/mathl/init.c (modified) * testsuites/libtests/mghttpd01/init.c (modified) * testsuites/libtests/mouse01/init.c (modified) * testsuites/libtests/networking01/init.c (modified) * testsuites/libtests/syscall01/init.c (modified) * testsuites/libtests/tar01/init.c (modified) * testsuites/libtests/uid01/init.c (modified) * testsuites/samples/capture/system.h (modified) * testsuites/samples/cdtest/system.h (modified) * testsuites/samples/hello/init.c (modified) * testsuites/samples/loopback/init.c (modified) * testsuites/samples/pppd/system.h (modified) * testsuites/smptests/smpschededf01/init.c (modified) * testsuites/sptests/sperror01/init.c (modified) * testsuites/sptests/sperror02/init.c (modified) * testsuites/sptests/sperror03/init.c (modified) tests: Use floating point task These tests directly or indirectly ... Tue, 11 Jul 2017 07:51:43 GMT Sebastian Huber [ecabd384] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/scheduleridentbyprocessorset.c (added) * testsuites/smptests/smpscheduler02/init.c (modified) * testsuites/sptests/spscheduler01/init.c (modified) rtems: Add rtems_scheduler_ident_by_processor_set Update #3070. Tue, 11 Jul 2017 05:24:39 GMT Sebastian Huber [548d65a5] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/scheduleridentbyprocessor.c (added) * testsuites/smptests/smpfatal04/init.c (modified) * testsuites/sptests/spscheduler01/init.c (modified) rtems: Add rtems_scheduler_ident_by_processor() Update #3069. Thu, 29 Jun 2017 12:36:26 GMT Sebastian Huber [7f7a3e8f] * cpukit/libmisc/Makefile.am (modified) * cpukit/libmisc/testsupport/test.h (modified) * cpukit/libmisc/testsupport/testbusy.c (added) * testsuites/sptests/spintrcritical_support/intrcritical.c (modified) tests: Move busy loop to test support Update #3056. Fri, 09 Jun 2017 05:50:41 GMT Sebastian Huber [f7d0f5e] * testsuites/sptests/spcpuset01/init.c (modified) spcpuset01: Update due to CPU_CMP() changes Close #3036. Wed, 07 Jun 2017 06:47:47 GMT Sebastian Huber [b06dbb26] * testsuites/sptests/spcpuset01/test.c (modified) spcpuset01: Update due to CPU_NAND_S() changes Close #3032. Wed, 07 Jun 2017 06:14:30 GMT Sebastian Huber [836f454] * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadattrgetaffinitynp.c (modified) * cpukit/posix/src/pthreadattrsetaffinitynp.c (modified) * cpukit/posix/src/pthreadsetaffinitynp.c (modified) * cpukit/score/include/rtems/score/cpusetimpl.h (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * testsuites/smptests/smpaffinity01/init.c (modified) * testsuites/smptests/smppsxaffinity02/init.c (modified) * testsuites/sptests/spcpuset01/init.c (modified) * testsuites/sptests/spcpuset01/test.c (modified) Fix CPU_COPY() usage The original CPU_COPY() support of Newlib ... Tue, 06 Jun 2017 09:08:16 GMT Sebastian Huber [787f51f] * c/src/lib/libbsp/arm/atsam/network/if_atsam.c (modified) * c/src/lib/libbsp/powerpc/beatnik/network/if_gfe/if_gfe.c (modified) * c/src/lib/libbsp/powerpc/mpc8260ads/network/if_hdlcsubr.c (modified) * c/src/lib/libbsp/powerpc/mvme5500/network/if_100MHz/GT64260eth.c (modified) * c/src/lib/libbsp/powerpc/mvme5500/network/if_1GHz/if_wm.c (modified) * c/src/libchip/network/i82586.c (modified) * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libcsupport/src/termios.c (modified) * cpukit/libfs/src/imfs/imfs_fifo.c (modified) * cpukit/libfs/src/pipe/fifo.c (modified) * cpukit/libmisc/shell/main_ifconfig.c (modified) * cpukit/libnetworking/net/if.c (modified) * cpukit/libnetworking/net/if_ethersubr.c (modified) * cpukit/libnetworking/net/if_loop.c (modified) * cpukit/libnetworking/net/if_ppp.c (modified) * cpukit/libnetworking/net/ppp_tty.c (modified) * cpukit/libnetworking/net/route.c (modified) * cpukit/libnetworking/netinet/in.c (modified) * cpukit/libnetworking/netinet/in_pcb.c (modified) * cpukit/libnetworking/netinet/ip_mroute.c (modified) * cpukit/libnetworking/rtems/rtems_bsdnet_internal.h (modified) * cpukit/libnetworking/rtems/rtems_dhcp.c (modified) * cpukit/libnetworking/rtems/rtems_dhcp_failsafe.c (modified) * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/libnetworking/rtems/rtems_showifstat.c (modified) * testsuites/sptests/spfifo04/init.c (modified) * testsuites/sptests/spfifo05/init.c (modified) Do not include in kernel-space Update #2833. Fri, 12 May 2017 07:53:35 GMT Sebastian Huber [6bc63df1] * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/config.h (modified) * testsuites/libtests/cpuuse/system.h (modified) * testsuites/libtests/rtmonuse/system.h (modified) * testsuites/libtests/termios05/init.c (modified) * testsuites/sptests/sp01/system.h (modified) * testsuites/sptests/sp08/init.c (modified) * testsuites/sptests/sp14/system.h (modified) * testsuites/sptests/sp20/system.h (modified) * testsuites/sptests/sp37/system.h (modified) * testsuites/sptests/spcbssched01/system.h (modified) * testsuites/sptests/spcbssched02/system.h (modified) * testsuites/sptests/spcbssched03/system.h (modified) * testsuites/sptests/spedfsched01/system.h (modified) * testsuites/sptests/spedfsched02/system.h (modified) * testsuites/sptests/spedfsched03/system.h (modified) * testsuites/sptests/spfifo03/init.c (modified) * testsuites/sptests/spfifo05/init.c (modified) * testsuites/tmtests/tm08/system.h (modified) * testsuites/tmtests/tm22/system.h (modified) confdefs.h: Add SMP enabled field to configuration Do not use the ... Fri, 12 May 2017 08:08:34 GMT Sebastian Huber [00d98208] * testsuites/sptests/spprivenv01/init.c (modified) sptests/spprivenv01: Use default task mode There is no need to run ... Fri, 12 May 2017 06:35:36 GMT Sebastian Huber [f778b7f3] * cpukit/sapi/include/confdefs.h (modified) * testsuites/sptests/sp65/init.c (modified) confdefs.h: Use SMP scheduler only if necessary Update #3001. Thu, 11 May 2017 09:03:00 GMT Sebastian Huber [13097181] * cpukit/sapi/include/confdefs.h (modified) * testsuites/libtests/block08/system.h (modified) * testsuites/psxtests/psx05/system.h (modified) * testsuites/sptests/sp04/system.h (modified) * testsuites/sptests/sp07/system.h (modified) * testsuites/sptests/sp12/system.h (modified) * testsuites/sptests/sp13/system.h (modified) * testsuites/sptests/sp16/system.h (modified) * testsuites/sptests/spfatal29/testcase.h (modified) * testsuites/sptests/spintrcritical06/init.c (modified) * testsuites/sptests/spintrcritical15/init.c (modified) * testsuites/sptests/spmrsp01/init.c (modified) * testsuites/sptests/spsimplesched02/init.c (modified) * testsuites/tmtests/tm04/system.h (modified) * testsuites/tmtests/tm15/system.h (modified) * testsuites/tmtests/tm20/system.h (modified) * testsuites/tmtests/tm24/system.h (modified) confdefs.h: CONFIGURE_DISABLE_SMP_CONFIGURATION Enable the SMP ... Wed, 05 Apr 2017 07:55:45 GMT Sebastian Huber [75e71b2] * testsuites/sptests/spcache01/init.c (modified) spcache01: Instruction cache invalidate workaround On some systems, ... Mon, 03 Apr 2017 22:11:24 GMT Chris Johns [258bda3] * testsuites/automake/subdirs.am (modified) * testsuites/automake/test-subdirs.am (deleted) * testsuites/benchmarks/Makefile.am (modified) * testsuites/benchmarks/configure.ac (modified) * testsuites/fstests/Makefile.am (modified) * testsuites/fstests/configure.ac (modified) * testsuites/fstests/fsrofs01/init.c (modified) * testsuites/libtests/Makefile.am (modified) * testsuites/libtests/configure.ac (modified) * testsuites/libtests/dl01/Makefile.am (modified) * testsuites/libtests/dl02/Makefile.am (modified) * testsuites/libtests/dl04/Makefile.am (modified) * testsuites/libtests/dl05/Makefile.am (modified) * testsuites/mptests/Makefile.am (modified) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtmtests/Makefile.am (modified) * testsuites/rhealstone/Makefile.am (modified) * testsuites/rhealstone/configure.ac (modified) * testsuites/samples/Makefile.am (modified) * testsuites/samples/configure.ac (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/support/include/buffer_test_io.h (modified) * testsuites/testdata/rtems.tcfg (added) * testsuites/tmtests/Makefile.am (modified) * tools/build/rtems-test-check (modified) * tools/build/rtems-test-check-py (added) * tools/build/rtems-testsuite-autostuff (added) testsuite: Add a common test configuration. Fix configure.ac and ... Tue, 21 Feb 2017 11:10:43 GMT Sebastian Huber [c54769e7] * testsuites/sptests/spextensions01/init.c (modified) spextensions01: Fix extension create order Update #2692. Tue, 14 Feb 2017 09:05:24 GMT Sebastian Huber [71ac0a6] * testsuites/sptests/spqreslib/init.c (modified) spqreslib: Remove invalid test cases Tue, 14 Feb 2017 09:03:42 GMT Sebastian Huber [ad25f10] * testsuites/sptests/spcbssched02/init.c (modified) spcbssched02: Remove invalid test cases Wed, 01 Feb 2017 13:10:18 GMT Sebastian Huber [54835ae] * cpukit/libmisc/dummy/default-configuration.c (modified) * cpukit/sapi/include/confdefs.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/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/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/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/sptimecounter02/init.c (modified) * testsuites/sptests/sptimecounter03/init.c (modified) * testsuites/tmtests/tmcontext01/init.c (modified) * testsuites/tmtests/tmfine01/init.c (modified) Rename CONFIGURE_SMP_MAXIMUM_PROCESSORS Rename ... Tue, 14 Feb 2017 07:54:51 GMT Sebastian Huber [9333de2f] * testsuites/sptests/sppagesize/init.c (modified) sppagesize: Include missing header file Wed, 01 Feb 2017 13:48:17 GMT Sebastian Huber [07d71279] * cpukit/sapi/include/confdefs.h (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/sptests/spstkalloc02/init.c (modified) Prefix confdefs.h internal def with an underscore Close #2895. Wed, 01 Feb 2017 11:11:33 GMT Sebastian Huber [f95fa387] * cpukit/libmisc/dummy/default-configuration.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/config.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/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/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/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/sptimecounter02/init.c (modified) * testsuites/sptests/sptimecounter03/init.c (modified) * testsuites/tmtests/tmcontext01/init.c (modified) * testsuites/tmtests/tmfine01/init.c (modified) Remove CONFIGURE_SMP_APPLICATION Enable the SMP support if ... Mon, 30 Jan 2017 18:34:28 GMT Kuan-Hsun Chen [166a9f67] * testsuites/sptests/spedfsched04/Makefile.am (modified) * testsuites/sptests/spedfsched04/init.c (modified) * testsuites/sptests/spedfsched04/spedfsched04.scn (modified) * testsuites/sptests/sprmsched01/Makefile.am (modified) * testsuites/sptests/sprmsched01/init.c (modified) * testsuites/sptests/sprmsched01/sprmsched01.scn (modified) sprmsched01/spedfsched04: Revise Instead of using the target time ... Fri, 27 Jan 2017 22:15:50 GMT Kuan-Hsun Chen [0794197] * cpukit/rtems/src/ratemontimeout.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sprmsched02/Makefile.am (added) * testsuites/sptests/sprmsched02/init.c (added) * testsuites/sptests/sprmsched02/sprmsched02.doc (added) * testsuites/sptests/sprmsched02/sprmsched02.scn (added) rtems: Fix _Rate_monotonic_Renew_deadline() Prepare a precondition ... Thu, 26 Jan 2017 10:06:50 GMT Sebastian Huber [6f6da82c] * cpukit/score/include/rtems/score/userextimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/src/userextiterate.c (modified) * testsuites/sptests/spextensions01/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) score: Fix user extensions order Use forward and reverse order for ... Wed, 25 Jan 2017 20:47:48 GMT Kuan-Hsun Chen [d7feb86] * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/src/ratemongetstatus.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * testsuites/sptests/sp69/init.c (modified) * testsuites/sptests/sp69/sp69.doc (modified) * testsuites/sptests/sp69/sp69.scn (modified) Remove rtems_rate_monotonic_postponed_job_count() Add a variable ... Wed, 25 Jan 2017 10:16:02 GMT Sebastian Huber [23a11b6] * testsuites/sptests/spedfsched04/Makefile.am (modified) * testsuites/sptests/spedfsched04/init.c (modified) * testsuites/sptests/spedfsched04/system.h (deleted) * testsuites/sptests/spedfsched04/tasks.c (deleted) sptests/spedfsched04: Merge and fix Merge into one file and fix ... Tue, 24 Jan 2017 14:34:47 GMT Sebastian Huber [29e08d4] * testsuites/sptests/sprmsched01/Makefile.am (modified) * testsuites/sptests/sprmsched01/init.c (modified) * testsuites/sptests/sprmsched01/system.h (deleted) * testsuites/sptests/sprmsched01/tasks.c (deleted) sptests/sprmsched01: Merge and fix Merge into one file and fix ... Fri, 13 Jan 2017 18:54:11 GMT Gedare Bloom [cb2cbec] * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * testsuites/sptests/spedfsched04/spedfsched04.doc (modified) * testsuites/sptests/sprmsched01/sprmsched01.doc (modified) classic: adjust names of RM postponed job functions closes #2795 Wed, 21 Dec 2016 16:42:41 GMT Kuan-Hsun Chen [ad40220f] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spedfsched04/Makefile.am (added) * testsuites/sptests/spedfsched04/init.c (added) * testsuites/sptests/spedfsched04/spedfsched04.doc (added) * testsuites/sptests/spedfsched04/spedfsched04.scn (added) * testsuites/sptests/spedfsched04/system.h (added) * testsuites/sptests/spedfsched04/tasks.c (added) sptests: EDF scheduler overrun handling Update #2795. Wed, 21 Dec 2016 16:42:40 GMT Kuan-Hsun Chen [86aa1248] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sprmsched01/Makefile.am (added) * testsuites/sptests/sprmsched01/init.c (added) * testsuites/sptests/sprmsched01/sprmsched01.doc (added) * testsuites/sptests/sprmsched01/sprmsched01.scn (added) * testsuites/sptests/sprmsched01/system.h (added) * testsuites/sptests/sprmsched01/tasks.c (added) sptests: rate monotonic scheduler overrun handling Update #2795. Fri, 12 Aug 2016 19:25:10 GMT Gedare Bloom [ba776282] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/shm.h (added) * cpukit/posix/include/rtems/posix/shmimpl.h (added) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/shm.c (added) * cpukit/posix/src/shmheap.c (added) * cpukit/posix/src/shmopen.c (modified) * cpukit/posix/src/shmunlink.c (modified) * cpukit/posix/src/shmwkspace.c (added) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxshm01/Makefile.am (added) * testsuites/psxtests/psxshm01/init.c (added) * testsuites/psxtests/psxshm01/psxshm01.scn (added) * testsuites/psxtests/psxshm01/system.h (added) * testsuites/psxtests/psxshm02/Makefile.am (added) * testsuites/psxtests/psxshm02/init.c (added) * testsuites/psxtests/psxshm02/psxshm02.scn (added) * testsuites/psxtests/psxshm02/system.h (added) * testsuites/sptests/spsysinit01/init.c (modified) posix: shared memory support Add POSIX shared memory manager (Shm). ... Fri, 13 Jan 2017 10:33:28 GMT Sebastian Huber [9fad437] * cpukit/configure.ac (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/sched.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadq.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) configure: Remove HAVE_STRUCT__THREAD_QUEUE_QUEUE Fri, 13 Jan 2017 08:39:32 GMT Sebastian Huber [dc703190] * cpukit/configure.ac (modified) * cpukit/libstdthreads/Makefile.am (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) configure: Remove HAVE_THREADS_H support Wed, 11 Jan 2017 10:03:24 GMT Sebastian Huber [0c43130] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/include/rtems/assoc.h (modified) * cpukit/libcsupport/src/assoc32tostring.c (added) * testsuites/sptests/spassoc01/init.c (modified) Add rtems_assoc_32_to_string() Wed, 11 Jan 2017 15:43:06 GMT Joel Sherrill [7a4b2645] * cpukit/configure.ac (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadattrcompare.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/schedulergetprocessorset.c (modified) * cpukit/rtems/src/taskgetaffinity.c (modified) * cpukit/rtems/src/tasksetaffinity.c (modified) * cpukit/score/include/rtems/score/cpuset.h (modified) * cpukit/score/include/rtems/score/cpusetimpl.h (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/src/cpuset.c (modified) * cpukit/score/src/cpusetprintsupport.c (modified) * cpukit/score/src/schedulergetaffinity.c (modified) * cpukit/score/src/schedulersetaffinity.c (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpaffinity01/init.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spcpuset01/init.c (modified) * testsuites/sptests/spcpuset01/system.h (modified) * testsuites/sptests/spcpuset01/test.c (modified) * testsuites/sptests/spscheduler01/init.c (modified) Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__ Fri, 09 Dec 2016 08:28:31 GMT Sebastian Huber [e203b65e] * cpukit/libcsupport/src/open_dev_console.c (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * testsuites/sptests/spfatal15/testcase.h (modified) * testsuites/sptests/spinternalerror02/init.c (modified) Add INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILED Update #2825. Fri, 09 Dec 2016 08:27:15 GMT Sebastian Huber [a5ba08eb] * cpukit/libcsupport/src/open_dev_console.c (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * testsuites/sptests/spfatal14/testcase.h (modified) * testsuites/sptests/spinternalerror02/init.c (modified) Add INTERNAL_ERROR_LIBIO_STDOUT_FD_OPEN_FAILED Update #2825. Fri, 09 Dec 2016 07:44:49 GMT Sebastian Huber [9622f779] * cpukit/libcsupport/src/libio_init.c (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * testsuites/sptests/spinternalerror02/init.c (modified) Add INTERNAL_ERROR_LIBIO_SEM_CREATE_FAILED Update #2825. Fri, 09 Dec 2016 07:44:22 GMT Sebastian Huber [82529688] * cpukit/libcsupport/src/libio_init.c (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * testsuites/sptests/spfatal27/testcase.h (modified) * testsuites/sptests/spinternalerror02/init.c (modified) INTERNAL_ERROR_LIBIO_USER_ENV_KEY_CREATE_FAILED Update #2825. Fri, 09 Dec 2016 05:51:44 GMT Sebastian Huber [0a81a58] * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * testsuites/psxtests/psxfatal02/testcase.h (modified) * testsuites/sptests/spinternalerror02/init.c (modified) Add INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILED Update #2825. Fri, 09 Dec 2016 05:49:25 GMT Sebastian Huber [279d5260] * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * testsuites/sptests/spfatal01/testcase.h (modified) * testsuites/sptests/spinternalerror02/init.c (modified) Add INTERNAL_ERROR_RTEMS_INIT_TASK_CREATE_FAILED Update #2825. Fri, 09 Dec 2016 09:49:49 GMT Sebastian Huber [6a9282d] * c/src/lib/libbsp/arm/altera-cyclone-v/startup/bspclean.c (modified) * c/src/lib/libbsp/lm32/milkymist/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/mcf5225x/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/mrm332/misc/interr.c (modified) * c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/mvme167/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/uC5282/startup/bspclean.c (modified) * c/src/lib/libbsp/powerpc/beatnik/startup/bspclean.c (modified) * c/src/lib/libbsp/powerpc/mvme5500/startup/bspclean.c (modified) * c/src/lib/libbsp/powerpc/virtex4/startup/bspclean.c (modified) * c/src/lib/libbsp/powerpc/virtex5/startup/bspclean.c (modified) * c/src/lib/libbsp/shared/bspclean.c (modified) * c/src/lib/libbsp/shared/include/default-initial-extension.h (modified) * c/src/lib/libbsp/sparc/leon3/startup/bspclean.c (modified) * c/src/lib/libbsp/sparc64/niagara/startup/bspclean.c (modified) * c/src/libchip/shmdr/fatal.c (modified) * cpukit/libmisc/stackchk/check.c (modified) * cpukit/libmisc/testsupport/test.h (modified) * cpukit/libmisc/testsupport/testextension.c (modified) * cpukit/score/include/rtems/score/userext.h (modified) * testsuites/libtests/exit01/init.c (modified) * testsuites/libtests/exit02/init.c (modified) * testsuites/libtests/stackchk/init.c (modified) * testsuites/libtests/stackchk/system.h (modified) * testsuites/psxtests/psxfatal_support/init.c (modified) * testsuites/psxtests/psxfatal_support/system.h (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/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/spfatal_support/init.c (modified) * testsuites/sptests/spfatal_support/system.h (modified) * testsuites/sptests/spinternalerror01/init.c (modified) * testsuites/sptests/spmutex01/init.c (modified) * testsuites/sptests/spsyslock01/init.c (modified) Rename is_internal to always_set_to_false Update #2825. Thu, 08 Dec 2016 15:41:30 GMT Sebastian Huber [b6606e8] * c/src/lib/libbsp/powerpc/shared/startup/panic.c (modified) * cpukit/libcsupport/src/gxx_wrappers.c (modified) * cpukit/libcsupport/src/malloc_initialize.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/fatal.h (modified) * cpukit/sapi/src/exshutdown.c (modified) * cpukit/sapi/src/fatal.c (modified) * cpukit/sapi/src/fatal2.c (deleted) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/cpu/nios2/nios2-context-initialize.c (modified) * cpukit/score/cpu/nios2/nios2-isr-get-level.c (modified) * cpukit/score/cpu/nios2/nios2-isr-set-level.c (modified) * cpukit/score/cpu/powerpc/ppc-isr-vector-install.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/include/rtems/score/userext.h (modified) * cpukit/score/include/rtems/score/userextimpl.h (modified) * cpukit/score/src/heap.c (modified) * cpukit/score/src/interr.c (modified) * cpukit/score/src/isr.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/objectinitializeinformation.c (modified) * cpukit/score/src/objectmp.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadhandler.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/userextiterate.c (modified) * cpukit/score/src/wkspace.c (modified) * testsuites/libtests/devnullfatal01/testcase.h (modified) * testsuites/psxtests/psxfatal01/testcase.h (modified) * testsuites/psxtests/psxfatal02/testcase.h (modified) * testsuites/psxtests/psxfatal_support/init.c (modified) * testsuites/sptests/spfatal01/testcase.h (modified) * testsuites/sptests/spfatal02/testcase.h (modified) * testsuites/sptests/spfatal03/testcase.h (modified) * testsuites/sptests/spfatal04/testcase.h (modified) * testsuites/sptests/spfatal05/testcase.h (modified) * testsuites/sptests/spfatal06/testcase.h (modified) * testsuites/sptests/spfatal07/testcase.h (modified) * testsuites/sptests/spfatal08/testcase.h (modified) * testsuites/sptests/spfatal09/testcase.h (modified) * testsuites/sptests/spfatal10/testcase.h (modified) * testsuites/sptests/spfatal11/testcase.h (modified) * testsuites/sptests/spfatal12/testcase.h (modified) * testsuites/sptests/spfatal13/testcase.h (modified) * testsuites/sptests/spfatal14/testcase.h (modified) * testsuites/sptests/spfatal15/testcase.h (modified) * testsuites/sptests/spfatal16/testcase.h (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/spfatal24/testcase.h (modified) * testsuites/sptests/spfatal25/testcase.h (modified) * testsuites/sptests/spfatal27/testcase.h (modified) * testsuites/sptests/spfatal28/testcase.h (modified) * testsuites/sptests/spfatal29/testcase.h (modified) * testsuites/sptests/spfatal_support/init.c (modified) * testsuites/sptests/spinternalerror01/init.c (modified) * testsuites/sptests/sptimecounter01/init.c (modified) score: Remove fatal is internal indicator The fatal is internal ... Thu, 08 Dec 2016 13:46:32 GMT Sebastian Huber [16bd9e0a] * testsuites/sptests/sptimecounter02/sptimecounter02.py (added) sptimecounter02: Add plot script Wed, 07 Dec 2016 10:43:13 GMT Sebastian Huber [3672f9a2] * testsuites/sptests/sptimecounter02/sptimecounter02.scn (modified) sptimecounter02: Update screen file Data obtained on QorIQ T4240 ... Tue, 06 Dec 2016 10:35:34 GMT Sebastian Huber [4b579c5f] * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/linkersets.h (modified) * testsuites/sptests/splinkersets01/init.c (modified) score: Simplify linker set API Resurrect RTEMS_LINKER_SET_BEGIN() ... Thu, 01 Dec 2016 19:42:48 GMT Sebastian Huber [5b6c290] * cpukit/libmisc/monitor/mon-task.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedprio.c (modified) * cpukit/rtems/src/schedulerremoveprocessor.c (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/tasksetpriority.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadtimeout.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) score: Initialize thread queue context early Initialize thread ... Wed, 23 Nov 2016 11:48:57 GMT Sebastian Huber [bee0323] * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * testsuites/sptests/spinternalerror02/spinternalerror02.scn (modified) score: Uncomment unused internal error codes Update #2825. Wed, 16 Nov 2016 13:50:09 GMT Sebastian Huber [c42be504] * cpukit/configure.ac (modified) * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/spinlock.h (deleted) * cpukit/posix/include/rtems/posix/spinlockimpl.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/pspin.c (deleted) * cpukit/posix/src/pspindestroy.c (modified) * cpukit/posix/src/pspininit.c (modified) * cpukit/posix/src/pspinlock.c (modified) * cpukit/posix/src/pspintrylock.c (deleted) * cpukit/posix/src/pspinunlock.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/corespinlock.h (deleted) * cpukit/score/include/rtems/score/corespinlockimpl.h (deleted) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/corespinlockrelease.c (deleted) * cpukit/score/src/corespinlockwait.c (deleted) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxspin01/main.c (modified) * testsuites/psxtests/psxspin01/psxspin01.scn (modified) * testsuites/psxtests/psxspin01/test.c (modified) * testsuites/psxtests/psxspin02/Makefile.am (deleted) * testsuites/psxtests/psxspin02/main.c (deleted) * testsuites/psxtests/psxspin02/psxspin02.doc (deleted) * testsuites/psxtests/psxspin02/psxspin02.scn (deleted) * testsuites/psxtests/psxspin02/test.c (deleted) * testsuites/sptests/spsysinit01/init.c (modified) posix: Add self-contained pthread spinlock Turn pthread_spinlock_t ...