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

2020-09-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Sep 10 04:56:00 UTC 2020 Modified Files: src/distrib/sets/lists/debug: module.md.evbarm Log Message: Add iavf To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/distrib/sets/lists/debug/module.md.evbarm Please

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

2020-09-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 10 04:36:24 UTC 2020 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: Tiny cosmetic fix for previous. No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95

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

2020-09-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 10 04:31:55 UTC 2020 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: Real fix for pmap_procwr(), attempted in revs 1.85 and 1.87:

CVS commit: src/sys/arch/powerpc

2020-09-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 10 03:32:46 UTC 2020 Modified Files: src/sys/arch/powerpc/conf: files.powerpc src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: Introduce PMAP_TLBDEBUG option for ibm4xx: clear only TLBHI[V] bit when TLB entry is

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

2020-09-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 10 03:23:55 UTC 2020 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: pmap_kenter_pa: Remove comment which says ``Have to remove any existing mapping first.'' Contrary to this comment, pmap_kremove(9) has

CVS commit: src/sys/dev/pci

2020-09-09 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Sep 10 03:20:08 UTC 2020 Modified Files: src/sys/dev/pci: if_iavf.c Log Message: Fix a possible deadlock in iavf(4) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/if_iavf.c Please note that

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

2020-09-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 10 03:02:36 UTC 2020 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: Introduce PV_VA() macro to extract va from pv->pv_va by clearing PV_WIRED flag, and use it where appropriate. There should be no

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

2020-09-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 10 02:45:28 UTC 2020 Modified Files: src/sys/arch/powerpc/booke: trap.c Log Message: Fix build with UVMHIST; stop passing string literal to UVMHIST_LOG(), and also cast pointer arguments into uintptr_t. To generate a diff

CVS commit: src/share/mk

2020-09-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 10 02:34:13 UTC 2020 Modified Files: src/share/mk: bsd.kmodule.mk Log Message: Turn off -mpltseq for kernel modules on powerpc for GCC >= 9. Otherwise, object files compiled with -mlongcall contain relocation types

CVS commit: src/sys/uvm/pmap

2020-09-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 10 02:12:57 UTC 2020 Modified Files: src/sys/uvm/pmap: pmap_segtab.c Log Message: Cast pointer arguments of UVMHIST_CALLARGS() into uintptr_t. Appease GCC9 -Wpointer-to-int-cast on ILP32 environments. To generate a diff

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

2020-09-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 10 02:06:25 UTC 2020 Modified Files: src/sys/arch/sun3/conf: GENERIC Log Message: Build in debug symbols. To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 src/sys/arch/sun3/conf/GENERIC Please note that

CVS commit: src/sys/arch

2020-09-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 10 02:03:44 UTC 2020 Modified Files: src/sys/arch/sun2/sun2: promlib.c src/sys/arch/sun3/sun3: sunmon.c Log Message: Fix tracedump() for sun3 and sun2 by adding __noinline attribute. It unwinds stack frame by using

CVS commit: src

2020-09-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 10 01:53:22 UTC 2020 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/comp: mi src/sys/dev: Makefile Log Message: Unconditionally install kernel headers for iSCSI as required by

CVS commit: src/tests/lib/libexecinfo

2020-09-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 9 20:04:10 UTC 2020 Modified Files: src/tests/lib/libexecinfo: t_backtrace.c Log Message: PR/55648: Kyle Evans: Minor warnings in compilation of libexecinfo test2 To generate a diff of this commit: cvs rdiff -u

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

2020-09-09 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Sep 9 16:46:06 UTC 2020 Modified Files: src/sys/arch/xen/xen: hypervisor.c Log Message: Workarounds for amazon's Xen 4.2 version, still present on some instances: - It doens't provides an xencons, so allow

CVS commit: src/sys

2020-09-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Sep 9 16:30:00 UTC 2020 Modified Files: src/sys/arch/amd64/include: msan.h src/sys/kern: subr_msan.c src/sys/sys: msan.h Log Message: kmsan: update the copyright notices To generate a diff of this commit: cvs

CVS commit: src/common/lib/libc/arch/aarch64/string

2020-09-09 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Sep 9 14:49:27 UTC 2020 Modified Files: src/common/lib/libc/arch/aarch64/string: strlen.S Log Message: Re-do previous aarch64eb strlen fix more simply and correctly. To generate a diff of this commit: cvs rdiff -u -r1.4

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

2020-09-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Sep 9 14:38:41 UTC 2020 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Register getrandom.0 Fixes MKCATPAGES=yes build. To generate a diff of this commit: cvs rdiff -u -r1.2348 -r1.2349

CVS commit: src/distrib/amd64/liveimage/emuimage

2020-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Sep 9 13:25:48 UTC 2020 Modified Files: src/distrib/amd64/liveimage/emuimage: ec2_init Log Message: Look for the string "amazon" in a few different sysctl nodes. There doesn't seem to be a single spot to check that works

CVS commit: src/etc

2020-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Sep 9 12:06:02 UTC 2020 Modified Files: src/etc: Makefile Log Message: Get rid of 'sync' after each kernel build. It adds a noticeable delay to builds on modern systems and seems to have been added as a workaround for some

CVS commit: src/external/gpl3/gcc/lib/libsupc++

2020-09-09 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Sep 9 09:52:16 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libsupc++: Makefile.common Log Message: fix path for largefile-config.h To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 \

CVS commit: src/external/gpl3/gcc/lib/libsupc++

2020-09-09 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Sep 9 09:49:16 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libsupc++: Makefile.common Log Message: add build rules for G_CPP17_SOURCES sources, and fix their build. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/rump/rumpnet

2020-09-09 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Sep 9 09:17:14 UTC 2020 Modified Files: src/tests/rump/rumpnet: t_shmif.sh Log Message: Disable reverse DNS lookups in ping to avoid spurious test failures due to unresponsive DNS servers. To generate a diff of this commit:

CVS commit: src/external/gpl3/binutils/lib

2020-09-09 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Sep 9 09:10:52 UTC 2020 Modified Files: src/external/gpl3/binutils/lib/libbfd/arch/sparc: bfd_stdint.h src/external/gpl3/binutils/lib/libiberty/arch/sparc: config.h defs.mk Log Message: regen for sparc and binutils

CVS commit: src/external/gpl3/gcc

2020-09-09 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Sep 9 08:22:05 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/aarch64eb: c++config.h defs.mk gstdint.h symver-config.h src/external/gpl3/gcc/usr.bin/gcc/arch/aarch64eb: auto-host.h

CVS commit: src

2020-09-09 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Sep 9 07:23:47 UTC 2020 Modified Files: src/distrib/sets/lists/comp: mi src/external/gpl3/gcc/lib/libstdc++-v3/include: Makefile Makefile.inc Makefile.includes

CVS commit: src/tools/gcc

2020-09-09 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Sep 9 07:12:04 UTC 2020 Modified Files: src/tools/gcc: mknative-gcc Log Message: more consolidation and properly condition all variables like previously. To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112

CVS commit: src

2020-09-09 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Sep 9 06:50:33 UTC 2020 Modified Files: src/distrib/sets/lists/base: mi src/etc/mtree: NetBSD.dist.base Log Message: add new /usr/include/g++/pstl for GCC 9. To generate a diff of this commit: cvs rdiff -u -r1.1260