# # ChangeLog for cpukit/rtems/src in rtems # # Generated by Trac 1.2.1.dev0 # 05/21/24 03:41:46 Fri, 05 Apr 2019 06:03:12 GMT Sebastian Huber [03c9f24] * bsps/powerpc/qoriq/start/bsprestart.c (modified) * bsps/sparc/leon3/start/bspclean.c (modified) * cpukit/include/rtems/rtems/smp.h (modified) * cpukit/include/rtems/rtems/tasks.h (modified) * cpukit/libmisc/capture/capture.c (modified) * cpukit/libtest/t-test-rtems-measure.c (modified) * cpukit/libtest/testparallel.c (modified) * cpukit/rtems/src/getcurrentprocessor.c (modified) * testsuites/smptests/smp01/init.c (modified) * testsuites/smptests/smp01/tasks.c (modified) * testsuites/smptests/smp02/init.c (modified) * testsuites/smptests/smp02/tasks.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/smpatomic01/init.c (modified) * testsuites/smptests/smpcache01/init.c (modified) * testsuites/smptests/smpcapture01/init.c (modified) * testsuites/smptests/smpclock01/init.c (modified) * testsuites/smptests/smpfatal01/init.c (modified) * testsuites/smptests/smpfatal02/init.c (modified) * testsuites/smptests/smpipi01/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/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/smpscheduler02/init.c (modified) * testsuites/smptests/smpscheduler04/init.c (modified) * testsuites/smptests/smpsignal01/init.c (modified) * testsuites/smptests/smpthreadpin01/init.c (modified) * testsuites/tmtests/tmcontext01/init.c (modified) rtems: Add rtems_scheduler_get_processor() Add ... Fri, 01 Feb 2019 09:00:36 GMT Sebastian Huber [3fe2155] * bsps/arm/shared/start/bsp-start-in-hyp-support.S (modified) * bsps/arm/shared/start/bsp-start-memcpy.S (modified) * bsps/i386/shared/irq/irq_asm.S (modified) * bsps/m68k/csb360/start/idle-mcf5272.c (modified) * bsps/m68k/shared/fpsp/rtems_fpsp.c (modified) * bsps/m68k/shared/m68kidle.c (modified) * bsps/powerpc/beatnik/start/bspstart.c (modified) * bsps/powerpc/include/libcpu/powerpc-utility.h (modified) * bsps/powerpc/motorola_powerpc/bootloader/misc.c (modified) * bsps/powerpc/motorola_powerpc/console/polled_io.c (modified) * bsps/powerpc/mvme5500/irq/BSP_irq.c (modified) * bsps/powerpc/mvme5500/start/bspstart.c (modified) * bsps/powerpc/shared/btimer/btimer-ppc-dec.c (modified) * bsps/powerpc/shared/cpu.c (modified) * bsps/powerpc/shared/exceptions/ppc_exc.S (modified) * bsps/powerpc/virtex/include/bsp/opbintctrl.h (modified) * bsps/sh/gensh1/start/cpu_asm.c (modified) * bsps/sh/gensh2/start/cpu_asm.c (modified) * bsps/sh/gensh4/start/cpu_asm.c (modified) * bsps/sh/gensh4/start/ispsh7750.c (modified) * bsps/sh/shsim/start/cpu_asm.c (modified) * cpukit/include/rtems/posix/aio_misc.h (modified) * cpukit/include/rtems/score/interr.h (modified) * cpukit/libcsupport/src/getegid.c (modified) * cpukit/libcsupport/src/geteuid.c (modified) * cpukit/libcsupport/src/getlogin.c (modified) * cpukit/libcsupport/src/getppid.c (modified) * cpukit/libcsupport/src/setegid.c (modified) * cpukit/libgnat/adasupp.c (modified) * cpukit/libmisc/shell/main_help.c (modified) * cpukit/libmisc/shell/shell.c (modified) * cpukit/libmisc/shell/shell_getchar.c (modified) * cpukit/libmisc/shell/shell_getprompt.c (modified) * cpukit/posix/src/aio_cancel.c (modified) * cpukit/posix/src/aio_error.c (modified) * cpukit/posix/src/aio_fsync.c (modified) * cpukit/posix/src/aio_read.c (modified) * cpukit/posix/src/aio_return.c (modified) * cpukit/posix/src/aio_suspend.c (modified) * cpukit/posix/src/aio_write.c (modified) * cpukit/posix/src/barrierattrinit.c (modified) * cpukit/posix/src/clockgetcpuclockid.c (modified) * cpukit/posix/src/condattrgetpshared.c (modified) * cpukit/posix/src/conddefaultattributes.c (modified) * cpukit/posix/src/kill.c (modified) * cpukit/posix/src/kill_r.c (modified) * cpukit/posix/src/lio_listio.c (modified) * cpukit/posix/src/mqueuesend.c (modified) * cpukit/posix/src/mutexattrsetprotocol.c (modified) * cpukit/posix/src/mutexattrsetpshared.c (modified) * cpukit/posix/src/mutexattrsettype.c (modified) * cpukit/posix/src/psignalclearsignals.c (modified) * cpukit/posix/src/psignalsetprocesssignals.c (modified) * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/posix/src/psxtimerdelete.c (modified) * cpukit/posix/src/pthreadgetcpuclockid.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/posix/src/pthreadsigmask.c (modified) * cpukit/posix/src/rwlockattrinit.c (modified) * cpukit/posix/src/sched_getparam.c (modified) * cpukit/posix/src/sched_getprioritymin.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/sigaddset.c (modified) * cpukit/posix/src/sigdelset.c (modified) * cpukit/posix/src/sigemptyset.c (modified) * cpukit/posix/src/sigfillset.c (modified) * cpukit/posix/src/sigismember.c (modified) * cpukit/posix/src/sigpending.c (modified) * cpukit/posix/src/sigqueue.c (modified) * cpukit/posix/src/timergetoverrun.c (modified) * cpukit/rtems/src/barrierident.c (modified) * cpukit/rtems/src/dpmemident.c (modified) * cpukit/rtems/src/intrbody.c (modified) * cpukit/rtems/src/modes.c (modified) * cpukit/rtems/src/msgqident.c (modified) * cpukit/rtems/src/partident.c (modified) * cpukit/rtems/src/ratemonident.c (modified) * cpukit/rtems/src/regionident.c (modified) * cpukit/rtems/src/rtclock.c (modified) * cpukit/rtems/src/rtemsbuildname.c (modified) * cpukit/rtems/src/taskident.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/rtems/src/taskself.c (modified) * cpukit/rtems/src/timerident.c (modified) * cpukit/rtems/src/workspace.c (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/sapi/src/extensionident.c (modified) * cpukit/sapi/src/fatal.c (modified) * cpukit/sapi/src/getversionstring.c (modified) * cpukit/score/cpu/arm/arm_exc_abort.S (modified) * cpukit/score/cpu/arm/armv4-exception-default.S (modified) * cpukit/score/cpu/bfin/cpu.c (modified) * cpukit/score/cpu/i386/cpu.c (modified) * cpukit/score/cpu/lm32/cpu.c (modified) * cpukit/score/cpu/mips/cpu.c (modified) * cpukit/score/cpu/mips/include/rtems/asm.h (modified) * cpukit/score/cpu/moxie/cpu.c (modified) * cpukit/score/cpu/nios2/nios2-iic-irq.c (modified) * cpukit/score/cpu/nios2/nios2-thread-dispatch-disabled.c (modified) * cpukit/score/cpu/no_cpu/cpu.c (modified) * cpukit/score/cpu/no_cpu/cpu_asm.c (modified) * cpukit/score/cpu/or1k/cpu.c (modified) * cpukit/score/cpu/riscv/include/libcpu/access.h (modified) * cpukit/score/cpu/sh/context.c (modified) * cpukit/score/cpu/sh/cpu.c (modified) * cpukit/score/cpu/sparc/cpu.c (modified) * cpukit/score/cpu/sparc/include/libcpu/access.h (modified) * cpukit/score/cpu/sparc/include/libcpu/byteorder.h (modified) * cpukit/score/cpu/sparc64/cpu.c (modified) * cpukit/score/cpu/v850/cpu.c (modified) * cpukit/score/cpu/x86_64/cpu.c (modified) * cpukit/score/src/coremsgflushwait.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/heapallocate.c (modified) * cpukit/score/src/heapextend.c (modified) * cpukit/score/src/heapgetfreeinfo.c (modified) * cpukit/score/src/heapresizeblock.c (modified) * cpukit/score/src/heapsizeofuserarea.c (modified) * cpukit/score/src/heapwalk.c (modified) * cpukit/score/src/pheapallocate.c (modified) * cpukit/score/src/pheapextend.c (modified) * cpukit/score/src/pheapfree.c (modified) * cpukit/score/src/pheapgetblocksize.c (modified) * cpukit/score/src/pheapgetfreeinfo.c (modified) * cpukit/score/src/pheapgetinfo.c (modified) * cpukit/score/src/pheapgetsize.c (modified) * cpukit/score/src/pheapinit.c (modified) * cpukit/score/src/pheapresizeblock.c (modified) * cpukit/score/src/schedulercbsgetapprovedbudget.c (modified) * cpukit/score/src/schedulercbsgetparameters.c (modified) * cpukit/score/src/schedulercbsgetserverid.c (modified) * cpukit/score/src/timespeclessthan.c (modified) * testsuites/sptests/spsize/size.c (modified) Remove superfluous includes Wed, 27 Feb 2019 09:53:30 GMT Sebastian Huber [feea03b6] * bsps/arm/include/bsp/arm-errata.h (modified) * bsps/arm/include/bsp/arm-release-id.h (modified) * bsps/arm/include/cmsis_gcc.h (modified) * bsps/arm/include/core_cm7.h (modified) * bsps/arm/include/core_cmFunc.h (modified) * bsps/arm/include/core_cmInstr.h (modified) * bsps/arm/include/core_cmSimd.h (modified) * bsps/arm/lpc176x/btimer/btimer.c (modified) * bsps/arm/lpc176x/can/can.c (modified) * bsps/arm/lpc176x/gpio/lpc-gpio.c (modified) * bsps/arm/lpc176x/include/bsp/adc-defs.h (modified) * bsps/arm/lpc176x/include/bsp/adc.h (modified) * bsps/arm/lpc176x/include/bsp/can-defs.h (modified) * bsps/arm/lpc176x/include/bsp/can.h (modified) * bsps/arm/lpc176x/include/bsp/common-types.h (modified) * bsps/arm/lpc176x/include/bsp/gpio-defs.h (modified) * bsps/arm/lpc176x/include/bsp/io-defs.h (modified) * bsps/arm/lpc176x/include/bsp/io.h (modified) * bsps/arm/lpc176x/include/bsp/lpc-gpio.h (modified) * bsps/arm/lpc176x/include/bsp/lpc176x.h (modified) * bsps/arm/lpc176x/include/bsp/mbed-pinmap.h (modified) * bsps/arm/lpc176x/include/bsp/pwmout-defs.h (modified) * bsps/arm/lpc176x/include/bsp/pwmout.h (modified) * bsps/arm/lpc176x/include/bsp/timer-defs.h (modified) * bsps/arm/lpc176x/include/bsp/timer.h (modified) * bsps/arm/lpc176x/include/bsp/watchdog-defs.h (modified) * bsps/arm/lpc176x/include/bsp/watchdog.h (modified) * bsps/arm/lpc176x/pwm/pwmout.c (modified) * bsps/arm/lpc176x/start/adc.c (modified) * bsps/arm/lpc176x/start/bspstarthooks.c (modified) * bsps/arm/lpc176x/start/io.c (modified) * bsps/arm/lpc176x/start/watchdog.c (modified) * bsps/arm/lpc176x/timer/timer.c (modified) * bsps/arm/lpc32xx/include/tm27.h (modified) * bsps/arm/raspberrypi/gpio/gpio-interfaces-pi1-rev2.c (modified) * bsps/arm/raspberrypi/gpio/rpi-gpio.c (modified) * bsps/arm/raspberrypi/i2c/i2c.c (modified) * bsps/arm/raspberrypi/include/bsp/i2c.h (modified) * bsps/arm/raspberrypi/include/bsp/raspberrypi.h (modified) * bsps/arm/raspberrypi/include/bsp/rpi-gpio.h (modified) * bsps/arm/raspberrypi/include/bsp/spi.h (modified) * bsps/arm/raspberrypi/irq/irq.c (modified) * bsps/arm/raspberrypi/spi/spi.c (modified) * bsps/arm/shared/start/bsp-start-init-registers.S (modified) * bsps/arm/tms570/clock/clock.c (modified) * bsps/arm/tms570/console/printk-support.c (modified) * bsps/arm/tms570/console/tms570-sci.c (modified) * bsps/arm/tms570/include/bsp.h (modified) * bsps/arm/tms570/include/bsp/irq.h (modified) * bsps/arm/tms570/include/bsp/system-clocks.h (modified) * bsps/arm/tms570/include/bsp/tms570-pinmux.h (modified) * bsps/arm/tms570/include/bsp/tms570-pins.h (modified) * bsps/arm/tms570/include/bsp/tms570-pom.h (modified) * bsps/arm/tms570/include/bsp/tms570-rti.h (modified) * bsps/arm/tms570/include/bsp/tms570-sci-driver.h (modified) * bsps/arm/tms570/include/bsp/tms570-sci.h (modified) * bsps/arm/tms570/include/bsp/tms570-vim.h (modified) * bsps/arm/tms570/include/bsp/tms570_selftest.h (modified) * bsps/arm/tms570/include/bsp/tms570_selftest_parity.h (modified) * bsps/arm/tms570/include/bsp/tms570lc4357-pins.h (modified) * bsps/arm/tms570/include/bsp/tms570ls3137zwt-pins.h (modified) * bsps/arm/tms570/irq/irq.c (modified) * bsps/arm/tms570/start/bspreset.c (modified) * bsps/arm/tms570/start/bspstart.c (modified) * bsps/arm/tms570/start/bspstarthooks.c (modified) * bsps/arm/tms570/start/init_emif_sdram.c (modified) * bsps/arm/tms570/start/init_esm.c (modified) * bsps/arm/tms570/start/init_pinmux.c (modified) * bsps/arm/tms570/start/init_system.c (modified) * bsps/arm/tms570/start/pinmux.c (modified) * bsps/arm/tms570/start/tms570-pom.c (modified) * bsps/arm/tms570/start/tms570_selftest.c (modified) * bsps/arm/tms570/start/tms570_selftest_par_can.c (modified) * bsps/arm/tms570/start/tms570_selftest_par_mibspi.c (modified) * bsps/arm/tms570/start/tms570_selftest_par_std.c (modified) * bsps/arm/tms570/start/tms570_selftest_parity.c (modified) * bsps/arm/tms570/start/tms570_tcram_tests.c (modified) * bsps/bfin/TLL6527M/console/console.c (modified) * bsps/bfin/TLL6527M/include/bsp.h (modified) * bsps/bfin/TLL6527M/start/interrupt.c (modified) * bsps/bfin/include/bf52x.h (modified) * bsps/bfin/include/bsp/interrupt.h (modified) * bsps/i386/include/bsp/realmode_int.h (modified) * bsps/i386/include/libcpu/page.h (modified) * bsps/i386/pc386/console/fb_vesa_rm.c (modified) * bsps/i386/pc386/include/bsp/fb_default_mode.h (modified) * bsps/i386/pc386/include/bsp/fb_vesa.h (modified) * bsps/i386/pc386/include/bsp/vbe3.h (modified) * bsps/i386/pc386/include/edid.h (modified) * bsps/i386/pc386/start/realmode_int.c (modified) * bsps/include/bsp/gpio.h (modified) * bsps/powerpc/include/rtems/powerpc/powerpc.h (modified) * bsps/powerpc/virtex4/start/start.S (modified) * bsps/powerpc/virtex5/start/start.S (modified) * bsps/shared/dev/gpio/gpio-support.c (modified) * cpukit/include/memory.h (modified) * cpukit/include/rtems/assoc.h (modified) * cpukit/include/rtems/bspIo.h (modified) * cpukit/include/rtems/bspcmdline.h (modified) * cpukit/include/rtems/btimer.h (modified) * cpukit/include/rtems/capture-cli.h (modified) * cpukit/include/rtems/capture.h (modified) * cpukit/include/rtems/captureimpl.h (modified) * cpukit/include/rtems/concat.h (modified) * cpukit/include/rtems/cpuuse.h (modified) * cpukit/include/rtems/devfs.h (modified) * cpukit/include/rtems/devzero.h (modified) * cpukit/include/rtems/endian.h (modified) * cpukit/include/rtems/error.h (modified) * cpukit/include/rtems/fb.h (modified) * cpukit/include/rtems/framebuffer.h (modified) * cpukit/include/rtems/fs.h (modified) * cpukit/include/rtems/fsmount.h (modified) * cpukit/include/rtems/gxx_wrappers.h (modified) * cpukit/include/rtems/inttypes.h (modified) * cpukit/include/rtems/iosupp.h (modified) * cpukit/include/rtems/irq.h (modified) * cpukit/include/rtems/malloc.h (modified) * cpukit/include/rtems/monitor.h (modified) * cpukit/include/rtems/mouse_parser.h (modified) * cpukit/include/rtems/mw_uid.h (modified) * cpukit/include/rtems/nvdisk-sram.h (modified) * cpukit/include/rtems/nvdisk.h (modified) * cpukit/include/rtems/pci.h (modified) * cpukit/include/rtems/posix/timer.h (modified) * cpukit/include/rtems/print.h (modified) * cpukit/include/rtems/printer.h (modified) * cpukit/include/rtems/qreslib.h (modified) * cpukit/include/rtems/rtems/asr.h (modified) * cpukit/include/rtems/rtems/attr.h (modified) * cpukit/include/rtems/rtems/clock.h (modified) * cpukit/include/rtems/rtems/config.h (modified) * cpukit/include/rtems/rtems/eventmp.h (modified) * cpukit/include/rtems/rtems/intr.h (modified) * cpukit/include/rtems/rtems/mainpage.h (modified) * cpukit/include/rtems/rtems/modes.h (modified) * cpukit/include/rtems/rtems/mp.h (modified) * cpukit/include/rtems/rtems/msgmp.h (modified) * cpukit/include/rtems/rtems/object.h (modified) * cpukit/include/rtems/rtems/options.h (modified) * cpukit/include/rtems/rtems/partmp.h (modified) * cpukit/include/rtems/rtems/ratemon.h (modified) * cpukit/include/rtems/rtems/semmp.h (modified) * cpukit/include/rtems/rtems/signalmp.h (modified) * cpukit/include/rtems/rtems/status.h (modified) * cpukit/include/rtems/rtems/taskmp.h (modified) * cpukit/include/rtems/score/address.h (modified) * cpukit/include/rtems/score/context.h (modified) * cpukit/include/rtems/score/copyrt.h (modified) * cpukit/include/rtems/score/corebarrier.h (modified) * cpukit/include/rtems/score/coremsg.h (modified) * cpukit/include/rtems/score/coresem.h (modified) * cpukit/include/rtems/score/interr.h (modified) * cpukit/include/rtems/score/isr.h (modified) * cpukit/include/rtems/score/isrlevel.h (modified) * cpukit/include/rtems/score/mppkt.h (modified) * cpukit/include/rtems/score/object.h (modified) * cpukit/include/rtems/score/objectmp.h (modified) * cpukit/include/rtems/score/percpu.h (modified) * cpukit/include/rtems/score/prioritybitmap.h (modified) * cpukit/include/rtems/score/rbtree.h (modified) * cpukit/include/rtems/score/scheduler.h (modified) * cpukit/include/rtems/score/schedulercbs.h (modified) * cpukit/include/rtems/score/scheduleredf.h (modified) * cpukit/include/rtems/score/schedulerpriority.h (modified) * cpukit/include/rtems/score/schedulersimple.h (modified) * cpukit/include/rtems/score/stack.h (modified) * cpukit/include/rtems/score/states.h (modified) * cpukit/include/rtems/score/thread.h (modified) * cpukit/include/rtems/score/threadmp.h (modified) * cpukit/include/rtems/score/threadqimpl.h (modified) * cpukit/include/rtems/score/timespec.h (modified) * cpukit/include/rtems/score/timestamp.h (modified) * cpukit/include/rtems/score/timestampimpl.h (modified) * cpukit/include/rtems/score/wkspace.h (modified) * cpukit/include/rtems/seterr.h (modified) * cpukit/include/rtems/shell.h (modified) * cpukit/include/rtems/shellconfig.h (modified) * cpukit/include/rtems/spurious.h (modified) * cpukit/include/rtems/stackchk.h (modified) * cpukit/include/rtems/stringto.h (modified) * cpukit/include/rtems/termiostypes.h (modified) * cpukit/include/rtems/watchdogdrv.h (modified) * cpukit/include/sys/statvfs.h (modified) * cpukit/libfs/src/dosfs/msdos_statvfs.c (modified) * cpukit/libmisc/capture/capture_buffer.h (modified) * cpukit/libnetworking/rtems/bsdnet/servers.h (modified) * cpukit/libnetworking/rtems/mkrootfs.h (modified) * cpukit/libnetworking/rtems/rtems_bsdnet.h (modified) * cpukit/rtems/include/rtems/rtems/barriermp.h (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/score/cpu/epiphany/include/rtems/asm.h (modified) * cpukit/score/cpu/epiphany/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/epiphany/include/rtems/score/epiphany.h (modified) * cpukit/score/cpu/m68k/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/mips/include/rtems/mips/idtcpu.h (modified) * cpukit/score/cpu/mips/include/rtems/mips/iregdef.h (modified) * cpukit/score/cpu/mips/include/rtems/score/mips.h (modified) * cpukit/score/cpu/moxie/include/rtems/asm.h (modified) * cpukit/score/cpu/moxie/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/moxie/include/rtems/score/moxie.h (modified) * cpukit/score/cpu/no_cpu/include/rtems/asm.h (modified) * cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/or1k/include/rtems/asm.h (modified) * cpukit/score/cpu/or1k/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/or1k/include/rtems/score/or1k.h (modified) * cpukit/score/cpu/riscv/include/rtems/asm.h (modified) * cpukit/score/cpu/riscv/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/riscv/include/rtems/score/riscv.h (modified) * cpukit/score/cpu/sh/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/x86_64/include/rtems/asm.h (modified) * cpukit/score/cpu/x86_64/include/rtems/score/cpu.h (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/schedulersimpleunblock.c (modified) * cpukit/score/src/timespecsubtract.c (modified) * cpukit/score/src/timespectoticks.c (modified) Remove explicit file names from @file This makes the @file ... Tue, 12 Feb 2019 11:19:38 GMT Sebastian Huber [e4ad14cc] * cpukit/include/rtems/score/onceimpl.h (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/score/src/once.c (modified) * testsuites/psxtests/psxonce01/init.c (modified) * testsuites/psxtests/psxonce01/psxonce01.scn (modified) * testsuites/psxtests/psxonce01/system.h (modified) * testsuites/sptests/spcxx01/init.cc (modified) * testsuites/sptests/spcxx01/spcxx01.doc (modified) score: Avoid some deadlocks in _Once() Recursive usage of the same ... Tue, 08 Jan 2019 08:53:26 GMT Sebastian Huber [3bd39999] * cpukit/rtems/src/taskmode.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/sptests/sp08/init.c (modified) * testsuites/sptests/sp37/init.c (modified) Adjust interrupt mode tests for some CPU ports In case the robust ... Tue, 08 Jan 2019 07:39:42 GMT Sebastian Huber [1f285186] * cpukit/rtems/src/taskmode.c (modified) * testsuites/smptests/smpunsupported01/init.c (modified) rtems: Allow to set ISR level 0 in SMP config Update #3000. Tue, 08 Jan 2019 07:36:31 GMT Sebastian Huber [38cb59e] * cpukit/rtems/src/taskmode.c (modified) * cpukit/score/src/threadinitialize.c (modified) Separate task mode checks Update #3000. 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 ... Mon, 10 Dec 2018 12:44:53 GMT Sebastian Huber [8b0e752f] * cpukit/include/rtems/score/objectimpl.h (modified) * cpukit/rtems/src/rtemsobjectgetclassinfo.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) * testsuites/samples/unlimited/test1.c (modified) score: Remove Objects_Information::auto_extend Use ... Sun, 25 Nov 2018 19:15:26 GMT Sebastian Huber [1c2d178] * cpukit/include/rtems/score/objectimpl.h (modified) * cpukit/posix/src/killinfo.c (modified) * cpukit/rtems/src/rtemsobjectgetclassinfo.c (modified) * cpukit/score/src/objectactivecount.c (modified) * cpukit/score/src/objectextendinformation.c (modified) * cpukit/score/src/objectgetinfo.c (modified) * cpukit/score/src/objectgetnext.c (modified) * cpukit/score/src/objectinitializeinformation.c (modified) * cpukit/score/src/objectnametoid.c (modified) * cpukit/score/src/objectnametoidstring.c (modified) * cpukit/score/src/objectshrinkinformation.c (modified) * cpukit/score/src/threaditerate.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) score: Remove Objects_Information::maximum This information is ... Sat, 24 Nov 2018 10:51:28 GMT Sebastian Huber [3899bc1a] * cpukit/include/rtems/score/objectimpl.h (modified) * cpukit/posix/src/killinfo.c (modified) * cpukit/rtems/src/ratemonreportstatistics.c (modified) * cpukit/rtems/src/ratemonresetall.c (modified) * cpukit/rtems/src/rtemsobjectgetclassinfo.c (modified) * cpukit/score/src/objectallocate.c (modified) * cpukit/score/src/objectextendinformation.c (modified) * cpukit/score/src/objectfree.c (modified) * cpukit/score/src/objectgetlocal.c (modified) * cpukit/score/src/objectgetnext.c (modified) * cpukit/score/src/objectgetnoprotection.c (modified) * cpukit/score/src/objectinitializeinformation.c (modified) * cpukit/score/src/objectnametoid.c (modified) * cpukit/score/src/objectnametoidstring.c (modified) * cpukit/score/src/objectshrinkinformation.c (modified) * cpukit/score/src/threaditerate.c (modified) * testsuites/sptests/spconfig02/init.c (modified) score: Optimize object lookup Use the maximum ID for the ID to ... Wed, 21 Nov 2018 16:30:52 GMT Sebastian Huber [9c9c6a9] * cpukit/include/rtems/score/objectimpl.h (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/psxsemaphore.c (modified) * cpukit/posix/src/ptimer.c (modified) * cpukit/posix/src/shm.c (modified) * cpukit/rtems/src/barrier.c (modified) * cpukit/rtems/src/dpmem.c (modified) * cpukit/rtems/src/msg.c (modified) * cpukit/rtems/src/part.c (modified) * cpukit/rtems/src/ratemon.c (modified) * cpukit/rtems/src/region.c (modified) * cpukit/rtems/src/rtemstimer.c (modified) * cpukit/rtems/src/sem.c (modified) * cpukit/sapi/src/extension.c (modified) * cpukit/score/src/objectgetnameasstring.c (modified) * cpukit/score/src/objectidtoname.c (modified) * cpukit/score/src/objectinitializeinformation.c (modified) * cpukit/score/src/objectnamespaceremove.c (modified) * cpukit/score/src/objectnametoidstring.c (modified) * cpukit/score/src/objectsetname.c (modified) * cpukit/score/src/thread.c (modified) * testsuites/psxtests/psxobj01/init.c (modified) score: Remove Objects_Information::is_string Use ... Thu, 06 Dec 2018 08:57:01 GMT Sebastian Huber [7ee6437] * cpukit/Makefile.am (modified) * cpukit/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/schedulergetmaxprio.c (added) * testsuites/sptests/spscheduler01/init.c (modified) rtems: Add rtems_scheduler_get_maximum_priority() Update #3636. Mon, 03 Dec 2018 12:10:21 GMT Sebastian Huber [ef23838] * cpukit/headers.am (modified) * cpukit/include/rtems/score/threadimpl.h (modified) * cpukit/include/rtems/score/timecounter.h (modified) * cpukit/include/rtems/score/timestamp.h (modified) * cpukit/include/rtems/score/timestampimpl.h (added) * cpukit/include/rtems/score/watchdogimpl.h (modified) * cpukit/rtems/src/clockgetuptimenanoseconds.c (modified) * cpukit/rtems/src/clockgetuptimetimeval.c (modified) * testsuites/psxtests/psx13/test.c (modified) * testsuites/psxtmtests/psxtmcond08/init.c (modified) score: Avoid sbintime_t in API headers The sbintime_t is a ... Thu, 06 Dec 2018 09:49:43 GMT Sebastian Huber [4e46ba8] * cpukit/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/taskrestart.c (modified) rtems: Fix rtems_task_restart() argument type Close #3637. Mon, 26 Nov 2018 09:14:00 GMT Sebastian Huber [6378978] * cpukit/rtems/src/semmp.c (modified) rtems: Fix semaphore MPCI support Thu, 08 Nov 2018 05:25:32 GMT Sebastian Huber [3faa8459] * cpukit/rtems/src/intrcatch.c (modified) rtems: Simplify rtems_interrupt_catch() Remove casts and ... Thu, 08 Nov 2018 11:57:26 GMT Sebastian Huber [e897c7d] * cpukit/Makefile.am (modified) * cpukit/include/rtems/rtems/tasks.h (modified) * cpukit/include/rtems/rtems/tasksdata.h (modified) * cpukit/include/rtems/rtems/types.h (modified) * cpukit/rtems/src/rtemsmaxprio.c (added) rtems: Avoid include of Update #3598. Thu, 08 Nov 2018 10:32:13 GMT Sebastian Huber [98c01a5] * cpukit/Makefile.am (modified) * cpukit/include/rtems/imfs.h (modified) * cpukit/include/rtems/rtems/clock.h (modified) * cpukit/include/rtems/rtems/types.h (modified) * cpukit/rtems/src/clockgetuptimeseconds.c (added) rtems: Avoid in API Use a real function ... Thu, 08 Nov 2018 09:57:21 GMT Sebastian Huber [b7af3e44] * cpukit/headers.am (modified) * cpukit/include/rtems/confdefs.h (modified) * cpukit/include/rtems/rtems/tasks.h (modified) * cpukit/include/rtems/rtems/tasksdata.h (added) * cpukit/include/rtems/rtems/tasksimpl.h (modified) * cpukit/libmisc/monitor/mon-task.c (modified) * cpukit/rtems/src/eventreceive.c (modified) * cpukit/rtems/src/eventsend.c (modified) * cpukit/rtems/src/signalcatch.c (modified) * cpukit/rtems/src/signalsend.c (modified) * cpukit/rtems/src/systemeventreceive.c (modified) * cpukit/rtems/src/systemeventsend.c (modified) * cpukit/rtems/src/taskmode.c (modified) rtems: Move internal structures to tasksdata.h Update #3598. Thu, 08 Nov 2018 09:45:44 GMT Sebastian Huber [739df1f5] * cpukit/headers.am (modified) * cpukit/include/rtems/confdefs.h (modified) * cpukit/include/rtems/rtems/sem.h (modified) * cpukit/include/rtems/rtems/semdata.h (added) * cpukit/include/rtems/rtems/semimpl.h (modified) * cpukit/rtems/src/semcreate.c (modified) rtems: Move internal structures to semdata.h Update #3598. Thu, 08 Nov 2018 08:13:59 GMT Sebastian Huber [bdd4eb87] * cpukit/include/rtems/rtems/asrdata.h (modified) * cpukit/include/rtems/rtems/modes.h (modified) * cpukit/include/rtems/rtems/modesimpl.h (modified) * cpukit/include/rtems/rtems/types.h (modified) * cpukit/rtems/src/modes.c (modified) * cpukit/rtems/src/signalcatch.c (modified) * testsuites/sptests/sp08/init.c (modified) * testsuites/sptests/sp47/init.c (modified) rtems: Remove Modes_Control Use rtems_mode directly. This is in ... Thu, 25 Oct 2018 08:54:12 GMT Sebastian Huber [54f35888] * cpukit/Makefile.am (modified) * cpukit/include/rtems/confdefs.h (modified) * cpukit/include/rtems/monitor.h (modified) * cpukit/include/rtems/posix/pthreadattrimpl.h (modified) * cpukit/include/rtems/score/thread.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/libmisc/monitor/mon-monitor.c (modified) * cpukit/libmisc/monitor/mon-object.c (modified) * cpukit/posix/src/psxtransschedparam.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/score/src/threaditerate.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/wkspace.c (modified) posix: Provide threads by default Update #2514. Thu, 25 Oct 2018 08:12:39 GMT Sebastian Huber [fe7aefd5] * cpukit/Makefile.am (modified) * cpukit/include/rtems/confdefs.h (modified) * cpukit/include/rtems/score/coremsg.h (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) posix: Provide message queues by default Update #2514. Thu, 25 Oct 2018 08:07:46 GMT Sebastian Huber [701057e0] * cpukit/Makefile.am (modified) * cpukit/include/rtems/confdefs.h (modified) * cpukit/posix/src/shmops.c (added) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) posix: Provide shared memory objects by default Update #2514. Sun, 14 Oct 2018 10:43:13 GMT Sebastian Huber [9318cfb0] * cpukit/Makefile.am (modified) * cpukit/include/rtems/confdefs.h (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) posix: Provide named semaphores by default Update #2514. Thu, 25 Oct 2018 09:32:01 GMT Sebastian Huber [5090a71b] * cpukit/include/rtems/score/threadimpl.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/score/src/thread.c (modified) score: Remove bogus thread object name support Update #2514. Fri, 05 Oct 2018 06:11:09 GMT Sebastian Huber [1d39e96] * cpukit/include/rtems/score/basedefs.h (modified) * cpukit/include/rtems/score/threadqimpl.h (modified) * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/rtems/src/barrierwait.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/semobtain.c (modified) score: Fix legacy RTEMS_STATIC_ASSERT() In standard C pointer ... Mon, 01 Oct 2018 07:25:06 GMT Sebastian Huber [e50e3f70] * cpukit/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/src/taskexit.c (added) * testsuites/sptests/spthreadlife01/init.c (modified) rtems: Add rtems_task_exit() Update #3533. Wed, 29 Aug 2018 07:43:44 GMT Sebastian Huber [7097962] * cpukit/include/rtems/score/scheduler.h (modified) * cpukit/include/rtems/score/scheduleredfsmp.h (modified) * cpukit/include/rtems/score/schedulerimpl.h (modified) * cpukit/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/include/rtems/score/schedulerstrongapa.h (modified) * cpukit/include/rtems/score/smpimpl.h (modified) * cpukit/include/rtems/score/thread.h (modified) * cpukit/include/rtems/score/threadimpl.h (modified) * cpukit/rtems/src/scheduleraddprocessor.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/src/schedulerdefaultpinunpin.c (added) * cpukit/score/src/scheduleredfsmp.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadunpin.c (added) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpthreadpin01/init.c (added) * testsuites/smptests/smpthreadpin01/smpthreadpin01.doc (added) * testsuites/smptests/smpthreadpin01/smpthreadpin01.scn (added) score: Add thread pin/unpin support Add support to temporarily pin ... Mon, 06 Aug 2018 09:53:42 GMT Sebastian Huber [b2de426] * cpukit/include/rtems/rtems/partimpl.h (modified) * cpukit/include/rtems/score/address.h (modified) * cpukit/rtems/src/dpmemexternal2internal.c (modified) * cpukit/rtems/src/dpmeminternal2external.c (modified) score: Fix _Addresses_Subtract() Use architecture-specific integer ... Mon, 06 Aug 2018 08:51:00 GMT Sebastian Huber [66cb142] * cpukit/include/rtems/rtems/part.h (modified) * cpukit/rtems/src/partcreate.c (modified) rtems: Parameter types in rtems_partition_create() Use uintptr_t to ... Thu, 02 Aug 2018 12:52:12 GMT Sebastian Huber [83ca9f0a] * cpukit/rtems/src/partcreate.c (modified) rtems: Relax partition buffer area alignment The partition buffer ... Thu, 02 Aug 2018 12:49:01 GMT Sebastian Huber [27bbc05] * cpukit/include/rtems/rtems/partimpl.h (modified) * cpukit/rtems/src/partcreate.c (modified) * cpukit/score/cpu/arm/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/bfin/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/epiphany/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/i386/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/lm32/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/m32c/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/m68k/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/mips/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/moxie/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/nios2/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/or1k/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/powerpc/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/riscv/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/sh/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc64/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/v850/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/x86_64/include/rtems/score/cpu.h (modified) score: Remove CPU_PARTITION_ALIGNMENT Use the CPU_SIZEOF_POINTER ... Fri, 25 May 2018 12:09:46 GMT Sebastian Huber [7d7c50de] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/src/status.c (modified) * cpukit/rtems/src/statustoerrno.c (added) rtems: Move _Status_Object_name_errors_to_status Move ... Thu, 08 Feb 2018 09:47:16 GMT Sebastian Huber [ed24ed4e] * cpukit/posix/src/pthreadexit.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/taskmode.c (modified) * cpukit/rtems/src/taskwakewhen.c (modified) * cpukit/score/src/threadrestart.c (modified) Use _Thread_Dispatch_direct() Use _Thread_Dispatch_direct() for ... Thu, 08 Feb 2018 09:46:11 GMT Sebastian Huber [a49dfb1] * cpukit/rtems/src/taskwakeafter.c (modified) * cpukit/rtems/src/taskwakewhen.c (modified) rtems: Use _Per_CPU_Get_executing() Thu, 21 Dec 2017 13:36:52 GMT Sebastian Huber [9480815a] * cpukit/include/rtems/confdefs.h (modified) * cpukit/include/rtems/score/percpu.h (modified) * cpukit/include/rtems/score/threadimpl.h (modified) * cpukit/include/rtems/score/watchdog.h (modified) * cpukit/include/rtems/score/watchdogimpl.h (modified) * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/rtems/src/ratemoncancel.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerreset.c (modified) * cpukit/score/src/threadqtimeout.c (modified) * cpukit/score/src/watchdogtick.c (modified) * testsuites/sptests/spintrcritical08/init.c (modified) * testsuites/sptests/spintrcritical09/init.c (modified) * testsuites/sptests/spwatchdog/init.c (modified) score: Introduce new monotonic clock Rename ... Fri, 22 Dec 2017 09:35:47 GMT Sebastian Huber [3a4e044] * cpukit/include/rtems/score/watchdogimpl.h (modified) * cpukit/rtems/src/taskwakewhen.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/threadqtimeout.c (modified) * cpukit/score/src/watchdogtick.c (modified) score: Rename _Watchdog_Realtime_from_*() Rename ... Thu, 21 Dec 2017 13:59:54 GMT Sebastian Huber [a5b4db4b] * cpukit/rtems/src/taskmode.c (modified) rtems: Fix rtems_task_mode() A rtems_configuration_is_smp_enabled() ... Tue, 05 Dec 2017 15:54:56 GMT Joel Sherrill [d2711c37] * cpukit/rtems/src/taskmode.c (modified) taskmode.c: Ensure all error checking is done before modifying ... Wed, 29 Nov 2017 05:23:27 GMT Sebastian Huber [6c2b8a4b] * cpukit/posix/include/rtems/posix/posixapi.h (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/apimutex.h (modified) * cpukit/score/include/rtems/score/assert.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/score/onceimpl.h (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/src/allocatormutex.c (added) * cpukit/score/src/apimutex.c (deleted) * cpukit/score/src/apimutexisowner.c (modified) * cpukit/score/src/apimutexlock.c (modified) * cpukit/score/src/apimutexunlock.c (modified) * cpukit/score/src/coretod.c (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/debugisownerofallocator.c (deleted) * cpukit/score/src/libatomic.c (modified) * cpukit/score/src/objectactivecount.c (modified) * cpukit/score/src/objectallocate.c (modified) * cpukit/score/src/objectextendinformation.c (modified) * cpukit/score/src/objectfree.c (modified) * cpukit/score/src/objectshrinkinformation.c (modified) * cpukit/score/src/once.c (modified) * testsuites/sptests/sp43/init.c (modified) * testsuites/sptests/sp43/sp43.scn (modified) * testsuites/sptests/spsysinit01/init.c (modified) score: Use self-contained API mutex Use a self-contained recursive ... Fri, 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. Mon, 20 Nov 2017 17:53:22 GMT Martin Erik Werner [702e820] * cpukit/rtems/src/status.c (modified) Fix comments for object lookup error to RTEMS status map Based on ... Thu, 16 Nov 2017 06:17:05 GMT Sebastian Huber [888da71] * cpukit/rtems/src/timerserver.c (modified) score: Check thread resource count in timer server The watchdog ... Tue, 24 Oct 2017 07:35:06 GMT Sebastian Huber [34799c3b] * cpukit/rtems/include/rtems/rtems/clock.h (modified) * cpukit/rtems/src/clockgettickspersecond.c (modified) * testsuites/sptests/spwatchdog/init.c (modified) rtems: rtems_clock_get_ticks_per_second() Add macro implementation ... Thu, 19 Oct 2017 11:47:57 GMT Sebastian Huber [c3105894] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/mqueuereceive.c (modified) * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/posix/src/mqueuesend.c (modified) * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mqueuetimedreceive.c (modified) * cpukit/posix/src/mqueuetimedsend.c (modified) * cpukit/posix/src/mutexlock.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutextimedlock.c (modified) * cpukit/posix/src/mutextrylock.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/posix/src/prwlockrdlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/prwlockwrlock.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/semtimedwait.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/src/barrierwait.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/apimutexlock.c (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/coretodabsolutetimeout.c (deleted) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqtimeout.c (added) * cpukit/score/src/threadrestart.c (modified) * testsuites/psxtests/psx12/init.c (modified) score: Move thread queue timeout handling Update #3117. Update #3182. Tue, 17 Oct 2017 14:19:03 GMT Sebastian Huber [ecef3698] * cpukit/posix/src/nanosleep.c (modified) * cpukit/rtems/src/taskwakewhen.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/watchdogtick.c (modified) score: Rename _Watchdog_Ticks_from_*() Rename ... Fri, 20 Oct 2017 06:31:36 GMT Sebastian Huber [27cfe7c] * cpukit/rtems/src/clockgettickspersecond.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * testsuites/sptests/spwatchdog/init.c (modified) score: Add _Watchdog_Ticks_per_second This value is frequently ... Tue, 17 Oct 2017 14:15:31 GMT Sebastian Huber [02878626] * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/taskwakeafter.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadqenqueue.c (modified) score: Add _Thread_Add_timeout_ticks() Replace ... Mon, 16 Oct 2017 07:32:37 GMT Sebastian Huber [91ce012c] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/ratemontimeout.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) score: Rename _Watchdog_Per_CPU_insert_monotonic() Rename ... Sat, 14 Oct 2017 13:14:53 GMT Sebastian Huber [bf2a53d2] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/ratemoncancel.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/ratemontimeout.c (modified) * cpukit/rtems/src/taskwakeafter.c (modified) * cpukit/rtems/src/taskwakewhen.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerreset.c (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/watchdogtick.c (modified) * testsuites/sptests/spintrcritical08/init.c (modified) * testsuites/sptests/spintrcritical09/init.c (modified) score: Rename watchdog variants Rename PER_CPU_WATCHDOG_RELATIVE in ... Tue, 10 Oct 2017 09:36:23 GMT Sebastian Huber [b2dbb634] * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadsetaffinitynp.c (modified) * cpukit/rtems/src/schedulergetprocessorset.c (modified) * cpukit/rtems/src/taskgetaffinity.c (modified) * cpukit/rtems/src/tasksetaffinity.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/cpuset.h (deleted) * cpukit/score/include/rtems/score/cpusetimpl.h (deleted) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/cpuset.c (deleted) * cpukit/score/src/cpusetprintsupport.c (deleted) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) score: Remove CPU_set_Control Use Processor_mask instead. Update ... Tue, 10 Oct 2017 08:03:48 GMT Sebastian Huber [db3a3de] * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedprio.c (modified) * cpukit/rtems/src/semsetpriority.c (modified) * cpukit/rtems/src/taskdelete.c (modified) * cpukit/rtems/src/tasksetpriority.c (modified) * cpukit/rtems/src/tasksetscheduler.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqflush.c (modified) score: Add _Thread_queue_Dispatch_disable() Fri, 06 Oct 2017 13:30:47 GMT Sebastian Huber [2256946] * cpukit/posix/src/clockgettime.c (modified) * cpukit/posix/src/clocksettime.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/rtems/src/clockset.c (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/src/coretodabsolutetimeout.c (modified) * cpukit/score/src/coretodadjust.c (modified) * cpukit/score/src/coretodset.c (modified) score: Use struct timespec for TOD Use the timestamps only for ... Fri, 06 Oct 2017 07:42:32 GMT Sebastian Huber [900fda45] * cpukit/rtems/src/ratemonreportstatistics.c (modified) rtems: Fix format warnings Update #3111. Wed, 27 Sep 2017 13:08:33 GMT Sebastian Huber [de59c065] * c/src/ada-tests/mptests/mp01/config_base.h (modified) * c/src/ada-tests/mptests/mp03/config_base.h (modified) * c/src/ada-tests/mptests/mp04/config_base.h (modified) * c/src/ada-tests/mptests/mp05/config_base.h (modified) * c/src/ada-tests/mptests/mp06/config_base.h (modified) * c/src/ada-tests/mptests/mp07/config_base.h (modified) * c/src/ada-tests/mptests/mp08/config_base.h (modified) * c/src/ada-tests/mptests/mp09/config_base.h (modified) * c/src/ada-tests/mptests/mp10/config_base.h (modified) * c/src/ada-tests/mptests/mp11/config_base.h (modified) * c/src/ada-tests/mptests/mp12/config_base.h (modified) * c/src/ada-tests/mptests/mp13/config_base.h (modified) * c/src/ada-tests/mptests/mp14/config_base.h (modified) * c/src/ada-tests/samples/base_mp/config.h (modified) * c/src/ada-tests/samples/base_sp/config.h (modified) * c/src/ada-tests/samples/hello/config.h (modified) * c/src/ada-tests/samples/nsecs/config.h (modified) * c/src/ada-tests/samples/ticker/config.h (modified) * c/src/ada-tests/sptests/sp01/config.h (modified) * c/src/ada-tests/sptests/sp02/config.h (modified) * c/src/ada-tests/sptests/sp03/config.h (modified) * c/src/ada-tests/sptests/sp04/config.h (modified) * c/src/ada-tests/sptests/sp05/config.h (modified) * c/src/ada-tests/sptests/sp06/config.h (modified) * c/src/ada-tests/sptests/sp07/config.h (modified) * c/src/ada-tests/sptests/sp08/config.h (modified) * c/src/ada-tests/sptests/sp09/config.h (modified) * c/src/ada-tests/sptests/sp11/config.h (modified) * c/src/ada-tests/sptests/sp12/config.h (modified) * c/src/ada-tests/sptests/sp13/config.h (modified) * c/src/ada-tests/sptests/sp14/config.h (modified) * c/src/ada-tests/sptests/sp15/config.h (modified) * c/src/ada-tests/sptests/sp16/config.h (modified) * c/src/ada-tests/sptests/sp17/config.h (modified) * c/src/ada-tests/sptests/sp19/config.h (modified) * c/src/ada-tests/sptests/sp20/config.h (modified) * c/src/ada-tests/sptests/sp22/config.h (modified) * c/src/ada-tests/sptests/sp23/config.h (modified) * c/src/ada-tests/sptests/sp24/config.h (modified) * c/src/ada-tests/sptests/sp25/config.h (modified) * c/src/ada-tests/sptests/spname01/config.h (modified) * c/src/ada-tests/tmtests/tm01/config.h (modified) * c/src/ada-tests/tmtests/tm02/config.h (modified) * c/src/ada-tests/tmtests/tm03/config.h (modified) * c/src/ada-tests/tmtests/tm04/config.h (modified) * c/src/ada-tests/tmtests/tm05/config.h (modified) * c/src/ada-tests/tmtests/tm06/config.h (modified) * c/src/ada-tests/tmtests/tm07/config.h (modified) * c/src/ada-tests/tmtests/tm08/config.h (modified) * c/src/ada-tests/tmtests/tm09/config.h (modified) * c/src/ada-tests/tmtests/tm10/config.h (modified) * c/src/ada-tests/tmtests/tm11/config.h (modified) * c/src/ada-tests/tmtests/tm12/config.h (modified) * c/src/ada-tests/tmtests/tm13/config.h (modified) * c/src/ada-tests/tmtests/tm14/config.h (modified) * c/src/ada-tests/tmtests/tm15/config.h (modified) * c/src/ada-tests/tmtests/tm16/config.h (modified) * c/src/ada-tests/tmtests/tm17/config.h (modified) * c/src/ada-tests/tmtests/tm18/config.h (modified) * c/src/ada-tests/tmtests/tm19/config.h (modified) * c/src/ada-tests/tmtests/tm20/config.h (modified) * c/src/ada-tests/tmtests/tm21/config.h (modified) * c/src/ada-tests/tmtests/tm22/config.h (modified) * c/src/ada-tests/tmtests/tm23/config.h (modified) * c/src/ada-tests/tmtests/tm24/config.h (modified) * c/src/ada-tests/tmtests/tm25/config.h (modified) * c/src/ada-tests/tmtests/tm28/config.h (modified) * c/src/ada-tests/tmtests/tm29/config.h (modified) * c/src/ada-tests/tmtests/tmck/config.h (modified) * c/src/ada-tests/tmtests/tmoverhd/config.h (modified) * cpukit/libblock/src/bdbuf.c (modified) * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/mutex.h (deleted) * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/mutex.c (deleted) * cpukit/posix/src/mutexdestroy.c (modified) * cpukit/posix/src/mutexget.c (deleted) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/muteximpl.h (added) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/mutex.c (modified) * testsuites/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx05/psx05.scn (modified) * testsuites/psxtests/psx05/system.h (modified) * testsuites/psxtests/psx09/system.h (modified) * testsuites/psxtests/psx10/system.h (modified) * testsuites/psxtests/psxaio01/system.h (modified) * testsuites/psxtests/psxaio02/system.h (modified) * testsuites/psxtests/psxaio03/system.h (modified) * testsuites/psxtests/psxautoinit01/init.c (modified) * testsuites/psxtests/psxautoinit01/psxautoinit01.scn (modified) * testsuites/psxtests/psxautoinit02/init.c (modified) * testsuites/psxtests/psxcleanup/system.h (modified) * testsuites/psxtests/psxcond01/init.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxkey07/init.c (modified) * testsuites/psxtests/psxsignal06/init.c (modified) * testsuites/psxtests/psxtimer01/system.h (modified) * testsuites/psxtmtests/psxtmcond03/init.c (modified) * testsuites/psxtmtests/psxtmcond04/init.c (modified) * testsuites/psxtmtests/psxtmcond06/init.c (modified) * testsuites/psxtmtests/psxtmcond07/init.c (modified) * testsuites/psxtmtests/psxtmcond08/init.c (modified) * testsuites/psxtmtests/psxtmmutex01/init.c (modified) * testsuites/psxtmtests/psxtmmutex02/init.c (modified) * testsuites/psxtmtests/psxtmmutex03/init.c (modified) * testsuites/psxtmtests/psxtmmutex04/init.c (modified) * testsuites/psxtmtests/psxtmmutex05/init.c (modified) * testsuites/psxtmtests/psxtmmutex06/init.c (modified) * testsuites/psxtmtests/psxtmmutex07/init.c (modified) * testsuites/smptests/smppsxmutex01/init.c (modified) * testsuites/sptests/spmutex01/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) posix: Implement self-contained POSIX mutex POSIX mutexes are now ... Tue, 26 Sep 2017 05:49:17 GMT Sebastian Huber [5222488] * c/src/ada-tests/mptests/mp01/config_base.h (modified) * c/src/ada-tests/mptests/mp03/config_base.h (modified) * c/src/ada-tests/mptests/mp04/config_base.h (modified) * c/src/ada-tests/mptests/mp05/config_base.h (modified) * c/src/ada-tests/mptests/mp06/config_base.h (modified) * c/src/ada-tests/mptests/mp07/config_base.h (modified) * c/src/ada-tests/mptests/mp08/config_base.h (modified) * c/src/ada-tests/mptests/mp09/config_base.h (modified) * c/src/ada-tests/mptests/mp10/config_base.h (modified) * c/src/ada-tests/mptests/mp11/config_base.h (modified) * c/src/ada-tests/mptests/mp12/config_base.h (modified) * c/src/ada-tests/mptests/mp13/config_base.h (modified) * c/src/ada-tests/mptests/mp14/config_base.h (modified) * c/src/ada-tests/samples/base_mp/config.h (modified) * c/src/ada-tests/samples/base_sp/config.h (modified) * c/src/ada-tests/samples/hello/config.h (modified) * c/src/ada-tests/samples/nsecs/config.h (modified) * c/src/ada-tests/samples/ticker/config.h (modified) * c/src/ada-tests/sptests/sp01/config.h (modified) * c/src/ada-tests/sptests/sp02/config.h (modified) * c/src/ada-tests/sptests/sp03/config.h (modified) * c/src/ada-tests/sptests/sp04/config.h (modified) * c/src/ada-tests/sptests/sp05/config.h (modified) * c/src/ada-tests/sptests/sp06/config.h (modified) * c/src/ada-tests/sptests/sp07/config.h (modified) * c/src/ada-tests/sptests/sp08/config.h (modified) * c/src/ada-tests/sptests/sp09/config.h (modified) * c/src/ada-tests/sptests/sp11/config.h (modified) * c/src/ada-tests/sptests/sp12/config.h (modified) * c/src/ada-tests/sptests/sp13/config.h (modified) * c/src/ada-tests/sptests/sp14/config.h (modified) * c/src/ada-tests/sptests/sp15/config.h (modified) * c/src/ada-tests/sptests/sp16/config.h (modified) * c/src/ada-tests/sptests/sp17/config.h (modified) * c/src/ada-tests/sptests/sp19/config.h (modified) * c/src/ada-tests/sptests/sp20/config.h (modified) * c/src/ada-tests/sptests/sp22/config.h (modified) * c/src/ada-tests/sptests/sp23/config.h (modified) * c/src/ada-tests/sptests/sp24/config.h (modified) * c/src/ada-tests/sptests/sp25/config.h (modified) * c/src/ada-tests/sptests/spname01/config.h (modified) * c/src/ada-tests/tmtests/tm01/config.h (modified) * c/src/ada-tests/tmtests/tm02/config.h (modified) * c/src/ada-tests/tmtests/tm03/config.h (modified) * c/src/ada-tests/tmtests/tm04/config.h (modified) * c/src/ada-tests/tmtests/tm05/config.h (modified) * c/src/ada-tests/tmtests/tm06/config.h (modified) * c/src/ada-tests/tmtests/tm07/config.h (modified) * c/src/ada-tests/tmtests/tm08/config.h (modified) * c/src/ada-tests/tmtests/tm09/config.h (modified) * c/src/ada-tests/tmtests/tm10/config.h (modified) * c/src/ada-tests/tmtests/tm11/config.h (modified) * c/src/ada-tests/tmtests/tm12/config.h (modified) * c/src/ada-tests/tmtests/tm13/config.h (modified) * c/src/ada-tests/tmtests/tm14/config.h (modified) * c/src/ada-tests/tmtests/tm15/config.h (modified) * c/src/ada-tests/tmtests/tm16/config.h (modified) * c/src/ada-tests/tmtests/tm17/config.h (modified) * c/src/ada-tests/tmtests/tm18/config.h (modified) * c/src/ada-tests/tmtests/tm19/config.h (modified) * c/src/ada-tests/tmtests/tm20/config.h (modified) * c/src/ada-tests/tmtests/tm21/config.h (modified) * c/src/ada-tests/tmtests/tm22/config.h (modified) * c/src/ada-tests/tmtests/tm23/config.h (modified) * c/src/ada-tests/tmtests/tm24/config.h (modified) * c/src/ada-tests/tmtests/tm25/config.h (modified) * c/src/ada-tests/tmtests/tm28/config.h (modified) * c/src/ada-tests/tmtests/tm29/config.h (modified) * c/src/ada-tests/tmtests/tmck/config.h (modified) * c/src/ada-tests/tmtests/tmoverhd/config.h (modified) * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/cond.h (deleted) * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/cond.c (deleted) * cpukit/posix/src/conddestroy.c (modified) * cpukit/posix/src/condget.c (deleted) * cpukit/posix/src/condinit.c (modified) * cpukit/posix/src/condsignalsupp.c (modified) * cpukit/posix/src/condwait.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/psxtests/psx10/init.c (modified) * testsuites/psxtests/psx10/psx10.scn (modified) * testsuites/psxtests/psx10/system.h (modified) * testsuites/psxtests/psxaio01/system.h (modified) * testsuites/psxtests/psxaio02/system.h (modified) * testsuites/psxtests/psxaio03/system.h (modified) * testsuites/psxtests/psxautoinit02/init.c (modified) * testsuites/psxtests/psxautoinit02/psxautoinit02.scn (modified) * testsuites/psxtests/psxcleanup/system.h (modified) * testsuites/psxtests/psxcond01/init.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxkey07/init.c (modified) * testsuites/psxtests/psxsignal06/init.c (modified) * testsuites/psxtests/psxtimer01/system.h (modified) * testsuites/psxtmtests/psxtmcond01/init.c (modified) * testsuites/psxtmtests/psxtmcond02/init.c (modified) * testsuites/psxtmtests/psxtmcond03/init.c (modified) * testsuites/psxtmtests/psxtmcond04/init.c (modified) * testsuites/psxtmtests/psxtmcond05/init.c (modified) * testsuites/psxtmtests/psxtmcond06/init.c (modified) * testsuites/psxtmtests/psxtmcond07/init.c (modified) * testsuites/psxtmtests/psxtmcond08/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) posix: Implement self-contained POSIX condvar POSIX condition ... Thu, 21 Sep 2017 13:42:45 GMT Sebastian Huber [89fc9345] * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/rwlock.h (deleted) * cpukit/posix/include/rtems/posix/rwlockimpl.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/prwlock.c (deleted) * cpukit/posix/src/prwlockdestroy.c (modified) * cpukit/posix/src/prwlockinit.c (modified) * cpukit/posix/src/prwlockrdlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/prwlocktryrdlock.c (modified) * cpukit/posix/src/prwlocktrywrlock.c (modified) * cpukit/posix/src/prwlockunlock.c (modified) * cpukit/posix/src/prwlockwrlock.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/corerwlock.h (deleted) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/corerwlock.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/corerwlockrelease.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxrwlock01/main.c (modified) * testsuites/psxtests/psxrwlock01/psxrwlock01.scn (modified) * testsuites/psxtests/psxrwlock01/test.c (modified) * testsuites/psxtmtests/psxtmrwlock01/init.c (modified) * testsuites/psxtmtests/psxtmrwlock02/init.c (modified) * testsuites/psxtmtests/psxtmrwlock03/init.c (modified) * testsuites/psxtmtests/psxtmrwlock04/init.c (modified) * testsuites/psxtmtests/psxtmrwlock05/init.c (modified) * testsuites/psxtmtests/psxtmrwlock06/init.c (modified) * testsuites/psxtmtests/psxtmrwlock07/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) posix: Implement self-contained POSIX rwlocks POSIX rwlocks are now ... Thu, 21 Sep 2017 12:13:16 GMT Sebastian Huber [e67929c] * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/barrier.h (deleted) * cpukit/posix/include/rtems/posix/barrierimpl.h (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/pbarrier.c (deleted) * cpukit/posix/src/pbarrierdestroy.c (modified) * cpukit/posix/src/pbarrierinit.c (modified) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/psxtests/psxbarrier01/main.c (modified) * testsuites/psxtests/psxbarrier01/psxbarrier01.scn (modified) * testsuites/psxtests/psxbarrier01/test.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtmtests/psxtmbarrier01/init.c (modified) * testsuites/psxtmtests/psxtmbarrier02/init.c (modified) * testsuites/psxtmtests/psxtmbarrier03/init.c (modified) * testsuites/psxtmtests/psxtmbarrier04/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) posix: Implement self-contained POSIX barriers POSIX barriers are ... Tue, 11 Jul 2017 07:51:43 GMT Sebastian Huber [ecabd384] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/scheduleridentbyprocessorset.c (added) * testsuites/smptests/smpscheduler02/init.c (modified) * testsuites/sptests/spscheduler01/init.c (modified) rtems: Add rtems_scheduler_ident_by_processor_set Update #3070. Tue, 11 Jul 2017 05:24:39 GMT Sebastian Huber [548d65a5] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/scheduleridentbyprocessor.c (added) * testsuites/smptests/smpfatal04/init.c (modified) * testsuites/sptests/spscheduler01/init.c (modified) rtems: Add rtems_scheduler_ident_by_processor() Update #3069. Tue, 11 Jul 2017 11:51:10 GMT Sebastian Huber [3b14e7aa] * cpukit/rtems/src/schedulerremoveprocessor.c (modified) rtems: Fix warning Update #3059. Mon, 03 Jul 2017 08:38:31 GMT Sebastian Huber [1ec9c86] * cpukit/rtems/src/schedulerremoveprocessor.c (modified) rtems: Fix rtems_scheduler_remove_processor() Account for the ... Tue, 04 Jul 2017 05:28:44 GMT Sebastian Huber [6b1d8c7] * cpukit/rtems/src/scheduleraddprocessor.c (modified) * cpukit/rtems/src/schedulergetprocessorset.c (modified) * cpukit/rtems/src/schedulerremoveprocessor.c (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/src/smp.c (modified) score: Add processor set to scheduler context Replace the simple ... Mon, 24 Apr 2017 01:35:41 GMT Joel Sherrill [a300ca1b] * cpukit/rtems/src/ratemonreportstatistics.c (modified) ratemonreportstatistics.c: Fix printf() warnings so clean on 32 and ... Tue, 28 Mar 2017 06:18:06 GMT Sebastian Huber [70ddaa0e] * cpukit/rtems/src/semsetpriority.c (modified) rtems: Fix error return path Tue, 31 Jan 2017 07:08:24 GMT Sebastian Huber [e366f77] * cpukit/libcsupport/src/assocthreadstatestostring.c (modified) * cpukit/libmisc/monitor/mon-task.c (modified) * cpukit/libmisc/monitor/monitor.h (modified) * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/rtems/src/regioncreate.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/statesimpl.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/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/threadinitialize.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadwaitgetid.c (modified) score: Add _Thread_queue_Object_name Add the special thread queue ... 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, 25 Jan 2017 20:47:48 GMT Kuan-Hsun Chen [d7feb86] * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/src/ratemongetstatus.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * testsuites/sptests/sp69/init.c (modified) * testsuites/sptests/sp69/sp69.doc (modified) * testsuites/sptests/sp69/sp69.scn (modified) Remove rtems_rate_monotonic_postponed_job_count() Add a variable ... Tue, 24 Jan 2017 14:05:22 GMT Sebastian Huber [b8d6eb7] * cpukit/rtems/src/ratemonperiod.c (modified) rtems: rtems_rate_monotonic_postponed_job_count() Use proper ... Tue, 24 Jan 2017 14:04:11 GMT Sebastian Huber [625bd6a] * cpukit/rtems/src/ratemonperiod.c (modified) rtems: Fix _Rate_monotonic_Release_postponed_job() Use proper ... Tue, 24 Jan 2017 13:37:42 GMT Sebastian Huber [1240aade] * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/ratemontimeout.c (modified) rtems: Fix _Rate_monotonic_Renew_deadline() Make ... Fri, 13 Jan 2017 18:54:11 GMT Gedare Bloom [cb2cbec] * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * testsuites/sptests/spedfsched04/spedfsched04.doc (modified) * testsuites/sptests/sprmsched01/sprmsched01.doc (modified) classic: adjust names of RM postponed job functions closes #2795 Wed, 21 Dec 2016 16:42:39 GMT Kuan-Hsun Chen [3a46b72] * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/ratemontimeout.c (modified) Enhancement of the RMS manager for the overrun handling. Three ... Fri, 12 Aug 2016 19:25:10 GMT Gedare Bloom [ba776282] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/shm.h (added) * cpukit/posix/include/rtems/posix/shmimpl.h (added) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/shm.c (added) * cpukit/posix/src/shmheap.c (added) * cpukit/posix/src/shmopen.c (modified) * cpukit/posix/src/shmunlink.c (modified) * cpukit/posix/src/shmwkspace.c (added) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxshm01/Makefile.am (added) * testsuites/psxtests/psxshm01/init.c (added) * testsuites/psxtests/psxshm01/psxshm01.scn (added) * testsuites/psxtests/psxshm01/system.h (added) * testsuites/psxtests/psxshm02/Makefile.am (added) * testsuites/psxtests/psxshm02/init.c (added) * testsuites/psxtests/psxshm02/psxshm02.scn (added) * testsuites/psxtests/psxshm02/system.h (added) * testsuites/sptests/spsysinit01/init.c (modified) posix: shared memory support Add POSIX shared memory manager (Shm). ... Thu, 12 Jan 2017 06:53:12 GMT Sebastian Huber [96bb2e4b] * cpukit/rtems/src/rtemsobjectgetname.c (modified) rtems: Use header file for rtems_object_get_name() Wed, 11 Jan 2017 07:42:04 GMT Sebastian Huber [d063e7b3] * cpukit/libdebugger/rtems-debugger-threads.c (modified) * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/rtems/src/taskwakeafter.c (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) score: Replace STATES_DELAYING Replace STATES_DELAYING with ... Wed, 11 Jan 2017 15:43:06 GMT Joel Sherrill [7a4b2645] * cpukit/configure.ac (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadattrcompare.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/schedulergetprocessorset.c (modified) * cpukit/rtems/src/taskgetaffinity.c (modified) * cpukit/rtems/src/tasksetaffinity.c (modified) * cpukit/score/include/rtems/score/cpuset.h (modified) * cpukit/score/include/rtems/score/cpusetimpl.h (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/src/cpuset.c (modified) * cpukit/score/src/cpusetprintsupport.c (modified) * cpukit/score/src/schedulergetaffinity.c (modified) * cpukit/score/src/schedulersetaffinity.c (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpaffinity01/init.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spcpuset01/init.c (modified) * testsuites/sptests/spcpuset01/system.h (modified) * testsuites/sptests/spcpuset01/test.c (modified) * testsuites/sptests/spscheduler01/init.c (modified) Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__ Fri, 09 Dec 2016 06:19:22 GMT Sebastian Huber [3a659b04] * cpukit/libcsupport/src/gxx_wrappers.c (modified) * cpukit/libcsupport/src/malloc_initialize.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/score/cpu/powerpc/ppc-isr-vector-install.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/src/interr.c (modified) * cpukit/score/src/isr.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/objectinitializeinformation.c (modified) * cpukit/score/src/objectmp.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadhandler.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/wkspace.c (modified) score: Introduce _Internal_error() Fri, 09 Dec 2016 05:49:25 GMT Sebastian Huber [279d5260] * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * testsuites/sptests/spfatal01/testcase.h (modified) * testsuites/sptests/spinternalerror02/init.c (modified) Add INTERNAL_ERROR_RTEMS_INIT_TASK_CREATE_FAILED Update #2825. Thu, 08 Dec 2016 15:41:30 GMT Sebastian Huber [b6606e8] * c/src/lib/libbsp/powerpc/shared/startup/panic.c (modified) * cpukit/libcsupport/src/gxx_wrappers.c (modified) * cpukit/libcsupport/src/malloc_initialize.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/fatal.h (modified) * cpukit/sapi/src/exshutdown.c (modified) * cpukit/sapi/src/fatal.c (modified) * cpukit/sapi/src/fatal2.c (deleted) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/cpu/nios2/nios2-context-initialize.c (modified) * cpukit/score/cpu/nios2/nios2-isr-get-level.c (modified) * cpukit/score/cpu/nios2/nios2-isr-set-level.c (modified) * cpukit/score/cpu/powerpc/ppc-isr-vector-install.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/include/rtems/score/userext.h (modified) * cpukit/score/include/rtems/score/userextimpl.h (modified) * cpukit/score/src/heap.c (modified) * cpukit/score/src/interr.c (modified) * cpukit/score/src/isr.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/objectinitializeinformation.c (modified) * cpukit/score/src/objectmp.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadhandler.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/userextiterate.c (modified) * cpukit/score/src/wkspace.c (modified) * testsuites/libtests/devnullfatal01/testcase.h (modified) * testsuites/psxtests/psxfatal01/testcase.h (modified) * testsuites/psxtests/psxfatal02/testcase.h (modified) * testsuites/psxtests/psxfatal_support/init.c (modified) * testsuites/sptests/spfatal01/testcase.h (modified) * testsuites/sptests/spfatal02/testcase.h (modified) * testsuites/sptests/spfatal03/testcase.h (modified) * testsuites/sptests/spfatal04/testcase.h (modified) * testsuites/sptests/spfatal05/testcase.h (modified) * testsuites/sptests/spfatal06/testcase.h (modified) * testsuites/sptests/spfatal07/testcase.h (modified) * testsuites/sptests/spfatal08/testcase.h (modified) * testsuites/sptests/spfatal09/testcase.h (modified) * testsuites/sptests/spfatal10/testcase.h (modified) * testsuites/sptests/spfatal11/testcase.h (modified) * testsuites/sptests/spfatal12/testcase.h (modified) * testsuites/sptests/spfatal13/testcase.h (modified) * testsuites/sptests/spfatal14/testcase.h (modified) * testsuites/sptests/spfatal15/testcase.h (modified) * testsuites/sptests/spfatal16/testcase.h (modified) * testsuites/sptests/spfatal17/testcase.h (modified) * testsuites/sptests/spfatal18/testcase.h (modified) * testsuites/sptests/spfatal19/testcase.h (modified) * testsuites/sptests/spfatal20/testcase.h (modified) * testsuites/sptests/spfatal24/testcase.h (modified) * testsuites/sptests/spfatal25/testcase.h (modified) * testsuites/sptests/spfatal27/testcase.h (modified) * testsuites/sptests/spfatal28/testcase.h (modified) * testsuites/sptests/spfatal29/testcase.h (modified) * testsuites/sptests/spfatal_support/init.c (modified) * testsuites/sptests/spinternalerror01/init.c (modified) * testsuites/sptests/sptimecounter01/init.c (modified) score: Remove fatal is internal indicator The fatal is internal ... Fri, 02 Dec 2016 10:51:16 GMT Sebastian Huber [7da78cf] * cpukit/rtems/src/scheduleraddprocessor.c (modified) * cpukit/rtems/src/schedulerremoveprocessor.c (modified) rtems: Use _Thread_Dispatch_direct() Update #2797. Fri, 02 Dec 2016 10:18:32 GMT Sebastian Huber [d10716f] * cpukit/rtems/src/scheduleraddprocessor.c (modified) rtems: Fix rtems_scheduler_add_processor() Fix thread dispatch ... Thu, 01 Dec 2016 19:42:48 GMT Sebastian Huber [5b6c290] * cpukit/libmisc/monitor/mon-task.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedprio.c (modified) * cpukit/rtems/src/schedulerremoveprocessor.c (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/tasksetpriority.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadtimeout.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) score: Initialize thread queue context early Initialize thread ... Thu, 24 Nov 2016 05:13:11 GMT Sebastian Huber [620b23e] * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/src/regiongetsegment.c (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/condition.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) score: Optimize _Thread_queue_Enqueue() Move thread state for ... Wed, 16 Nov 2016 13:50:09 GMT Sebastian Huber [c42be504] * cpukit/configure.ac (modified) * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/spinlock.h (deleted) * cpukit/posix/include/rtems/posix/spinlockimpl.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/pspin.c (deleted) * cpukit/posix/src/pspindestroy.c (modified) * cpukit/posix/src/pspininit.c (modified) * cpukit/posix/src/pspinlock.c (modified) * cpukit/posix/src/pspintrylock.c (deleted) * cpukit/posix/src/pspinunlock.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/corespinlock.h (deleted) * cpukit/score/include/rtems/score/corespinlockimpl.h (deleted) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/corespinlockrelease.c (deleted) * cpukit/score/src/corespinlockwait.c (deleted) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxspin01/main.c (modified) * testsuites/psxtests/psxspin01/psxspin01.scn (modified) * testsuites/psxtests/psxspin01/test.c (modified) * testsuites/psxtests/psxspin02/Makefile.am (deleted) * testsuites/psxtests/psxspin02/main.c (deleted) * testsuites/psxtests/psxspin02/psxspin02.doc (deleted) * testsuites/psxtests/psxspin02/psxspin02.scn (deleted) * testsuites/psxtests/psxspin02/test.c (deleted) * testsuites/sptests/spsysinit01/init.c (modified) posix: Add self-contained pthread spinlock Turn pthread_spinlock_t ... Tue, 22 Nov 2016 09:53:03 GMT Sebastian Huber [a4217c6] * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) score: Rename _Thread_queue_Enqueue_critical() Delete unused ... Wed, 16 Nov 2016 15:39:43 GMT Sebastian Huber [125f248] * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/include/rtems/rtems/regionimpl.h (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/taskdelete.c (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/interr.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/condition.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/sptests/spfatal03/testcase.h (modified) score: Add thread queue enqueue callout Replace the expected thread ... 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 12:08:33 GMT Sebastian Huber [05ca53d] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/scheduleraddprocessor.c (added) * cpukit/rtems/src/schedulerremoveprocessor.c (added) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulersmpstartidle.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpscheduler02/init.c (modified) * testsuites/smptests/smpscheduler04/Makefile.am (added) * testsuites/smptests/smpscheduler04/init.c (added) * testsuites/smptests/smpscheduler04/smpscheduler04.doc (added) * testsuites/smptests/smpscheduler04/smpscheduler04.scn (added) * testsuites/sptests/spscheduler01/init.c (modified) rtems: Add scheduler processor add/remove Update #2797. Wed, 02 Nov 2016 05:36:13 GMT Sebastian Huber [2612a0b] * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/schedulergetprocessorset.c (modified) * cpukit/rtems/src/schedulerident.c (modified) * cpukit/rtems/src/semsetpriority.c (modified) * cpukit/rtems/src/taskgetpriority.c (modified) * cpukit/rtems/src/tasksetscheduler.c (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * testsuites/smptests/smpscheduler02/init.c (modified) score: Simplify _Scheduler_Get_by_id() Avoid dead code in non-SMP ... Fri, 04 Nov 2016 14:26:52 GMT Sebastian Huber [2f5ac5b5] * cpukit/rtems/src/taskcreate.c (modified) rtems: Fix rtems_task_create() scheduler selection Use the home ... Mon, 31 Oct 2016 15:10:32 GMT Sebastian Huber [0dd49d0] * cpukit/rtems/src/semcreate.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/threadqenqueue.c (modified) score: Introduce thread resource count methods This makes it easier ... Thu, 03 Nov 2016 09:52:53 GMT Sebastian Huber [6e31b56f] * cpukit/rtems/src/semcreate.c (modified) * testsuites/tmtests/tm02/task1.c (modified) rtems: Fix binary semaphore resource count Binary semaphores (not ... Mon, 31 Oct 2016 07:33:11 GMT Sebastian Huber [2dd098a] * cpukit/libmisc/capture/capture.h (modified) * cpukit/libmisc/cpuuse/cpuusagereset.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedprio.c (modified) * cpukit/posix/src/sched_getprioritymax.c (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/taskgetscheduler.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/sched.c (modified) * cpukit/score/src/schedulergetaffinity.c (modified) * cpukit/score/src/schedulersetaffinity.c (modified) * cpukit/score/src/threadgetcputimeused.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) * testsuites/tmtests/tm26/task1.c (modified) * testsuites/tmtests/tm27/task1.c (modified) score: Introduce Thread_Scheduler_control::home Replace ... Mon, 31 Oct 2016 12:37:59 GMT Sebastian Huber [d271c3bb] * cpukit/libcsupport/src/sync.c (modified) * cpukit/libmisc/capture/capture-cli.c (modified) * cpukit/libmisc/capture/capture.c (modified) * cpukit/libmisc/cpuuse/cpuusagereset.c (modified) * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) * cpukit/libmisc/stackchk/check.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/taskiterate.c (added) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/iterateoverthreads.c (modified) * cpukit/score/src/threaditerate.c (added) * testsuites/sptests/sp41/init.c (modified) * testsuites/sptests/sp41/sp41.scn (modified) rtems: Add rtems_task_iterate() Update #2423. Tue, 27 Sep 2016 13:23:00 GMT Sebastian Huber [8797c76] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/src/mutexlocksupp.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) score: Unify CORE mutex seize/surrender Use the ... Thu, 08 Sep 2016 13:32:22 GMT Sebastian Huber [8123cae8] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/taskgetpriority.c (added) * testsuites/smptests/smpmutex01/init.c (modified) * testsuites/sptests/spscheduler01/init.c (modified) * testsuites/sptests/spscheduler01/spscheduler01.doc (modified) rtems: Add rtems_task_get_priority() Update #2556. Update #2784. Wed, 22 Jun 2016 15:09:23 GMT Sebastian Huber [300f6a48] * cpukit/libmisc/capture/capture.h (modified) * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/killinfo.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedprio.c (modified) * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/src/ratemoncancel.c (modified) * cpukit/rtems/src/ratemoncreate.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/semsetpriority.c (modified) * cpukit/rtems/src/tasksetpriority.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/coremutex.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/mrsp.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/priority.h (modified) * cpukit/score/include/rtems/score/priorityimpl.h (added) * 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/schedulernode.h (modified) * cpukit/score/include/rtems/score/schedulernodeimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.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/preinstall.am (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/schedulercbs.c (modified) * cpukit/score/src/schedulercbsnodeinit.c (modified) * cpukit/score/src/schedulercbsreleasejob.c (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/schedulerdefaultnodeinit.c (modified) * cpukit/score/src/schedulerdefaultreleasejob.c (modified) * cpukit/score/src/scheduleredfchangepriority.c (modified) * cpukit/score/src/scheduleredfnodeinit.c (modified) * cpukit/score/src/scheduleredfreleasejob.c (modified) * cpukit/score/src/scheduleredfunblock.c (modified) * cpukit/score/src/scheduleredfyield.c (modified) * cpukit/score/src/schedulerpriority.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqflush.c (modified) * cpukit/score/src/threadqops.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadsetpriority.c (deleted) * cpukit/score/src/threadtimeout.c (modified) * testsuites/smptests/smpmutex01/init.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) * testsuites/sptests/spmutex01/init.c (modified) * testsuites/sptests/spsem03/init.c (modified) * testsuites/sptests/spsem03/spsem03.doc (modified) score: Rework thread priority management Add priority nodes which ...