CVS commit: src/usr.bin/make/unit-tests

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 07:08:10 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: modts.exp modts.mk Log Message: make(1): demonstrate inconsistent :ts behavior among modifiers To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/sys/arch/evbmips/cavium

2020-07-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jul 19 08:53:24 UTC 2020 Modified Files: src/sys/arch/evbmips/cavium: machdep.c Log Message: Reserve space for all CPU cores (incorrect logic). Reserve a full page for each core, not incorrect 4096 (from skrll@). To

CVS commit: src/sys/crypto/aes/arch/arm

2020-07-19 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sun Jul 19 07:32:43 UTC 2020 Modified Files: src/sys/crypto/aes/arch/arm: aes_armv8_64.S Log Message: fix build with clang/llvm. clang aarch64 assembler doesn't accept optional number of lanes of vector register. (but ARMARM says

CVS commit: src/sys/dev/nvmm/x86

2020-07-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jul 19 06:36:38 UTC 2020 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_svm.c nvmm_x86_svmfunc.S nvmm_x86_vmx.c nvmm_x86_vmxfunc.S Log Message: The TLB flush IPIs do not respect the IPL, so enforcing IPL_HIGH has no

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

2020-07-19 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sun Jul 19 07:18:07 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: cpufunc_asm_armv8.S Log Message: fix build error with LLVM. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch

2020-07-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jul 19 07:35:08 UTC 2020 Modified Files: src/sys/arch/amd64/amd64: cpufunc.S src/sys/arch/amd64/include: frameasm.h src/sys/arch/i386/i386: cpufunc.S src/sys/arch/x86/include: pmap.h

CVS commit: src/sys/dev/nvmm/x86

2020-07-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jul 19 06:56:10 UTC 2020 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_svm.c nvmm_x86_vmx.c Log Message: Switch to fpu_kern_enter/leave, to prevent clobbering, now that the kernel itself uses the fpu. To generate a diff of

CVS commit: src/sys/arch/mips/cavium

2020-07-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jul 19 08:58:35 UTC 2020 Modified Files: src/sys/arch/mips/cavium: octeon_cpunode.c Log Message: KNF whitespace nits. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/mips/cavium/octeon_cpunode.c

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 09:26:19 UTC 2020 Modified Files: src/usr.bin/make: nonints.h str.c var.c Log Message: make(1): move SysV string matching to var.c This kind of string matching is only used in variable modifiers, and only if this

CVS commit: src/usr.bin/make/unit-tests

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 09:13:22 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: modts.exp modts.mk Log Message: make(1): add more tests for :ts modifier To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/evbmips/cavium

2020-07-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jul 19 06:31:13 UTC 2020 Modified Files: src/sys/arch/evbmips/cavium: machdep.c Log Message: Call fdtbus_intr_init() during startup. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 12:26:17 UTC 2020 Modified Files: src/usr.bin/make: arch.c compat.c cond.c for.c job.c main.c make.c meta.c nonints.h parse.c suff.c var.c Log Message: make(1): rename Varf_Flags to VarEvalFlags In var.c

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 13:21:56 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): rename flags for :S and :C pattern matching Renaming these flags makes it obvious that VarPattern is used in a few places where it

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 14:05:39 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): replace ApplyModifiersState field with local variable To generate a diff of this commit: cvs rdiff -u -r1.261 -r1.262

CVS commit: src/crypto/external/bsd/openssl/dist/crypto

2020-07-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 19 15:33:08 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: ppccap.c Log Message: Expand on importance of not using fpu for crypto if there's no fpu. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 16:22:44 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): remove unused parameter from ParseModifierPart To generate a diff of this commit: cvs rdiff -u -r1.265 -r1.266 src/usr.bin/make/var.c

CVS commit: src/sys

2020-07-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jul 19 13:55:09 UTC 2020 Modified Files: src/sys/arch/amd64/amd64: netbsd32_machdep_13.c src/sys/arch/i386/include: pmap.h src/sys/arch/x86/include: cpu.h src/sys/arch/xen/x86: xen_pmap.c

CVS commit: src/sbin/brconfig

2020-07-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jul 19 14:39:42 UTC 2020 Modified Files: src/sbin/brconfig: brconfig.8 Log Message: sync with reality To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sbin/brconfig/brconfig.8 Please note that diffs are not

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 10:28:44 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): clean up code in var.c * use canonical comparison to zero in more cases * omit unnecessary snprintf for string literal concatenation *

CVS commit: src/sys/arch

2020-07-19 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Jul 19 14:27:07 UTC 2020 Modified Files: src/sys/arch/x86/pci: pci_msi_machdep.c src/sys/arch/xen/include: intr.h src/sys/arch/xen/x86: pintr.c Log Message: for Xen MSI, fallback to INTx when

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 15:47:10 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): eliminate macro from VarGetPattern To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263 src/usr.bin/make/var.c Please note

