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

2020-08-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 4 06:23:46 UTC 2020 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.402 -r1.403 src/sys/arch/x86/x86/pmap.c Please note that diffs are no

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

2020-08-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 4 06:22:55 UTC 2020 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.401 -r1.402 src/sys/arch/x86/x86/pmap.c Please note that diffs are not pu

CVS commit: src

2020-08-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 4 06:10:27 UTC 2020 Modified Files: src/share/man/man4: options.4 src/sys/uvm: files.uvm Log Message: G/C USE_TOPDOWN_VM. __USE_TOPDOWN_VM is used (and hidden) To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/dev/mii

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Aug 4 04:22:03 UTC 2020 Modified Files: src/sys/dev/mii: devlist2h.awk Log Message: mii_knowndevs[] is de facto const, define it as such. This time for real. On my first try I did it in the generated miidevs_data.h file. To

CVS commit: src/sys/kern

2020-08-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 4 03:00:10 UTC 2020 Modified Files: src/sys/kern: vfs_vnode.c Log Message: Fix bogus fast path in vput. If we can't discern whether we have an exclusive or shared lock, then just unlock and don't play fast and loose w

CVS commit: src/sys/ufs/lfs

2020-08-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 4 03:00:47 UTC 2020 Modified Files: src/sys/ufs/lfs: lfs_vfsops.c Log Message: Mark lfs vnodes with VV_LOCKSWORK, same as ffs. To generate a diff of this commit: cvs rdiff -u -r1.378 -r1.379 src/sys/ufs/lfs/lfs_vfsop

CVS commit: src/sys/arch/sh3/sh3

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Aug 4 02:09:58 UTC 2020 Modified Files: src/sys/arch/sh3/sh3: pmb.c Log Message: st40_pmb_dump - factor out. Print the WT bit as either "WT" or "CB" when C is set, as "--" otherwise. Few other minor tweaks. To generate a dif

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

2020-08-03 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Aug 4 01:59:46 UTC 2020 Modified Files: src/sys/arch/mips/cavium/dev: octeon_corereg.h Log Message: Add some CvmCtl bits from newer cnMIPS cores. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mips

CVS commit: src/sys/arch/sh3/sh3

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Aug 4 01:55:16 UTC 2020 Modified Files: src/sys/arch/sh3/sh3: mmu_sh4.c Log Message: Avoid inline RUN_P2 when accessing TLB via memory mapped arrays. Move code that needs to run from P2 into separate functions and call them via

CVS commit: src/sys/arch/sh3/sh3

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 3 23:01:47 UTC 2020 Modified Files: src/sys/arch/sh3/sh3: mmu_sh4.c Log Message: sh4_mmu_start - cosmetics. Split construction of the initial MMUCR value into several assignments for readability. Same object code is genera

CVS commit: src/sys/arch/sh3/sh3

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 3 22:43:53 UTC 2020 Modified Files: src/sys/arch/sh3/sh3: mmu_sh4.c Log Message: sh4_mmu_start - call sh4_tlb_invalidate_all directly. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/sh3/sh3/mmu_

CVS commit: src/sys/arch/sh3/sh3

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 3 22:28:39 UTC 2020 Modified Files: src/sys/arch/sh3/sh3: mmu_sh4.c Log Message: sh4_tlb_invalidate_addr - refactor to avoid RUN_P2. Introduce __sh4_tlb_assoc that performs the associative write. Call it from sh4_tlb_inval

CVS commit: src/sys/arch/sh3

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 3 21:53:25 UTC 2020 Modified Files: src/sys/arch/sh3/include: cpu.h src/sys/arch/sh3/sh3: db_interface.c Log Message: SH3_P2SEG_FUNC(f) - get a P2 address of a function. Just SH3_P1SEG_TO_P2SEG + cast, but we now de

CVS commit: src/usr.bin/make

