CVS commit: src/sys/arch/alpha

2020-09-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Sep 16 04:07:32 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: genassym.cf interrupt.c locore.s src/sys/arch/alpha/include: cpu.h intr.h types.h Log Message: Implement fast soft interrupts for Alpha. It's not

CVS commit: src/sys/net

2020-09-15 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Sep 15 23:40:03 UTC 2020 Modified Files: src/sys/net: nd.c Log Message: nd: give missed a default of ND_LLINFO_NOSTATE It's impossible to miss from this state, where-as 0 is ND_LLINFO_INCOMPLETE which we can miss from. To

CVS commit: src/external/mit/xorg/lib/libX11

2020-09-15 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Sep 15 23:34:16 UTC 2020 Modified Files: src/external/mit/xorg/lib/libX11: Makefile.libx11 Log Message: libx11: Dynamically load unversioned libxcursor shared object the version number is wrong for NetBSD, should be

CVS commit: src/sys/dev/ic

2020-09-15 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Sep 15 17:21:39 UTC 2020 Modified Files: src/sys/dev/ic: mpt_netbsd.c Log Message: max_devices is a 8bit value and zero is interpreted as 256. This value can be reported by an mpt device emulated by VMware ESXi. To

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

2020-09-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 15 16:22:04 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile lint.mk Log Message: make(1): move flags for lint test into the test itself To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143

CVS commit: xsrc/external/mit/libX11/dist/src

2020-09-15 Thread Nia Alarie
Module Name:xsrc Committed By: nia Date: Tue Sep 15 14:29:04 UTC 2020 Modified Files: xsrc/external/mit/libX11/dist/src: CrGlCur.c Log Message: Dynamically load an unversioned libXcursor. The version number is wrong for NetBSD (we have libXcursor.so.2 instead of

CVS commit: src/tests/net/arp

2020-09-15 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Sep 15 11:19:10 UTC 2020 Modified Files: src/tests/net/arp: t_arp.sh Log Message: Don't check lifetime when testing published To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/tests/net/arp/t_arp.sh Please

CVS commit: src/usr.sbin/arp

2020-09-15 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Sep 15 11:14:16 UTC 2020 Modified Files: src/usr.sbin/arp: arp.c Log Message: arp: Permanence is from the llentry, not the route To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/usr.sbin/arp/arp.c Please note

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

2020-09-15 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Sep 15 10:58:02 UTC 2020 Modified Files: src/sys/arch/xen/xen: hypervisor.c Log Message: Fix side effect of previous commit: skip xencons attachement only for PVHVM guests. Should fix issue with console on PV dom0 reported by

CVS commit: src/sys/arch/arm/fdt

2020-09-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Sep 15 10:33:58 UTC 2020 Modified Files: src/sys/arch/arm/fdt: acpi_fdt.c Log Message: If acpi_probe() falis, just panic now instead of failing mysteriously later. To generate a diff of this commit: cvs rdiff -u -r1.14

CVS commit: src/usr.sbin/ndp

2020-09-15 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Sep 15 10:11:36 UTC 2020 Modified Files: src/usr.sbin/ndp: ndp.8 ndp.c Log Message: ndp: Show U for Unreachable To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.sbin/ndp/ndp.8 cvs rdiff -u -r1.57 -r1.58

CVS commit: src/usr.sbin/arp

2020-09-15 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Sep 15 10:11:15 UTC 2020 Modified Files: src/usr.sbin/arp: arp.8 arp.c Log Message: arp: Show U for Unreachable To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/arp/arp.8 cvs rdiff -u -r1.66 -r1.67

CVS commit: src/sys

2020-09-15 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Sep 15 10:05:37 UTC 2020 Modified Files: src/sys/net: nd.c nd.h src/sys/netinet: if_arp.c src/sys/netinet6: nd6.c Log Message: Implement RFC 7048, making Neighbor Unreachability Detection less impatient RFC 7048

CVS commit: src/tests/usr.bin

2020-09-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Sep 15 09:33:13 UTC 2020 Modified Files: src/tests/usr.bin/c++: t_tsan_data_race.sh t_tsan_heap_use_after_free.sh t_tsan_lock_order_inversion.sh t_tsan_locked_mutex_destroy.sh t_tsan_signal_errno.sh

CVS commit: src/share/mk

2020-09-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 15 09:32:31 UTC 2020 Modified Files: src/share/mk: bsd.own.mk Log Message: reverse HAVE_GCC test, and list remaining GCC 8 platforms: - powerpc - sh3 - m68k - vax To generate a diff of this commit: cvs rdiff -u -r1.1218

CVS commit: src/sys/arch/aarch64

2020-09-15 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Tue Sep 15 09:28:21 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: genassym.cf locore.S locore_el2.S start.S src/sys/arch/aarch64/include: armreg.h Log Message: fix typo To generate a diff of this commit: cvs rdiff

CVS commit: src

2020-09-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 15 09:27:26 UTC 2020 Modified Files: src/external/gpl3/gcc: README.gcc9 src/share/mk: bsd.own.mk Log Message: switch sparc* and mips* to GCC 9. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2020-09-15 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Tue Sep 15 09:23:15 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: locore.S locore_el2.S start.S Log Message: fix aarch64eb MULTIPROCESSOR boot - set endian of EL2,EL1 and EL0 at the beginning of start() and cpu_mpstart() -

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc

2020-09-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 15 09:22:32 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc: aes.inc Log Message: build the 32 bit aesfx-sparcv9.S for sparc64 32 bit comapt libs. now libcrypto works -m32. To generate a

CVS commit: src/external/gpl3/gcc

2020-09-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 15 08:44:02 UTC 2020 Modified Files: src/external/gpl3/gcc: README.gcc9 Log Message: all mips and powerpc and sh3 build now. sparc64 seems ok. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/dev/pci

2020-09-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Sep 15 08:39:04 UTC 2020 Modified Files: src/sys/dev/pci: if_wm.c if_wmvar.h Log Message: Add new flag named WM_F_CRC_STRIP and use it. No functional change. This change also sets the RCTL_SECRC bit on I211 but it doesn't

CVS commit: src/sys/dev

2020-09-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 15 08:33:40 UTC 2020 Modified Files: src/sys/dev/ic: gem.c src/sys/dev/pci: if_cas.c Log Message: mii_detach() must come before ifmedia_fini(), otherwise mii_detach() will have a NULL mutex and fault. this appears

CVS commit: src

2020-09-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 15 08:14:31 UTC 2020 Modified Files: src/etc/etc.macppc: Makefile.inc src/sys/arch/ofppc/stand/ofwboot: boot.c Log Message: partial port to powerpc64. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src

2020-09-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 15 08:13:51 UTC 2020 Modified Files: src/distrib/bebox/ramdisk: Makefile src/distrib/prep/floppies/ramdisk: Makefile src/sys/arch/bebox/conf: INSTALL src/sys/arch/prep/conf: INSTALL INSTALL_SMALL Log

CVS commit: src/distrib/notes/evbarm

2020-09-15 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Sep 15 07:15:22 UTC 2020 Modified Files: src/distrib/notes/evbarm: contents hardware upgrade Log Message: new dtb set needs reflecting in instructions To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src

2020-09-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 15 07:00:04 UTC 2020 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi shl.mi src/distrib/sets/lists/debug: mi shl.mi src/external/gpl3/gcc/lib: Makefile Log Message:

CVS commit: src/distrib/sets/lists

2020-09-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 15 06:22:34 UTC 2020 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi shl.mi src/distrib/sets/lists/debug: mi shl.mi Log Message: mark tsan files as !machine=sparc64. To