CVS commit: src/sys/arch/mips/mips

2020-07-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jul 19 09:30:08 UTC 2020 Modified Files: src/sys/arch/mips/mips: cpu_subr.c Log Message: A little KNF. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/arch/mips/mips/cpu_subr.c Please note that diffs

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 12:51:06 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): convert VarFind flags to typed enum To generate a diff of this commit: cvs rdiff -u -r1.259 -r1.260 src/usr.bin/make/var.c Please note

CVS commit: src

2020-07-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jul 19 14:31:31 UTC 2020 Modified Files: src/sys/arch/amd64/conf: ALL GENERIC src/sys/arch/x86/x86: x86_machdep.c src/tests/lib/libi386: t_user_ldt.c Log Message: Compile USER_LDT by default, but, put it behind

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 10:38:02 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): clean up handling of :? modifier The VarPattern type had nothing to do with parsing conditions. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/arm

2020-07-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jul 19 11:47:48 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S src/sys/arch/arm/include: asan.h Log Message: Fix RPI boot which needs more early stack XXX centralise INIT_ARM_STACK_{SHIFT,SIZE} XXX how

CVS commit: src/sys/arch/x86/x86

2020-07-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jul 19 13:58:27 UTC 2020 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: we're already in an #ifdef USER_LDT block, so no need to #ifdef again To generate a diff of this commit: cvs rdiff -u -r1.400 -r1.401

CVS commit: src/usr.bin/make/unit-tests

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 15:16:22 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: modmisc.exp modmisc.mk Log Message: make(1): add test for stray dollar signs in :@ modifier To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/usr.bin/make

2020-07-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 19 15:42:25 UTC 2020 Modified Files: src/usr.bin/make: hash.c Log Message: Nix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/usr.bin/make/hash.c Please note that diffs are

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 16:08:24 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varmod-edge.mk Log Message: make(1): rename VarGetPattern to ParseModifierPart To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make/unit-tests

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 14:23:02 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: sysv.exp sysv.mk Log Message: make(1): add test for ampersand in SysV substitution modifier To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 15:51:51 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): eliminate unused local variables To generate a diff of this commit: cvs rdiff -u -r1.263 -r1.264 src/usr.bin/make/var.c Please note

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 17:43:36 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): remove redundant loop control variable To generate a diff of this commit: cvs rdiff -u -r1.268 -r1.269 src/usr.bin/make/var.c Please

CVS commit: src/sys/arch/xen/x86

2020-07-19 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Jul 19 16:20:36 UTC 2020 Modified Files: src/sys/arch/xen/x86: pintr.c Log Message: add #ifdef __HAVE_PCI_MSI_MSIX so this still compiles with NO_PCI_MSI_MSIX To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 16:48:48 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): clean up VarLoop structure To generate a diff of this commit: cvs rdiff -u -r1.266 -r1.267 src/usr.bin/make/var.c Please note that

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 18:35:54 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): fix double free introduced this morning in r1.258 To generate a diff of this commit: cvs rdiff -u -r1.269 -r1.270 src/usr.bin/make/var.c

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 22:22:01 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): remove unnecessary UNCONST To generate a diff of this commit: cvs rdiff -u -r1.276 -r1.277 src/usr.bin/make/var.c Please note that

CVS commit: xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k

2020-07-19 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Sun Jul 19 19:11:05 UTC 2020 Modified Files: xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k: x68kKbd.c Log Message: Sync with xorg-server.old: Remove #ifdef XKB conditional. > It has been mandatory on Xorg: > >

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 19:27:08 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: modmisc.exp Log Message: make(1): fix off-by-one error in :C modifier Previously this off-by-one error had invoked

CVS commit: src/usr.bin/make/unit-tests

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 19:36:20 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: modmisc.exp modmisc.mk Log Message: make(1): add tests for maximum number of capturing groups in :C To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 21:14:56 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): remove wrong VarPattern from ApplyModifier_Exclam To generate a diff of this commit: cvs rdiff -u -r1.273 -r1.274 src/usr.bin/make/var.c

CVS commit: src/sys/arch/evbsh3/nextvod

2020-07-19 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Jul 20 01:06:33 UTC 2020 Modified Files: src/sys/arch/evbsh3/nextvod: stasc.c Log Message: Implement cngetc to be able to talk to DDB. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/usr.bin/make/unit-tests

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 20:37:57 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmisc.mk Log Message: make(1): fix date in comment in unit test To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/usr.bin/make/unit-tests

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 21:03:55 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-short.mk Log Message: make(1): add test for assignment operators in conditions To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 21:30:50 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): don't call VarSubstitute unnecessarily To generate a diff of this commit: cvs rdiff -u -r1.274 -r1.275 src/usr.bin/make/var.c Please