2020-08-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Aug 3 21:44:43 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): fix wrong assertion in ApplyModifiers The assertion was supposed to validate startc and endc individually. For unknown reasons (once agai

CVS commit: src/doc

2020-08-03 Thread Christos Zoulas
(4): Updated ACPICA to 20200717. [christos 20200802] bind: Import version 9.16.5. [christos 20200803] + dhcp: Import version 4.4.2. [christos 20200803]

CVS import: src/external/mpl/dhcp/dist

2020-08-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 3 21:09:19 UTC 2020 Update of /cvsroot/src/external/mpl/dhcp/dist In directory ivanova.netbsd.org:/tmp/cvs-serv24714 Log Message: Internet Systems Consortium DHCP Distribution Version

CVS commit: src/usr.bin/make

2020-08-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Aug 3 20:43:42 UTC 2020 Modified Files: src/usr.bin/make: metachar.c parse.c Log Message: make(1): replace end-of-line comments with block comments Just in case someone wants to port the current NetBSD make to an ancient com

CVS commit: src/usr.bin/make

2020-08-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Aug 3 20:26:09 UTC 2020 Modified Files: src/usr.bin/make: Makefile arch.c buf.c cond.c dir.c for.c main.c meta.c parse.c str.c trace.c var.c Log Message: make(1): no declaration-after-statement anymore NetBSD mak

CVS commit: src/sys/dev/pci

2020-08-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Aug 3 19:44:06 UTC 2020 Modified Files: src/sys/dev/pci: if_ena.c Log Message: port-arm/55532: kernel panic with ena on AWS a1.2xlarge Do not mark callout and workqueues as mpsafe unless the NET_MPSAFE option is present.

CVS commit: src/sys/arch/sh3/sh3

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 3 19:24:29 UTC 2020 Modified Files: src/sys/arch/sh3/sh3: mmu_sh4.c Log Message: sh4_tlb_invalidate_addr - use the right constant. VPN mask happens to be the same in many registers, but since we are writing the value to UTL

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

2020-08-03 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Mon Aug 3 19:16:56 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: disasm.c Log Message: make more ARMv8.x system registers are disassemblable To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/aarch64

CVS commit: src/sys/arch/sh3/sh3

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 3 19:08:55 UTC 2020 Modified Files: src/sys/arch/sh3/sh3: mmu_sh4.c Log Message: Split compound assertion into several, one for each term. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/sh3/sh3/

CVS commit: src/sys/dev

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 3 18:19:35 UTC 2020 Modified Files: src/sys/dev: dev_verbose.h Log Message: DEV_VERBOSE_MODULE_DEFINE - use MODULE_CLASS_DRIVER. This makes built-in verbose modules available before the start of the autoconfiguration, when

CVS commit: src/doc

2020-08-03 Thread Christos Zoulas
not mention every change made to the NetBSD source tree. @@ -267,3 +267,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0: aarch64: Add support for Privileged Access Never (PAN). [maxv 20200802] acpi(4): Updated ACPICA to 20200717. [christos 20200802] + bind: Import version 9.16.5. [christos 20200803]

CVS commit: src/distrib/sets/lists

2020-08-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 3 17:30:17 UTC 2020 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: bump bind9 libs To generate a diff of this commit: cvs rdiff -u -r1.894 -r1.895 src/dis

CVS commit: src/distrib/sets/lists/misc

2020-08-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 3 17:26:14 UTC 2020 Modified Files: src/distrib/sets/lists/misc: mi Log Message: Make bind-9 arm obsolete for now since we lack the tools in base to build it. To generate a diff of this commit: cvs rdiff -u -r1.218 -r

CVS commit: src/usr.bin/make

2020-08-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Aug 3 16:45:23 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): use VAR_DEBUG macro instead of if statements This removes some clutter from the code and reduces the indentation. To generate a diff of

CVS commit: src/sys/arch/sh3

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 3 16:43:44 UTC 2020 Modified Files: src/sys/arch/sh3/include: psl.h src/sys/arch/sh3/sh3: clock.c locore_subr.S mmu_sh4.c Log Message: _cpu_exception_suspend - return old SR In a typical use case we do a very short

CVS commit: src

2020-08-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Aug 3 15:43:32 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make: var.c src/usr.bin/make/unit-tests: Makefile modmisc.mk Added Files: src/usr.bin/make/unit-tests: lint.exp lint.

CVS commit: src/usr.bin/make

2020-08-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Aug 3 15:08:00 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): replace st->next with a simple string iterator This is the same style that OpenBSD's make has been using for 20 years now. Having one les

CVS commit: src/usr.bin/make

2020-08-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Aug 3 14:42:51 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): don't use st->next as a local variable To generate a diff of this commit: cvs rdiff -u -r1.407 -r1.408 src/usr.bin/make/var.c Please not

CVS commit: src/sys/dev/mii

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 3 14:00:41 UTC 2020 Modified Files: src/sys/dev/mii: miidevs_data.h Log Message: mii_knowndevs[] is de facto const, define it as such. To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 src/sys/dev/mii/miidevs

CVS commit: src/sys/dev/pci

2020-08-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 3 10:52:08 UTC 2020 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Setup PCS and SGMII for SFP correctly. It still doesn't support SFP insertion/removal. Copper: wm2: SGMII(SFP) wm2: 0x1043c440 makphy0 at wm2 ph

CVS commit: [netbsd-9] src/doc

2020-08-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 3 09:20:29 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Ticket #1035 To generate a diff of this commit: cvs rdiff -u -r1.1.2.87 -r1.1.2.88 src/doc/CHANGES-9.1 Please note that diffs are not pub

CVS commit: [netbsd-9] src/sys/arch/hppa/dev

2020-08-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 3 09:19:37 UTC 2020 Modified Files: src/sys/arch/hppa/dev [netbsd-9]: asp.c dino.c lasi.c wax.c Log Message: Pull up following revision(s) (requested by skrll in ticket #1035): sys/arch/hppa/dev/lasi.c: revision

CVS commit: src/sys/dev/mii

2020-08-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 3 07:25:59 UTC 2020 Modified Files: src/sys/dev/mii: igphy.c igphyreg.h makphy.c makphyreg.h Log Message: Rename PSSR_* to MAKPHY_PSSR_* and IGPHY_PSSR_* to avoid conflict. No functional change. To generate a diff of t

CVS commit: src/sys/dev

2020-08-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 3 07:16:51 UTC 2020 Modified Files: src/sys/dev/mii: igphy.c igphyreg.h src/sys/dev/pci: if_wm.c Log Message: s/MII_IGPHY_/IGPHY_/. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.34 -