CVS commit: othersrc/external/bsd/elex

2023-02-23 Thread Alistair G. Crooks
: namespace.mk Log Message: Update elex to version 20230223 + add introspection - add a "namespace" action to elex_exec_str to return any embedded library namespace used when compiling + move LIB_NAMESPACE from embedded definitions to be defined in Makefiles, and include the makefi

CVS commit: othersrc/external/bsd/elex

2023-02-23 Thread Alistair G. Crooks
: namespace.mk Log Message: Update elex to version 20230223 + add introspection - add a "namespace" action to elex_exec_str to return any embedded library namespace used when compiling + move LIB_NAMESPACE from embedded definitions to be defined in Makefiles, and include the makefi

CVS commit: othersrc/external/bsd/elex

2023-02-23 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Thu Feb 23 19:16:31 UTC 2023 Modified Files: othersrc/external/bsd/elex: README Log Message: Fix typos and case issues, and properly hyphenate words. From Brad Harder. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: othersrc/external/bsd/elex

2023-02-23 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Thu Feb 23 19:16:31 UTC 2023 Modified Files: othersrc/external/bsd/elex: README Log Message: Fix typos and case issues, and properly hyphenate words. From Brad Harder. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/sys/kern

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:57:29 UTC 2023 Modified Files: src/sys/kern: kern_lock.c kern_mutex.c Log Message: KERNEL_LOCK(9): Minor tweaks to ci->ci_biglock_wanted access. 1. Use atomic_load_relaxed to read ci->ci_biglock_wanted from

CVS commit: src/sys/kern

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:57:29 UTC 2023 Modified Files: src/sys/kern: kern_lock.c kern_mutex.c Log Message: KERNEL_LOCK(9): Minor tweaks to ci->ci_biglock_wanted access. 1. Use atomic_load_relaxed to read ci->ci_biglock_wanted from

CVS commit: src/sys/arch/vax/vax

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:57:09 UTC 2023 Modified Files: src/sys/arch/vax/vax: subr.S Log Message: vax: Note where cpu_switchto needs barriers. PR kern/57240 Not sure vax has ever had working MULTIPROCESSOR, though, and I'm not even

CVS commit: src/sys/arch/vax/vax

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:57:09 UTC 2023 Modified Files: src/sys/arch/vax/vax: subr.S Log Message: vax: Note where cpu_switchto needs barriers. PR kern/57240 Not sure vax has ever had working MULTIPROCESSOR, though, and I'm not even

CVS commit: src/sys/arch/sparc64/sparc64

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:56:56 UTC 2023 Modified Files: src/sys/arch/sparc64/sparc64: locore.s Log Message: sparc64: Add missing barriers in cpu_switchto. Details in comments. PR kern/57240 XXX pullup-8 XXX pullup-9 XXX pullup-10 To

CVS commit: src/sys/arch/sparc64/sparc64

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:56:56 UTC 2023 Modified Files: src/sys/arch/sparc64/sparc64: locore.s Log Message: sparc64: Add missing barriers in cpu_switchto. Details in comments. PR kern/57240 XXX pullup-8 XXX pullup-9 XXX pullup-10 To

CVS commit: src/sys/arch/sparc/sparc

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:56:37 UTC 2023 Modified Files: src/sys/arch/sparc/sparc: locore.s Log Message: sparc: Add missing barriers in cpu_switchto. PR kern/57240 XXX pullup-8 XXX pullup-9 XXX pullup-10 To generate a diff of this

CVS commit: src/sys/arch/sparc/sparc

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:56:37 UTC 2023 Modified Files: src/sys/arch/sparc/sparc: locore.s Log Message: sparc: Add missing barriers in cpu_switchto. PR kern/57240 XXX pullup-8 XXX pullup-9 XXX pullup-10 To generate a diff of this

CVS commit: src/sys/arch/riscv/riscv

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:56:23 UTC 2023 Modified Files: src/sys/arch/riscv/riscv: cpu_switch.S Log Message: riscv: Add missing barriers in cpu_switchto. Details in comments. PR kern/57240 To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/riscv/riscv

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:56:23 UTC 2023 Modified Files: src/sys/arch/riscv/riscv: cpu_switch.S Log Message: riscv: Add missing barriers in cpu_switchto. Details in comments. PR kern/57240 To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/powerpc/powerpc

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:56:12 UTC 2023 Modified Files: src/sys/arch/powerpc/powerpc: locore_subr.S Log Message: powerpc: Add missing barriers in cpu_switchto. Details in comments. PR kern/57240 XXX pullup-8 XXX pullup-9 XXX pullup-10

CVS commit: src/sys/arch/powerpc/powerpc

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:56:12 UTC 2023 Modified Files: src/sys/arch/powerpc/powerpc: locore_subr.S Log Message: powerpc: Add missing barriers in cpu_switchto. Details in comments. PR kern/57240 XXX pullup-8 XXX pullup-9 XXX pullup-10

