# # ChangeLog for testsuites/psxtests/psxglobalcon02 in rtems # # Generated by Trac 1.2.1.dev0 # 04/19/24 16:15:15 Tue, 14 Oct 2014 10:12:32 GMT Sebastian Huber [43633ae] * testsuites/psxtests/psxglobalcon01/init.cc (modified) * testsuites/psxtests/psxglobalcon02/init.cc (modified) * testsuites/sptests/spglobalcon01/init.cc (modified) testsuites: Avoid clock driver Fri, 10 Oct 2014 07:09:19 GMT Sebastian Huber [a38ced2] * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadglobalconstruction.c (added) * cpukit/score/src/threadhandler.c (modified) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxglobalcon01/Makefile.am (added) * testsuites/psxtests/psxglobalcon01/init.cc (added) * testsuites/psxtests/psxglobalcon01/psxglobalcon01.doc (added) * testsuites/psxtests/psxglobalcon01/psxglobalcon01.scn (added) * testsuites/psxtests/psxglobalcon02/Makefile.am (added) * testsuites/psxtests/psxglobalcon02/init.cc (added) * testsuites/psxtests/psxglobalcon02/psxglobalcon02.doc (added) * testsuites/psxtests/psxglobalcon02/psxglobalcon02.scn (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spglobalcon01/Makefile.am (added) * testsuites/sptests/spglobalcon01/init.cc (added) * testsuites/sptests/spglobalcon01/spglobalcon01.doc (added) * testsuites/sptests/spglobalcon01/spglobalcon01.scn (added) * testsuites/sptests/spthreadlife01/init.c (modified) score: Rework global construction Ensure that the global ...