# # ChangeLog for cpukit/include in rtems # # Generated by Trac 1.2.1.dev0 # 05/22/24 05:52:36 Fri, 25 Nov 2022 01:18:07 GMT Chris Johns [408dbeb] * cpukit/include/rtems/rtems-fdt.h (modified) * cpukit/libmisc/rtems-fdt/rtems-fdt.c (modified) libmisc/rtems-fdt: Support prop map items up to the size of uintptr_t ... Mon, 14 Nov 2022 09:55:53 GMT Daniel Cederman [9384ac2] * cpukit/include/drvmgr/drvmgr.h (modified) * cpukit/include/drvmgr/drvmgr_confdefs.h (modified) * cpukit/include/drvmgr/drvmgr_list.h (modified) * cpukit/include/drvmgr/pci_bus.h (modified) * cpukit/include/pci.h (modified) * cpukit/include/pci/access.h (modified) * cpukit/include/pci/cfg.h (modified) * cpukit/include/pci/cfg_auto.h (modified) * cpukit/include/pci/cfg_peripheral.h (modified) * cpukit/include/pci/cfg_read.h (modified) * cpukit/include/pci/cfg_static.h (modified) * cpukit/include/pci/ids_extra.h (modified) * cpukit/include/pci/irq.h (modified) * cpukit/include/rtems/confdefs/libpci.h (modified) * cpukit/libmisc/shell/main_drvmgr.c (modified) * cpukit/libmisc/shell/main_pci.c (modified) * cpukit/score/cpu/riscv/include/libcpu/access.h (modified) * cpukit/score/cpu/sparc/include/libcpu/grlib-tn-0018.h (modified) cpukit: Change license to BSD-2 for files with Gaisler copyright ... Wed, 09 Nov 2022 17:01:24 GMT Kinsey Moore [b5983c5] * cpukit/include/rtems/rtems-fdt.h (modified) cpukit/fdt: Fix typos and clarify params Fri, 14 Oct 2022 14:23:12 GMT Joel Sherrill [ecd8aec9] * cpukit/include/adainclude/rtems-io.adb (modified) * testsuites/sptests/sp21/sp21.scn (modified) Remove remnants of rtems_io_lookup_name Updates #3420. Mon, 07 Nov 2022 07:53:11 GMT Sebastian Huber [0f92310] * bsps/sh/gensh1/start/linkcmds (modified) * bsps/sh/gensh2/start/linkcmds (modified) * cpukit/include/rtems/confdefs/inittask.h (modified) config: Place init task storage area in .rtemsstack This avoids a ... Tue, 08 Nov 2022 06:36:04 GMT Sebastian Huber [df81434] * cpukit/include/rtems/rtems/clock.h (modified) rtems: Fix type in description Sun, 07 Aug 2022 13:53:13 GMT Prashanth S [cd91b37d] * cpukit/dev/can/can.c (added) * cpukit/include/dev/can/can-msg.h (added) * cpukit/include/dev/can/can.h (added) * cpukit/include/dev/can/canqueueimpl.h (added) * spec/build/cpukit/librtemscpu.yml (modified) * spec/build/testsuites/libtests/can01.yml (added) * spec/build/testsuites/libtests/grp.yml (modified) * testsuites/libtests/can01/can-loopback.c (added) * testsuites/libtests/can01/init.c (added) cpukit/dev/can: Added CAN support Mon, 17 Oct 2022 05:25:57 GMT Chris Johns [d574e08] * cpukit/include/rtems/debugger/rtems-debugger-server.h (modified) * cpukit/include/rtems/rtems-debugger.h (modified) * cpukit/libdebugger/rtems-debugger-server.c (modified) libdebugger: Add a target break call to suspend all running threads ... Thu, 06 Oct 2022 06:47:14 GMT Sebastian Huber [64fbeaa] * cpukit/include/rtems/score/interr.h (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/src/threadcreateidle.c (modified) * spec/build/testsuites/validation/fatal-idle-thread-stack-too-small.yml (added) * spec/build/testsuites/validation/grp.yml (modified) * testsuites/sptests/spinternalerror02/init.c (modified) * testsuites/validation/tr-fatal-idle-thread-stack-too-small.c (added) * testsuites/validation/tr-fatal-idle-thread-stack-too-small.h (added) * testsuites/validation/ts-fatal-idle-thread-stack-too-small.c (added) score: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALL Ensure that the ... Fri, 30 Sep 2022 06:06:18 GMT Sebastian Huber [45ee958] * cpukit/doxygen/appl-config.h (modified) * cpukit/include/rtems/confdefs/percpu.h (modified) * cpukit/include/rtems/confdefs/threads.h (modified) * cpukit/include/rtems/confdefs/wkspace.h (modified) * cpukit/include/rtems/score/interr.h (modified) * cpukit/include/rtems/score/stack.h (modified) * cpukit/include/rtems/score/thread.h (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/src/stackallocatorforidle.c (modified) * cpukit/score/src/stackallocatorforidlewkspace.c (added) * cpukit/score/src/threadcreateidle.c (modified) * spec/build/cpukit/librtemscpu.yml (modified) * spec/build/testsuites/sptests/grp.yml (modified) * spec/build/testsuites/sptests/spfatal36.yml (added) * testsuites/sptests/spfatal36/init.c (added) * testsuites/sptests/spfatal36/spfatal36.doc (added) * testsuites/sptests/spinternalerror02/init.c (modified) * testsuites/sptests/spstkalloc02/init.c (modified) * testsuites/sptests/sptls02/init.cc (modified) * testsuites/validation/ts-default.h (modified) * testsuites/validation/ts-fatal-sysinit.h (modified) * testsuites/validation/ts-idle.h (modified) * testsuites/validation/ts-validation-acfg-0.c (modified) * testsuites/validation/ts-validation-acfg-1.c (modified) * testsuites/validation/ts-validation-io-kernel.c (modified) * testsuites/validation/ts-validation-tls-1.c (modified) config: Add CONFIGURE_IDLE_TASK_STORAGE_SIZE By default, allocate ... Thu, 29 Sep 2022 13:35:37 GMT Sebastian Huber [829e489] * cpukit/include/rtems/stackchk.h (modified) * cpukit/libmisc/stackchk/check.c (modified) stackchk: Add rtems_stack_checker_iterate() Thu, 29 Sep 2022 12:34:43 GMT Sebastian Huber [03ddd89] * cpukit/include/rtems/stackchk.h (modified) stackchk: Avoid internal header file Wed, 28 Sep 2022 10:22:33 GMT Sebastian Huber [1ab93ba] * cpukit/include/rtems/score/interr.h (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/src/threadcreateidle.c (modified) * spec/build/testsuites/validation/fatal-idle-thread-create-failed.yml (added) * spec/build/testsuites/validation/grp.yml (modified) * testsuites/sptests/spinternalerror02/init.c (modified) * testsuites/validation/tr-fatal-idle-thread-create-failed.c (added) * testsuites/validation/tr-fatal-idle-thread-create-failed.h (added) * testsuites/validation/ts-fatal-idle-thread-create-failed.c (added) * testsuites/validation/ts-fatal-sysinit.h (modified) score: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILED Add the ... Tue, 27 Sep 2022 11:34:07 GMT Sebastian Huber [8d44129d] * cpukit/include/rtems/score/tls.h (modified) score: Simplify casts Tue, 27 Sep 2022 05:43:37 GMT Sebastian Huber [4c89fbcd] * bsps/powerpc/shared/cpu.c (modified) * cpukit/include/rtems/score/tls.h (modified) * cpukit/score/cpu/aarch64/cpu.c (modified) * cpukit/score/cpu/aarch64/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/arm/__aeabi_read_tp.c (modified) * cpukit/score/cpu/arm/__tls_get_addr.c (modified) * cpukit/score/cpu/arm/armv7m-context-initialize.c (modified) * cpukit/score/cpu/arm/cpu.c (modified) * cpukit/score/cpu/arm/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/arm/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/bfin/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/i386/cpu.c (modified) * cpukit/score/cpu/i386/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/lm32/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/m68k/__m68k_read_tp.c (modified) * cpukit/score/cpu/m68k/cpu.c (modified) * cpukit/score/cpu/m68k/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/m68k/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/microblaze/__tls_get_addr.c (modified) * cpukit/score/cpu/microblaze/cpu.c (modified) * cpukit/score/cpu/microblaze/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/microblaze/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/mips/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/moxie/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/nios2/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/nios2/nios2-context-initialize.c (modified) * cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/or1k/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/powerpc/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/riscv/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/riscv/riscv-context-initialize.c (modified) * cpukit/score/cpu/sh/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/sparc/cpu.c (modified) * cpukit/score/cpu/sparc/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/sparc64/cpu.c (modified) * cpukit/score/cpu/sparc64/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/v850/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/x86_64/include/rtems/score/cpuimpl.h (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/tlsallocsize.c (modified) score: Add CPU_THREAD_LOCAL_STORAGE_VARIANT Update #3835. Fri, 14 Oct 2022 08:46:06 GMT Sebastian Huber [15bba4ae] * cpukit/include/rtems/score/thread.h (modified) score: Move Thread_Control::Registers member Place this member ... Mon, 26 Sep 2022 07:31:29 GMT Sebastian Huber [2846b17] * cpukit/doxygen/appl-config.h (modified) * cpukit/include/rtems/score/stack.h (modified) * cpukit/score/src/stackallocatorforidle.c (modified) * cpukit/score/src/threadcreateidle.c (modified) * testsuites/sptests/spstkalloc03/init.c (modified) * testsuites/sptests/spstkalloc04/init.c (modified) * testsuites/validation/ts-config.h (modified) * testsuites/validation/ts-default.h (modified) config: Changeable size for IDLE stack allocator Allow the IDLE ... Thu, 29 Sep 2022 05:47:30 GMT Chris Johns [40eb58f] * cpukit/include/rtems/rtems-fdt.h (modified) * cpukit/libmisc/rtems-fdt/rtems-fdt-shell.c (modified) * cpukit/libmisc/rtems-fdt/rtems-fdt.c (modified) libmisc/rtems-fdt: Update to support 64bit addresses - Add support ... Tue, 04 Oct 2022 08:44:10 GMT Sebastian Huber [cc43dc3e] * cpukit/include/rtems/config.h (modified) * cpukit/include/rtems/rtems/config.h (modified) rtems: Clarify application config info API Update #3993. Fri, 30 Sep 2022 12:53:54 GMT Sebastian Huber [c6bd860] * cpukit/include/rtems/rtems/intr.h (modified) rtems: Fix format Thu, 22 Sep 2022 12:57:18 GMT Sebastian Huber [9ed7103] * cpukit/include/rtems/score/chain.h (modified) score: Simplify Chain_Node definition Fix documentation. Thu, 08 Sep 2022 08:37:05 GMT Sebastian Huber [a660e9dc] * bsps/i386/pc386/include/edid.h (modified) * bsps/include/grlib/grlib_impl.h (modified) * bsps/m68k/shared/cache/cache.h (modified) * bsps/powerpc/gen5200/include/tm27.h (modified) * bsps/powerpc/motorola_powerpc/include/bsp.h (modified) * bsps/powerpc/mvme5500/include/tm27.h (modified) * bsps/powerpc/psim/include/tm27.h (modified) * bsps/powerpc/qoriq/include/tm27.h (modified) * bsps/powerpc/t32mppc/include/bsp/irq.h (modified) * bsps/powerpc/virtex/console/consolelite.c (modified) * bsps/sparc/erc32/include/bsp/irq.h (modified) * bsps/x86_64/amd64/start/page.c (modified) * cpukit/include/drvmgr/drvmgr.h (modified) * cpukit/include/pci/access.h (modified) * cpukit/include/pci/irq.h (modified) * cpukit/include/rtems/bsd.h (modified) * cpukit/include/rtems/cbs.h (modified) * cpukit/include/rtems/chain.h (modified) * cpukit/include/rtems/extensionimpl.h (modified) * cpukit/include/rtems/ioimpl.h (modified) * cpukit/include/rtems/libio.h (modified) * cpukit/include/rtems/linkersets.h (modified) * cpukit/include/rtems/mallocinitmulti.h (modified) * cpukit/include/rtems/mallocinitone.h (modified) * cpukit/include/rtems/media.h (modified) * cpukit/include/rtems/posix/condimpl.h (modified) * cpukit/include/rtems/posix/keyimpl.h (modified) * cpukit/include/rtems/posix/mqueueimpl.h (modified) * cpukit/include/rtems/posix/muteximpl.h (modified) * cpukit/include/rtems/posix/posixapi.h (modified) * cpukit/include/rtems/posix/priorityimpl.h (modified) * cpukit/include/rtems/posix/psignalimpl.h (modified) * cpukit/include/rtems/posix/pthreadattrimpl.h (modified) * cpukit/include/rtems/posix/pthreadimpl.h (modified) * cpukit/include/rtems/posix/rwlockimpl.h (modified) * cpukit/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/include/rtems/posix/shmimpl.h (modified) * cpukit/include/rtems/posix/spinlockimpl.h (modified) * cpukit/include/rtems/posix/timerimpl.h (modified) * cpukit/include/rtems/pty.h (modified) * cpukit/include/rtems/qreslib.h (modified) * cpukit/include/rtems/rbtree.h (modified) * cpukit/include/rtems/record.h (modified) * cpukit/include/rtems/rtems/attrimpl.h (modified) * cpukit/include/rtems/rtems/barrierimpl.h (modified) * cpukit/include/rtems/rtems/dpmemimpl.h (modified) * cpukit/include/rtems/rtems/eventimpl.h (modified) * cpukit/include/rtems/rtems/messageimpl.h (modified) * cpukit/include/rtems/rtems/modesimpl.h (modified) * cpukit/include/rtems/rtems/msgmp.h (modified) * cpukit/include/rtems/rtems/optionsimpl.h (modified) * cpukit/include/rtems/rtems/partimpl.h (modified) * cpukit/include/rtems/rtems/partmp.h (modified) * cpukit/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/include/rtems/rtems/regionimpl.h (modified) * cpukit/include/rtems/rtems/semimpl.h (modified) * cpukit/include/rtems/rtems/semmp.h (modified) * cpukit/include/rtems/rtems/statusimpl.h (modified) * cpukit/include/rtems/rtems/tasksimpl.h (modified) * cpukit/include/rtems/rtems/timerimpl.h (modified) * cpukit/include/rtems/score/address.h (modified) * cpukit/include/rtems/score/chainimpl.h (modified) * cpukit/include/rtems/score/corebarrierimpl.h (modified) * cpukit/include/rtems/score/coremsgimpl.h (modified) * cpukit/include/rtems/score/coremuteximpl.h (modified) * cpukit/include/rtems/score/corerwlockimpl.h (modified) * cpukit/include/rtems/score/coresemimpl.h (modified) * cpukit/include/rtems/score/freechainimpl.h (modified) * cpukit/include/rtems/score/hash.h (modified) * cpukit/include/rtems/score/heap.h (modified) * cpukit/include/rtems/score/heapimpl.h (modified) * cpukit/include/rtems/score/isrlock.h (modified) * cpukit/include/rtems/score/memory.h (modified) * cpukit/include/rtems/score/mpciimpl.h (modified) * cpukit/include/rtems/score/mrspimpl.h (modified) * cpukit/include/rtems/score/object.h (modified) * cpukit/include/rtems/score/objectimpl.h (modified) * cpukit/include/rtems/score/percpu.h (modified) * cpukit/include/rtems/score/prioritybitmapimpl.h (modified) * cpukit/include/rtems/score/priorityimpl.h (modified) * cpukit/include/rtems/score/processormask.h (modified) * cpukit/include/rtems/score/protectedheap.h (modified) * cpukit/include/rtems/score/rbtree.h (modified) * cpukit/include/rtems/score/schedulercbsimpl.h (modified) * cpukit/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/include/rtems/score/schedulerimpl.h (modified) * cpukit/include/rtems/score/schedulernodeimpl.h (modified) * cpukit/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/include/rtems/score/schedulersimpleimpl.h (modified) * cpukit/include/rtems/score/scheduleruniimpl.h (modified) * cpukit/include/rtems/score/smpimpl.h (modified) * cpukit/include/rtems/score/stackimpl.h (modified) * cpukit/include/rtems/score/statesimpl.h (modified) * cpukit/include/rtems/score/sysstate.h (modified) * cpukit/include/rtems/score/threaddispatch.h (modified) * cpukit/include/rtems/score/threadimpl.h (modified) * cpukit/include/rtems/score/threadmp.h (modified) * cpukit/include/rtems/score/threadqimpl.h (modified) * cpukit/include/rtems/score/timestampimpl.h (modified) * cpukit/include/rtems/score/todimpl.h (modified) * cpukit/include/rtems/score/userextimpl.h (modified) * cpukit/include/rtems/score/watchdogimpl.h (modified) * cpukit/include/rtems/score/wkspaceinitmulti.h (modified) * cpukit/include/rtems/score/wkspaceinitone.h (modified) * cpukit/include/rtems/termiostypes.h (modified) * cpukit/include/rtems/timecounter.h (modified) * cpukit/include/rtems/timespec.h (modified) * cpukit/libfs/src/dosfs/msdos.h (modified) * cpukit/score/cpu/aarch64/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/aarch64/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/arm/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/arm/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/bfin/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/bfin/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/i386/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/i386/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/i386/include/rtems/score/i386.h (modified) * cpukit/score/cpu/lm32/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/lm32/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/m68k/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/m68k/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/microblaze/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/microblaze/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/mips/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/mips/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/moxie/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/moxie/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/nios2/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/nios2/nios2-iic-irq.c (modified) * cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/or1k/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/or1k/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/powerpc/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/powerpc/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/riscv/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/riscv/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/sh/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/sh/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/sparc/include/libcpu/byteorder.h (modified) * cpukit/score/cpu/sparc/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/sparc64/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc64/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/v850/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/v850/include/rtems/score/cpuimpl.h (modified) * cpukit/score/cpu/x86_64/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/x86_64/include/rtems/score/cpu_asm.h (modified) * cpukit/score/cpu/x86_64/include/rtems/score/cpuimpl.h (modified) * testsuites/sptests/sp07/system.h (modified) Do not use RTEMS_INLINE_ROUTINE Directly use "static inline" which ... Thu, 08 Sep 2022 07:41:12 GMT Sebastian Huber [270200e] * cpukit/include/rtems/counter.h (modified) * cpukit/include/rtems/score/profiling.h (modified) * cpukit/include/rtems/score/smplockstats.h (modified) * cpukit/score/cpu/aarch64/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/arm/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/bfin/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/m68k/include/rtems/score/cpu.h (modified) * cpukit/score/cpu/microblaze/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) * cpukit/score/src/profilingisrentryexit.c (modified) score: Remove _CPU_Counter_difference() All CPU ports used the same ... Mon, 09 Jul 2018 07:24:05 GMT Conrad Meyer [efd19aa] * cpukit/include/sha224.h (added) * cpukit/libmd/sha256c.c (modified) Implement SHA2-224 submode of SHA2-256 Like SHA2-384:SHA2-512, ... Tue, 18 Oct 2016 23:20:49 GMT Alan Somers [48f7979] * cpukit/include/sha256.h (modified) * cpukit/include/sha384.h (modified) * cpukit/include/sha512.h (modified) * cpukit/include/sha512t.h (modified) Fix C++ includability of crypto headers with static array sizes C99 ... Sat, 28 May 2016 16:06:07 GMT Allan Jude [7b4296e] * cpukit/include/sha512t.h (added) * cpukit/libmd/sha512c.c (modified) Implement SHA-512 truncated (224 and 256 bits) This implements ... Thu, 26 May 2016 19:29:29 GMT Conrad Meyer [3a22e5d3] * cpukit/include/sha256.h (modified) * cpukit/include/sha384.h (modified) * cpukit/include/sha512.h (modified) * cpukit/libmd/sha256c.c (modified) * cpukit/libmd/sha512c.c (modified) crypto routines: Hint minimum buffer sizes to the compiler Use the ... Sun, 27 Dec 2015 17:33:59 GMT Allan Jude [225e7b9] * cpukit/include/sha256.h (modified) * cpukit/include/sha384.h (added) * cpukit/include/sha512.h (modified) * cpukit/libmd/sha512c.c (modified) Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c cperciva's ... Thu, 08 Sep 2022 06:09:30 GMT Sebastian Huber [85d482f] * cpukit/include/rtems/config.h (modified) * cpukit/include/rtems/rtems/intr.h (modified) * cpukit/include/rtems/rtems/types.h (modified) rtems: Include Directly include ... Thu, 08 Sep 2022 06:06:07 GMT Sebastian Huber [548d0050] * cpukit/include/rtems/score/basedefs.h (modified) score: Improve formatting Mon, 05 Sep 2022 12:08:30 GMT Sebastian Huber [33f1223c] * cpukit/include/rtems/scheduler.h (modified) config: Add SMP scheduler configuration errors Issue an error ... Mon, 05 Sep 2022 12:33:17 GMT Sebastian Huber [444f56cd] * cpukit/include/rtems/score/basedefs.h (modified) score: Regenerate Two interface ... Fri, 02 Sep 2022 08:38:29 GMT Sebastian Huber [e770067] * cpukit/include/rtems/rtems/clock.h (modified) rtems: Add constraints for rtems_clock_tick() Fri, 02 Sep 2022 08:29:00 GMT Sebastian Huber [3247b16] * cpukit/include/rtems/fatal.h (modified) * cpukit/include/rtems/init.h (modified) * cpukit/include/rtems/rtems/cache.h (modified) * cpukit/include/rtems/rtems/config.h (modified) * cpukit/include/rtems/rtems/dpmem.h (modified) * cpukit/include/rtems/rtems/intr.h (modified) * cpukit/include/rtems/rtems/modes.h (modified) * cpukit/include/rtems/rtems/mp.h (modified) * cpukit/include/rtems/rtems/object.h (modified) * cpukit/include/rtems/rtems/options.h (modified) * cpukit/include/rtems/rtems/region.h (modified) * cpukit/include/rtems/rtems/status.h (modified) * cpukit/include/rtems/rtems/support.h (modified) * cpukit/include/rtems/rtems/tasks.h (modified) * cpukit/include/rtems/rtems/types.h (modified) * cpukit/include/rtems/score/basedefs.h (modified) Add items to Doxygen groups Tue, 30 Aug 2022 05:58:56 GMT Sebastian Huber [dad6d322] * cpukit/include/rtems/confdefs/scheduler.h (modified) * cpukit/include/rtems/score/schedulerpriority.h (modified) Fix pedanic warnings without a storage increase Use ... Tue, 30 Aug 2022 05:06:14 GMT Sebastian Huber [1be6dc18] * cpukit/include/rtems/test.h (modified) * cpukit/libtest/t-test-checks.c (modified) * testsuites/libtests/ttest01/test-checks.c (modified) libtest: Fix warnings without a pragma It seems that recent GCC ... Wed, 31 Aug 2022 11:14:47 GMT Sebastian Huber [b3d2e3fe] * cpukit/include/rtems/confdefs/face.h (modified) config: Include on demand Updates #4691. Mon, 29 Aug 2022 07:10:25 GMT Sebastian Huber [c226990] * cpukit/include/rtems/score/interr.h (modified) score: Do not expose to The header ... Mon, 29 Aug 2022 07:19:14 GMT Sebastian Huber [9b16f24] * cpukit/include/rtems/score/priorityimpl.h (modified) score: Fix format Update #4706. Mon, 29 Aug 2022 07:14:35 GMT Sebastian Huber [23b42f7] * cpukit/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/include/rtems/score/tls.h (modified) score: Fix format Update #4706. Mon, 29 Aug 2022 06:53:22 GMT Sebastian Huber [3d2fbaf4] * cpukit/include/rtems/linkersets.h (modified) Revert "linkersets.h: Fix gcc 12 warning" This reverts commit ... Fri, 19 Aug 2022 06:50:24 GMT Chris Johns [a329579] * cpukit/include/link_elf.h (modified) * cpukit/include/rtems/posix/muteximpl.h (modified) * cpukit/include/rtems/posix/pthreadattrimpl.h (modified) * cpukit/include/rtems/rtl/rtl-obj.h (modified) * cpukit/include/rtems/rtl/rtl.h (modified) * cpukit/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/include/rtems/score/tls.h (modified) cpukit/include: Fix including in C++ UPdates #4706 Fri, 19 Aug 2022 05:22:17 GMT Chris Johns [f5233fe] * cpukit/include/linux/rbtree.h (modified) * cpukit/include/rtems/capture.h (modified) * cpukit/include/rtems/score/priority.h (modified) * cpukit/include/rtems/score/priorityimpl.h (modified) cpukit/include: Fixes for C++ Updates #4706 Tue, 16 Aug 2022 17:01:55 GMT Ryan Long [9e228978] * cpukit/include/rtems/test.h (modified) test.h: Add pragma for gcc 12 warning Updates #4662 Tue, 16 Aug 2022 17:00:26 GMT Ryan Long [5b875915] * cpukit/include/rtems/score/schedulerpriority.h (modified) schedulerpriority.h: Fix gcc 12 warning Changed the size of the ... Tue, 16 Aug 2022 16:59:48 GMT Ryan Long [c55bd160] * cpukit/include/rtems/score/percpu.h (modified) percpu.h: Add pragma for gcc 12 warning Updates #4662 Tue, 16 Aug 2022 16:59:09 GMT Ryan Long [df3fa4e0] * cpukit/include/rtems/score/interr.h (modified) interr.h: Fix gcc 12 warning The warning that this fixes states ... Tue, 16 Aug 2022 16:58:15 GMT Ryan Long [f9302067] * cpukit/include/rtems/linkersets.h (modified) linkersets.h: Fix gcc 12 warning Changing the offset from 0 to 1 ... Tue, 16 Aug 2022 16:57:37 GMT Ryan Long [ec7d6c0] * cpukit/include/rtems/confdefs/threads.h (modified) threads.h: Add pragmas to get rid of gcc 12 errors Updates #4662 Mon, 08 Aug 2022 21:51:30 GMT Joel Sherrill [36895bd] * cpukit/include/rtems/test-info.h (modified) cpukit/include/rtems/test-info.h: Change @returns to @return Mon, 01 Aug 2022 22:12:21 GMT Joel Sherrill [4b04589b] * cpukit/include/rtems/confdefs.h (modified) * cpukit/include/rtems/confdefs/face.h (added) * cpukit/include/rtems/posix/timer.h (modified) * cpukit/posix/src/psxtimercreate.c (modified) * spec/build/testsuites/psxtests/grp.yml (modified) * spec/build/testsuites/psxtests/psxtimer_face01.yml (added) * testsuites/psxtests/psxtimer_face01/psxtimer.c (added) * testsuites/psxtests/psxtimer_face01/psxtimer_face01.doc (added) * testsuites/psxtests/psxtimer_face01/psxtimer_face01.scn (added) Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR This adds the ... Wed, 10 Aug 2022 13:20:27 GMT Sebastian Huber [cf3d2b37] * cpukit/include/rtems/malloc.h (modified) rtems/malloc.h: Add API level Doxygen group The interfaces in the ... Fri, 05 Aug 2022 13:35:15 GMT Sebastian Huber [7219d3c] * cpukit/include/rtems/test.h (modified) * cpukit/libtest/t-test-hash-sha256.c (modified) libtest: Add T_report_hash_sha256_update() Update #3716. Tue, 02 Aug 2022 11:00:09 GMT Chris Johns [071640d] * cpukit/include/rtems/shellconfig.h (modified) * cpukit/libmisc/shell/main_rtems.c (added) * spec/build/cpukit/objshell.yml (modified) libmisc/shell: Add an 'rtems' command to report a running build - ... Tue, 19 Jul 2022 16:26:40 GMT Ryan Long [ad94dc3] * cpukit/include/sys/exec_elf.h (modified) sys/exec_elf.h: Bring in newer file Updated this file with the ... Thu, 28 Jul 2022 06:20:25 GMT Sebastian Huber [6a65803] * cpukit/include/rtems/score/objectdata.h (modified) * cpukit/include/rtems/score/thread.h (modified) score: Allow linker garbage collection Place the object control ... Tue, 19 Jul 2022 08:38:12 GMT Sebastian Huber [8a864bc6] * cpukit/include/rtems/score/threadimpl.h (modified) * cpukit/posix/src/cancel.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/psxtests/psx08/init.c (modified) score: Use PTHREAD_CANCELED for _Thread_Cancel() The ... Mon, 18 Jul 2022 07:41:39 GMT Sebastian Huber [31036f1d] * cpukit/include/rtems/rtems/tasks.h (modified) * cpukit/include/rtems/score/threadimpl.h (modified) * cpukit/posix/src/cancel.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/rtems/src/taskdelete.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/psxtests/psx08/init.c (modified) * testsuites/psxtests/psx12/init.c (modified) * testsuites/smptests/smppsxmutex01/init.c (modified) * testsuites/validation/tc-task-delete.c (modified) * testsuites/validation/tc-task-exit.c (modified) * testsuites/validation/tc-task-restart.c (modified) score: Use priority inheritance for thread join Threads may join ... Wed, 27 Jul 2022 06:55:10 GMT Sebastian Huber [2501c64b] * cpukit/include/rtems/score/objectdata.h (modified) * cpukit/include/rtems/score/thread.h (modified) score: Fix objects local table initialization The objects local ... Fri, 15 Jul 2022 07:16:04 GMT Sebastian Huber [7fe6d60] * cpukit/include/rtems/posix/priorityimpl.h (modified) * cpukit/include/rtems/score/priority.h (modified) * cpukit/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/include/rtems/score/schedulerimpl.h (modified) * cpukit/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/include/rtems/score/schedulersimpleimpl.h (modified) * cpukit/include/rtems/score/scheduleruniimpl.h (added) * cpukit/rtems/src/timerserver.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/scheduleredfblock.c (modified) * cpukit/score/src/scheduleredfchangepriority.c (modified) * cpukit/score/src/scheduleredfschedule.c (modified) * cpukit/score/src/scheduleredfunblock.c (modified) * cpukit/score/src/scheduleredfyield.c (modified) * cpukit/score/src/schedulerpriorityblock.c (modified) * cpukit/score/src/schedulerprioritychangepriority.c (modified) * cpukit/score/src/schedulerpriorityschedule.c (modified) * cpukit/score/src/schedulerpriorityunblock.c (modified) * cpukit/score/src/schedulerpriorityyield.c (modified) * cpukit/score/src/schedulersimpleblock.c (modified) * cpukit/score/src/schedulersimplechangepriority.c (modified) * cpukit/score/src/schedulersimpleschedule.c (modified) * cpukit/score/src/schedulersimpleunblock.c (modified) * cpukit/score/src/schedulersimpleyield.c (modified) * spec/build/cpukit/librtemscpu.yml (modified) * testsuites/sptests/sptasknopreempt01/init.c (modified) score: Remove PRIORITY_PSEUDO_ISR thread priority The uniprocessor ... Mon, 25 Jul 2022 07:52:41 GMT Sebastian Huber [8dc651f] * cpukit/include/rtems/imfs.h (modified) * cpukit/include/rtems/imfsimpl.h (added) * cpukit/libfs/src/imfs/imfs_add_node.c (modified) * cpukit/libfs/src/imfs/imfs_chown.c (modified) * cpukit/libfs/src/imfs/imfs_fchmod.c (modified) * cpukit/libfs/src/imfs/imfs_fifo.c (modified) * cpukit/libfs/src/imfs/imfs_linfile.c (modified) * cpukit/libfs/src/imfs/imfs_link.c (modified) * cpukit/libfs/src/imfs/imfs_make_generic_node.c (modified) * cpukit/libfs/src/imfs/imfs_memfile.c (modified) * cpukit/libfs/src/imfs/imfs_mknod.c (modified) * cpukit/libfs/src/imfs/imfs_node.c (modified) * cpukit/libfs/src/imfs/imfs_rename.c (modified) * spec/build/cpukit/librtemscpu.yml (modified) imfs: Add Mon, 25 Jul 2022 07:59:14 GMT Sebastian Huber [e584ee4] * cpukit/include/rtems/test-info.h (modified) libtest: Add missing initializer Mon, 23 May 2022 10:27:56 GMT Matt Joyce [6d4b390] * cpukit/include/rtems/confdefs/newlib.h (modified) * cpukit/include/rtems/confdefs/threads.h (modified) * cpukit/include/rtems/libcsupport.h (modified) * cpukit/include/rtems/score/thread.h (modified) * cpukit/libcsupport/src/getreentglobal.c (modified) * cpukit/libcsupport/src/newlibc_reent.c (modified) * testsuites/libtests/newlib01/init.c (modified) Support _REENT_THREAD_LOCAL Newlib configuration In case the Newlib ... Wed, 13 Jul 2022 12:42:43 GMT Sebastian Huber [12a03bea] * cpukit/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectfree.c (modified) score: Fix unlimited objects support Commit ... Thu, 14 Jul 2022 13:06:02 GMT Sebastian Huber [1bf878f7] * cpukit/include/rtems/score/memory.h (modified) * cpukit/score/src/memorydirtyfreeareas.c (modified) * cpukit/score/src/memorynoinit.c (added) * cpukit/score/src/memoryzerofreeareas.c (modified) * spec/build/cpukit/librtemscpu.yml (modified) * testsuites/sptests/sp54/init.c (modified) score: Extend memory dirty/zero actions Dirty or zero also the part ... Thu, 14 Jul 2022 11:59:23 GMT Sebastian Huber [4b911a75] * cpukit/include/rtems/score/objectdata.h (modified) * cpukit/include/rtems/score/thread.h (modified) * testsuites/sptests/sp01/init.c (modified) score: Place object controls into .noinit sections Place the ... Fri, 12 Nov 2021 16:59:42 GMT Gleb Smirnoff [388dd97] * cpukit/include/machine/_kernel_in.h (modified) * cpukit/include/machine/_kernel_in6.h (modified) Add in_localip_fib(), in6_localip_fib(). Check if given address/FIB ... Sun, 10 Oct 2021 17:02:26 GMT Gleb Smirnoff [94c33ba9] * cpukit/include/machine/_kernel_in.h (modified) Use network epoch to protect local IPv4 addresses hash. The ... Mon, 06 Sep 2021 22:08:15 GMT Alexander V. Chernikov [7846249e] * cpukit/include/machine/_kernel_in.h (modified) routing: fix source address selection rules for IPv4 over IPv6. ... Wed, 20 May 2020 20:58:17 GMT John Baldwin [070f1b5] * cpukit/include/machine/_kernel_uio.h (modified) Remove copyinfrom() and copyinstrfrom(). These functions were added ... Tue, 05 Jul 2022 06:13:50 GMT Sebastian Huber [6e74ceb] * cpukit/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadchangepriority.c (modified) score: Conditional _Thread_Priority_replace() This function is only ... Tue, 28 Jun 2022 05:45:02 GMT Sebastian Huber [4f87edb] * cpukit/include/rtems/score/gcov.h (added) * cpukit/include/rtems/test-info.h (modified) * cpukit/libtest/testgcovdumpinfo.c (added) * cpukit/score/src/gcovdumpinfo.c (added) * cpukit/score/src/gcovdumpinfobase64.c (added) * cpukit/score/src/gcovinfoset.c (added) * spec/build/cpukit/librtemscpu.yml (modified) * spec/build/cpukit/librtemstest.yml (modified) * testsuites/validation/tc-terminate.c (modified) gcov: Add functions to dump the gcov information Update #4670. Thu, 23 Jun 2022 06:54:10 GMT Sebastian Huber [ba56e239] * cpukit/include/rtems/score/processormask.h (modified) score: Account for API changes Update #4667. Thu, 23 Jun 2022 06:55:38 GMT Sebastian Huber [a76988c] * cpukit/include/rtems/score/processormask.h (modified) score: Remove unused _Processor_mask_Nand() Update #4667. Mon, 16 May 2022 18:34:59 GMT Sebastian Huber [5dffbc42] * cpukit/include/rtems/score/priorityimpl.h (modified) * cpukit/score/src/kern_tc.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadqops.c (modified) * cpukit/score/src/watchdogtick.c (modified) score: Make SMP only code explicit Conditional expressions with ... Wed, 01 Jun 2022 14:31:06 GMT Frank Kühndel [679e7f10] * cpukit/include/rtems/tftp.h (modified) * cpukit/libfs/src/ftpfs/tftpDriver.c (modified) * cpukit/libfs/src/ftpfs/tftp_driver.h (added) * cpukit/libfs/src/ftpfs/tftpfs.c (added) * spec/build/cpukit/libtftpfs.yml (modified) TFTPFS: Implement block and window size options The original file ... Fri, 20 May 2022 09:30:02 GMT Gabriel Moyano [5ccf960] * cpukit/include/rtems/score/timecounter.h (modified) * cpukit/include/sys/timepps.h (modified) timecounter.h: Add _Timecounter_Discipline() Update #2349. Fri, 20 May 2022 09:30:01 GMT Gabriel Moyano [b3e4f580] * cpukit/include/sys/timepps.h (modified) * cpukit/score/src/kern_ntptime.c (modified) * testsuites/sptests/spntp01/init.c (modified) timepps.h: PPS_SYNC defined by default Update #2349. Fri, 20 May 2022 09:29:57 GMT Gabriel Moyano [ac4ea53] * cpukit/include/rtems/score/timecounter.h (modified) * cpukit/include/sys/timetc.h (modified) * cpukit/score/src/kern_tc.c (modified) score: Rename tc_getfrequency() Rename tc_getfrequency() to ... Fri, 20 May 2022 09:29:56 GMT Gabriel Moyano [95c747d9] * cpukit/include/sys/timepps.h (modified) * cpukit/score/src/kern_tc.c (modified) kern_tc.c: Replace FreeBSD event mechanism by adding pointers to ... Fri, 20 May 2022 09:29:55 GMT Gabriel Moyano [bf61753a] * cpukit/include/sys/timepps.h (modified) * cpukit/score/src/kern_tc.c (modified) kern_tc.c: Add atomic dependencies required by the PPS API Update #2349. Wed, 18 May 2022 08:00:12 GMT Sebastian Huber [f49ef6b] * cpukit/include/machine/_kernel_cpuset.h (modified) * cpukit/include/machine/_kernel_in.h (modified) * cpukit/include/machine/_kernel_in6.h (modified) * cpukit/include/machine/_kernel_mman.h (modified) * cpukit/include/machine/_kernel_param.h (modified) * cpukit/include/machine/_kernel_time.h (modified) * cpukit/include/machine/_kernel_types.h (modified) * cpukit/include/machine/_kernel_uio.h (modified) * cpukit/include/machine/_timecounter.h (modified) Add file descriptions to kernel space headers Wed, 18 May 2022 07:59:34 GMT Sebastian Huber [b992648] * cpukit/include/machine/_kernel_cpuset.h (modified) * cpukit/include/machine/_kernel_mman.h (modified) * cpukit/include/machine/_kernel_param.h (modified) * cpukit/include/machine/_kernel_time.h (modified) * cpukit/include/machine/_kernel_types.h (modified) * cpukit/include/machine/_timecounter.h (modified) Fix copyright notice of kernel space headers Use the copyright ... Wed, 18 May 2022 07:49:38 GMT Sebastian Huber [81962136] * cpukit/include/machine/_kernel_cpuset.h (modified) * cpukit/include/machine/_kernel_param.h (modified) Add include guard checks to kernel space headers Thu, 12 May 2022 02:48:55 GMT Tian Ye [901bc14] * cpukit/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) score: Add SMP priority affinity scheduler yield Fri, 29 Apr 2022 19:37:19 GMT Ryan Long [ebfccb0] * cpukit/include/endian.h (modified) * cpukit/include/machine/_kernel_param.h (modified) include: Add file headers and licenses These files had no header, ... Fri, 29 Apr 2022 19:15:19 GMT Ryan Long [0c17d0e] * cpukit/include/rtems/ftpd.h (modified) ftpd.h: Add file header and license This file had no header, ... Fri, 29 Apr 2022 19:08:51 GMT Ryan Long [5cbad67] * cpukit/include/pci/ids_extra.h (modified) include/pci: Add file header and license This file had no header, ... Fri, 29 Apr 2022 18:49:57 GMT Ryan Long [17c92ad] * cpukit/include/rtems/assoc.h (modified) * cpukit/include/rtems/error.h (modified) cpukit/include/rtems: Add file headers and licenses These files had ... Thu, 21 Apr 2022 17:38:31 GMT Ryan Long [47e84cb] * cpukit/include/machine/_kernel_cpuset.h (modified) * cpukit/include/memory.h (modified) * cpukit/include/poll.h (modified) * cpukit/include/rtems/endian.h (modified) * cpukit/include/rtems/monitor.h (modified) * cpukit/include/rtems/passwd.h (modified) * cpukit/include/rtems/ringbuf.h (modified) cpukit/include: Adding file headers and licenses These files had no ... Thu, 28 Apr 2022 06:56:59 GMT Sebastian Huber [8b18037f] * cpukit/include/rtems/score/heapimpl.h (modified) * cpukit/score/src/heapallocate.c (modified) * testsuites/libtests/malloctest/init.c (modified) heap: Fix heap statistics with protection enabled Close #4644. Wed, 06 Apr 2022 06:16:36 GMT Sebastian Huber [2342625] * cpukit/include/rtems/shell.h (modified) * cpukit/libmisc/shell/shell.c (modified) shell: Add rtems_shell_run_main_loop() In contrast to ... Fri, 01 Apr 2022 18:18:49 GMT Joel Sherrill [5f8c41c] * cpukit/include/rtems/pty.h (modified) * cpukit/include/rtems/shell.h (modified) * cpukit/include/rtems/telnetd.h (modified) * cpukit/libcsupport/src/chroot.c (modified) * cpukit/libcsupport/src/getgrent.c (modified) * cpukit/libcsupport/src/getgrnam.c (modified) * cpukit/libcsupport/src/getpwent.c (modified) * cpukit/libcsupport/src/privateenv.c (modified) * cpukit/libcsupport/src/pwdgrp.c (modified) * cpukit/libmisc/shell/cat_file.c (modified) * cpukit/libmisc/shell/cmds.c (modified) * cpukit/libmisc/shell/login_check.c (modified) * cpukit/libmisc/shell/main_alias.c (modified) * cpukit/libmisc/shell/main_blksync.c (modified) * cpukit/libmisc/shell/main_cat.c (modified) * cpukit/libmisc/shell/main_cd.c (modified) * cpukit/libmisc/shell/main_chdir.c (modified) * cpukit/libmisc/shell/main_chmod.c (modified) * cpukit/libmisc/shell/main_chroot.c (modified) * cpukit/libmisc/shell/main_date.c (modified) * cpukit/libmisc/shell/main_dir.c (modified) * cpukit/libmisc/shell/main_exit.c (modified) * cpukit/libmisc/shell/main_id.c (modified) * cpukit/libmisc/shell/main_logoff.c (modified) * cpukit/libmisc/shell/main_mdump.c (modified) * cpukit/libmisc/shell/main_medit.c (modified) * cpukit/libmisc/shell/main_mfill.c (modified) * cpukit/libmisc/shell/main_mkdir.c (modified) * cpukit/libmisc/shell/main_mmove.c (modified) * cpukit/libmisc/shell/main_mount.c (modified) * cpukit/libmisc/shell/main_mount_nfs.c (modified) * cpukit/libmisc/shell/main_pwd.c (modified) * cpukit/libmisc/shell/main_rmdir.c (modified) * cpukit/libmisc/shell/main_tty.c (modified) * cpukit/libmisc/shell/main_umask.c (modified) * cpukit/libmisc/shell/main_unmount.c (modified) * cpukit/libmisc/shell/main_whoami.c (modified) * cpukit/libmisc/shell/shell.c (modified) * cpukit/libmisc/shell/shell_cmdset.c (modified) * cpukit/libmisc/shell/write_file.c (modified) * cpukit/telnetd/README (modified) * cpukit/telnetd/pty.c (modified) * cpukit/telnetd/telnetd.c (modified) Update email address of Fernando Ruiz Casas to ... Sat, 02 Apr 2022 19:15:16 GMT Joel Sherrill [3a6c3c1] * cpukit/include/drvmgr/drvmgr.h (modified) * cpukit/include/drvmgr/drvmgr_confdefs.h (modified) * cpukit/include/drvmgr/drvmgr_list.h (modified) * cpukit/include/drvmgr/pci_bus.h (modified) * cpukit/include/pci.h (modified) * cpukit/include/pci/access.h (modified) * cpukit/include/pci/cfg.h (modified) * cpukit/include/pci/cfg_auto.h (modified) * cpukit/include/pci/cfg_peripheral.h (modified) * cpukit/include/pci/cfg_read.h (modified) * cpukit/include/pci/cfg_static.h (modified) * cpukit/include/pci/irq.h (modified) cpukit/include; Remove SPDX from Gaisler files NOT changed to BSD-2 Mon, 28 Mar 2022 23:35:59 GMT Joel Sherrill [54ec0264] * cpukit/include/rtems/timespec.h (modified) cpukit/include/rtems/timespec.h: Change license to BSD-2 ... Mon, 28 Mar 2022 23:34:47 GMT Joel Sherrill [59fba6f] * cpukit/include/rtems/cbs.h (modified) cpukit/include/rtems/cbs.h: Change license to BSD-2 Permission ... Tue, 29 Mar 2022 13:23:29 GMT Sebastian Huber [9f9f140] * cpukit/include/rtems/rtems/tasks.h (modified) * spec/build/testsuites/validation/validation-smp-only-0.yml (modified) * testsuites/validation/tc-task-smp.c (added) * testsuites/validation/tc-task.c (modified) * testsuites/validation/tx-support.c (modified) * testsuites/validation/tx-support.h (modified) rtems: Clarify scheduler of created task Fri, 25 Mar 2022 16:17:14 GMT Joel Sherrill [9bbf4003] * cpukit/include/rtems/confdefs/libpci.h (modified) cpukit/include/rtems/confdefs/libpci.h: Manual file header clean up Thu, 24 Mar 2022 21:58:09 GMT Joel Sherrill [c35816a] * cpukit/include/pci/access.h (modified) * cpukit/include/pci/cfg.h (modified) * cpukit/include/pci/cfg_auto.h (modified) * cpukit/include/pci/cfg_peripheral.h (modified) * cpukit/include/pci/cfg_read.h (modified) * cpukit/include/pci/cfg_static.h (modified) * cpukit/include/pci/irq.h (modified) cpukit/include/pci: Manual header file clean up Thu, 24 Mar 2022 21:58:33 GMT Joel Sherrill [9982e8e4] * cpukit/include/drvmgr/drvmgr.h (modified) * cpukit/include/drvmgr/drvmgr_confdefs.h (modified) * cpukit/include/drvmgr/drvmgr_list.h (modified) * cpukit/include/drvmgr/pci_bus.h (modified) cpukit/include/drvmgr: Manual header file clean up