CVS commit: src/sys/arch/evbsh3/conf

2020-07-19 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Jul 20 02:04:43 UTC 2020 Modified Files: src/sys/arch/evbsh3/conf: NEXTVOD Log Message: Use COPY_SYMTAB to get kernel symbols. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbsh3/conf/NEXTVOD

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 21:10:35 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): remove wrong VarPattern from ApplyModifier_Assign To generate a diff of this commit: cvs rdiff -u -r1.272 -r1.273 src/usr.bin/make/var.c

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 22:04:28 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: sysv.exp sysv.mk Log Message: make(1): make ampersand in ${VAR:from=to&} an ordinary character In SysV substitutions,

CVS commit: src/sys/arch/evbsh3

2020-07-19 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Jul 19 23:44:36 UTC 2020 Added Files: src/sys/arch/evbsh3/conf: NEXTVOD files.nextvod mk.nextvod std.nextvod src/sys/arch/evbsh3/nextvod: clock_machdep.c nextvod.c stasc.c Log Message: Add placeholders/boilerplate for

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 20:56:34 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): flatten ApplyModifier_Assign To generate a diff of this commit: cvs rdiff -u -r1.271 -r1.272 src/usr.bin/make/var.c Please note that

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

2020-07-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Jul 20 01:10:38 UTC 2020 Modified Files: src/sys/arch/mips/include: cpuregs.h Log Message: Add an extra bitfield in MIPS_COP_0_EBASE. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101

CVS commit: xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k

2020-07-19 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Sun Jul 19 19:05:20 UTC 2020 Modified Files: xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k: x68kKbd.c Log Message: Remove #ifdef XKB conditional. It has been mandatory on Xorg:

CVS commit: src/usr.bin/make/unit-tests

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 20:49:45 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: modmisc.exp modmisc.mk Log Message: make(1): add tests for the ::= modifiers To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/sys/arch/mips/mips

2020-07-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Jul 20 03:24:59 UTC 2020 Modified Files: src/sys/arch/mips/mips: locore_octeon.S Log Message: Remove check/limit for only 2 cores. Use MIPS_EBASE_CPUNUM instead of magic numbers. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/mips/mips

2020-07-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Jul 20 03:23:43 UTC 2020 Modified Files: src/sys/arch/mips/mips: locore.S Log Message: Use MIPS_EBASE_CPUNUM instead of magic numbers. To generate a diff of this commit: cvs rdiff -u -r1.222 -r1.223

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 12:35:30 UTC 2020 Modified Files: src/usr.bin/make: cond.c main.c meta.c Log Message: make(1): clean up unnecessary snprintf and multi-line function calls To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81

CVS commit: src/sbin/brconfig

2020-07-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jul 19 14:43:35 UTC 2020 Modified Files: src/sbin/brconfig: brconfig.8 Log Message: Remove unused Pp. Sort SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sbin/brconfig/brconfig.8 Please note that

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

2020-07-19 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Jul 19 16:17:00 UTC 2020 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: add definition for MSR_IA32_FEATURE_CONTROL, just for information To generate a diff of this commit: cvs rdiff -u -r1.168

CVS commit: src/usr.bin/make/unit-tests

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 17:24:22 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: modmisc.exp modmisc.mk Log Message: make(1): demonstrate off-by-one bug in :C modifier To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/usr.bin/make

2020-07-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 19 17:40:30 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): rename ApplyModifiersState.flags to eflags There are just too many variables called "flags" in this file, and their constants must not

CVS commit: src/sys/arch/mips/mips

2020-07-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Jul 20 03:26:07 UTC 2020 Modified Files: src/sys/arch/mips/mips: cpu_subr.c Log Message: Less magic numbers. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/arch/mips/mips/cpu_subr.c Please note that

CVS commit: src/sys/arch/mips/mips

2020-07-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Jul 20 03:22:39 UTC 2020 Modified Files: src/sys/arch/mips/mips: genassym.cf Log Message: Expose MIPS_EBASE_CPUNUM. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/arch/mips/mips/genassym.cf Please

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

2020-07-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Jul 20 05:50:56 UTC 2020 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Revert previous, to unbreak the build (NVMM declares the macro too). There are hundreds of MSRs, we're not going to list them all,

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

2020-07-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Jul 20 03:17:44 UTC 2020 Modified Files: src/sys/arch/mips/include: cpuregs.h Log Message: Expose the width of the MIPS_EBASE_CPUNUM bitfield for asm code. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102