# # ChangeLog for testsuites/sptests/Makefile.am in rtems # # Generated by Trac 1.2.1.dev0 # 05/21/24 17:21:41 Tue, 05 Nov 2019 05:32:03 GMT Sebastian Huber [9f3c558] * testsuites/smptests/Makefile.am (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/support/include/tmacros.h (modified) tests: Remove superfluous SMPTESTS define Update #3818. Mon, 28 Jan 2019 11:26:25 GMT Sebastian Huber [b015c01] * testsuites/aclocal/env-rtemsbsp.m4 (modified) * testsuites/benchmarks/Makefile.am (modified) * testsuites/fstests/Makefile.am (modified) * testsuites/libtests/Makefile.am (modified) * testsuites/mptests/Makefile.am (modified) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtmtests/Makefile.am (modified) * testsuites/rhealstone/Makefile.am (modified) * testsuites/samples/Makefile.am (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/tmtests/Makefile.am (modified) build: Do not install test programs Mon, 14 Jan 2019 08:07:16 GMT Sebastian Huber [d1fff86] * testsuites/sptests/Makefile.am (modified) build: Remove bogus spqreslib_LDADD Mon, 14 Jan 2019 08:06:30 GMT Sebastian Huber [dc0285f] * testsuites/libtests/Makefile.am (modified) * testsuites/samples/Makefile.am (modified) * testsuites/sptests/Makefile.am (modified) build: Add missing $(LDADD) for dependencies Wed, 19 Dec 2018 08:25:29 GMT Sebastian Huber [2158621] * cpukit/Makefile.am (modified) * cpukit/libcsupport/src/alignedalloc.c (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spcxx01/init.cc (added) * testsuites/sptests/spcxx01/spcxx01.doc (added) * testsuites/sptests/spcxx01/spcxx01.scn (added) Add aligned_alloc() and memalign() Ensure that the C++17 aligned ... Thu, 22 Nov 2018 18:14:51 GMT Sebastian Huber [21275b58] * cpukit/Makefile.am (modified) * cpukit/include/rtems/confdefs.h (modified) * cpukit/include/rtems/config.h (modified) * cpukit/include/rtems/extensiondata.h (modified) * cpukit/include/rtems/extensionimpl.h (modified) * cpukit/include/rtems/posix/key.h (modified) * cpukit/include/rtems/posix/keyimpl.h (modified) * cpukit/include/rtems/posix/mqueue.h (modified) * cpukit/include/rtems/posix/mqueueimpl.h (modified) * cpukit/include/rtems/posix/pthread.h (modified) * cpukit/include/rtems/posix/pthreadimpl.h (modified) * cpukit/include/rtems/posix/semaphore.h (modified) * cpukit/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/include/rtems/posix/shm.h (modified) * cpukit/include/rtems/posix/shmimpl.h (modified) * cpukit/include/rtems/posix/sigset.h (modified) * cpukit/include/rtems/posix/timer.h (modified) * cpukit/include/rtems/posix/timerimpl.h (modified) * cpukit/include/rtems/rtems/barrierdata.h (modified) * cpukit/include/rtems/rtems/barrierimpl.h (modified) * cpukit/include/rtems/rtems/config.h (modified) * cpukit/include/rtems/rtems/dpmemdata.h (modified) * cpukit/include/rtems/rtems/dpmemimpl.h (modified) * cpukit/include/rtems/rtems/messagedata.h (modified) * cpukit/include/rtems/rtems/messageimpl.h (modified) * cpukit/include/rtems/rtems/msgmp.h (modified) * cpukit/include/rtems/rtems/partdata.h (modified) * cpukit/include/rtems/rtems/partimpl.h (modified) * cpukit/include/rtems/rtems/partmp.h (modified) * cpukit/include/rtems/rtems/ratemondata.h (modified) * cpukit/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/include/rtems/rtems/regiondata.h (modified) * cpukit/include/rtems/rtems/regionimpl.h (modified) * cpukit/include/rtems/rtems/semdata.h (modified) * cpukit/include/rtems/rtems/semimpl.h (modified) * cpukit/include/rtems/rtems/semmp.h (modified) * cpukit/include/rtems/rtems/tasksdata.h (modified) * cpukit/include/rtems/rtems/tasksimpl.h (modified) * cpukit/include/rtems/rtems/timerdata.h (modified) * cpukit/include/rtems/rtems/timerimpl.h (modified) * cpukit/include/rtems/score/freechain.h (modified) * cpukit/include/rtems/score/interr.h (modified) * cpukit/include/rtems/score/object.h (modified) * cpukit/include/rtems/score/objectdata.h (modified) * cpukit/include/rtems/score/objectimpl.h (modified) * cpukit/include/rtems/score/thread.h (modified) * cpukit/include/rtems/score/threadimpl.h (modified) * cpukit/include/rtems/score/threadq.h (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/keycreate.c (modified) * cpukit/posix/src/keyzerokvp.c (added) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/mqueueopen.c (modified) * cpukit/posix/src/psxsemaphore.c (modified) * cpukit/posix/src/psxtimercreate.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/ptimer.c (modified) * cpukit/posix/src/semopen.c (modified) * cpukit/posix/src/shm.c (modified) * cpukit/posix/src/shmopen.c (modified) * cpukit/rtems/src/barrier.c (modified) * cpukit/rtems/src/barriercreate.c (modified) * cpukit/rtems/src/dpmem.c (modified) * cpukit/rtems/src/dpmemcreate.c (modified) * cpukit/rtems/src/msg.c (modified) * cpukit/rtems/src/msgqcreate.c (modified) * cpukit/rtems/src/part.c (modified) * cpukit/rtems/src/partcreate.c (modified) * cpukit/rtems/src/ratemon.c (modified) * cpukit/rtems/src/ratemoncreate.c (modified) * cpukit/rtems/src/region.c (modified) * cpukit/rtems/src/regioncreate.c (modified) * cpukit/rtems/src/rtemstimer.c (modified) * cpukit/rtems/src/sem.c (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/taskcreate.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/sapi/src/extension.c (modified) * cpukit/sapi/src/extensioncreate.c (modified) * cpukit/score/src/freechain.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/objectallocate.c (modified) * cpukit/score/src/objectextendinformation.c (modified) * cpukit/score/src/objectfree.c (modified) * cpukit/score/src/objectinitializeinformation.c (modified) * cpukit/score/src/objectshrinkinformation.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadcreateidle.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/wkspace.c (modified) * testsuites/psxtests/psxobj01/init.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spfatal13/spfatal13.doc (deleted) * testsuites/sptests/spfatal13/spfatal13.scn (deleted) * testsuites/sptests/spfatal13/testcase.h (deleted) * testsuites/sptests/spfreechain01/init.c (modified) * testsuites/sptests/spsimplesched02/init.c (modified) * testsuites/sptests/spsize/size.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) score: Static Objects_Information initialization Statically ... Tue, 06 Nov 2018 11:57:42 GMT Sebastian Huber [e71c097a] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spconfig02/init.c (added) * testsuites/sptests/spconfig02/spconfig02.doc (added) * testsuites/sptests/spconfig02/spconfig02.scn (added) spconfig02: Check object methods in default config Ensure that the ... Sat, 06 Oct 2018 08:59:10 GMT Sebastian Huber [477bca2] * automake/local.am (deleted) * c/src/Makefile.am (modified) * c/src/automake/local.am (deleted) * c/src/lib/libbsp/Makefile.am (modified) * c/src/lib/libbsp/arm/Makefile.am (modified) * c/src/lib/libbsp/arm/altera-cyclone-v/Makefile.am (modified) * c/src/lib/libbsp/arm/atsam/Makefile.am (modified) * c/src/lib/libbsp/arm/beagle/Makefile.am (modified) * c/src/lib/libbsp/arm/csb336/Makefile.am (modified) * c/src/lib/libbsp/arm/csb337/Makefile.am (modified) * c/src/lib/libbsp/arm/edb7312/Makefile.am (modified) * c/src/lib/libbsp/arm/gdbarmsim/Makefile.am (modified) * c/src/lib/libbsp/arm/gumstix/Makefile.am (modified) * c/src/lib/libbsp/arm/imx/Makefile.am (modified) * c/src/lib/libbsp/arm/lm3s69xx/Makefile.am (modified) * c/src/lib/libbsp/arm/lpc176x/Makefile.am (modified) * c/src/lib/libbsp/arm/lpc24xx/Makefile.am (modified) * c/src/lib/libbsp/arm/lpc32xx/Makefile.am (modified) * c/src/lib/libbsp/arm/raspberrypi/Makefile.am (modified) * c/src/lib/libbsp/arm/realview-pbx-a9/Makefile.am (modified) * c/src/lib/libbsp/arm/rtl22xx/Makefile.am (modified) * c/src/lib/libbsp/arm/smdk2410/Makefile.am (modified) * c/src/lib/libbsp/arm/stm32f4/Makefile.am (modified) * c/src/lib/libbsp/arm/tms570/Makefile.am (modified) * c/src/lib/libbsp/arm/xilinx-zynq/Makefile.am (modified) * c/src/lib/libbsp/bfin/Makefile.am (modified) * c/src/lib/libbsp/bfin/TLL6527M/Makefile.am (modified) * c/src/lib/libbsp/bfin/bf537Stamp/Makefile.am (modified) * c/src/lib/libbsp/bfin/eZKit533/Makefile.am (modified) * c/src/lib/libbsp/epiphany/Makefile.am (modified) * c/src/lib/libbsp/epiphany/epiphany_sim/Makefile.am (modified) * c/src/lib/libbsp/i386/Makefile.am (modified) * c/src/lib/libbsp/i386/pc386/Makefile.am (modified) * c/src/lib/libbsp/lm32/Makefile.am (modified) * c/src/lib/libbsp/lm32/lm32_evr/Makefile.am (modified) * c/src/lib/libbsp/lm32/milkymist/Makefile.am (modified) * c/src/lib/libbsp/m32c/Makefile.am (modified) * c/src/lib/libbsp/m32c/m32cbsp/Makefile.am (modified) * c/src/lib/libbsp/m68k/Makefile.am (modified) * c/src/lib/libbsp/m68k/av5282/Makefile.am (modified) * c/src/lib/libbsp/m68k/csb360/Makefile.am (modified) * c/src/lib/libbsp/m68k/gen68340/Makefile.am (modified) * c/src/lib/libbsp/m68k/gen68360/Makefile.am (modified) * c/src/lib/libbsp/m68k/genmcf548x/Makefile.am (modified) * c/src/lib/libbsp/m68k/mcf5206elite/Makefile.am (modified) * c/src/lib/libbsp/m68k/mcf52235/Makefile.am (modified) * c/src/lib/libbsp/m68k/mcf5225x/Makefile.am (modified) * c/src/lib/libbsp/m68k/mcf5235/Makefile.am (modified) * c/src/lib/libbsp/m68k/mcf5329/Makefile.am (modified) * c/src/lib/libbsp/m68k/mrm332/Makefile.am (modified) * c/src/lib/libbsp/m68k/mvme147/Makefile.am (modified) * c/src/lib/libbsp/m68k/mvme147s/Makefile.am (modified) * c/src/lib/libbsp/m68k/mvme162/Makefile.am (modified) * c/src/lib/libbsp/m68k/mvme167/Makefile.am (modified) * c/src/lib/libbsp/m68k/uC5282/Makefile.am (modified) * c/src/lib/libbsp/mips/Makefile.am (modified) * c/src/lib/libbsp/mips/csb350/Makefile.am (modified) * c/src/lib/libbsp/mips/hurricane/Makefile.am (modified) * c/src/lib/libbsp/mips/jmr3904/Makefile.am (modified) * c/src/lib/libbsp/mips/malta/Makefile.am (modified) * c/src/lib/libbsp/mips/rbtx4925/Makefile.am (modified) * c/src/lib/libbsp/mips/rbtx4938/Makefile.am (modified) * c/src/lib/libbsp/moxie/Makefile.am (modified) * c/src/lib/libbsp/moxie/moxiesim/Makefile.am (modified) * c/src/lib/libbsp/nios2/Makefile.am (modified) * c/src/lib/libbsp/nios2/nios2_iss/Makefile.am (modified) * c/src/lib/libbsp/no_cpu/Makefile.am (modified) * c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am (modified) * c/src/lib/libbsp/or1k/Makefile.am (modified) * c/src/lib/libbsp/or1k/generic_or1k/Makefile.am (modified) * c/src/lib/libbsp/powerpc/Makefile.am (modified) * c/src/lib/libbsp/powerpc/beatnik/Makefile.am (modified) * c/src/lib/libbsp/powerpc/gen5200/Makefile.am (modified) * c/src/lib/libbsp/powerpc/gen83xx/Makefile.am (modified) * c/src/lib/libbsp/powerpc/haleakala/Makefile.am (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.am (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/Makefile.am (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/qemu_fakerom/Makefile.am (modified) * c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am (modified) * c/src/lib/libbsp/powerpc/mpc8260ads/Makefile.am (modified) * c/src/lib/libbsp/powerpc/mvme3100/Makefile.am (modified) * c/src/lib/libbsp/powerpc/mvme5500/Makefile.am (modified) * c/src/lib/libbsp/powerpc/psim/Makefile.am (modified) * c/src/lib/libbsp/powerpc/qemuppc/Makefile.am (modified) * c/src/lib/libbsp/powerpc/qoriq/Makefile.am (modified) * c/src/lib/libbsp/powerpc/ss555/Makefile.am (modified) * c/src/lib/libbsp/powerpc/t32mppc/Makefile.am (modified) * c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am (modified) * c/src/lib/libbsp/powerpc/virtex/Makefile.am (modified) * c/src/lib/libbsp/powerpc/virtex4/Makefile.am (modified) * c/src/lib/libbsp/powerpc/virtex5/Makefile.am (modified) * c/src/lib/libbsp/riscv/Makefile.am (modified) * c/src/lib/libbsp/riscv/riscv/Makefile.am (modified) * c/src/lib/libbsp/sh/Makefile.am (modified) * c/src/lib/libbsp/sh/gensh1/Makefile.am (modified) * c/src/lib/libbsp/sh/gensh2/Makefile.am (modified) * c/src/lib/libbsp/sh/gensh4/Makefile.am (modified) * c/src/lib/libbsp/sh/shsim/Makefile.am (modified) * c/src/lib/libbsp/sparc/Makefile.am (modified) * c/src/lib/libbsp/sparc/erc32/Makefile.am (modified) * c/src/lib/libbsp/sparc/leon2/Makefile.am (modified) * c/src/lib/libbsp/sparc/leon3/Makefile.am (modified) * c/src/lib/libbsp/sparc64/Makefile.am (modified) * c/src/lib/libbsp/sparc64/niagara/Makefile.am (modified) * c/src/lib/libbsp/sparc64/usiii/Makefile.am (modified) * c/src/lib/libbsp/v850/Makefile.am (modified) * c/src/lib/libbsp/v850/gdbv850sim/Makefile.am (modified) * c/src/lib/libbsp/x86_64/Makefile.am (modified) * c/src/lib/libbsp/x86_64/amd64/Makefile.am (modified) * c/src/make/Makefile.am (modified) * cpukit/Makefile.am (modified) * cpukit/automake/local.am (deleted) * cpukit/score/cpu/Makefile.am (modified) * testsuites/Makefile.am (modified) * testsuites/ada/Makefile.am (modified) * testsuites/ada/mptests/Makefile.am (modified) * testsuites/ada/mptests/mp01/Makefile.am (modified) * testsuites/ada/mptests/mp01/node1/Makefile.am (modified) * testsuites/ada/mptests/mp01/node2/Makefile.am (modified) * testsuites/ada/mptests/mp03/Makefile.am (modified) * testsuites/ada/mptests/mp03/node1/Makefile.am (modified) * testsuites/ada/mptests/mp03/node2/Makefile.am (modified) * testsuites/ada/mptests/mp04/Makefile.am (modified) * testsuites/ada/mptests/mp04/node1/Makefile.am (modified) * testsuites/ada/mptests/mp04/node2/Makefile.am (modified) * testsuites/ada/mptests/mp05/Makefile.am (modified) * testsuites/ada/mptests/mp05/node1/Makefile.am (modified) * testsuites/ada/mptests/mp05/node2/Makefile.am (modified) * testsuites/ada/mptests/mp06/Makefile.am (modified) * testsuites/ada/mptests/mp06/node1/Makefile.am (modified) * testsuites/ada/mptests/mp06/node2/Makefile.am (modified) * testsuites/ada/mptests/mp07/Makefile.am (modified) * testsuites/ada/mptests/mp07/node1/Makefile.am (modified) * testsuites/ada/mptests/mp07/node2/Makefile.am (modified) * testsuites/ada/mptests/mp08/Makefile.am (modified) * testsuites/ada/mptests/mp08/node1/Makefile.am (modified) * testsuites/ada/mptests/mp08/node2/Makefile.am (modified) * testsuites/ada/mptests/mp09/Makefile.am (modified) * testsuites/ada/mptests/mp09/node1/Makefile.am (modified) * testsuites/ada/mptests/mp09/node2/Makefile.am (modified) * testsuites/ada/mptests/mp10/Makefile.am (modified) * testsuites/ada/mptests/mp10/node1/Makefile.am (modified) * testsuites/ada/mptests/mp10/node2/Makefile.am (modified) * testsuites/ada/mptests/mp11/Makefile.am (modified) * testsuites/ada/mptests/mp11/node1/Makefile.am (modified) * testsuites/ada/mptests/mp11/node2/Makefile.am (modified) * testsuites/ada/mptests/mp12/Makefile.am (modified) * testsuites/ada/mptests/mp12/node1/Makefile.am (modified) * testsuites/ada/mptests/mp12/node2/Makefile.am (modified) * testsuites/ada/mptests/mp13/Makefile.am (modified) * testsuites/ada/mptests/mp13/node1/Makefile.am (modified) * testsuites/ada/mptests/mp13/node2/Makefile.am (modified) * testsuites/ada/mptests/mp14/Makefile.am (modified) * testsuites/ada/mptests/mp14/node1/Makefile.am (modified) * testsuites/ada/mptests/mp14/node2/Makefile.am (modified) * testsuites/ada/samples/Makefile.am (modified) * testsuites/ada/samples/base_mp/Makefile.am (modified) * testsuites/ada/samples/base_mp/node1/Makefile.am (modified) * testsuites/ada/samples/base_mp/node2/Makefile.am (modified) * testsuites/ada/samples/base_sp/Makefile.am (modified) * testsuites/ada/samples/hello/Makefile.am (modified) * testsuites/ada/samples/nsecs/Makefile.am (modified) * testsuites/ada/samples/ticker/Makefile.am (modified) * testsuites/ada/sptests/Makefile.am (modified) * testsuites/ada/sptests/sp01/Makefile.am (modified) * testsuites/ada/sptests/sp02/Makefile.am (modified) * testsuites/ada/sptests/sp03/Makefile.am (modified) * testsuites/ada/sptests/sp04/Makefile.am (modified) * testsuites/ada/sptests/sp05/Makefile.am (modified) * testsuites/ada/sptests/sp06/Makefile.am (modified) * testsuites/ada/sptests/sp07/Makefile.am (modified) * testsuites/ada/sptests/sp08/Makefile.am (modified) * testsuites/ada/sptests/sp09/Makefile.am (modified) * testsuites/ada/sptests/sp11/Makefile.am (modified) * testsuites/ada/sptests/sp12/Makefile.am (modified) * testsuites/ada/sptests/sp13/Makefile.am (modified) * testsuites/ada/sptests/sp14/Makefile.am (modified) * testsuites/ada/sptests/sp15/Makefile.am (modified) * testsuites/ada/sptests/sp16/Makefile.am (modified) * testsuites/ada/sptests/sp17/Makefile.am (modified) * testsuites/ada/sptests/sp19/Makefile.am (modified) * testsuites/ada/sptests/sp20/Makefile.am (modified) * testsuites/ada/sptests/sp22/Makefile.am (modified) * testsuites/ada/sptests/sp23/Makefile.am (modified) * testsuites/ada/sptests/sp24/Makefile.am (modified) * testsuites/ada/sptests/sp25/Makefile.am (modified) * testsuites/ada/sptests/spatcb01/Makefile.am (modified) * testsuites/ada/sptests/spname01/Makefile.am (modified) * testsuites/ada/support/Makefile.am (modified) * testsuites/ada/tmtests/Makefile.am (modified) * testsuites/ada/tmtests/tm01/Makefile.am (modified) * testsuites/ada/tmtests/tm02/Makefile.am (modified) * testsuites/ada/tmtests/tm03/Makefile.am (modified) * testsuites/ada/tmtests/tm04/Makefile.am (modified) * testsuites/ada/tmtests/tm05/Makefile.am (modified) * testsuites/ada/tmtests/tm06/Makefile.am (modified) * testsuites/ada/tmtests/tm07/Makefile.am (modified) * testsuites/ada/tmtests/tm08/Makefile.am (modified) * testsuites/ada/tmtests/tm09/Makefile.am (modified) * testsuites/ada/tmtests/tm10/Makefile.am (modified) * testsuites/ada/tmtests/tm11/Makefile.am (modified) * testsuites/ada/tmtests/tm12/Makefile.am (modified) * testsuites/ada/tmtests/tm13/Makefile.am (modified) * testsuites/ada/tmtests/tm14/Makefile.am (modified) * testsuites/ada/tmtests/tm15/Makefile.am (modified) * testsuites/ada/tmtests/tm16/Makefile.am (modified) * testsuites/ada/tmtests/tm17/Makefile.am (modified) * testsuites/ada/tmtests/tm18/Makefile.am (modified) * testsuites/ada/tmtests/tm19/Makefile.am (modified) * testsuites/ada/tmtests/tm20/Makefile.am (modified) * testsuites/ada/tmtests/tm21/Makefile.am (modified) * testsuites/ada/tmtests/tm22/Makefile.am (modified) * testsuites/ada/tmtests/tm23/Makefile.am (modified) * testsuites/ada/tmtests/tm24/Makefile.am (modified) * testsuites/ada/tmtests/tm25/Makefile.am (modified) * testsuites/ada/tmtests/tm28/Makefile.am (modified) * testsuites/ada/tmtests/tm29/Makefile.am (modified) * testsuites/ada/tmtests/tmck/Makefile.am (modified) * testsuites/ada/tmtests/tmoverhd/Makefile.am (modified) * testsuites/automake/local.am (deleted) * testsuites/benchmarks/Makefile.am (modified) * testsuites/fstests/Makefile.am (modified) * testsuites/libtests/Makefile.am (modified) * testsuites/mptests/Makefile.am (modified) * testsuites/mptests/mp01/Makefile.am (modified) * testsuites/mptests/mp03/Makefile.am (modified) * testsuites/mptests/mp04/Makefile.am (modified) * testsuites/mptests/mp05/Makefile.am (modified) * testsuites/mptests/mp06/Makefile.am (modified) * testsuites/mptests/mp07/Makefile.am (modified) * testsuites/mptests/mp08/Makefile.am (modified) * testsuites/mptests/mp09/Makefile.am (modified) * testsuites/mptests/mp10/Makefile.am (modified) * testsuites/mptests/mp11/Makefile.am (modified) * testsuites/mptests/mp12/Makefile.am (modified) * testsuites/mptests/mp13/Makefile.am (modified) * testsuites/mptests/mp14/Makefile.am (modified) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtmtests/Makefile.am (modified) * testsuites/rhealstone/Makefile.am (modified) * testsuites/samples/Makefile.am (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/tmtests/Makefile.am (modified) build: Remove local.am Thu, 20 Sep 2018 05:57:08 GMT Sebastian Huber [56e61e24] * cpukit/include/rtems/score/interr.h (modified) * cpukit/score/src/isr.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spfatal07/spfatal07.doc (deleted) * testsuites/sptests/spfatal07/spfatal07.scn (deleted) * testsuites/sptests/spfatal07/testcase.h (deleted) Remove INTERNAL_ERROR_INTERRUPT_STACK_TOO_SMALL The configured ... Mon, 27 Aug 2018 08:36:35 GMT Sebastian Huber [cfc4231d] * cpukit/headers.am (modified) * cpukit/include/rtems/score/percpu.h (modified) * cpukit/include/rtems/score/percpudata.h (added) * cpukit/score/src/wkspace.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sppercpudata01/init.c (added) * testsuites/sptests/sppercpudata01/item.c (added) * testsuites/sptests/sppercpudata01/sppercpudata01.doc (added) * testsuites/sptests/sppercpudata01/sppercpudata01.h (added) * testsuites/sptests/sppercpudata01/sppercpudata01.scn (added) score: Add flexible per-CPU data Update #3507. Thu, 06 Sep 2018 05:01:48 GMT Sebastian Huber [0e907232] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spconfig01/init.c (added) * testsuites/sptests/spconfig01/spconfig01.doc (added) * testsuites/sptests/spconfig01/spconfig01.scn (added) sptests/spconfig01: New test Close #3435. Fri, 15 Jun 2018 14:53:27 GMT Sebastian Huber [fe46647e] * cpukit/include/rtems/score/basedefs.h (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spmisc01/init.c (added) * testsuites/sptests/spmisc01/spmisc01.doc (added) * testsuites/sptests/spmisc01/spmisc01.scn (added) score: Macros to declare and define global symbols Add ... Fri, 01 Jun 2018 05:04:45 GMT Sebastian Huber [de9b7d7] * cpukit/include/rtems/score/interr.h (modified) * cpukit/libcsupport/src/free.c (modified) * cpukit/sapi/src/fatalsrctext.c (modified) * testsuites/libtests/malloc03/init.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spfatal32/spfatal32.doc (added) * testsuites/sptests/spfatal32/spfatal32.scn (added) * testsuites/sptests/spfatal32/testcase.h (added) * testsuites/sptests/spinternalerror02/init.c (modified) * testsuites/sptests/spinternalerror02/spinternalerror02.scn (modified) Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREE An invalid heap usage such ... Sun, 22 Apr 2018 13:54:56 GMT Sebastian Huber [ad071b68] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp36/sp36.doc (deleted) * testsuites/sptests/sp36/sp36.scn (deleted) * testsuites/sptests/sp36/strict_order_mut.c (deleted) sptests/sp36: Remove obsolete test program It tests the (never ... Tue, 10 Apr 2018 10:38:10 GMT Sebastian Huber [2eaea422] * testsuites/sptests/Makefile.am (modified) sptests: Fix AM_CONDITIONAL Update #3382. Mon, 09 Apr 2018 03:45:15 GMT Chris Johns [bc06753] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp01/Makefile.am (deleted) * testsuites/sptests/sp02/Makefile.am (deleted) * testsuites/sptests/sp03/Makefile.am (deleted) * testsuites/sptests/sp04/Makefile.am (deleted) * testsuites/sptests/sp05/Makefile.am (deleted) * testsuites/sptests/sp06/Makefile.am (deleted) * testsuites/sptests/sp07/Makefile.am (deleted) * testsuites/sptests/sp08/Makefile.am (deleted) * testsuites/sptests/sp11/Makefile.am (deleted) * testsuites/sptests/sp12/Makefile.am (deleted) * testsuites/sptests/sp13/Makefile.am (deleted) * testsuites/sptests/sp14/Makefile.am (deleted) * testsuites/sptests/sp15/Makefile.am (deleted) * testsuites/sptests/sp16/Makefile.am (deleted) * testsuites/sptests/sp17/Makefile.am (deleted) * testsuites/sptests/sp18/Makefile.am (deleted) * testsuites/sptests/sp19/Makefile.am (deleted) * testsuites/sptests/sp20/Makefile.am (deleted) * testsuites/sptests/sp2038/Makefile.am (deleted) * testsuites/sptests/sp21/Makefile.am (deleted) * testsuites/sptests/sp22/Makefile.am (deleted) * testsuites/sptests/sp23/Makefile.am (deleted) * testsuites/sptests/sp24/Makefile.am (deleted) * testsuites/sptests/sp25/Makefile.am (deleted) * testsuites/sptests/sp26/Makefile.am (deleted) * testsuites/sptests/sp27/Makefile.am (deleted) * testsuites/sptests/sp27a/Makefile.am (deleted) * testsuites/sptests/sp29/Makefile.am (deleted) * testsuites/sptests/sp30/Makefile.am (deleted) * testsuites/sptests/sp31/Makefile.am (deleted) * testsuites/sptests/sp32/Makefile.am (deleted) * testsuites/sptests/sp33/Makefile.am (deleted) * testsuites/sptests/sp34/Makefile.am (deleted) * testsuites/sptests/sp35/Makefile.am (deleted) * testsuites/sptests/sp36/Makefile.am (deleted) * testsuites/sptests/sp37/Makefile.am (deleted) * testsuites/sptests/sp38/Makefile.am (deleted) * testsuites/sptests/sp40/Makefile.am (deleted) * testsuites/sptests/sp41/Makefile.am (deleted) * testsuites/sptests/sp42/Makefile.am (deleted) * testsuites/sptests/sp43/Makefile.am (deleted) * testsuites/sptests/sp44/Makefile.am (deleted) * testsuites/sptests/sp45/Makefile.am (deleted) * testsuites/sptests/sp46/Makefile.am (deleted) * testsuites/sptests/sp47/Makefile.am (deleted) * testsuites/sptests/sp48/Makefile.am (deleted) * testsuites/sptests/sp49/Makefile.am (deleted) * testsuites/sptests/sp50/Makefile.am (deleted) * testsuites/sptests/sp51/Makefile.am (deleted) * testsuites/sptests/sp52/Makefile.am (deleted) * testsuites/sptests/sp53/Makefile.am (deleted) * testsuites/sptests/sp54/Makefile.am (deleted) * testsuites/sptests/sp55/Makefile.am (deleted) * testsuites/sptests/sp56/Makefile.am (deleted) * testsuites/sptests/sp57/Makefile.am (deleted) * testsuites/sptests/sp58/Makefile.am (deleted) * testsuites/sptests/sp59/Makefile.am (deleted) * testsuites/sptests/sp60/Makefile.am (deleted) * testsuites/sptests/sp62/Makefile.am (deleted) * testsuites/sptests/sp63/Makefile.am (deleted) * testsuites/sptests/sp64/Makefile.am (deleted) * testsuites/sptests/sp65/Makefile.am (deleted) * testsuites/sptests/sp66/Makefile.am (deleted) * testsuites/sptests/sp67/Makefile.am (deleted) * testsuites/sptests/sp68/Makefile.am (deleted) * testsuites/sptests/sp69/Makefile.am (deleted) * testsuites/sptests/sp70/Makefile.am (deleted) * testsuites/sptests/sp71/Makefile.am (deleted) * testsuites/sptests/sp72/Makefile.am (deleted) * testsuites/sptests/sp73/Makefile.am (deleted) * testsuites/sptests/sp74/Makefile.am (deleted) * testsuites/sptests/sp75/Makefile.am (deleted) * testsuites/sptests/sp76/Makefile.am (deleted) * testsuites/sptests/sp77/Makefile.am (deleted) * testsuites/sptests/spassoc01/Makefile.am (deleted) * testsuites/sptests/spatomic01/Makefile.am (deleted) * testsuites/sptests/spcache01/Makefile.am (deleted) * testsuites/sptests/spcbssched01/Makefile.am (deleted) * testsuites/sptests/spcbssched02/Makefile.am (deleted) * testsuites/sptests/spcbssched03/Makefile.am (deleted) * testsuites/sptests/spchain/Makefile.am (deleted) * testsuites/sptests/spclock_err01/Makefile.am (deleted) * testsuites/sptests/spclock_err02/Makefile.am (deleted) * testsuites/sptests/spconsole01/Makefile.am (deleted) * testsuites/sptests/spcontext01/Makefile.am (deleted) * testsuites/sptests/spcoverage/Makefile.am (deleted) * testsuites/sptests/spcpucounter01/Makefile.am (deleted) * testsuites/sptests/spcpuset01/Makefile.am (deleted) * testsuites/sptests/spedfsched01/Makefile.am (deleted) * testsuites/sptests/spedfsched02/Makefile.am (deleted) * testsuites/sptests/spedfsched03/Makefile.am (deleted) * testsuites/sptests/spedfsched04/Makefile.am (deleted) * testsuites/sptests/sperror01/Makefile.am (deleted) * testsuites/sptests/sperror02/Makefile.am (deleted) * testsuites/sptests/sperror03/Makefile.am (deleted) * testsuites/sptests/spevent_err03/Makefile.am (deleted) * testsuites/sptests/speventsystem01/Makefile.am (deleted) * testsuites/sptests/speventtransient01/Makefile.am (deleted) * testsuites/sptests/spextensions01/Makefile.am (deleted) * testsuites/sptests/spfatal01/Makefile.am (deleted) * testsuites/sptests/spfatal02/Makefile.am (deleted) * testsuites/sptests/spfatal03/Makefile.am (deleted) * testsuites/sptests/spfatal04/Makefile.am (deleted) * testsuites/sptests/spfatal05/Makefile.am (deleted) * testsuites/sptests/spfatal06/Makefile.am (deleted) * testsuites/sptests/spfatal07/Makefile.am (deleted) * testsuites/sptests/spfatal08/Makefile.am (deleted) * testsuites/sptests/spfatal09/Makefile.am (deleted) * testsuites/sptests/spfatal10/Makefile.am (deleted) * testsuites/sptests/spfatal11/Makefile.am (deleted) * testsuites/sptests/spfatal12/Makefile.am (deleted) * testsuites/sptests/spfatal13/Makefile.am (deleted) * testsuites/sptests/spfatal14/Makefile.am (deleted) * testsuites/sptests/spfatal15/Makefile.am (deleted) * testsuites/sptests/spfatal16/Makefile.am (deleted) * testsuites/sptests/spfatal24/Makefile.am (deleted) * testsuites/sptests/spfatal25/Makefile.am (deleted) * testsuites/sptests/spfatal26/Makefile.am (deleted) * testsuites/sptests/spfatal27/Makefile.am (deleted) * testsuites/sptests/spfatal28/Makefile.am (deleted) * testsuites/sptests/spfatal29/Makefile.am (deleted) * testsuites/sptests/spfatal30/Makefile.am (deleted) * testsuites/sptests/spfatal31/Makefile.am (deleted) * testsuites/sptests/spfifo01/Makefile.am (deleted) * testsuites/sptests/spfifo02/Makefile.am (deleted) * testsuites/sptests/spfifo03/Makefile.am (deleted) * testsuites/sptests/spfifo04/Makefile.am (deleted) * testsuites/sptests/spfifo05/Makefile.am (deleted) * testsuites/sptests/spfreechain01/Makefile.am (deleted) * testsuites/sptests/spglobalcon01/Makefile.am (deleted) * testsuites/sptests/spglobalcon02/Makefile.am (deleted) * testsuites/sptests/spheapprot/Makefile.am (deleted) * testsuites/sptests/spinternalerror01/Makefile.am (deleted) * testsuites/sptests/spinternalerror02/Makefile.am (deleted) * testsuites/sptests/spintr_err01/Makefile.am (deleted) * testsuites/sptests/spintrcritical01/Makefile.am (deleted) * testsuites/sptests/spintrcritical02/Makefile.am (deleted) * testsuites/sptests/spintrcritical03/Makefile.am (deleted) * testsuites/sptests/spintrcritical04/Makefile.am (deleted) * testsuites/sptests/spintrcritical05/Makefile.am (deleted) * testsuites/sptests/spintrcritical06/Makefile.am (deleted) * testsuites/sptests/spintrcritical07/Makefile.am (deleted) * testsuites/sptests/spintrcritical08/Makefile.am (deleted) * testsuites/sptests/spintrcritical09/Makefile.am (deleted) * testsuites/sptests/spintrcritical10/Makefile.am (deleted) * testsuites/sptests/spintrcritical11/Makefile.am (deleted) * testsuites/sptests/spintrcritical12/Makefile.am (deleted) * testsuites/sptests/spintrcritical13/Makefile.am (deleted) * testsuites/sptests/spintrcritical14/Makefile.am (deleted) * testsuites/sptests/spintrcritical15/Makefile.am (deleted) * testsuites/sptests/spintrcritical16/Makefile.am (deleted) * testsuites/sptests/spintrcritical18/Makefile.am (deleted) * testsuites/sptests/spintrcritical20/Makefile.am (deleted) * testsuites/sptests/spintrcritical21/Makefile.am (deleted) * testsuites/sptests/spintrcritical22/Makefile.am (deleted) * testsuites/sptests/spintrcritical23/Makefile.am (deleted) * testsuites/sptests/spintrcritical24/Makefile.am (deleted) * testsuites/sptests/splinkersets01/Makefile.am (deleted) * testsuites/sptests/spmkdir/Makefile.am (deleted) * testsuites/sptests/spmountmgr01/Makefile.am (deleted) * testsuites/sptests/spmrsp01/Makefile.am (deleted) * testsuites/sptests/spmsgq_err01/Makefile.am (deleted) * testsuites/sptests/spmsgq_err02/Makefile.am (deleted) * testsuites/sptests/spmutex01/Makefile.am (deleted) * testsuites/sptests/spnsext01/Makefile.am (deleted) * testsuites/sptests/spobjgetnext/Makefile.am (deleted) * testsuites/sptests/sppagesize/Makefile.am (deleted) * testsuites/sptests/sppartition_err01/Makefile.am (deleted) * testsuites/sptests/spport_err01/Makefile.am (deleted) * testsuites/sptests/spprintk/Makefile.am (deleted) * testsuites/sptests/spprivenv01/Makefile.am (deleted) * testsuites/sptests/spprofiling01/Makefile.am (deleted) * testsuites/sptests/spqreslib/Makefile.am (deleted) * testsuites/sptests/spratemon_err01/Makefile.am (deleted) * testsuites/sptests/sprbtree01/Makefile.am (deleted) * testsuites/sptests/spregion_err01/Makefile.am (deleted) * testsuites/sptests/sprmsched01/Makefile.am (deleted) * testsuites/sptests/sprmsched02/Makefile.am (deleted) * testsuites/sptests/spscheduler01/Makefile.am (deleted) * testsuites/sptests/spsem01/Makefile.am (deleted) * testsuites/sptests/spsem02/Makefile.am (deleted) * testsuites/sptests/spsem03/Makefile.am (deleted) * testsuites/sptests/spsem_err01/Makefile.am (deleted) * testsuites/sptests/spsem_err02/Makefile.am (deleted) * testsuites/sptests/spsignal_err01/Makefile.am (deleted) * testsuites/sptests/spsimplesched01/Makefile.am (deleted) * testsuites/sptests/spsimplesched02/Makefile.am (deleted) * testsuites/sptests/spsimplesched03/Makefile.am (deleted) * testsuites/sptests/spsize/Makefile.am (deleted) * testsuites/sptests/spstdthreads01/Makefile.am (deleted) * testsuites/sptests/spstkalloc/Makefile.am (deleted) * testsuites/sptests/spstkalloc02/Makefile.am (deleted) * testsuites/sptests/spsysinit01/Makefile.am (deleted) * testsuites/sptests/spsyslock01/Makefile.am (deleted) * testsuites/sptests/sptask_err01/Makefile.am (deleted) * testsuites/sptests/sptask_err02/Makefile.am (deleted) * testsuites/sptests/sptask_err03/Makefile.am (deleted) * testsuites/sptests/sptask_err04/Makefile.am (deleted) * testsuites/sptests/sptasknopreempt01/Makefile.am (deleted) * testsuites/sptests/spthread01/Makefile.am (deleted) * testsuites/sptests/spthreadlife01/Makefile.am (deleted) * testsuites/sptests/spthreadq01/Makefile.am (deleted) * testsuites/sptests/sptimecounter01/Makefile.am (deleted) * testsuites/sptests/sptimecounter02/Makefile.am (deleted) * testsuites/sptests/sptimecounter03/Makefile.am (deleted) * testsuites/sptests/sptimecounter04/Makefile.am (deleted) * testsuites/sptests/sptimer_err01/Makefile.am (deleted) * testsuites/sptests/sptimer_err02/Makefile.am (deleted) * testsuites/sptests/sptimerserver01/Makefile.am (deleted) * testsuites/sptests/sptimespec01/Makefile.am (deleted) * testsuites/sptests/sptls01/Makefile.am (deleted) * testsuites/sptests/sptls02/Makefile.am (deleted) * testsuites/sptests/sptls03/Makefile.am (deleted) * testsuites/sptests/sptls04/Makefile.am (deleted) * testsuites/sptests/spversion01/Makefile.am (deleted) * testsuites/sptests/spwatchdog/Makefile.am (deleted) * testsuites/sptests/spwkspace/Makefile.am (deleted) testsuite/sptests: Merged nested Makefile.am files into one ... Wed, 28 Feb 2018 12:02:55 GMT Sebastian Huber [8b2d5b8] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spglobalcon02/Makefile.am (added) * testsuites/sptests/spglobalcon02/init.c (added) * testsuites/sptests/spglobalcon02/spglobalcon02.doc (added) * testsuites/sptests/spglobalcon02/spglobalcon02.scn (added) spglobalcon02: New test Update #3319. Tue, 28 Nov 2017 05:30:35 GMT Sebastian Huber [2c12262] * cpukit/include/rtems/confdefs.h (modified) * cpukit/include/rtems/libio.h (modified) * cpukit/include/rtems/termiostypes.h (modified) * cpukit/libcsupport/src/termios.c (modified) * cpukit/libcsupport/src/termiosinitialize.c (modified) * testsuites/libtests/termios01/init.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spfatal17/Makefile.am (deleted) * testsuites/sptests/spfatal17/spfatal17.doc (deleted) * testsuites/sptests/spfatal17/spfatal17.scn (deleted) * testsuites/sptests/spfatal17/testcase.h (deleted) * testsuites/sptests/spfatal18/Makefile.am (deleted) * testsuites/sptests/spfatal18/spfatal18.doc (deleted) * testsuites/sptests/spfatal18/spfatal18.scn (deleted) * testsuites/sptests/spfatal18/testcase.h (deleted) * testsuites/sptests/spfatal19/Makefile.am (deleted) * testsuites/sptests/spfatal19/spfatal19.doc (deleted) * testsuites/sptests/spfatal19/spfatal19.scn (deleted) * testsuites/sptests/spfatal19/testcase.h (deleted) * testsuites/sptests/spfatal20/Makefile.am (deleted) * testsuites/sptests/spfatal20/spfatal20.doc (deleted) * testsuites/sptests/spfatal20/spfatal20.scn (deleted) * testsuites/sptests/spfatal20/testcase.h (deleted) * testsuites/sptests/spfatal_support/system.h (modified) termios: Use self-contained objects Update #2840. Fri, 24 Nov 2017 05:38:07 GMT Sebastian Huber [f14a04c6] * cpukit/headers.am (modified) * cpukit/include/rtems/thread.h (added) * cpukit/score/src/semaphore.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spthread01/Makefile.am (added) * testsuites/sptests/spthread01/init.c (added) * testsuites/sptests/spthread01/spthread01.doc (added) * testsuites/sptests/spthread01/spthread01.scn (added) Add RTEMS thread API Update #2843. 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. 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 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 ... 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. 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 ... 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 ... 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 ... 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 ... 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, 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 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__ Mon, 14 Nov 2016 08:11:07 GMT Sebastian Huber [d78d529] * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/sched_yield.c (modified) * cpukit/rtems/src/taskwakeafter.c (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/include/rtems/score/threaddispatch.h (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spfatal29/Makefile.am (added) * testsuites/sptests/spfatal29/spfatal29.doc (added) * testsuites/sptests/spfatal29/spfatal29.scn (added) * testsuites/sptests/spfatal29/testcase.h (added) * testsuites/sptests/spinternalerror02/init.c (modified) score: Add and use _Thread_Dispatch_direct() This function is ... Mon, 31 Oct 2016 05:19:43 GMT Sebastian Huber [1cafc46] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/resource.h (deleted) * cpukit/score/include/rtems/score/resourceimpl.h (deleted) * cpukit/score/preinstall.am (modified) * cpukit/score/src/resourceiterate.c (deleted) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spresource01/Makefile.am (deleted) * testsuites/sptests/spresource01/init.c (deleted) * testsuites/sptests/spresource01/spresource01.doc (deleted) * testsuites/sptests/spresource01/spresource01.scn (deleted) score: Delete Resource Handler Update #2556. Wed, 11 May 2016 15:52:13 GMT Sebastian Huber [9276fde] * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/src/coremutex.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spmutex01/Makefile.am (added) * testsuites/sptests/spmutex01/init.c (added) * testsuites/sptests/spmutex01/spmutex01.doc (added) * testsuites/sptests/spmutex01/spmutex01.scn (added) score: Fix CORE mutex initialization The priority inheritance and ... Wed, 13 Apr 2016 04:48:58 GMT Sebastian Huber [709f38a] * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/userextimpl.h (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/userextaddset.c (modified) * cpukit/score/src/userextiterate.c (modified) * cpukit/score/src/userextremoveset.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spextensions01/Makefile.am (added) * testsuites/sptests/spextensions01/init.c (added) * testsuites/sptests/spextensions01/spextensions01.doc (added) * testsuites/sptests/spextensions01/spextensions01.scn (added) score: Use chain iterator for user extensions Add a lock and use a ... Tue, 22 Mar 2016 22:13:30 GMT Joel Sherrill [e65c45c] * c/src/ada-tests/mptests/mp01/mptest.adb (modified) * c/src/ada-tests/samples/ticker/sptest.adb (modified) * c/src/ada-tests/sptests/sp01/sptest.adb (modified) * c/src/ada-tests/sptests/sp03/sptest.adb (modified) * c/src/ada-tests/sptests/sp04/sptest.adb (modified) * c/src/ada-tests/sptests/sp09/sptest.adb (modified) * c/src/ada-tests/sptests/sp11/sptest.adb (modified) * c/src/ada-tests/sptests/sp19/sptest.adp (modified) * c/src/ada-tests/sptests/sp20/sptest.adb (modified) * c/src/ada-tests/sptests/sp22/sptest.adb (modified) * c/src/ada-tests/sptests/sp24/sptest.adb (modified) * c/src/ada-tests/tmtests/tm08/tmtest.adb (modified) * c/src/ada-tests/tmtests/tm08/tmtest.ads (modified) * c/src/ada-tests/tmtests/tmoverhd/dummy_rtems.adb (modified) * c/src/ada-tests/tmtests/tmoverhd/dummy_rtems.ads (modified) * c/src/ada-tests/tmtests/tmoverhd/tmtest.adb (modified) * c/src/ada/rtems-clock.adb (modified) * c/src/ada/rtems-clock.ads (modified) * c/src/lib/libbsp/arm/xilinx-zynq/make/custom/xilinx_zynq_a9_qemu.cfg (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/clock.h (modified) * cpukit/rtems/src/clockget.c (deleted) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spclockget/Makefile.am (deleted) * testsuites/sptests/spclockget/init.c (deleted) * testsuites/sptests/spclockget/spclockget.doc (deleted) * testsuites/sptests/spclockget/spclockget.scn (deleted) * testsuites/tmtests/tmoverhd/dumrtems.h (modified) * testsuites/tmtests/tmoverhd/testtask.c (modified) Obsolete rtems_clock_get() directive. This service was marked as ... Thu, 18 Feb 2016 07:36:26 GMT Sebastian Huber [03b900d] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/include/rtems/posix/timerimpl.h (modified) * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/timercreate.c (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/posix/src/timergetoverrun.c (modified) * cpukit/posix/src/timergettime.c (modified) * cpukit/posix/src/timerinserthelper.c (deleted) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/timertsr.c (deleted) * cpukit/posix/src/ualarm.c (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/include/rtems/rtems/timer.h (modified) * cpukit/rtems/include/rtems/rtems/timerimpl.h (modified) * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/eventsurrender.c (modified) * cpukit/rtems/src/ratemoncancel.c (modified) * cpukit/rtems/src/ratemoncreate.c (modified) * cpukit/rtems/src/ratemondelete.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/timercancel.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerdelete.c (modified) * cpukit/rtems/src/timerfireafter.c (modified) * cpukit/rtems/src/timerfirewhen.c (modified) * cpukit/rtems/src/timergetinfo.c (modified) * cpukit/rtems/src/timerreset.c (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/rtems/src/timerserverfireafter.c (modified) * cpukit/rtems/src/timerserverfirewhen.c (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/mrsp.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/coretodtickle.c (deleted) * cpukit/score/src/kern_tc.c (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadtimeout.c (modified) * cpukit/score/src/watchdog.c (deleted) * cpukit/score/src/watchdogadjust.c (deleted) * cpukit/score/src/watchdoginsert.c (modified) * cpukit/score/src/watchdogremove.c (modified) * cpukit/score/src/watchdogtick.c (modified) * testsuites/psxtests/psx04/init.c (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpclock01/Makefile.am (added) * testsuites/smptests/smpclock01/init.c (added) * testsuites/smptests/smpclock01/smpclock01.doc (added) * testsuites/smptests/smpclock01/smpclock01.scn (added) * testsuites/smptests/smpwakeafter01/smpwakeafter01.scn (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp31/task1.c (modified) * testsuites/sptests/spintrcritical08/init.c (modified) * testsuites/sptests/spintrcritical09/init.c (modified) * testsuites/sptests/spintrcritical10/init.c (modified) * testsuites/sptests/spintrcritical16/init.c (modified) * testsuites/sptests/spintrcritical17/Makefile.am (deleted) * testsuites/sptests/spintrcritical17/init.c (deleted) * testsuites/sptests/spintrcritical17/spintrcritical17.doc (deleted) * testsuites/sptests/spintrcritical17/spintrcritical17.scn (deleted) * testsuites/sptests/spintrcritical20/init.c (modified) * testsuites/sptests/spsize/size.c (modified) * testsuites/sptests/sptimecounter01/init.c (modified) * testsuites/sptests/sptimerserver01/Makefile.am (added) * testsuites/sptests/sptimerserver01/init.c (added) * testsuites/sptests/sptimerserver01/sptimerserver01.doc (added) * testsuites/sptests/sptimerserver01/sptimerserver01.scn (added) * testsuites/sptests/spwatchdog/init.c (modified) * testsuites/tmtests/tmtimer01/tmtimer01.scn (modified) score: Replace watchdog handler implementation Use a red-black tree ... Wed, 23 Dec 2015 20:44:02 GMT Aun-Ali Zaidi [d5154d0f] * c/src/ada-tests/ada_mvscn (modified) * c/src/ada-tests/configure.ac (modified) * c/src/ada-tests/mptests/Makefile.am (modified) * c/src/ada-tests/mptests/mp02/Makefile.am (deleted) * c/src/ada-tests/mptests/mp02/config_base.h (deleted) * c/src/ada-tests/mptests/mp02/mptest.adb (deleted) * c/src/ada-tests/mptests/mp02/mptest.ads (deleted) * c/src/ada-tests/mptests/mp02/node1/Makefile.am (deleted) * c/src/ada-tests/mptests/mp02/node1/ada_mp02-node1.scn (deleted) * c/src/ada-tests/mptests/mp02/node1/config.h (deleted) * c/src/ada-tests/mptests/mp02/node1/mp02_node1.adb (deleted) * c/src/ada-tests/mptests/mp02/node2/Makefile.am (deleted) * c/src/ada-tests/mptests/mp02/node2/ada_mp02-node2.scn (deleted) * c/src/ada-tests/mptests/mp02/node2/config.h (deleted) * c/src/ada-tests/mptests/mp02/node2/mp02_node2.adb (deleted) * c/src/ada-tests/sptests/sp07/ada_sp07.scn (modified) * c/src/ada-tests/sptests/sp07/sptest.adb (modified) * c/src/ada-tests/sptests/sp09/ada_sp09.scn (modified) * c/src/ada-tests/sptests/sp09/sptest.adb (modified) * c/src/ada-tests/support/init.c (modified) * c/src/ada-tests/tmtests/tm08/tmtest.adb (modified) * c/src/ada-tests/tmtests/tm08/tmtest.ads (modified) * c/src/ada-tests/tmtests/tmoverhd/dummy_rtems.adb (modified) * c/src/ada-tests/tmtests/tmoverhd/dummy_rtems.ads (modified) * c/src/ada-tests/tmtests/tmoverhd/tmtest.adb (modified) * c/src/ada/rtems-tasks.adb (modified) * c/src/lib/libbsp/arm/csb336/times (modified) * c/src/lib/libbsp/arm/csb337/times (modified) * c/src/lib/libbsp/arm/edb7312/times (modified) * c/src/lib/libbsp/bfin/TLL6527M/times (modified) * c/src/lib/libbsp/bfin/eZKit533/times (modified) * c/src/lib/libbsp/i386/pc386/times_i486dx (modified) * c/src/lib/libbsp/i386/pc386/times_p5 (modified) * c/src/lib/libbsp/m68k/av5282/README (modified) * c/src/lib/libbsp/m68k/csb360/times (modified) * c/src/lib/libbsp/m68k/gen68302/times (modified) * c/src/lib/libbsp/m68k/gen68360/README (modified) * c/src/lib/libbsp/m68k/idp/times (modified) * c/src/lib/libbsp/m68k/mcf5206elite/times (modified) * c/src/lib/libbsp/m68k/mcf52235/README (modified) * c/src/lib/libbsp/m68k/mcf5225x/README (modified) * c/src/lib/libbsp/m68k/mcf5235/README (modified) * c/src/lib/libbsp/m68k/mcf5329/README (modified) * c/src/lib/libbsp/m68k/mrm332/times (modified) * c/src/lib/libbsp/m68k/mvme162/times (modified) * c/src/lib/libbsp/m68k/mvme167/times (modified) * c/src/lib/libbsp/m68k/uC5282/TIMES (modified) * c/src/lib/libbsp/mips/csb350/times (modified) * c/src/lib/libbsp/mips/hurricane/times (modified) * c/src/lib/libbsp/nios2/nios2_iss/times (modified) * c/src/lib/libbsp/no_cpu/no_bsp/times (modified) * c/src/lib/libbsp/powerpc/mbx8xx/times-mbx821 (modified) * c/src/lib/libbsp/powerpc/mbx8xx/times-mbx860 (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/times.mcp750 (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/times.mvme2307 (modified) * c/src/lib/libbsp/powerpc/mpc8260ads/README (modified) * c/src/lib/libbsp/powerpc/mpc8260ads/times (modified) * c/src/lib/libbsp/powerpc/mvme5500/vectors/exceptionhandler.c (modified) * c/src/lib/libbsp/powerpc/ss555/times (modified) * c/src/lib/libbsp/sh/gensh1/times (modified) * c/src/lib/libbsp/sparc/erc32/times (modified) * c/src/lib/libbsp/sparc/leon2/times (modified) * c/src/lib/libbsp/sparc/leon3/times (modified) * c/src/librtems++/include/rtems++/rtemsTask.h (modified) * c/src/librtems++/src/rtemsTask.cc (modified) * cpukit/libcsupport/src/README (modified) * cpukit/libmisc/monitor/README (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/config.h (modified) * cpukit/rtems/include/rtems/rtems/taskmp.h (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/mainpage.h (modified) * cpukit/rtems/src/taskgetnote.c (deleted) * cpukit/rtems/src/taskmp.c (modified) * cpukit/rtems/src/taskresume.c (modified) * cpukit/rtems/src/tasksetnote.c (deleted) * cpukit/rtems/src/tasksetpriority.c (modified) * cpukit/rtems/src/tasksuspend.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/extension.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * doc/user/conf.t (modified) * doc/user/intr.t (modified) * doc/user/task.t (modified) * doc/user/userext.t (modified) * testsuites/PROBLEMS (modified) * testsuites/libtests/rtems++/System.h (modified) * testsuites/libtests/rtems++/Task1.cc (modified) * testsuites/libtests/rtems++/rtems++.scn (modified) * testsuites/mptests/Makefile.am (modified) * testsuites/mptests/configure.ac (modified) * testsuites/mptests/mp02/Makefile.am (deleted) * testsuites/mptests/mp02/init.c (deleted) * testsuites/mptests/mp02/node1/Makefile.am (deleted) * testsuites/mptests/mp02/node1/mp02-node1.doc (deleted) * testsuites/mptests/mp02/node1/mp02-node1.scn (deleted) * testsuites/mptests/mp02/node2/Makefile.am (deleted) * testsuites/mptests/mp02/node2/mp02-node2.doc (deleted) * testsuites/mptests/mp02/node2/mp02-node2.scn (deleted) * testsuites/mptests/mp02/system.h (deleted) * testsuites/mptests/mp02/task1.c (deleted) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp07/init.c (modified) * testsuites/sptests/sp07/sp07.scn (modified) * testsuites/sptests/sp07/system.h (modified) * testsuites/sptests/sp07/task1.c (modified) * testsuites/sptests/sp07/task2.c (modified) * testsuites/sptests/spnotepad01/Makefile.am (deleted) * testsuites/sptests/spnotepad01/init.c (deleted) * testsuites/sptests/spnotepad01/spnotepad01.doc (deleted) * testsuites/sptests/spnotepad01/spnotepad01.scn (deleted) * testsuites/sptests/spnotepad02/Makefile.am (deleted) * testsuites/sptests/spnotepad02/init.c (deleted) * testsuites/sptests/spnotepad02/spnotepad02.doc (deleted) * testsuites/sptests/spnotepad02/spnotepad02.scn (deleted) * testsuites/sptests/sptask_err04/sptask_err04.doc (modified) * testsuites/sptests/sptask_err04/sptask_err04.scn (modified) * testsuites/sptests/sptask_err04/system.h (modified) * testsuites/sptests/sptask_err04/task1.c (modified) * testsuites/tmtests/tm08/system.h (modified) * testsuites/tmtests/tm08/task1.c (modified) * testsuites/tmtests/tm08/tm08.doc (modified) * testsuites/tmtests/tmoverhd/dumrtems.h (modified) * testsuites/tmtests/tmoverhd/testtask.c (modified) * testsuites/tmtests/tmoverhd/tmoverhd.doc (modified) * testsuites/tmtests/tmtests_plan.csv (modified) * testsuites/tools/generic/sorttimes.in (modified) api: Remove deprecated Notepads Notepads where a feature of RTEMS' ... Tue, 22 Sep 2015 14:21:12 GMT Sebastian Huber [d0c39838] * c/src/lib/libbsp/shared/bootcard.c (modified) * c/src/lib/libbsp/shared/include/bootcard.h (modified) * cpukit/sapi/include/rtems/init.h (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/sysinit.h (added) * cpukit/score/preinstall.am (modified) * doc/user/init.t (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spsysinit01/Makefile.am (added) * testsuites/sptests/spsysinit01/init.c (added) * testsuites/sptests/spsysinit01/spsysinit01.doc (added) * testsuites/sptests/spsysinit01/spsysinit01.scn (added) Use linker set for system initialization Make ... Wed, 16 Sep 2015 05:13:58 GMT Sebastian Huber [b618d8c] * c/src/lib/libbsp/arm/gba/startup/linkcmds (modified) * c/src/lib/libbsp/avr/avrtest/startup/linkcmds (modified) * c/src/lib/libbsp/bfin/TLL6527M/startup/linkcmds (modified) * c/src/lib/libbsp/bfin/bf537Stamp/startup/linkcmds (modified) * c/src/lib/libbsp/bfin/eZKit533/startup/linkcmds (modified) * c/src/lib/libbsp/h8300/h8sim/startup/linkcmds (modified) * c/src/lib/libbsp/lm32/lm32_evr/startup/linkcmds (modified) * c/src/lib/libbsp/lm32/milkymist/startup/linkcmds (modified) * c/src/lib/libbsp/m32c/m32cbsp/startup/linkcmds (modified) * c/src/lib/libbsp/m32r/m32rsim/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/av5282/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/av5282/startup/linkcmdsflash (modified) * c/src/lib/libbsp/m68k/av5282/startup/linkcmdsram (modified) * c/src/lib/libbsp/m68k/csb360/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/gen68302/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/gen68340/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/gen68360/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/gen68360/startup/linkcmds.bootp (modified) * c/src/lib/libbsp/m68k/gen68360/startup/linkcmds.prom (modified) * c/src/lib/libbsp/m68k/idp/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds.flash (modified) * c/src/lib/libbsp/m68k/mcf52235/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mcf5225x/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mcf5235/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mcf5235/startup/linkcmdsflash (modified) * c/src/lib/libbsp/m68k/mcf5235/startup/linkcmdsram (modified) * c/src/lib/libbsp/m68k/mcf5329/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mcf5329/startup/linkcmdsflash (modified) * c/src/lib/libbsp/m68k/mrm332/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mvme136/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mvme147/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mvme147s/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mvme162/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mvme167/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/ods68302/startup/debugger (modified) * c/src/lib/libbsp/m68k/ods68302/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/ods68302/startup/rom (modified) * c/src/lib/libbsp/m68k/uC5282/startup/linkcmds (modified) * c/src/lib/libbsp/mips/csb350/startup/linkcmds (modified) * c/src/lib/libbsp/mips/genmongoosev/startup/linkcmds (modified) * c/src/lib/libbsp/mips/hurricane/startup/linkcmds (modified) * c/src/lib/libbsp/mips/rbtx4925/startup/linkcmds (modified) * c/src/lib/libbsp/mips/rbtx4938/startup/linkcmds (modified) * c/src/lib/libbsp/moxie/moxiesim/startup/linkcmds (modified) * c/src/lib/libbsp/nios2/nios2_iss/startup/linkcmds (modified) * c/src/lib/libbsp/powerpc/beatnik/startup/linkcmds (modified) * c/src/lib/libbsp/powerpc/ep1a/startup/linkcmds (modified) * c/src/lib/libbsp/powerpc/gen5200/startup/linkcmds.base (modified) * c/src/lib/libbsp/powerpc/haleakala/startup/linkcmds (modified) * c/src/lib/libbsp/powerpc/mbx8xx/startup/linkcmds (modified) * c/src/lib/libbsp/powerpc/mpc8260ads/startup/linkcmds (modified) * c/src/lib/libbsp/powerpc/qemuppc/startup/linkcmds (modified) * c/src/lib/libbsp/powerpc/score603e/startup/linkcmds (modified) * c/src/lib/libbsp/powerpc/shared/startup/linkcmds (modified) * c/src/lib/libbsp/powerpc/ss555/startup/linkcmds (modified) * c/src/lib/libbsp/powerpc/tqm8xx/startup/linkcmds.base (modified) * c/src/lib/libbsp/powerpc/virtex4/startup/linkcmds (modified) * c/src/lib/libbsp/powerpc/virtex5/startup/linkcmds (modified) * c/src/lib/libbsp/sh/gensh1/startup/linkcmds (modified) * c/src/lib/libbsp/sh/gensh2/startup/linkcmds (modified) * c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram (modified) * c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom (modified) * c/src/lib/libbsp/sh/gensh4/startup/linkcmds (modified) * c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom (modified) * c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom2ram (modified) * c/src/lib/libbsp/sh/shsim/startup/linkcmds.sim (modified) * c/src/lib/libbsp/sparc64/shared/startup/linkcmds (modified) * c/src/lib/libbsp/v850/gdbv850sim/startup/linkcmds (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/linkersets.h (added) * cpukit/score/preinstall.am (modified) * doc/user/Makefile.am (modified) * doc/user/c_user.texi (modified) * doc/user/example.texi (modified) * doc/user/linkersets.t (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/splinkersets01/Makefile.am (added) * testsuites/sptests/splinkersets01/init.c (added) * testsuites/sptests/splinkersets01/items.c (added) * testsuites/sptests/splinkersets01/sets.c (added) * testsuites/sptests/splinkersets01/splinkersets01.doc (added) * testsuites/sptests/splinkersets01/splinkersets01.h (added) * testsuites/sptests/splinkersets01/splinkersets01.scn (added) Add RTEMS linker sets Update #2408. Thu, 26 Nov 2015 13:08:56 GMT Sebastian Huber [8054b1c] * c/src/lib/libbsp/shared/bootcard.c (modified) * c/src/lib/libbsp/shared/include/bootcard.h (modified) * cpukit/rtems/include/rtems.h (modified) * cpukit/rtems/include/rtems/rtems/regionimpl.h (modified) * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/sptables.h (modified) * cpukit/sapi/src/debug.c (deleted) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/debug.h (deleted) * cpukit/score/preinstall.am (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp10/Makefile.am (deleted) * testsuites/sptests/sp10/init.c (deleted) * testsuites/sptests/sp10/sp10.doc (deleted) * testsuites/sptests/sp10/sp10.scn (deleted) * testsuites/sptests/spregion_err01/init.c (modified) * testsuites/sptests/spsize/size.c (modified) Remove Close #2477. Thu, 10 Sep 2015 15:12:06 GMT Sebastian Huber [cff773f] * cpukit/Makefile.am (modified) * cpukit/configure.ac (modified) * cpukit/libstdthreads/Makefile.am (added) * cpukit/libstdthreads/call_once.c (modified) * cpukit/libstdthreads/cnd.c (modified) * cpukit/libstdthreads/mtx.c (modified) * cpukit/libstdthreads/thrd.c (modified) * cpukit/libstdthreads/tss.c (modified) * cpukit/wrapup/Makefile.am (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spstdthreads01/Makefile.am (added) * testsuites/sptests/spstdthreads01/init.c (added) * testsuites/sptests/spstdthreads01/spstdthreads01.doc (added) * testsuites/sptests/spstdthreads01/spstdthreads01.scn (added) libstdthreads: Add C11 threads Sun, 28 Jun 2015 20:06:36 GMT Sebastian Huber [214d8ed] * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/src/mutex.c (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spsyslock01/Makefile.am (added) * testsuites/sptests/spsyslock01/init.c (added) * testsuites/sptests/spsyslock01/spsyslock01.doc (added) * testsuites/sptests/spsyslock01/spsyslock01.scn (added) score: Add self-contained mutex implementation This mutex ... Fri, 12 Jun 2015 11:57:15 GMT Sebastian Huber [0562060] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sptasknopreempt01/Makefile.am (added) * testsuites/sptests/sptasknopreempt01/init.c (added) * testsuites/sptests/sptasknopreempt01/sptasknopreempt01.doc (added) * testsuites/sptests/sptasknopreempt01/sptasknopreempt01.scn (added) sptests/sptasknopreempt01: New test Update #2365. Tue, 02 Jun 2015 19:41:26 GMT Sebastian Huber [2ccd150d] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sptimecounter03/Makefile.am (added) * testsuites/sptests/sptimecounter03/init.c (added) * testsuites/sptests/sptimecounter03/sptimecounter03.doc (added) * testsuites/sptests/sptimecounter03/sptimecounter03.scn (added) sptests/sptimecounter03: New test Tue, 12 May 2015 12:32:47 GMT Alexander Krutwig [7cd2484] * cpukit/libnetworking/rtems/rtems_bsdnet_internal.h (modified) * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/src/clockgettime.c (modified) * cpukit/posix/src/posixtimespecabsolutetimeout.c (modified) * cpukit/posix/src/timergettime.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/timertsr.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/clock.h (modified) * cpukit/rtems/src/clockgetuptime.c (modified) * cpukit/rtems/src/clockgetuptimenanoseconds.c (modified) * cpukit/rtems/src/clockgetuptimeseconds.c (deleted) * cpukit/rtems/src/clockgetuptimetimeval.c (modified) * cpukit/rtems/src/clocksetnsecshandler.c (deleted) * cpukit/rtems/src/clocktick.c (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/timespec.h (modified) * cpukit/score/include/rtems/score/timestamp.h (modified) * cpukit/score/include/rtems/score/timestamp64.h (deleted) * cpukit/score/include/rtems/score/tod.h (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/coretod.c (modified) * cpukit/score/src/coretodadjust.c (modified) * cpukit/score/src/coretodget.c (deleted) * cpukit/score/src/coretodgetuptimetimespec.c (deleted) * cpukit/score/src/coretodsecondssinceepoch.c (deleted) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/coretodtickle.c (modified) * cpukit/score/src/kern_tc.c (modified) * cpukit/score/src/timespecgetasnanoseconds.c (modified) * cpukit/score/src/ts64addto.c (deleted) * cpukit/score/src/ts64divide.c (deleted) * cpukit/score/src/ts64equalto.c (deleted) * cpukit/score/src/ts64getnanoseconds.c (deleted) * cpukit/score/src/ts64getseconds.c (deleted) * cpukit/score/src/ts64lessthan.c (deleted) * cpukit/score/src/ts64set.c (deleted) * cpukit/score/src/ts64settozero.c (deleted) * cpukit/score/src/ts64subtract.c (deleted) * cpukit/score/src/ts64totimespec.c (deleted) * cpukit/score/src/ts64totimeval.c (deleted) * cpukit/score/src/watchdogtick.c (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spclock_err01/init.c (modified) * testsuites/sptests/spsize/size.c (modified) * testsuites/sptests/sptimecounter02/Makefile.am (added) * testsuites/sptests/sptimecounter02/init.c (added) * testsuites/sptests/sptimecounter02/sptimecounter02.doc (added) * testsuites/sptests/sptimecounter02/sptimecounter02.scn (added) timecounter: Use in RTEMS Replace timestamp implementation with ... Mon, 20 Apr 2015 09:08:22 GMT Alexander Krutwig [31be416] * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/bsd.h (added) * cpukit/sapi/include/rtems/timecounter.h (added) * cpukit/sapi/preinstall.am (modified) * cpukit/sapi/src/tcsimpleinstall.c (added) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/timecounter.h (added) * cpukit/score/include/rtems/score/timecounterimpl.h (added) * cpukit/score/include/sys/timeffc.h (modified) * cpukit/score/include/sys/timetc.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/kern_tc.c (modified) * doc/bsp_howto/clock.t (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sptimecounter01/Makefile.am (added) * testsuites/sptests/sptimecounter01/init.c (added) * testsuites/sptests/sptimecounter01/sptimecounter01.doc (added) * testsuites/sptests/sptimecounter01/sptimecounter01.scn (added) timecounter: Port to RTEMS New test sptests/timecounter01. Update ... Tue, 17 Mar 2015 15:24:44 GMT Sebastian Huber [6a941e3] * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spintrcritical23/Makefile.am (added) * testsuites/sptests/spintrcritical23/init.c (added) * testsuites/sptests/spintrcritical23/spintrcritical23.doc (added) * testsuites/sptests/spintrcritical23/spintrcritical23.scn (added) score: Fix _Thread_Change_priority() Atomically update the current ... Sat, 14 Mar 2015 15:48:00 GMT Joel Sherrill [979bda9] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp07/init.c (modified) * testsuites/sptests/sp07/sp07.scn (modified) * testsuites/sptests/sp07/task1.c (modified) * testsuites/sptests/sp07/task2.c (modified) * testsuites/sptests/spnotepad02/Makefile.am (added) * testsuites/sptests/spnotepad02/init.c (added) * testsuites/sptests/spnotepad02/spnotepad02.doc (added) * testsuites/sptests/spnotepad02/spnotepad02.scn (added) tm07: Split some code into new spnotepad02. Use of deprecated ... Wed, 18 Feb 2015 16:46:37 GMT Sebastian Huber [4e3d9a4d] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/atomic.h (modified) * cpukit/score/include/rtems/score/cpustdatomic.h (modified) * cpukit/score/preinstall.am (modified) * testsuites/smptests/smpatomic01/init.c (modified) * testsuites/smptests/smpatomic01/smpatomic01.scn (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spatomic01/Makefile.am (added) * testsuites/sptests/spatomic01/init.c (added) * testsuites/sptests/spatomic01/spatomic01.doc (added) * testsuites/sptests/spatomic01/spatomic01.scn (added) score: Make available Make ... Mon, 02 Feb 2015 14:25:26 GMT Sebastian Huber [efd2965a] * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/libio_init.c (modified) * cpukit/sapi/include/confdefs.h (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spfatal22/Makefile.am (deleted) * testsuites/sptests/spfatal22/spfatal22.doc (deleted) * testsuites/sptests/spfatal22/spfatal22.scn (deleted) * testsuites/sptests/spfatal22/testcase.h (deleted) Filesystem: Statically initialize rtems_libio_iops Fri, 10 Oct 2014 07:09:19 GMT Sebastian Huber [a38ced2] * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadglobalconstruction.c (added) * cpukit/score/src/threadhandler.c (modified) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxglobalcon01/Makefile.am (added) * testsuites/psxtests/psxglobalcon01/init.cc (added) * testsuites/psxtests/psxglobalcon01/psxglobalcon01.doc (added) * testsuites/psxtests/psxglobalcon01/psxglobalcon01.scn (added) * testsuites/psxtests/psxglobalcon02/Makefile.am (added) * testsuites/psxtests/psxglobalcon02/init.cc (added) * testsuites/psxtests/psxglobalcon02/psxglobalcon02.doc (added) * testsuites/psxtests/psxglobalcon02/psxglobalcon02.scn (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spglobalcon01/Makefile.am (added) * testsuites/sptests/spglobalcon01/init.cc (added) * testsuites/sptests/spglobalcon01/spglobalcon01.doc (added) * testsuites/sptests/spglobalcon01/spglobalcon01.scn (added) * testsuites/sptests/spthreadlife01/init.c (modified) score: Rework global construction Ensure that the global ... Fri, 19 Sep 2014 12:18:00 GMT Sebastian Huber [6f1e1b3] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spintrcritical22/Makefile.am (added) * testsuites/sptests/spintrcritical22/init.c (added) * testsuites/sptests/spintrcritical22/spintrcritical22.doc (added) * testsuites/sptests/spintrcritical22/spintrcritical22.scn (added) sptests/spintrcritical22: New test Tue, 09 Sep 2014 15:13:51 GMT Sebastian Huber [4984ee4] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp39/Makefile.am (deleted) * testsuites/sptests/spintrcritical21/Makefile.am (added) * testsuites/sptests/spintrcritical21/init.c (moved) * testsuites/sptests/spintrcritical21/spintrcritical21.doc (moved) * testsuites/sptests/spintrcritical21/spintrcritical21.scn (moved) * testsuites/sptests/spintrcritical21/system.h (moved) sptests/sp39: Convert to sptests/spintrcritical21 Use interrupt ... Tue, 03 Jun 2014 10:00:53 GMT Sebastian Huber [f6fc6359] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spsem03/Makefile.am (added) * testsuites/sptests/spsem03/init.c (added) * testsuites/sptests/spsem03/spsem03.doc (added) * testsuites/sptests/spsem03/spsem03.scn (added) sptests/spsem03: New test Fri, 23 May 2014 08:00:33 GMT Sebastian Huber [3e201139] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/resource.h (added) * cpukit/score/include/rtems/score/resourceimpl.h (added) * cpukit/score/preinstall.am (modified) * cpukit/score/src/resourceiterate.c (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spresource01/Makefile.am (added) * testsuites/sptests/spresource01/init.c (added) * testsuites/sptests/spresource01/spresource01.doc (added) * testsuites/sptests/spresource01/spresource01.scn (added) score: Add Resource Handler A resource is something that has at ... Wed, 21 May 2014 08:33:43 GMT Sebastian Huber [8fcafdd5] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/attr.h (modified) * cpukit/rtems/include/rtems/rtems/attrimpl.h (modified) * cpukit/rtems/include/rtems/rtems/sem.h (modified) * cpukit/rtems/include/rtems/rtems/semimpl.h (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/rtems/src/semsetpriority.c (added) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/mrsp.h (added) * cpukit/score/include/rtems/score/mrspimpl.h (added) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/preinstall.am (modified) * doc/user/Makefile.am (modified) * doc/user/conf.t (modified) * doc/user/sem.t (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpmrsp01/Makefile.am (added) * testsuites/smptests/smpmrsp01/init.c (added) * testsuites/smptests/smpmrsp01/smpmrsp01.doc (added) * testsuites/smptests/smpmrsp01/smpmrsp01.scn (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spmrsp01/Makefile.am (added) * testsuites/sptests/spmrsp01/init.c (added) * testsuites/sptests/spmrsp01/spmrsp01.doc (added) * testsuites/sptests/spmrsp01/spmrsp01.scn (added) score: Multiprocessor Resource Sharing Protocol Add basic support ... Wed, 14 May 2014 11:50:48 GMT Sebastian Huber [f39f667a] * cpukit/libmisc/capture/capture.c (modified) * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/posix/src/pthreadexit.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulercbs.h (modified) * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriority.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimple.h (modified) * cpukit/score/include/rtems/score/schedulersimpleimpl.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/scheduleredfchangepriority.c (moved) * cpukit/score/src/scheduleredfenqueue.c (deleted) * cpukit/score/src/scheduleredfenqueuefirst.c (deleted) * cpukit/score/src/scheduleredfunblock.c (modified) * cpukit/score/src/schedulerprioritychangepriority.c (added) * cpukit/score/src/schedulerpriorityenqueue.c (deleted) * cpukit/score/src/schedulerpriorityenqueuefirst.c (deleted) * cpukit/score/src/schedulerpriorityextract.c (deleted) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulerpriorityupdate.c (modified) * cpukit/score/src/schedulersimplechangepriority.c (moved) * cpukit/score/src/schedulersimpleenqueue.c (deleted) * cpukit/score/src/schedulersimpleenqueuefirst.c (deleted) * cpukit/score/src/schedulersimpleextract.c (deleted) * cpukit/score/src/schedulersimplereadyqueueenqueuefirst.c (deleted) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulersimpleunblock.c (modified) * cpukit/score/src/schedulersimpleyield.c (modified) * cpukit/score/src/schedulersmpvalidstatechanges.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadsettransient.c (deleted) * doc/user/glossary.texi (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spintrcritical19/Makefile.am (deleted) * testsuites/sptests/spintrcritical19/init.c (deleted) * testsuites/sptests/spintrcritical19/spintrcritical19.doc (deleted) * testsuites/sptests/spintrcritical19/spintrcritical19.scn (deleted) score: Simplify _Thread_Change_priority() The function to change a ... Sun, 04 May 2014 22:12:52 GMT Chris Johns [1461b648] * c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s3749-testsuite.tcfg (added) * c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s6965-testsuite.tcfg (added) * c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm4f120-testsuite.tcfg (added) * c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc17xx_ea_rom_int-testsuite.tcfg (added) * c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc17xx_plx800_rom_int-testsuite.tcfg (added) * c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc2362-testsuite.tcfg (added) * c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc23xx_tli800-testsuite.tcfg (added) * c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ncs_rom_int-testsuite.tcfg (added) * c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_plx800_rom_int-testsuite.tcfg (added) * c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx_stage_1-testsuite.tcfg (added) * c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx-testsuite.tcfg (added) * c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx_t-testsuite.tcfg (added) * c/src/lib/libbsp/arm/stm32f4/make/custom/stm32f105rc-testsuite.tcfg (added) * c/src/lib/libbsp/arm/stm32f4/make/custom/stm32f4-testsuite.tcfg (added) * c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg (added) * c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg (added) * c/src/lib/libbsp/m68k/mrm332/make/custom/mrm332-testsuite.tcfg (added) * c/src/lib/libbsp/m68k/ods68302/make/custom/ods68302-testsuite.tcfg (added) * c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/gwlcfm-testsuite.tcfg (added) * c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5566evb-testsuite.tcfg (added) * c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5566evb_spe-testsuite.tcfg (added) * c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5643l_dpu-testsuite.tcfg (added) * c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5643l_evb-testsuite.tcfg (added) * c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5674f_ecu508_boot-testsuite.tcfg (added) * c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5674f_rsm6-testsuite.tcfg (added) * c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/phycore_mpc5554-testsuite.tcfg (added) * c/src/lib/libbsp/sh/gensh1/make/custom/gensh1-testsuite.tcfg (added) * c/src/lib/libbsp/sh/gensh2/make/custom/gensh2-testsuite.tcfg (added) * c/src/lib/libbsp/sh/shsim/make/custom/simsh1-testsuite.tcfg (added) * c/src/lib/libbsp/sh/shsim/make/custom/simsh2-testsuite.tcfg (added) * testsuites/automake/test-subdirs.am (added) * testsuites/fstests/Makefile.am (modified) * testsuites/libtests/Makefile.am (modified) * testsuites/mptests/Makefile.am (modified) * testsuites/psxtests/Makefile.am (modified) * testsuites/samples/Makefile.am (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/tmtests/Makefile.am (modified) * tools/build/rtems-test-check (added) testsuite: Add a per BSP test check for tests not to build. Provide ... Tue, 08 Apr 2014 09:14:27 GMT Sebastian Huber [0712d17] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/cpusetimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/src/schedulerdefaultgetaffinity.c (modified) * cpukit/score/src/schedulerdefaultsetaffinity.c (modified) * cpukit/score/src/schedulergetaffinity.c (added) * cpukit/score/src/schedulersetaffinity.c (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spscheduler01/Makefile.am (added) * testsuites/sptests/spscheduler01/init.c (added) * testsuites/sptests/spscheduler01/spscheduler01.doc (added) * testsuites/sptests/spscheduler01/spscheduler01.scn (added) score: Task get/set affinity Make rtems_task_get_affinity() and ... Thu, 03 Apr 2014 17:55:43 GMT Joel Sherrill [d507c037] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/include/rtems/rtems/tasksimpl.h (modified) * cpukit/rtems/mainpage.h (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/rtems/src/taskvariable_invoke_dtor.c (modified) * cpukit/rtems/src/taskvariableadd.c (modified) * cpukit/rtems/src/taskvariabledelete.c (modified) * cpukit/rtems/src/taskvariableget.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * doc/user/task.t (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/smptests/smpunsupported01/init.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) Disable per task variables when SMP is enabled Per task variables ... Fri, 28 Mar 2014 12:44:18 GMT Sebastian Huber [3f5f2ce] * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spfatal28/Makefile.am (added) * testsuites/sptests/spfatal28/spfatal28.doc (added) * testsuites/sptests/spfatal28/spfatal28.scn (added) * testsuites/sptests/spfatal28/testcase.h (added) * testsuites/sptests/spinternalerror02/init.c (modified) * testsuites/sptests/spsem01/init.c (modified) * testsuites/sptests/spsem01/spsem01.scn (modified) * testsuites/sptests/spsem02/init.c (modified) * testsuites/sptests/spsem02/spsem02.scn (modified) score: PR788: Add INTERNAL_ERROR_RESOURCE_IN_USE Issue a fatal ... Fri, 28 Mar 2014 08:29:51 GMT Sebastian Huber [f0b4fd9] * cpukit/score/src/threadrestart.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spthreadlife01/Makefile.am (added) * testsuites/sptests/spthreadlife01/init.c (added) * testsuites/sptests/spthreadlife01/spthreadlife01.doc (added) * testsuites/sptests/spthreadlife01/spthreadlife01.scn (added) score: Do not reset resource count during restart This fixes an ... Fri, 28 Mar 2014 18:05:57 GMT Bjorn Larsson [df367fad] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp09/Makefile.am (deleted) * testsuites/sptests/sp09/isr.c (deleted) * testsuites/sptests/sp09/sp09.scn (deleted) * testsuites/sptests/sp09/task1.c (deleted) * testsuites/sptests/sp09/task2.c (deleted) * testsuites/sptests/sp09/task3.c (deleted) * testsuites/sptests/spclock_err01/Makefile.am (added) * testsuites/sptests/spclock_err01/delay.c (moved) * testsuites/sptests/spclock_err01/init.c (moved) * testsuites/sptests/spclock_err01/spclock_err01.doc (added) * testsuites/sptests/spclock_err01/spclock_err01.scn (added) * testsuites/sptests/spclock_err01/system.h (moved) * testsuites/sptests/sptask_err02/Makefile.am (added) * testsuites/sptests/sptask_err02/init.c (added) * testsuites/sptests/sptask_err02/sptask_err02.doc (moved) * testsuites/sptests/sptask_err02/sptask_err02.scn (added) * testsuites/sptests/sptask_err02/system.h (added) * testsuites/sptests/sptask_err04/Makefile.am (added) * testsuites/sptests/sptask_err04/init.c (moved) * testsuites/sptests/sptask_err04/sptask_err04.doc (added) * testsuites/sptests/sptask_err04/sptask_err04.scn (added) * testsuites/sptests/sptask_err04/system.h (added) * testsuites/sptests/sptask_err04/task1.c (moved) * testsuites/sptests/sptimer_err01/init.c (modified) * testsuites/sptests/sptimer_err01/sptimer_err01.scn (modified) sptests: New tests split from sp09 screen 1 and screen 2. Split ... Thu, 27 Mar 2014 14:47:24 GMT Bjorn Larsson [719c7e5] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp09/Makefile.am (modified) * testsuites/sptests/sp09/sp09.scn (modified) * testsuites/sptests/sp09/task1.c (modified) * testsuites/sptests/sptask_err03/Makefile.am (added) * testsuites/sptests/sptask_err03/init.c (moved) * testsuites/sptests/sptask_err03/sptask_err03.doc (added) * testsuites/sptests/sptask_err03/sptask_err03.scn (added) * testsuites/sptests/sptask_err03/system.h (added) sptask_err03: New test split from sp09 screen 3. Wed, 26 Mar 2014 18:22:43 GMT Bjorn Larsson [4327a7b] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp09/Makefile.am (modified) * testsuites/sptests/sp09/sp09.scn (modified) * testsuites/sptests/sp09/task1.c (modified) * testsuites/sptests/spevent_err03/Makefile.am (added) * testsuites/sptests/spevent_err03/init.c (moved) * testsuites/sptests/spevent_err03/spevent_err03.doc (added) * testsuites/sptests/spevent_err03/spevent_err03.scn (added) * testsuites/sptests/spevent_err03/system.h (added) spevent_err03: New test split from sp09 screen 4. Wed, 26 Mar 2014 14:56:43 GMT Bjorn Larsson [d6f65e40] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp09/Makefile.am (modified) * testsuites/sptests/sp09/sp09.scn (modified) * testsuites/sptests/sp09/task1.c (modified) * testsuites/sptests/spsem_err01/Makefile.am (added) * testsuites/sptests/spsem_err01/init.c (moved) * testsuites/sptests/spsem_err01/spsem_err01.doc (added) * testsuites/sptests/spsem_err01/spsem_err01.scn (added) * testsuites/sptests/spsem_err01/system.h (added) * testsuites/sptests/spsem_err02/Makefile.am (added) * testsuites/sptests/spsem_err02/init.c (moved) * testsuites/sptests/spsem_err02/spsem_err02.doc (added) * testsuites/sptests/spsem_err02/spsem_err02.scn (added) * testsuites/sptests/spsem_err02/system.h (added) * testsuites/sptests/spsem_err02/task2.c (added) * testsuites/sptests/sptask_err01/Makefile.am (added) * testsuites/sptests/sptask_err01/init.c (added) * testsuites/sptests/sptask_err01/sptask_err01.doc (added) * testsuites/sptests/sptask_err01/sptask_err01.scn (added) * testsuites/sptests/sptask_err01/system.h (added) * testsuites/sptests/sptask_err01/task2.c (added) sptests: split sp09 screen 5,6 into spsem_err01, spsem_err02, and ... Tue, 25 Mar 2014 18:48:30 GMT Bjorn Larsson [a3707d89] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp09/Makefile.am (modified) * testsuites/sptests/sp09/sp09.scn (modified) * testsuites/sptests/sp09/system.h (modified) * testsuites/sptests/sp09/task1.c (modified) * testsuites/sptests/spmsgq_err01/Makefile.am (added) * testsuites/sptests/spmsgq_err01/init.c (moved) * testsuites/sptests/spmsgq_err01/spmsgq_err01.doc (added) * testsuites/sptests/spmsgq_err01/spmsgq_err01.scn (added) * testsuites/sptests/spmsgq_err01/system.h (added) * testsuites/sptests/spmsgq_err02/Makefile.am (added) * testsuites/sptests/spmsgq_err02/init.c (moved) * testsuites/sptests/spmsgq_err02/spmsgq_err02.doc (added) * testsuites/sptests/spmsgq_err02/spmsgq_err02.scn (added) * testsuites/sptests/spmsgq_err02/system.h (added) * testsuites/sptests/spmsgq_err02/task3.c (added) sptests: Split sp09 screens 7,8 into spmsg1_err01 and spmsgq_err02. ... Tue, 25 Mar 2014 17:51:14 GMT Bjorn Larsson [abc833bd] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp09/Makefile.am (modified) * testsuites/sptests/sp09/sp09.scn (modified) * testsuites/sptests/sp09/system.h (modified) * testsuites/sptests/sp09/task1.c (modified) * testsuites/sptests/spport_err01/Makefile.am (added) * testsuites/sptests/spport_err01/init.c (moved) * testsuites/sptests/spport_err01/spport_err01.doc (added) * testsuites/sptests/spport_err01/spport_err01.scn (added) * testsuites/sptests/spport_err01/system.h (added) spport_err01: New test split from sp09 This test verifies ... Tue, 25 Mar 2014 14:58:04 GMT Bjorn Larsson [34244b7a] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp09/screen09.c (modified) * testsuites/sptests/sp09/sp09.scn (modified) * testsuites/sptests/spsignal_err01/Makefile.am (added) * testsuites/sptests/spsignal_err01/init.c (added) * testsuites/sptests/spsignal_err01/isr.c (added) * testsuites/sptests/spsignal_err01/spsignal_err01.doc (added) * testsuites/sptests/spsignal_err01/spsignal_err01.scn (added) * testsuites/sptests/spsignal_err01/system.h (added) spsignal_err01: New test split from sp09. This test moves ... Tue, 25 Mar 2014 14:43:09 GMT Bjorn Larsson [0cf41e5] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp09/screen09.c (modified) * testsuites/sptests/sp09/sp09.scn (modified) * testsuites/sptests/spintr_err01/Makefile.am (added) * testsuites/sptests/spintr_err01/init.c (added) * testsuites/sptests/spintr_err01/isr.c (added) * testsuites/sptests/spintr_err01/spintr_err01.doc (added) * testsuites/sptests/spintr_err01/spintr_err01.scn (added) * testsuites/sptests/spintr_err01/system.h (added) spintr_err01: New test split from sp09. This test contains the ... Tue, 25 Mar 2014 14:13:03 GMT Bjorn Larsson [9c88bc6e] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp09/Makefile.am (modified) * testsuites/sptests/sp09/screen03.c (modified) * testsuites/sptests/sp09/sp09.scn (modified) * testsuites/sptests/sp09/system.h (modified) * testsuites/sptests/sp09/task1.c (modified) * testsuites/sptests/spratemon_err01/Makefile.am (added) * testsuites/sptests/spratemon_err01/init.c (added) * testsuites/sptests/spratemon_err01/screen10.c (moved) * testsuites/sptests/spratemon_err01/spratemon_err01.doc (added) * testsuites/sptests/spratemon_err01/spratemon_err01.scn (added) * testsuites/sptests/spratemon_err01/system.h (added) * testsuites/sptests/spratemon_err01/task4.c (moved) spratemon_err01: New test split from sp09. Thu, 27 Mar 2014 13:23:21 GMT Christian Mauderer [5c0c0cf] * cpukit/include/rtems/userenv.h (modified) * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/__usrenv.c (modified) * cpukit/libcsupport/src/libio_init.c (modified) * cpukit/libcsupport/src/privateenv.c (modified) * cpukit/sapi/include/confdefs.h (modified) * doc/shell/file.t (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/ftp01/init.c (modified) * testsuites/psxtests/psxchroot01/main.c (modified) * testsuites/psxtests/psxmount/main.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spfatal27/Makefile.am (added) * testsuites/sptests/spfatal27/spfatal27.doc (added) * testsuites/sptests/spfatal27/spfatal27.scn (added) * testsuites/sptests/spfatal27/testcase.h (added) * testsuites/sptests/spprivenv01/init.c (modified) privateenv: Use POSIX keys instead of task variables. Mon, 10 Mar 2014 13:39:49 GMT Sebastian Huber [4dad4b8] * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/profiling.h (added) * cpukit/sapi/preinstall.am (modified) * cpukit/sapi/src/profilingiterate.c (added) * cpukit/sapi/src/profilingreportxml.c (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spprofiling01/Makefile.am (added) * testsuites/sptests/spprofiling01/init.c (added) * testsuites/sptests/spprofiling01/spprofiling01.doc (added) * testsuites/sptests/spprofiling01/spprofiling01.scn (added) sapi: Add profiling application level support Mon, 17 Feb 2014 07:16:54 GMT Sebastian Huber [3378be95] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spcache01/Makefile.am (added) * testsuites/sptests/spcache01/init.c (added) * testsuites/sptests/spcache01/spcache01.doc (added) * testsuites/sptests/spcache01/spcache01.scn (added) sptests/spcache01: New test Mon, 24 Feb 2014 09:13:32 GMT Sebastian Huber [95d0c98] * cpukit/score/src/threadinitialize.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sptls01/init.c (modified) * testsuites/sptests/sptls01/sptls01.doc (modified) * testsuites/sptests/sptls03/Makefile.am (added) * testsuites/sptests/sptls03/init.c (added) * testsuites/sptests/sptls03/sptls03.doc (added) * testsuites/sptests/sptls03/sptls03.scn (added) score: Fix thread TLS area initialization Do not use _TLS_Size here ... Mon, 17 Feb 2014 09:17:20 GMT Sebastian Huber [b39e055] * cpukit/sapi/src/exshutdown.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/spfatal23/Makefile.am (deleted) * testsuites/sptests/spfatal23/spfatal23.doc (deleted) * testsuites/sptests/spfatal23/spfatal23.scn (deleted) * testsuites/sptests/spfatal23/testcase.h (deleted) * testsuites/sptests/spinternalerror02/spinternalerror02.scn (modified) score: Delete INTERNAL_ERROR_SHUTDOWN_WHEN_NOT_UP This error case ... Wed, 12 Feb 2014 09:31:38 GMT Sebastian Huber [24bf11e] * c/src/lib/libbsp/arm/csb336/Makefile.am (modified) * c/src/lib/libbsp/arm/csb337/Makefile.am (modified) * c/src/lib/libbsp/arm/edb7312/Makefile.am (modified) * c/src/lib/libbsp/arm/gba/Makefile.am (modified) * c/src/lib/libbsp/arm/gdbarmsim/Makefile.am (modified) * c/src/lib/libbsp/arm/gp32/Makefile.am (modified) * c/src/lib/libbsp/arm/gumstix/Makefile.am (modified) * c/src/lib/libbsp/arm/lm3s69xx/Makefile.am (modified) * c/src/lib/libbsp/arm/lpc24xx/Makefile.am (modified) * c/src/lib/libbsp/arm/lpc24xx/misc/system-clocks.c (modified) * c/src/lib/libbsp/arm/lpc32xx/Makefile.am (modified) * c/src/lib/libbsp/arm/lpc32xx/startup/bspstart.c (modified) * c/src/lib/libbsp/arm/nds/Makefile.am (modified) * c/src/lib/libbsp/arm/raspberrypi/Makefile.am (modified) * c/src/lib/libbsp/arm/realview-pbx-a9/Makefile.am (modified) * c/src/lib/libbsp/arm/rtl22xx/Makefile.am (modified) * c/src/lib/libbsp/arm/shared/arm-a9mpcore-clock-config.c (modified) * c/src/lib/libbsp/arm/smdk2410/Makefile.am (modified) * c/src/lib/libbsp/arm/stm32f4/Makefile.am (modified) * c/src/lib/libbsp/arm/xilinx-zynq/Makefile.am (modified) * c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/ep1a/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/gen5200/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/mpc55xxevb/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/mvme3100/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/mvme5500/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/psim/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/qemuppc/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/qoriq/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/shared/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/ss555/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/t32mppc/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/virtex4/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/virtex5/startup/bspstart.c (modified) * c/src/lib/libbsp/shared/cpucounterdiff.c (added) * c/src/lib/libbsp/shared/cpucounterread.c (added) * c/src/lib/libbsp/sparc/erc32/Makefile.am (modified) * c/src/lib/libbsp/sparc/leon2/Makefile.am (modified) * c/src/lib/libbsp/sparc/leon3/Makefile.am (modified) * c/src/lib/libbsp/sparc/leon3/include/bsp.h (modified) * c/src/lib/libbsp/sparc/leon3/include/leon.h (modified) * c/src/lib/libbsp/sparc/leon3/startup/bspstart.c (modified) * c/src/lib/libbsp/sparc/leon3/startup/cpucounter.c (added) * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/counter.h (added) * cpukit/sapi/preinstall.am (modified) * cpukit/sapi/src/cpucounterconverter.c (added) * cpukit/sapi/src/delaynano.c (added) * cpukit/sapi/src/delayticks.c (added) * cpukit/score/cpu/arm/rtems/score/cpu.h (modified) * cpukit/score/cpu/avr/Makefile.am (modified) * cpukit/score/cpu/avr/rtems/score/cpu.h (modified) * cpukit/score/cpu/bfin/Makefile.am (modified) * cpukit/score/cpu/bfin/rtems/score/cpu.h (modified) * cpukit/score/cpu/h8300/Makefile.am (modified) * cpukit/score/cpu/h8300/rtems/score/cpu.h (modified) * cpukit/score/cpu/i386/Makefile.am (modified) * cpukit/score/cpu/i386/rtems/score/cpu.h (modified) * cpukit/score/cpu/lm32/Makefile.am (modified) * cpukit/score/cpu/lm32/rtems/score/cpu.h (modified) * cpukit/score/cpu/m32c/Makefile.am (modified) * cpukit/score/cpu/m32c/rtems/score/cpu.h (modified) * cpukit/score/cpu/m32r/Makefile.am (modified) * cpukit/score/cpu/m32r/rtems/score/cpu.h (modified) * cpukit/score/cpu/m68k/Makefile.am (modified) * cpukit/score/cpu/m68k/rtems/score/cpu.h (modified) * cpukit/score/cpu/mips/Makefile.am (modified) * cpukit/score/cpu/mips/rtems/score/cpu.h (modified) * cpukit/score/cpu/moxie/Makefile.am (modified) * cpukit/score/cpu/moxie/rtems/score/cpu.h (modified) * cpukit/score/cpu/nios2/Makefile.am (modified) * cpukit/score/cpu/nios2/rtems/score/cpu.h (modified) * cpukit/score/cpu/no_cpu/Makefile.am (modified) * cpukit/score/cpu/no_cpu/cpucounterread.c (added) * cpukit/score/cpu/no_cpu/rtems/score/cpu.h (modified) * cpukit/score/cpu/powerpc/rtems/score/cpu.h (modified) * cpukit/score/cpu/sh/Makefile.am (modified) * cpukit/score/cpu/sh/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc64/Makefile.am (modified) * cpukit/score/cpu/sparc64/rtems/score/cpu.h (modified) * cpukit/score/cpu/v850/Makefile.am (modified) * cpukit/score/cpu/v850/rtems/score/cpu.h (modified) * doc/cpu_supplement/general.t (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spcpucounter01/Makefile.am (added) * testsuites/sptests/spcpucounter01/init.c (added) * testsuites/sptests/spcpucounter01/spcpucounter01.doc (added) * testsuites/sptests/spcpucounter01/spcpucounter01.scn (added) score: Add CPU counter support Add a CPU counter interface to allow ... Tue, 28 Jan 2014 11:10:08 GMT Sebastian Huber [022851a] * c/src/lib/libcpu/powerpc/new-exceptions/cpu.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/cpu/arm/Makefile.am (modified) * cpukit/score/cpu/arm/__aeabi_read_tp.c (added) * cpukit/score/cpu/arm/__tls_get_addr.c (added) * cpukit/score/cpu/arm/armv7m-context-initialize.c (modified) * cpukit/score/cpu/arm/cpu.c (modified) * cpukit/score/cpu/arm/cpu_asm.S (modified) * cpukit/score/cpu/arm/rtems/score/arm.h (modified) * cpukit/score/cpu/arm/rtems/score/cpu.h (modified) * cpukit/score/cpu/avr/rtems/score/cpu.h (modified) * cpukit/score/cpu/bfin/cpu.c (modified) * cpukit/score/cpu/bfin/rtems/score/cpu.h (modified) * cpukit/score/cpu/h8300/rtems/score/cpu.h (modified) * cpukit/score/cpu/i386/rtems/score/cpu.h (modified) * cpukit/score/cpu/lm32/rtems/score/cpu.h (modified) * cpukit/score/cpu/m32c/context_init.c (modified) * cpukit/score/cpu/m32c/rtems/score/cpu.h (modified) * cpukit/score/cpu/m32r/context_init.c (modified) * cpukit/score/cpu/m32r/rtems/score/cpu.h (modified) * cpukit/score/cpu/m68k/Makefile.am (modified) * cpukit/score/cpu/m68k/__m68k_read_tp.c (added) * cpukit/score/cpu/m68k/cpu.c (modified) * cpukit/score/cpu/m68k/rtems/score/cpu.h (modified) * cpukit/score/cpu/mips/cpu.c (modified) * cpukit/score/cpu/mips/rtems/score/cpu.h (modified) * cpukit/score/cpu/moxie/rtems/score/cpu.h (modified) * cpukit/score/cpu/nios2/nios2-context-initialize.c (modified) * cpukit/score/cpu/nios2/rtems/score/cpu.h (modified) * cpukit/score/cpu/no_cpu/rtems/score/cpu.h (modified) * cpukit/score/cpu/powerpc/rtems/score/cpu.h (modified) * cpukit/score/cpu/sh/cpu.c (modified) * cpukit/score/cpu/sh/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc/cpu.c (modified) * cpukit/score/cpu/sparc/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc64/cpu.c (modified) * cpukit/score/cpu/sparc64/rtems/score/cpu.h (modified) * cpukit/score/cpu/v850/cpu.c (modified) * cpukit/score/cpu/v850/rtems/score/cpu.h (modified) * cpukit/score/include/rtems/score/context.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/tls.h (added) * cpukit/score/preinstall.am (modified) * cpukit/score/src/threadclose.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadloadenv.c (modified) * cpukit/score/src/wkspace.c (modified) * doc/cpu_supplement/Makefile.am (modified) * doc/cpu_supplement/arm.t (modified) * doc/cpu_supplement/avr.t (modified) * doc/cpu_supplement/bfin.t (modified) * doc/cpu_supplement/cpu_supplement.texi (modified) * doc/cpu_supplement/general.t (modified) * doc/cpu_supplement/h8300.t (added) * doc/cpu_supplement/i386.t (modified) * doc/cpu_supplement/lm32.t (modified) * doc/cpu_supplement/m32c.t (added) * doc/cpu_supplement/m32r.t (added) * doc/cpu_supplement/m68k.t (modified) * doc/cpu_supplement/microblaze.t (added) * doc/cpu_supplement/mips.t (modified) * doc/cpu_supplement/nios2.t (added) * doc/cpu_supplement/powerpc.t (modified) * doc/cpu_supplement/sh.t (modified) * doc/cpu_supplement/sparc.t (modified) * doc/cpu_supplement/sparc64.t (modified) * doc/cpu_supplement/v850.t (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sptls01/Makefile.am (added) * testsuites/sptests/sptls01/init.c (added) * testsuites/sptests/sptls01/sptls01.doc (added) * testsuites/sptests/sptls01/sptls01.scn (added) * testsuites/sptests/sptls02/Makefile.am (added) * testsuites/sptests/sptls02/init.cc (added) * testsuites/sptests/sptls02/sptls02.doc (added) * testsuites/sptests/sptls02/sptls02.scn (added) Add thread-local storage (TLS) support Tested and implemented on ... Thu, 02 Jan 2014 19:22:36 GMT Mandar Juvekar [255178e] * c/src/lib/libbsp/arm/xilinx-zynq/preinstall.am (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp09/Makefile.am (modified) * testsuites/sptests/sp09/system.h (modified) * testsuites/sptests/sp09/task1.c (modified) * testsuites/sptests/sppartition_err01/Makefile.am (added) * testsuites/sptests/sppartition_err01/delay.c (added) * testsuites/sptests/sppartition_err01/init.c (added) * testsuites/sptests/sppartition_err01/isr.c (added) * testsuites/sptests/sppartition_err01/screen11.c (moved) * testsuites/sptests/sppartition_err01/sp09.doc (added) * testsuites/sptests/sppartition_err01/sp09.scn (added) * testsuites/sptests/sppartition_err01/system.h (added) * testsuites/sptests/sppartition_err01/task1.c (added) * testsuites/sptests/sppartition_err01/task2.c (added) * testsuites/sptests/sppartition_err01/task3.c (added) * testsuites/sptests/sppartition_err01/task4.c (added) sptests: Refactor sp09 into sppartition_err01 and sp09. Mon, 30 Dec 2013 03:56:13 GMT Mandar Juvekar [dfcb3ac] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp09/Makefile.am (modified) * testsuites/sptests/sp09/system.h (modified) * testsuites/sptests/sp09/task1.c (modified) * testsuites/sptests/spregion_err01/Makefile.am (added) * testsuites/sptests/spregion_err01/delay.c (added) * testsuites/sptests/spregion_err01/init.c (added) * testsuites/sptests/spregion_err01/isr.c (added) * testsuites/sptests/spregion_err01/screen12.c (moved) * testsuites/sptests/spregion_err01/sp09.doc (added) * testsuites/sptests/spregion_err01/sp09.scn (added) * testsuites/sptests/spregion_err01/system.h (added) * testsuites/sptests/spregion_err01/task1.c (added) * testsuites/sptests/spregion_err01/task2.c (added) * testsuites/sptests/spregion_err01/task3.c (added) * testsuites/sptests/spregion_err01/task4.c (added) spregion_err01: New test refactored from sp09 Tue, 24 Dec 2013 13:32:37 GMT Chirayu Desai [7b5f6643] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp09/Makefile.am (modified) * testsuites/sptests/sp09/sp09.scn (modified) * testsuites/sptests/sp09/system.h (modified) * testsuites/sptests/sp09/task1.c (modified) * testsuites/sptests/spclock_err02/Makefile.am (added) * testsuites/sptests/spclock_err02/init.c (moved) * testsuites/sptests/spclock_err02/spclock_err02.doc (added) * testsuites/sptests/spclock_err02/spclock_err02.scn (added) sptests: refactor sp09/screen13 into a new test spclock_err02 Mon, 16 Dec 2013 19:13:14 GMT Jennifer Averett [fe011a5] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spcpuset01/Makefile.am (added) * testsuites/sptests/spcpuset01/init.c (added) * testsuites/sptests/spcpuset01/spcpuset01.doc (added) * testsuites/sptests/spcpuset01/spcpuset01.scn (added) * testsuites/sptests/spcpuset01/system.h (added) * testsuites/sptests/spcpuset01/test.c (added) sptests/spcpuset*: Add tests for fixed size cpu_set_t operations. ... Wed, 11 Dec 2013 23:10:34 GMT Daniel Ramirez [07f4edc1] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp09/Makefile.am (modified) * testsuites/sptests/sp09/init.c (modified) * testsuites/sptests/sp09/screen14.c (deleted) * testsuites/sptests/sp09/sp09.doc (modified) * testsuites/sptests/sp09/sp09.scn (modified) * testsuites/sptests/sp09/system.h (modified) * testsuites/sptests/sp09/task1.c (modified) * testsuites/sptests/sptimer_err01/Makefile.am (added) * testsuites/sptests/sptimer_err01/init.c (added) * testsuites/sptests/sptimer_err01/sptimer_err01.doc (added) * testsuites/sptests/sptimer_err01/sptimer_err01.scn (added) * testsuites/sptests/sptimer_err02/Makefile.am (added) * testsuites/sptests/sptimer_err02/init.c (added) * testsuites/sptests/sptimer_err02/sptimer_err02.doc (added) * testsuites/sptests/sptimer_err02/sptimer_err02.scn (added) sptests: refactored sp09/screen14.c into two new tests Fri, 06 Dec 2013 15:05:36 GMT Chirayu Desai [54da1243] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sppagesize/Makefile.am (added) * testsuites/sptests/sppagesize/init.c (added) * testsuites/sptests/sppagesize/sppagesize.doc (added) * testsuites/sptests/sppagesize/sppagesize.scn (added) sptests: add a test for page size Bug: ... Thu, 22 Aug 2013 15:35:33 GMT Sebastian Huber [ec987ec0] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spintrcritical20/Makefile.am (added) * testsuites/sptests/spintrcritical20/init.c (added) * testsuites/sptests/spintrcritical20/spintrcritical20.doc (added) * testsuites/sptests/spintrcritical20/spintrcritical20.scn (added) sptests/spintrcritical20: PR2140: New test Thu, 08 Aug 2013 11:58:10 GMT Sebastian Huber [6b0cd96] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spintrcritical19/Makefile.am (added) * testsuites/sptests/spintrcritical19/init.c (added) * testsuites/sptests/spintrcritical19/spintrcritical19.doc (added) * testsuites/sptests/spintrcritical19/spintrcritical19.scn (added) sptests/spintrcritical19: PR2136: New test Thu, 01 Aug 2013 13:49:49 GMT WeiY [69308895] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spatomic01/Makefile.am (deleted) * testsuites/sptests/spatomic01/init.c (deleted) * testsuites/sptests/spatomic01/spatomic01.doc (deleted) * testsuites/sptests/spatomic01/spatomic01.scn (deleted) * testsuites/sptests/spatomic01/system.h (deleted) * testsuites/sptests/spatomic01/tasks.c (deleted) * testsuites/sptests/spatomic02/Makefile.am (deleted) * testsuites/sptests/spatomic02/init.c (deleted) * testsuites/sptests/spatomic02/spatomic02.doc (deleted) * testsuites/sptests/spatomic02/spatomic02.scn (deleted) * testsuites/sptests/spatomic02/system.h (deleted) * testsuites/sptests/spatomic02/tasks.c (deleted) * testsuites/sptests/spatomic03/Makefile.am (deleted) * testsuites/sptests/spatomic03/init.c (deleted) * testsuites/sptests/spatomic03/spatomic03.doc (deleted) * testsuites/sptests/spatomic03/spatomic03.scn (deleted) * testsuites/sptests/spatomic03/system.h (deleted) * testsuites/sptests/spatomic03/tasks.c (deleted) * testsuites/sptests/spatomic04/Makefile.am (deleted) * testsuites/sptests/spatomic04/init.c (deleted) * testsuites/sptests/spatomic04/spatomic04.doc (deleted) * testsuites/sptests/spatomic04/spatomic04.scn (deleted) * testsuites/sptests/spatomic04/system.h (deleted) * testsuites/sptests/spatomic04/tasks.c (deleted) * testsuites/sptests/spatomic05/Makefile.am (deleted) * testsuites/sptests/spatomic05/init.c (deleted) * testsuites/sptests/spatomic05/spatomic05.doc (deleted) * testsuites/sptests/spatomic05/spatomic05.scn (deleted) * testsuites/sptests/spatomic05/system.h (deleted) * testsuites/sptests/spatomic05/tasks.c (deleted) * testsuites/sptests/spatomic06/Makefile.am (deleted) * testsuites/sptests/spatomic06/init.c (deleted) * testsuites/sptests/spatomic06/spatomic06.doc (deleted) * testsuites/sptests/spatomic06/spatomic06.scn (deleted) * testsuites/sptests/spatomic06/system.h (deleted) * testsuites/sptests/spatomic06/tasks.c (deleted) * testsuites/sptests/spatomic07/Makefile.am (deleted) * testsuites/sptests/spatomic07/init.c (deleted) * testsuites/sptests/spatomic07/spatomic07.doc (deleted) * testsuites/sptests/spatomic07/spatomic07.scn (deleted) * testsuites/sptests/spatomic07/system.h (deleted) * testsuites/sptests/spatomic07/tasks.c (deleted) clean up spatomic testcase Wed, 24 Jul 2013 08:37:39 GMT Zhongwei Yao [8fb2bea] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/freechain.h (added) * cpukit/score/preinstall.am (modified) * cpukit/score/src/freechain.c (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spfreechain01/Makefile.am (added) * testsuites/sptests/spfreechain01/init.c (added) * testsuites/sptests/spfreechain01/spfreechain01.doc (added) * testsuites/sptests/spfreechain01/spfreechain01.scn (added) score: Add freechain Sun, 19 May 2013 21:30:06 GMT Gedare Bloom [26ecc74] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spsem02/Makefile.am (added) * testsuites/sptests/spsem02/init.c (added) * testsuites/sptests/spsem02/spsem02.doc (added) * testsuites/sptests/spsem02/spsem02.scn (added) sptests: add test to demonstrate bug in strict order mutex Sat, 18 May 2013 18:57:14 GMT Gedare Bloom [9cdbf73] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spsem01/Makefile.am (added) * testsuites/sptests/spsem01/init.c (added) * testsuites/sptests/spsem01/spsem01.doc (added) * testsuites/sptests/spsem01/spsem01.scn (added) sptests: add test for priority inversion with multiple locks Tue, 07 May 2013 08:14:55 GMT Sebastian Huber [39993d6] * cpukit/score/cpu/arm/Makefile.am (modified) * cpukit/score/cpu/arm/arm-context-validate.S (added) * cpukit/score/cpu/arm/arm-context-volatile-clobber.S (added) * cpukit/score/cpu/arm/rtems/score/cpu.h (modified) * cpukit/score/cpu/avr/rtems/score/cpu.h (modified) * cpukit/score/cpu/bfin/rtems/score/cpu.h (modified) * cpukit/score/cpu/h8300/rtems/score/cpu.h (modified) * cpukit/score/cpu/i386/rtems/score/cpu.h (modified) * cpukit/score/cpu/lm32/rtems/score/cpu.h (modified) * cpukit/score/cpu/m32c/rtems/score/cpu.h (modified) * cpukit/score/cpu/m32r/rtems/score/cpu.h (modified) * cpukit/score/cpu/m68k/rtems/score/cpu.h (modified) * cpukit/score/cpu/mips/rtems/score/cpu.h (modified) * cpukit/score/cpu/moxie/rtems/score/cpu.h (modified) * cpukit/score/cpu/nios2/Makefile.am (modified) * cpukit/score/cpu/nios2/nios2-context-validate.S (added) * cpukit/score/cpu/nios2/nios2-context-volatile-clobber.S (added) * cpukit/score/cpu/nios2/rtems/score/cpu.h (modified) * cpukit/score/cpu/no_cpu/rtems/score/cpu.h (modified) * cpukit/score/cpu/powerpc/Makefile.am (modified) * cpukit/score/cpu/powerpc/ppc-context-validate.S (added) * cpukit/score/cpu/powerpc/ppc-context-volatile-clobber.S (added) * cpukit/score/cpu/powerpc/rtems/score/cpu.h (modified) * cpukit/score/cpu/sh/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc64/rtems/score/cpu.h (modified) * cpukit/score/cpu/v850/rtems/score/cpu.h (modified) * doc/porting/miscellaneous.t (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spcontext01/Makefile.am (added) * testsuites/sptests/spcontext01/init.c (added) * testsuites/sptests/spcontext01/spcontext01.doc (added) * testsuites/sptests/spcontext01/spcontext01.scn (added) score: Add CPU context validation Fri, 25 Jan 2013 15:53:52 GMT WeiY [9d23df2] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/preinstall.am (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/cpu/i386/Makefile.am (modified) * cpukit/score/cpu/i386/preinstall.am (modified) * cpukit/score/cpu/powerpc/Makefile.am (modified) * cpukit/score/cpu/powerpc/preinstall.am (modified) * cpukit/score/preinstall.am (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) score: atomic support for RTEMS automake and autoconf changes Sun, 25 Nov 2012 16:48:11 GMT Sebastian Huber [815994f] * c/src/aclocal/bsp-bspcleanup-options.m4 (modified) * c/src/lib/libbsp/mips/shared/irq/vectorexceptions.c (modified) * c/src/lib/libbsp/powerpc/psim/configure.ac (modified) * c/src/lib/libbsp/shared/bspclean.c (modified) * c/src/lib/libbsp/sparc/erc32/configure.ac (modified) * 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/libcpu/powerpc/Makefile.am (modified) * c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_global_handler.c (modified) * c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_print.c (modified) * c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors.h (modified) * cpukit/sapi/include/rtems/fatal.h (modified) * cpukit/score/cpu/arm/Makefile.am (modified) * cpukit/score/cpu/arm/arm-exception-frame-print.c (added) * cpukit/score/cpu/arm/armv7m-exception-frame-print.c (added) * cpukit/score/cpu/arm/rtems/score/cpu.h (modified) * cpukit/score/cpu/avr/Makefile.am (modified) * cpukit/score/cpu/avr/avr-exception-frame-print.c (added) * cpukit/score/cpu/avr/rtems/score/cpu.h (modified) * cpukit/score/cpu/bfin/Makefile.am (modified) * cpukit/score/cpu/bfin/bfin-exception-frame-print.c (added) * cpukit/score/cpu/bfin/rtems/score/cpu.h (modified) * cpukit/score/cpu/h8300/Makefile.am (modified) * cpukit/score/cpu/h8300/h8300-exception-frame-print.c (added) * cpukit/score/cpu/h8300/rtems/score/cpu.h (modified) * cpukit/score/cpu/i386/cpu.c (modified) * cpukit/score/cpu/i386/rtems/score/cpu.h (modified) * cpukit/score/cpu/lm32/Makefile.am (modified) * cpukit/score/cpu/lm32/lm32-exception-frame-print.c (added) * cpukit/score/cpu/lm32/rtems/score/cpu.h (modified) * cpukit/score/cpu/m32c/Makefile.am (modified) * cpukit/score/cpu/m32c/m32c-exception-frame-print.c (added) * cpukit/score/cpu/m32c/rtems/score/cpu.h (modified) * cpukit/score/cpu/m32r/Makefile.am (modified) * cpukit/score/cpu/m32r/m32r-exception-frame-print.c (added) * cpukit/score/cpu/m32r/rtems/score/cpu.h (modified) * cpukit/score/cpu/m68k/Makefile.am (modified) * cpukit/score/cpu/m68k/m68k-exception-frame-print.c (added) * cpukit/score/cpu/m68k/rtems/score/cpu.h (modified) * cpukit/score/cpu/mips/rtems/score/cpu.h (modified) * cpukit/score/cpu/nios2/Makefile.am (modified) * cpukit/score/cpu/nios2/nios2-exception-frame-print.c (added) * cpukit/score/cpu/nios2/rtems/score/cpu.h (modified) * cpukit/score/cpu/no_cpu/rtems/score/cpu.h (modified) * cpukit/score/cpu/powerpc/rtems/score/cpu.h (modified) * cpukit/score/cpu/sh/Makefile.am (modified) * cpukit/score/cpu/sh/rtems/score/cpu.h (modified) * cpukit/score/cpu/sh/sh-exception-frame-print.c (added) * cpukit/score/cpu/sparc/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc64/Makefile.am (modified) * cpukit/score/cpu/sparc64/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc64/sparc64-exception-frame-print.c (added) * cpukit/score/cpu/v850/Makefile.am (modified) * cpukit/score/cpu/v850/rtems/score/cpu.h (modified) * cpukit/score/cpu/v850/v850-exception-frame-print.c (added) * cpukit/score/include/rtems/score/interr.h (modified) * doc/user/fatal.t (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spfatal26/Makefile.am (added) * testsuites/sptests/spfatal26/init.c (added) * testsuites/sptests/spfatal26/spfatal26.doc (added) * testsuites/sptests/spfatal26/spfatal26.scn (added) score: Add CPU_Exception_frame Add CPU port type ... Tue, 13 Nov 2012 16:40:33 GMT Sebastian Huber [dc6e830] * c/src/lib/libbsp/powerpc/shared/startup/panic.c (modified) * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/fatal.h (modified) * cpukit/sapi/src/interrdesc.c (added) * doc/user/Makefile.am (modified) * doc/user/fatal.t (modified) * testsuites/psxtests/psxfatal_support/init.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spfatal_support/init.c (modified) * testsuites/sptests/spinternalerror02/Makefile.am (added) * testsuites/sptests/spinternalerror02/init.c (added) * testsuites/sptests/spinternalerror02/spinternalerror02.doc (added) * testsuites/sptests/spinternalerror02/spinternalerror02.scn (added) sapi: Add and use rtems_internal_error_description Wed, 07 Nov 2012 11:31:27 GMT Sebastian Huber [44633fd] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spinternalerror01/Makefile.am (added) * testsuites/sptests/spinternalerror01/init.c (added) * testsuites/sptests/spinternalerror01/spinternalerror01.doc (added) * testsuites/sptests/spinternalerror01/spinternalerror01.scn (added) sptests/spinternalerror01: New test Fri, 26 Oct 2012 08:05:07 GMT Sebastian Huber [0edf263] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/event.h (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/event.c (modified) * cpukit/rtems/src/systemeventreceive.c (added) * cpukit/rtems/src/systemeventsend.c (added) * cpukit/rtems/src/tasks.c (modified) * cpukit/score/include/rtems/score/states.h (modified) * cpukit/score/inline/rtems/score/states.inl (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/speventsystem01/Makefile.am (added) * testsuites/sptests/speventsystem01/init.c (added) * testsuites/sptests/speventsystem01/speventsystem01.doc (added) * testsuites/sptests/speventsystem01/speventsystem01.scn (added) * testsuites/sptests/speventtransient01/Makefile.am (added) * testsuites/sptests/speventtransient01/init.c (added) * testsuites/sptests/speventtransient01/speventtransient01.doc (added) * testsuites/sptests/speventtransient01/speventtransient01.scn (added) rtems: Add system events System events are similar to normal ...