CVS commit: src/sys/arch

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:56:00 UTC 2023 Modified Files: src/sys/arch/evbmips/ingenic: cpu_startup.S src/sys/arch/mips/include: asm.h src/sys/arch/mips/mips: locore.S locore_mips3.S Log Message: mips: Add missing barriers

CVS commit: src/sys/arch

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:56:00 UTC 2023 Modified Files: src/sys/arch/evbmips/ingenic: cpu_startup.S src/sys/arch/mips/include: asm.h src/sys/arch/mips/mips: locore.S locore_mips3.S Log Message: mips: Add missing barriers

CVS commit: src/sys/arch/ia64/ia64

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:55:47 UTC 2023 Modified Files: src/sys/arch/ia64/ia64: machdep.c vm_machdep.c Log Message: ia64: Add missing barriers in cpu_switchto. (ia64 has never really worked, so no pullups needed, right?) PR kern/57240

CVS commit: src/sys/arch/ia64/ia64

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:55:47 UTC 2023 Modified Files: src/sys/arch/ia64/ia64: machdep.c vm_machdep.c Log Message: ia64: Add missing barriers in cpu_switchto. (ia64 has never really worked, so no pullups needed, right?) PR kern/57240

CVS commit: src/sys/arch/hppa/include

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:55:36 UTC 2023 Modified Files: src/sys/arch/hppa/include: cpu.h Log Message: hppa: Add missing barriers in cpu_switchto. PR kern/57240 Not sure hppa has ever had working MULTIPROCESSOR, so maybe no pullups

CVS commit: src/sys/arch/hppa/include

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:55:36 UTC 2023 Modified Files: src/sys/arch/hppa/include: cpu.h Log Message: hppa: Add missing barriers in cpu_switchto. PR kern/57240 Not sure hppa has ever had working MULTIPROCESSOR, so maybe no pullups

CVS commit: src/sys/arch/arm

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:55:25 UTC 2023 Modified Files: src/sys/arch/arm/arm: armv6_start.S src/sys/arch/arm/arm32: cpuswitch.S Log Message: arm32: Add missing barriers in cpu_switchto. Details in comments. PR kern/57240 XXX

CVS commit: src/sys/arch/arm

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:55:25 UTC 2023 Modified Files: src/sys/arch/arm/arm: armv6_start.S src/sys/arch/arm/arm32: cpuswitch.S Log Message: arm32: Add missing barriers in cpu_switchto. Details in comments. PR kern/57240 XXX

CVS commit: src/sys/arch/alpha/include

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:55:10 UTC 2023 Modified Files: src/sys/arch/alpha/include: asm.h Log Message: alpha: Add missing barriers in cpu_switchto. Details in comments. PR kern/57240 XXX pullup-8 XXX pullup-9 XXX pullup-10 To

CVS commit: src/sys/arch/alpha/include

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:55:10 UTC 2023 Modified Files: src/sys/arch/alpha/include: asm.h Log Message: alpha: Add missing barriers in cpu_switchto. Details in comments. PR kern/57240 XXX pullup-8 XXX pullup-9 XXX pullup-10 To

CVS commit: src/sys/arch/aarch64/aarch64

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:54:57 UTC 2023 Modified Files: src/sys/arch/aarch64/aarch64: cpuswitch.S locore.S Log Message: aarch64: Add missing barriers in cpu_switchto. Details in comments. Note: This is a conservative change that

CVS commit: src/sys/arch/aarch64/aarch64

2023-02-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 23 14:54:57 UTC 2023 Modified Files: src/sys/arch/aarch64/aarch64: cpuswitch.S locore.S Log Message: aarch64: Add missing barriers in cpu_switchto. Details in comments. Note: This is a conservative change that

CVS commit: [netbsd-10] src/doc

2023-02-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 23 11:49:18 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Ammend ticket #91 To generate a diff of this commit: cvs rdiff -u -r1.1.2.36 -r1.1.2.37 src/doc/CHANGES-10.0 Please note that diffs

CVS commit: [netbsd-10] src/doc

2023-02-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 23 11:49:18 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Ammend ticket #91 To generate a diff of this commit: cvs rdiff -u -r1.1.2.36 -r1.1.2.37 src/doc/CHANGES-10.0 Please note that diffs

CVS commit: [netbsd-10] src/sys/arch/next68k/conf

2023-02-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 23 11:48:58 UTC 2023 Modified Files: src/sys/arch/next68k/conf [netbsd-10]: RAMDISK Log Message: Remove driver not yet pressent in this branch, to fix the build after ticket #91. To generate a diff of this commit: cvs

CVS commit: [netbsd-10] src/sys/arch/next68k/conf

2023-02-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 23 11:48:58 UTC 2023 Modified Files: src/sys/arch/next68k/conf [netbsd-10]: RAMDISK Log Message: Remove driver not yet pressent in this branch, to fix the build after ticket #91. To generate a diff of this commit: cvs