# # ChangeLog for cpukit/score/src in rtems # # Generated by Trac 1.2.1.dev0 # 05/21/24 11:30:49 Thu, 18 Feb 2016 07:47:26 GMT Sebastian Huber [3c103ba] * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/src/smp.c (modified) score: Add _Per_CPU_Is_boot_processor() Wed, 17 Feb 2016 13:27:09 GMT Sebastian Huber [b3a4c48e] * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/src/smp.c (modified) * testsuites/smptests/smpipi01/init.c (modified) score: Add _SMP_Online_processors Wed, 17 Feb 2016 14:34:51 GMT Sebastian Huber [c284a16] * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/threadcreateidle.c (modified) score: Rename Per_CPU_Control::started Rename ... Wed, 17 Feb 2016 11:52:17 GMT Sebastian Huber [2e71aa41] * cpukit/rtems/src/clocktick.c (modified) * cpukit/score/src/watchdogtick.c (modified) score: Simplify _Watchdog_Tick() Move thread dispatch disable check ... Wed, 03 Feb 2016 11:41:02 GMT Sebastian Huber [358bd740] * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/score/apimutex.h (modified) * cpukit/score/include/rtems/score/basedefs.h (modified) * cpukit/score/include/rtems/score/copyrt.h (modified) * cpukit/score/include/rtems/score/mpciimpl.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/score/objectmp.h (modified) * cpukit/score/include/rtems/score/smp.h (modified) * cpukit/score/include/rtems/score/sysstate.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadmp.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/include/rtems/score/wkspace.h (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/objectmp.c (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/watchdog.c (modified) * cpukit/score/src/wkspace.c (modified) score: Avoid SCORE_EXTERN Delete SCORE_INIT. This finally removes ... Tue, 26 Jan 2016 10:16:56 GMT Sebastian Huber [3bc12a8f] * c/src/lib/libbsp/i386/shared/irq/irq.c (modified) * c/src/lib/libbsp/powerpc/mvme5500/irq/BSP_irq.c (modified) * c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.c (modified) * c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq.c (modified) * c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c (modified) * cpukit/posix/include/rtems/posix/psignalimpl.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/signalcatch.c (modified) * cpukit/rtems/src/taskident.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/apiext.h (deleted) * cpukit/score/preinstall.am (modified) * cpukit/score/src/apiext.c (deleted) * cpukit/score/src/threaddispatch.c (modified) * testsuites/sptests/spsize/size.c (modified) Delete unused API extensions Tue, 26 Jan 2016 09:11:48 GMT Sebastian Huber [8ca372e] * c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/mvme5500/startup/bspstart.c (modified) * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/config.h (modified) * cpukit/sapi/include/rtems/init.h (modified) * cpukit/sapi/include/rtems/sptables.h (deleted) * cpukit/sapi/preinstall.am (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/score/basedefs.h (modified) * cpukit/score/include/rtems/score/mpciimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/src/mpci.c (modified) * testsuites/sptests/spsize/size.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) Use linker set for MPCI initialization Update #2408. Thu, 10 Dec 2015 14:30:41 GMT Sebastian Huber [190169fe] * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/score/cpusetimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/src/cpuset.c (modified) * doc/user/init.t (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional CPU Set Handler initialization Update #2408. Thu, 10 Dec 2015 14:44:02 GMT Sebastian Huber [a853c851] * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/userext.c (modified) * doc/user/init.t (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional Initial Extensions initialization Update #2408. Mon, 25 Jan 2016 19:55:52 GMT Sebastian Huber [36b86d7] * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/src/threadcreateidle.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) score: Create idle threads via linker set This allows a more fine ... Tue, 26 Jan 2016 09:29:28 GMT Sebastian Huber [addb600] * cpukit/score/src/mpci.c (modified) mpci: Fix warning Assignment is superfluous due to later call to ... Tue, 26 Jan 2016 09:23:22 GMT Sebastian Huber [885c342e] * cpukit/score/include/rtems/score/mpciimpl.h (modified) * cpukit/score/src/mpci.c (modified) mpci: Update due to API changes Update due to API changes ... Wed, 23 Dec 2015 06:29:47 GMT Sebastian Huber [76ac1ee3] * c/src/lib/libbsp/arm/shared/armv7m/clock/armv7m-clock-config.c (modified) * c/src/lib/libbsp/m68k/mcf52235/clock/clock.c (modified) * c/src/lib/libbsp/m68k/mcf5225x/clock/clock.c (modified) * c/src/lib/libbsp/m68k/mcf5329/clock/clock.c (modified) * c/src/lib/libbsp/m68k/uC5282/clock/clock.c (modified) * c/src/lib/libbsp/powerpc/mpc55xxevb/clock/clock-config.c (modified) * c/src/lib/libbsp/shared/clockdrv_shell.h (modified) * c/src/lib/libbsp/sparc/erc32/clock/ckinit.c (modified) * c/src/lib/libbsp/sparc/leon2/clock/ckinit.c (modified) * c/src/lib/libbsp/sparc/leon3/clock/ckinit.c (modified) * c/src/lib/libbsp/sparc/shared/timer/tlib_ckinit.c (modified) * c/src/lib/libcpu/arm/lpc22xx/clock/clockdrv.c (modified) * cpukit/rtems/src/clocktick.c (modified) * cpukit/sapi/include/rtems/timecounter.h (modified) * cpukit/score/include/rtems/score/timecounter.h (modified) * cpukit/score/src/kern_tc.c (modified) * doc/bsp_howto/clock.t (modified) score: Fix simple timecounter support Update #2502. Mon, 11 Jan 2016 12:02:06 GMT Sebastian Huber [599d71f] * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/score/timecounterimpl.h (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/src/coretod.c (modified) * cpukit/score/src/kern_tc.c (modified) * testsuites/sptests/sptimecounter01/init.c (modified) score: Statically initialize TOD handler Fri, 08 Jan 2016 11:11:03 GMT Sebastian Huber [1506658c] * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/rtems/src/taskstart.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadcreateidle.c (modified) * cpukit/score/src/threadstart.c (modified) score: Simplify _Thread_Start() Thu, 07 Jan 2016 08:55:45 GMT Sebastian Huber [ccd5434] * c/src/lib/libbsp/arm/gdbarmsim/include/bsp.h (modified) * c/src/lib/libbsp/epiphany/epiphany_sim/include/bsp.h (modified) * c/src/lib/libbsp/i386/pc386/include/bsp.h (modified) * c/src/lib/libbsp/m32c/m32cbsp/include/bsp.h (modified) * c/src/lib/libbsp/moxie/moxiesim/include/bsp.h (modified) * c/src/lib/libbsp/sh/shsim/include/bsp.h (modified) * c/src/lib/libbsp/shared/clock_driver_simidle.c (modified) * c/src/lib/libbsp/shared/clockdrv_shell.h (modified) * c/src/lib/libbsp/sparc64/niagara/include/bsp.h (modified) * c/src/lib/libbsp/sparc64/usiii/include/bsp.h (modified) * c/src/lib/libbsp/v850/gdbv850sim/include/bsp.h (modified) * c/src/lib/libcpu/bfin/clock/clock.c (modified) * c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.c (modified) * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) * cpukit/libmisc/monitor/mon-task.c (modified) * cpukit/libmisc/monitor/monitor.h (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/rtems/src/taskrestart.c (modified) * cpukit/rtems/src/taskstart.c (modified) * cpukit/sapi/include/rtems/config.h (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadcreateidle.c (modified) * cpukit/score/src/threadentryadaptoridle.c (added) * cpukit/score/src/threadentryadaptornumeric.c (added) * cpukit/score/src/threadentryadaptorpointer.c (added) * cpukit/score/src/threadglobalconstruction.c (modified) * cpukit/score/src/threadhandler.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadstart.c (modified) * testsuites/samples/minimum/init.c (modified) * testsuites/sptests/sp54/init.c (modified) * testsuites/sptests/spintrcritical_support/intrcritical.c (modified) score: Introduce Thread_Entry_information This avoids potential ... Tue, 22 Dec 2015 08:40:48 GMT Sebastian Huber [44e9871] * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadglobalconstruction.c (modified) score: Avoid dead code in global construction Update #2514. Tue, 15 Dec 2015 17:25:01 GMT Joel Sherrill [f5201df] * c/src/aclocal/rtems-cpu-subdirs.m4 (modified) * c/src/lib/libbsp/m32r/Makefile.am (deleted) * c/src/lib/libbsp/m32r/acinclude.m4 (deleted) * c/src/lib/libbsp/m32r/configure.ac (deleted) * cpukit/configure.ac (modified) * cpukit/libcsupport/src/newlibc_exit.c (modified) * cpukit/libdl/include/arch/m32r/machine/elf_machdep.h (deleted) * cpukit/libdl/rtl-mdreloc-m32r.c (deleted) * cpukit/libdl/rtl-shell.c (modified) * cpukit/librpc/src/xdr/xdr_float.c (modified) * cpukit/score/cpu/Makefile.am (modified) * cpukit/score/cpu/m32r/Makefile.am (deleted) * cpukit/score/cpu/m32r/context_init.c (deleted) * cpukit/score/cpu/m32r/context_switch.S (deleted) * cpukit/score/cpu/m32r/cpu.c (deleted) * cpukit/score/cpu/m32r/cpu_asm.c (deleted) * cpukit/score/cpu/m32r/m32r-exception-frame-print.c (deleted) * cpukit/score/cpu/m32r/preinstall.am (deleted) * cpukit/score/cpu/m32r/rtems/asm.h (deleted) * cpukit/score/cpu/m32r/rtems/score/cpu.h (deleted) * cpukit/score/cpu/m32r/rtems/score/cpu_asm.h (deleted) * cpukit/score/cpu/m32r/rtems/score/cpuatomic.h (deleted) * cpukit/score/cpu/m32r/rtems/score/m32r.h (deleted) * cpukit/score/cpu/m32r/rtems/score/types.h (deleted) * cpukit/score/src/threadglobalconstruction.c (modified) * doc/cpu_supplement/Makefile.am (modified) * doc/cpu_supplement/cpu_supplement.texi (modified) * doc/cpu_supplement/m32r.t (deleted) * doc/user/preface.texi (modified) * testsuites/libtests/configure.ac (modified) Remove M32R architecture updates #2446. Mon, 04 Jan 2016 08:55:59 GMT Sebastian Huber [a061f9d] * cpukit/score/src/watchdoginsert.c (modified) * testsuites/sptests/spwatchdog/init.c (modified) score: Fix watchdog insert Under certain conditions a new watchdog ... Sun, 20 Dec 2015 20:47:12 GMT Sebastian Huber [a48b7c44] * cpukit/score/src/watchdogremove.c (modified) * testsuites/sptests/spwatchdog/init.c (modified) score: Fix watchdog removal Under certain conditions a new watchdog ... Tue, 15 Dec 2015 10:25:47 GMT Sebastian Huber [07b76fd] * cpukit/score/src/kern_tc.c (modified) score: Avoid dependency on bcopy() Fri, 11 Dec 2015 10:09:13 GMT Sebastian Huber [54c3fbd] * cpukit/posix/src/pthread.c (modified) * cpukit/rtems/include/rtems/rtems/asrimpl.h (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/score/src/threadinitialize.c (modified) score: Initialize thread control to zero This reduces the code size ... Fri, 11 Dec 2015 08:48:09 GMT Sebastian Huber [00dbecb8] * cpukit/score/src/rbtreeinsert.c (modified) score: Help GCC to inline a function Thu, 10 Dec 2015 13:10:48 GMT Sebastian Huber [df55d07f] * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/rtems/src/signalsend.c (modified) * cpukit/rtems/src/taskmode.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) score: Untangle thread actions Remove the thread action handler ... Tue, 08 Dec 2015 07:34:08 GMT Sebastian Huber [bd91f446] * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/score/apiext.h (modified) * cpukit/score/src/apiext.c (modified) score: Delete unused API extensions Update #2408. Tue, 08 Dec 2015 07:33:08 GMT Sebastian Huber [60c5461] * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/score/apiext.h (modified) * cpukit/score/src/apiext.c (modified) * testsuites/sptests/spsize/size.c (modified) score: Statically initialize API extensions Update #2408. Wed, 25 Nov 2015 07:33:31 GMT Sebastian Huber [ac5f2442] * cpukit/configure.ac (modified) * cpukit/libcsupport/src/newlibc_reent.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threaddispatch.c (modified) Require __getreent() This function is used by Newlib since ... Wed, 25 Nov 2015 06:55:00 GMT Sebastian Huber [8ce0b0cb] * cpukit/rtems/src/eventsurrender.c (modified) * cpukit/score/src/threadtimeout.c (modified) Fix _Assert() statement Tue, 10 Nov 2015 16:23:12 GMT Sebastian Huber [b84a51c] * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/eventsurrender.c (modified) * cpukit/score/src/threadtimeout.c (modified) score: Fix race condition on SMP We must ensure that the ... Wed, 04 Nov 2015 06:39:45 GMT Sebastian Huber [eab538c] * cpukit/score/src/threadqops.c (modified) score: Fix warning Close #2454. Fri, 16 Oct 2015 06:21:48 GMT Sebastian Huber [f97536d] * c/src/lib/libbsp/arm/shared/lpc/network/lpc-ethernet.c (modified) * c/src/lib/libbsp/i386/pc386/console/fb_cirrus.c (modified) * c/src/lib/libbsp/i386/shared/comm/uart.c (modified) * c/src/lib/libbsp/powerpc/beatnik/network/if_em/if_em.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/sparc/shared/can/grcan.c (modified) * cpukit/ftpd/ftpd.c (modified) * cpukit/libblock/src/bdpart-mount.c (modified) * cpukit/libblock/src/bdpart-register.c (modified) * cpukit/libblock/src/blkdev.c (modified) * cpukit/libblock/src/flashdisk.c (modified) * cpukit/libblock/src/media-server.c (modified) * cpukit/libblock/src/media.c (modified) * cpukit/libblock/src/nvdisk-sram.c (modified) * cpukit/libblock/src/nvdisk.c (modified) * cpukit/libblock/src/ramdisk-config.c (modified) * cpukit/libcsupport/src/__gettod.c (modified) * cpukit/libcsupport/src/__times.c (modified) * cpukit/libcsupport/src/_calloc_r.c (modified) * cpukit/libcsupport/src/_free_r.c (modified) * cpukit/libcsupport/src/_malloc_r.c (modified) * cpukit/libcsupport/src/_realloc_r.c (modified) * cpukit/libcsupport/src/_rename_r.c (modified) * cpukit/libcsupport/src/assocnamebad.c (modified) * cpukit/libcsupport/src/close.c (modified) * cpukit/libcsupport/src/envlock.c (modified) * cpukit/libcsupport/src/fcntl.c (modified) * cpukit/libcsupport/src/flockfile.c (modified) * cpukit/libcsupport/src/fstat.c (modified) * cpukit/libcsupport/src/ftrylockfile.c (modified) * cpukit/libcsupport/src/funlockfile.c (modified) * cpukit/libcsupport/src/getpid.c (modified) * cpukit/libcsupport/src/isatty_r.c (modified) * cpukit/libcsupport/src/link.c (modified) * cpukit/libcsupport/src/lseek.c (modified) * cpukit/libcsupport/src/newlibc_reent.c (modified) * cpukit/libcsupport/src/open.c (modified) * cpukit/libcsupport/src/printk_plugin.c (modified) * cpukit/libcsupport/src/read.c (modified) * cpukit/libcsupport/src/rtems_heap_null_extend.c (modified) * cpukit/libcsupport/src/setpgid.c (modified) * cpukit/libcsupport/src/stat.c (modified) * cpukit/libcsupport/src/tcflow.c (modified) * cpukit/libcsupport/src/tcgetpgrp.c (modified) * cpukit/libcsupport/src/tcsendbreak.c (modified) * cpukit/libcsupport/src/tcsetpgrp.c (modified) * cpukit/libcsupport/src/unlink.c (modified) * cpukit/libcsupport/src/write_r.c (modified) * cpukit/libfs/src/nfsclient/src/dirutils.c (modified) * cpukit/libmisc/capture/capture-cli.c (modified) * cpukit/libmisc/capture/capture.c (modified) * cpukit/libmisc/devnull/devnull.c (modified) * cpukit/libmisc/devnull/devzero.c (modified) * cpukit/libmisc/fb/mw_uid.c (modified) * cpukit/libmisc/monitor/mon-command.c (modified) * cpukit/libmisc/monitor/mon-config.c (modified) * cpukit/libmisc/monitor/mon-driver.c (modified) * cpukit/libmisc/monitor/mon-extension.c (modified) * cpukit/libmisc/monitor/mon-itask.c (modified) * cpukit/libmisc/monitor/mon-monitor.c (modified) * cpukit/libmisc/monitor/mon-network.c (modified) * cpukit/libmisc/monitor/mon-part.c (modified) * cpukit/libmisc/monitor/mon-queue.c (modified) * cpukit/libmisc/monitor/mon-region.c (modified) * cpukit/libmisc/monitor/mon-sema.c (modified) * cpukit/libmisc/monitor/mon-server.c (modified) * cpukit/libmisc/monitor/mon-symbols.c (modified) * cpukit/libmisc/monitor/mon-task.c (modified) * cpukit/libmisc/serdbg/termios_printk.c (modified) * cpukit/libmisc/shell/cmds.c (modified) * cpukit/libmisc/shell/err.h (modified) * cpukit/libmisc/shell/extern-cp.h (modified) * cpukit/libmisc/shell/extern-ls.h (modified) * cpukit/libmisc/shell/hexdump-odsyntax.c (modified) * cpukit/libmisc/shell/main_dd.c (modified) * cpukit/libmisc/shell/main_halt.c (modified) * cpukit/libmisc/shell/main_id.c (modified) * cpukit/libmisc/shell/main_logoff.c (modified) * cpukit/libmisc/shell/main_mount_nfs.c (modified) * cpukit/libmisc/shell/main_pwd.c (modified) * cpukit/libmisc/shell/main_stackuse.c (modified) * cpukit/libmisc/shell/main_tty.c (modified) * cpukit/libmisc/shell/main_whoami.c (modified) * cpukit/libmisc/shell/main_wkspaceinfo.c (modified) * cpukit/libmisc/shell/shell_script.c (modified) * cpukit/libmisc/shell/utils-cp.c (modified) * cpukit/libmisc/shell/utils-ls.c (modified) * cpukit/libmisc/shell/verr.c (modified) * cpukit/libmisc/shell/verrx.c (modified) * cpukit/libmisc/stackchk/check.c (modified) * cpukit/libnetworking/lib/tftpDriver.c (modified) * cpukit/posix/src/_execve.c (modified) * cpukit/posix/src/aio_suspend.c (modified) * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/lio_listio.c (modified) * cpukit/posix/src/mmap.c (modified) * cpukit/posix/src/mprotect.c (modified) * cpukit/posix/src/mqueueopen.c (modified) * cpukit/posix/src/munmap.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadatfork.c (modified) * cpukit/posix/src/sched_getparam.c (modified) * cpukit/posix/src/sched_getscheduler.c (modified) * cpukit/posix/src/sched_setparam.c (modified) * cpukit/posix/src/sched_setscheduler.c (modified) * cpukit/posix/src/semopen.c (modified) * cpukit/posix/src/timertsr.c (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/score/include/rtems/score/basedefs.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/score/sysstate.h (modified) * cpukit/score/src/corebarrierrelease.c (modified) * cpukit/score/src/coremsgbroadcast.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/heapextend.c (modified) * cpukit/score/src/heapgetinfo.c (modified) * cpukit/score/src/heapnoextend.c (modified) * cpukit/score/src/threadqflush.c (modified) * testsuites/libtests/devfs04/test_driver.c (modified) * testsuites/libtests/deviceio01/test_driver.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/sptests/spfatal_support/consume_sems.c (modified) * testsuites/sptests/spfatal_support/system.h (modified) * testsuites/tmtests/tmoverhd/dumrtems.h (modified) basdefs.h: Add and use RTEMS_UNUSED Mon, 14 Sep 2015 05:10:24 GMT Sebastian Huber [314ff3c4] * cpukit/score/src/mutex.c (modified) * testsuites/sptests/spsyslock01/init.c (modified) score: Fix resource count for self-contained mutex Thu, 03 Sep 2015 08:27:16 GMT Sebastian Huber [dafa5d88] * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadqops.c (modified) * doc/user/glossary.texi (modified) * doc/user/sem.t (modified) * doc/user/smp.t (modified) * testsuites/smptests/smpmutex01/init.c (modified) score: Implement priority boosting Wed, 02 Sep 2015 09:58:54 GMT Sebastian Huber [3995e6d] * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadqops.c (modified) * doc/user/smp.t (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpmutex01/Makefile.am (added) * testsuites/smptests/smpmutex01/init.c (added) * testsuites/smptests/smpmutex01/smpmutex01.doc (added) * testsuites/smptests/smpmutex01/smpmutex01.scn (added) score: Implement SMP-specific priority queue Mon, 31 Aug 2015 11:11:04 GMT Sebastian Huber [edf640f] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) * cpukit/score/src/rbtreereplace.c (added) rbtree: Add _RBTree_Replace_node() Fri, 21 Aug 2015 03:59:49 GMT Sebastian Huber [e9fbaa3b] * cpukit/score/include/rtems/score/rbtree.h (modified) * cpukit/score/include/rtems/score/rbtreeimpl.h (modified) * cpukit/score/src/rbtreeextract.c (modified) * cpukit/score/src/rbtreefind.c (modified) * cpukit/score/src/rbtreeinsert.c (modified) * cpukit/score/src/rbtreenext.c (modified) * testsuites/sptests/sprbtree01/init.c (modified) rbtree: Replace implementation Use the BSD ... Wed, 02 Sep 2015 13:02:27 GMT Sebastian Huber [8c25e04] * cpukit/score/src/threadqops.c (modified) score: Optimize thread queue first operation In case the thread ... Mon, 31 Aug 2015 11:37:52 GMT Sebastian Huber [44f3ea9] * cpukit/score/src/mutex.c (modified) * testsuites/sptests/spsyslock01/init.c (modified) score: Fix return status of mutex try acquire This fixes a copy and ... Fri, 21 Aug 2015 03:57:42 GMT Sebastian Huber [ddb6a49b] * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/rbtree.h (modified) * cpukit/sapi/src/rbtree.c (added) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) * cpukit/score/src/rbtree.c (deleted) rbtree: Delete _RBTree_Initialize() This function has no internal ... Fri, 21 Aug 2015 03:24:17 GMT Sebastian Huber [2d48456] * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/score/include/rtems/score/rbtreeimpl.h (modified) * cpukit/score/src/rbtreeiterate.c (modified) * testsuites/libtests/rbheap01/init.c (modified) * testsuites/sptests/sprbtree01/init.c (modified) rbheap: Drop direction from _RBTree_Iterate() Fri, 21 Aug 2015 03:39:59 GMT Sebastian Huber [341f629] * cpukit/sapi/include/rtems/rbtree.h (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/src/threadqops.c (modified) rbtree: Add _RBTree_Minimum(), _RBTree_Maximum() Tue, 28 Jul 2015 11:46:56 GMT Sebastian Huber [9e9e61d] * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/src/condition.c (added) * testsuites/sptests/spsyslock01/init.c (modified) * testsuites/sptests/spsyslock01/spsyslock01.doc (modified) score: Add self-contained condition implementation Mon, 20 Jul 2015 07:05:30 GMT Sebastian Huber [a1b4af4b] * cpukit/score/Makefile.am (modified) * cpukit/score/src/sched.c (added) * testsuites/sptests/spsyslock01/init.c (modified) * testsuites/sptests/spsyslock01/spsyslock01.doc (modified) score: Add scheduler support Mon, 13 Jul 2015 08:00:28 GMT Sebastian Huber [40188718] * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/src/futex.c (added) * testsuites/sptests/spsyslock01/init.c (modified) * testsuites/sptests/spsyslock01/spsyslock01.doc (modified) score: Add self-contained futex implementation Thu, 02 Jul 2015 11:12:38 GMT Sebastian Huber [7237b3e] * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/src/semaphore.c (added) * testsuites/sptests/spsyslock01/init.c (modified) * testsuites/sptests/spsyslock01/spsyslock01.doc (modified) score: Add self-contained semaphore implementation 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 ... Mon, 27 Jul 2015 11:19:17 GMT Sebastian Huber [12f93fbb] * cpukit/configure.ac (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/threadq.c (modified) score: Add thread queue for self-contained objects Fri, 26 Jun 2015 10:54:33 GMT Sebastian Huber [0e3c59d6] * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadtimeout.c (modified) score: Use a plain ticket lock for thread locks This enables ... Mon, 29 Jun 2015 12:23:42 GMT Sebastian Huber [10e32a26] * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) score: Add potpourri lock statistics These SMP lock statistics are ... Tue, 28 Jul 2015 12:45:42 GMT Sebastian Huber [21789a21] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/time.h (deleted) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/barrierattrdestroy.c (modified) * cpukit/posix/src/clockgetcpuclockid.c (modified) * cpukit/posix/src/clockgetenableattr.c (modified) * cpukit/posix/src/clocksetenableattr.c (modified) * cpukit/posix/src/cond.c (modified) * cpukit/posix/src/condattrdestroy.c (modified) * cpukit/posix/src/condattrgetpshared.c (modified) * cpukit/posix/src/condattrinit.c (modified) * cpukit/posix/src/condattrsetpshared.c (modified) * cpukit/posix/src/condbroadcast.c (modified) * cpukit/posix/src/conddefaultattributes.c (modified) * cpukit/posix/src/conddestroy.c (modified) * cpukit/posix/src/condget.c (modified) * cpukit/posix/src/condinit.c (modified) * cpukit/posix/src/condsignal.c (modified) * cpukit/posix/src/condsignalsupp.c (modified) * cpukit/posix/src/condtimedwait.c (modified) * cpukit/posix/src/condwait.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/mqueueclose.c (modified) * cpukit/posix/src/mqueuecreatesupp.c (modified) * cpukit/posix/src/mqueuedeletesupp.c (modified) * cpukit/posix/src/mqueuegetattr.c (modified) * cpukit/posix/src/mqueuenotify.c (modified) * cpukit/posix/src/mqueueopen.c (modified) * cpukit/posix/src/mqueuereceive.c (modified) * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/posix/src/mqueuesend.c (modified) * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mqueuesetattr.c (modified) * cpukit/posix/src/mqueuetimedreceive.c (modified) * cpukit/posix/src/mqueuetimedsend.c (modified) * cpukit/posix/src/mqueueunlink.c (modified) * cpukit/posix/src/mutex.c (modified) * cpukit/posix/src/mutexattrdestroy.c (modified) * cpukit/posix/src/mutexattrgetprioceiling.c (modified) * cpukit/posix/src/mutexattrgetprotocol.c (modified) * cpukit/posix/src/mutexattrgetpshared.c (modified) * cpukit/posix/src/mutexattrgettype.c (modified) * cpukit/posix/src/mutexattrinit.c (modified) * cpukit/posix/src/mutexattrsetprioceiling.c (modified) * cpukit/posix/src/mutexattrsetprotocol.c (modified) * cpukit/posix/src/mutexattrsetpshared.c (modified) * cpukit/posix/src/mutexattrsettype.c (modified) * cpukit/posix/src/mutexdestroy.c (modified) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/mutexlock.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/mutextimedlock.c (modified) * cpukit/posix/src/mutextrylock.c (modified) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/psignalchecksignal.c (modified) * cpukit/posix/src/psignalclearsignals.c (modified) * cpukit/posix/src/psignalsetprocesssignals.c (modified) * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/posix/src/psxtransschedparam.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/ptimer.c (modified) * cpukit/posix/src/rwlockattrdestroy.c (modified) * cpukit/posix/src/sched_getscheduler.c (modified) * cpukit/posix/src/sched_setparam.c (modified) * cpukit/posix/src/sched_setscheduler.c (modified) * cpukit/posix/src/semaphore.c (modified) * cpukit/posix/src/semaphorecreatesupp.c (modified) * cpukit/posix/src/semaphoredeletesupp.c (modified) * cpukit/posix/src/semaphorewaitsupp.c (modified) * cpukit/posix/src/semclose.c (modified) * cpukit/posix/src/semdestroy.c (modified) * cpukit/posix/src/semgetvalue.c (modified) * cpukit/posix/src/seminit.c (modified) * cpukit/posix/src/semopen.c (modified) * cpukit/posix/src/sempost.c (modified) * cpukit/posix/src/semtimedwait.c (modified) * cpukit/posix/src/semtrywait.c (modified) * cpukit/posix/src/semunlink.c (modified) * cpukit/posix/src/semwait.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/posix/src/timercreate.c (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/timertsr.c (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/src/coretodabsolutetimeout.c (moved) score: Rename _POSIX_Absolute_timeout_to_ticks() Rename ... Mon, 13 Jul 2015 11:49:35 GMT Sebastian Huber [e709aa85] * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/threadqenqueue.c (modified) score: Move wait flag update to tq extract This makes it possible ... Wed, 24 Jun 2015 13:43:19 GMT Sebastian Huber [d7665823] * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/libmisc/monitor/mon-object.c (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/killinfo.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/rtems/include/rtems/rtems/tasksimpl.h (modified) * cpukit/rtems/src/taskcreate.c (modified) * cpukit/rtems/src/taskdelete.c (modified) * cpukit/rtems/src/taskident.c (modified) * cpukit/rtems/src/taskmp.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqops.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/sptests/spobjgetnext/init.c (modified) * testsuites/sptests/sptask_err04/task1.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) score: Introduce Thread_queue_Heads Move the storage for the thread ... Wed, 24 Jun 2015 09:05:39 GMT Sebastian Huber [e2735012] * cpukit/posix/src/killinfo.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqflush.c (modified) * cpukit/score/src/threadqops.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) score: Introduce Thread_queue_Queue Separate the thread queue heads ... Thu, 25 Jun 2015 04:50:04 GMT Sebastian Huber [f59f2fe9] * cpukit/score/include/rtems/score/freechain.h (modified) * cpukit/score/src/freechain.c (modified) * testsuites/sptests/spfreechain01/init.c (modified) score: Accept NULL pointer in _Freechain_Put() With this a ... Wed, 24 Jun 2015 12:00:08 GMT Sebastian Huber [fdb45d6] * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/posix/src/key.c (modified) * cpukit/score/include/rtems/score/freechain.h (modified) * cpukit/score/src/freechain.c (modified) * testsuites/sptests/spfreechain01/init.c (modified) * testsuites/sptests/spfreechain01/spfreechain01.scn (modified) score: Freechain handler API changes Replace the extend function ... Thu, 25 Jun 2015 09:24:44 GMT Sebastian Huber [d811dac] * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/smplock.h (modified) * cpukit/score/src/profilingsmplock.c (modified) * cpukit/score/src/smp.c (modified) * testsuites/sptests/sp37/init.c (modified) score: Hide SMP lock profiling impl if disabled The problem is that ... Thu, 25 Jun 2015 12:11:53 GMT Sebastian Huber [48fed9a] * c/src/lib/libbsp/powerpc/mvme5500/vectors/exceptionhandler.c (modified) * c/src/lib/libbsp/shared/clockdrv_shell.h (modified) * c/src/lib/libbsp/sparc/shared/timer/tlib_ckinit.c (modified) * c/src/lib/libcpu/bfin/clock/clock.c (modified) * c/src/lib/libcpu/or1k/shared/cache/cache.c (modified) * c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.c (modified) * c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c (modified) * cpukit/libcsupport/src/sync.c (modified) * cpukit/libmisc/cpuuse/cpuusagereset.c (modified) * cpukit/posix/src/pthreadself.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/profilingiterate.c (modified) * cpukit/score/cpu/arm/arm_exc_handler_high.c (modified) * cpukit/score/cpu/i386/cpu.c (modified) * cpukit/score/cpu/m68k/cpu.c (modified) * cpukit/score/cpu/nios2/nios2-isr-is-in-progress.c (modified) * cpukit/score/include/rtems/score/userextimpl.h (modified) * cpukit/score/include/rtems/system.h (modified) * cpukit/score/src/corespinlockrelease.c (modified) score: Simplify Drop the ... Thu, 25 Jun 2015 11:37:40 GMT Sebastian Huber [0b268b8b] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/isr.h (modified) * cpukit/score/src/isrisinprogress.c (added) score: Move default _ISR_Is_in_progress() Thu, 25 Jun 2015 09:28:59 GMT Sebastian Huber [8042107a] * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/src/smp.c (modified) score: Move SMP CPU_USE_DEFERRED_FP_SWITCH check Wed, 24 Jun 2015 11:36:40 GMT Sebastian Huber [a3fc33f] * cpukit/score/src/chain.c (modified) score: Assert proper node size Wed, 27 May 2015 15:13:58 GMT Joel Sherrill [e6b31b27] * cpukit/configure.ac (modified) * cpukit/libcsupport/src/__times.c (modified) * cpukit/libmisc/cpuuse/cpuusagedata.c (modified) * cpukit/libmisc/cpuuse/cpuusagereport.c (modified) * cpukit/libmisc/cpuuse/cpuusagereset.c (modified) * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) * cpukit/libmisc/cpuuse/cpuuse.h (modified) * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/include/rtems/rtems/types.h (modified) * cpukit/rtems/src/ratemongetstatistics.c (modified) * cpukit/rtems/src/ratemongetstatus.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/ratemonreportstatistics.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/schedulerdefaulttick.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/sptests/sp69/init.c (modified) Remove use ticks for statistics configure option. This was obsolete ... Sat, 13 Jun 2015 13:29:04 GMT Sebastian Huber [80fca28] * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/timercreate.c (modified) * cpukit/rtems/src/ratemoncreate.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/sptests/spwatchdog/init.c (modified) score: Add _Watchdog_Preinitialize() Add an assert to ensure that ... Sat, 13 Jun 2015 12:49:23 GMT Sebastian Huber [258d580c] * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/watchdogremove.c (modified) score: Delete unused state WATCHDOG_REMOVE_IT Thu, 11 Jun 2015 07:56:18 GMT Sebastian Huber [f718e79] * cpukit/score/src/kern_tc.c (modified) Revert "timecounter: No _Timecounter_Tick_simple() for SMP" This ... Tue, 09 Jun 2015 19:31:27 GMT Sebastian Huber [46ae1d7a] * cpukit/score/src/kern_tc.c (modified) timecounter: No _Timecounter_Tick_simple() for SMP Tue, 09 Jun 2015 11:49:56 GMT kib [e1d61fe] * cpukit/score/src/kern_tc.c (modified) timecounter: Synchronize with FreeBSD When updating/accessing the ... Mon, 04 May 2015 17:59:39 GMT ian [7e1a9ac] * cpukit/score/src/kern_tc.c (modified) timecounter: Synchronize with FreeBSD Implement a mechanism for ... Sat, 14 Mar 2015 23:16:12 GMT ian [cb6fde65] * cpukit/score/src/kern_tc.c (modified) timecounter: Synchronize with FreeBSD Use sbuf_printf() for sysctl ... Sat, 07 Mar 2015 18:23:32 GMT hselasky [b5b8116] * cpukit/score/src/kern_tc.c (modified) timecounter: Synchronize with FreeBSD Add mutex support to the ... Tue, 02 Jun 2015 19:43:54 GMT Sebastian Huber [335e5ca] * c/src/lib/libcpu/powerpc/new-exceptions/cpu.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/score/cpu/mips/cpu.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadloadenv.c (modified) score: Add Thread_Control::is_fp Store the floating-point unit ... Tue, 02 Jun 2015 12:01:29 GMT Sebastian Huber [863dcf4] * cpukit/score/src/threaddispatchdisablelevel.c (modified) score: Remove assert With the introduction of fine grained locking ... Wed, 27 May 2015 09:43:44 GMT Sebastian Huber [ec84273d] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/apimutex.h (modified) * cpukit/score/src/apimutexisowner.c (moved) * testsuites/support/include/tmacros.h (modified) score: Replace _API_Mutex_Is_locked() Replace ... 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, 12 May 2015 10:12:18 GMT Alexander Krutwig [cc693845] * cpukit/score/src/kern_tc.c (modified) timecounter: Honor FFCLOCK define Update #2271. Tue, 12 May 2015 10:10:04 GMT Alexander Krutwig [664f844] * cpukit/score/include/sys/timetc.h (modified) * cpukit/score/src/kern_tc.c (modified) timecounter: Use uint32_t instead of u_int FreeBSD assumes that ... Thu, 19 Mar 2015 10:38:14 GMT Alexander Krutwig [4117cd1] * cpukit/score/include/sys/_ffcounter.h (added) * cpukit/score/include/sys/timeffc.h (added) * cpukit/score/include/sys/timepps.h (added) * cpukit/score/include/sys/timetc.h (added) * cpukit/score/include/sys/timex.h (added) * cpukit/score/src/kern_tc.c (added) * cpukit/score/src/opt_compat.h (added) * cpukit/score/src/opt_ffclock.h (added) * cpukit/score/src/opt_ntp.h (added) timecounter: Import from FreeBSD Update #2271. Mon, 18 May 2015 09:09:14 GMT Sebastian Huber [d5423295] * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/eventsurrender.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/isrlock.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/profiling.h (modified) * cpukit/score/include/rtems/score/threaddispatch.h (modified) * cpukit/score/src/threadqenqueue.c (modified) score: _Thread_Dispatch_disable_critical() Thread dispatching is ... Mon, 11 May 2015 12:56:49 GMT Sebastian Huber [aa05cfbb] * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/rtems/src/taskwakeafter.c (modified) * cpukit/rtems/src/taskwakewhen.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/src/threaddelayended.c (deleted) score: Replace _Thread_Delay_ended() Use _Thread_Timeout() instead. ... Mon, 11 May 2015 08:14:31 GMT Sebastian Huber [9052f88] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/smplock.h (modified) * cpukit/score/src/smplock.c (added) score: Do not inline SMP lock if profiling enabled This reduces the ... Thu, 07 May 2015 12:02:46 GMT Sebastian Huber [a816f084] * cpukit/rtems/src/semobtain.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/score/include/rtems/score/mrsp.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/src/schedulerchangeroot.c (modified) score: Fine grained locking for MrsP Update #2273. Tue, 05 May 2015 11:05:54 GMT Sebastian Huber [900d337f] * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/rtems/src/tasksetpriority.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/schedulercbs.c (modified) * cpukit/score/src/schedulercbsreleasejob.c (modified) * cpukit/score/src/scheduleredfreleasejob.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadsetpriority.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) score: Rework _Thread_Change_priority() Move the writes to ... Sat, 02 May 2015 12:27:24 GMT Sebastian Huber [4438ac25] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/src/apimutexlock.c (modified) * cpukit/score/src/apimutexunlock.c (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/debugisownerofallocator.c (modified) score: Fine grained locking for mutexes Update #2273. Sat, 02 May 2015 12:06:38 GMT Sebastian Huber [d12b313] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/src/coresemsurrender.c (deleted) score: Inline _CORE_semaphore_Surrender() Sat, 02 May 2015 12:04:21 GMT Sebastian Huber [b76dd97] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/src/coresemflush.c (deleted) score: Inline _CORE_semaphore_Flush() Sat, 02 May 2015 12:02:20 GMT Sebastian Huber [cfa5aab] * cpukit/posix/src/semaphorewaitsupp.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/src/coresemseize.c (deleted) * cpukit/score/src/mpci.c (modified) score: Delete _CORE_semaphore_Seize() Rename ... Fri, 01 May 2015 18:52:51 GMT Sebastian Huber [e76c517] * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/src/sempost.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/src/coresemsurrender.c (modified) * cpukit/score/src/mpci.c (modified) score: Fine grained locking for semaphores Update #2273. Thu, 30 Apr 2015 11:12:54 GMT Sebastian Huber [cc18d7b] * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/rtems/include/rtems/rtems/messageimpl.h (modified) * cpukit/rtems/src/msgqbroadcast.c (modified) * cpukit/rtems/src/msgqflush.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/msgqsend.c (modified) * cpukit/rtems/src/msgqurgent.c (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/src/coremsgbroadcast.c (modified) * cpukit/score/src/coremsgclose.c (modified) * cpukit/score/src/coremsgflush.c (modified) * cpukit/score/src/coremsginsert.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * doc/user/msg.t (modified) score: Fine grained locking for message queues Aggregate several ... Thu, 30 Apr 2015 11:18:45 GMT Sebastian Huber [c654b525] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/src/coremsgclose.c (modified) * cpukit/score/src/coremsgflush.c (modified) * cpukit/score/src/coremsgflushsupp.c (deleted) score: Delete _CORE_message_queue_Flush_support() Check the number ... Mon, 27 Apr 2015 14:25:52 GMT Sebastian Huber [f5d6c8b] * cpukit/posix/src/condinit.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/src/eventmp.c (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/partmp.c (modified) * cpukit/rtems/src/regioncreate.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/regionmp.c (modified) * cpukit/rtems/src/semmp.c (modified) * cpukit/rtems/src/signalmp.c (modified) * cpukit/rtems/src/taskmp.c (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/mpciimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/corebarrier.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsg.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/corerwlock.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/coresemseize.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqenqueue.c (modified) score: Delete Thread_queue_Control::timeout_status Use a parameter ... Fri, 24 Apr 2015 10:02:20 GMT Sebastian Huber [cc366ec] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/include/rtems/score/threadsync.h (deleted) * cpukit/score/preinstall.am (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqfirst.c (modified) * cpukit/score/src/threadqflush.c (modified) * cpukit/score/src/threadqops.c (modified) * cpukit/score/src/threadqprocesstimeout.c (deleted) * cpukit/score/src/threadqtimeout.c (deleted) * cpukit/score/src/threadtimeout.c (modified) * testsuites/sptests/spintrcritical01/init.c (modified) * testsuites/sptests/spintrcritical09/init.c (modified) * testsuites/sptests/spintrcritical16/init.c (modified) * testsuites/sptests/spintrcritical20/init.c (modified) * testsuites/sptests/spintrcritical22/init.c (modified) score: New thread queue implementation Use thread wait flags for ... Wed, 22 Apr 2015 09:15:46 GMT Sebastian Huber [383cf42] * cpukit/posix/src/killinfo.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqfirst.c (modified) * cpukit/score/src/threadqops.c (modified) * cpukit/score/src/threadtimeout.c (modified) score: More thread queue operations Move thread queue discipline ... Tue, 21 Apr 2015 08:17:13 GMT Sebastian Huber [568af83] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqops.c (added) * testsuites/sptests/spintrcritical23/init.c (modified) score: Add Thread_queue_Operations Replace the ... Thu, 23 Apr 2015 08:01:22 GMT Sebastian Huber [02c4c441] * cpukit/posix/include/rtems/posix/barrierimpl.h (modified) * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/include/rtems/posix/psignalimpl.h (modified) * cpukit/posix/include/rtems/posix/rwlockimpl.h (modified) * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/include/rtems/rtems/barrierimpl.h (modified) * cpukit/rtems/include/rtems/rtems/messageimpl.h (modified) * cpukit/rtems/include/rtems/rtems/regionimpl.h (modified) * cpukit/rtems/src/regioncreate.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/score/include/rtems/score/corebarrierimpl.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgclose.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/coresemseize.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqfirst.c (modified) score: Add Thread_queue_Control::Lock Move the complete thread ... Wed, 22 Apr 2015 08:06:05 GMT Sebastian Huber [08fe84b] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/src/eventseize.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadtimeout.c (moved) * testsuites/sptests/spintrcritical10/init.c (modified) score: Generalize _Event_Timeout() Add a thread wait timeout code. ... Fri, 10 Apr 2015 13:31:31 GMT Sebastian Huber [a382010c] * cpukit/rtems/include/rtems/rtems/event.h (modified) * cpukit/rtems/include/rtems/rtems/timerimpl.h (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/watchdogadjust.c (modified) * cpukit/score/src/watchdogadjusttochain.c (deleted) * cpukit/score/src/watchdoginsert.c (modified) * testsuites/sptests/spintrcritical17/init.c (modified) * testsuites/sptests/spintrcritical17/spintrcritical17.doc (modified) score: New timer server implementation Use mostly the standard ... Fri, 24 Apr 2015 07:53:58 GMT Sebastian Huber [fd53d25] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/watchdogremove.c (modified) * cpukit/score/src/watchdogtickle.c (deleted) score: Move _Watchdog_Tickle() Make internal function ... Wed, 15 Apr 2015 08:53:29 GMT Sebastian Huber [1ccbd052] * cpukit/rtems/src/timercreate.c (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/watchdog.c (modified) * cpukit/score/src/watchdoginsert.c (modified) * cpukit/score/src/watchdogremove.c (modified) * cpukit/score/src/watchdogtickle.c (modified) * testsuites/sptests/spsize/size.c (modified) * testsuites/sptests/spwatchdog/init.c (modified) score: Add Watchdog_Iterator Rewrite the _Watchdog_Insert(), ... Wed, 15 Apr 2015 14:28:42 GMT Sebastian Huber [6d253941] * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/watchdogadjust.c (modified) * cpukit/score/src/watchdogadjusttochain.c (modified) * cpukit/score/src/watchdoginsert.c (modified) * cpukit/score/src/watchdogremove.c (modified) * cpukit/score/src/watchdogtickle.c (modified) score: Add _Watchdog_Acquire|Release|Flash() Update #2307. Wed, 15 Apr 2015 09:26:46 GMT Sebastian Huber [2903090] * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/posix/src/timerinserthelper.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/rtems/include/rtems/rtems/timerimpl.h (modified) * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/eventsurrender.c (modified) * cpukit/rtems/src/ratemoncancel.c (modified) * cpukit/rtems/src/ratemondelete.c (modified) * cpukit/rtems/src/timercancel.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerdelete.c (modified) * cpukit/rtems/src/timerfireafter.c (modified) * cpukit/rtems/src/timerfirewhen.c (modified) * cpukit/rtems/src/timerreset.c (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/rtems/src/timerserverfireafter.c (modified) * cpukit/rtems/src/timerserverfirewhen.c (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/watchdogremove.c (modified) * cpukit/score/src/watchdogtickle.c (modified) * testsuites/sptests/spintrcritical08/init.c (modified) * testsuites/sptests/spintrcritical09/init.c (modified) score: Add header to _Watchdog_Remove() Add watchdog header ...