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

2020-09-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 8 06:13:53 UTC 2020 Modified Files: src/sys/arch/hppa/hppa: machdep.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/hppa/hppa/machdep.c Please note that diffs are not public

CVS commit: src/tests/sbin/ifconfig

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 8 06:11:32 UTC 2020 Modified Files: src/tests/sbin/ifconfig: t_woptions.sh Log Message: disable these tests unless ATF_SBIN_IFCONFIG_WIFI_ENABLE=yes is in the environment. they change wifi configuration, restart wpa_supplic

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

2020-09-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 8 05:33:05 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: dep-wildcards.exp dep-wildcards.mk Log Message: make(1): add test for wildcards in dependency declarations To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2020-09-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 8 05:26:22 UTC 2020 Modified Files: src/usr.bin/make: parse.c suff.c var.c src/usr.bin/make/unit-tests: dep-var.exp dep-var.mk Log Message: make(1): fix off-by-one error in SuffExpandChildren In suff.c r1.144 fro

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

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 8 00:51:29 UTC 2020 Modified Files: src/sys/arch/sun2/conf: Makefile.sun2 Log Message: don't warn about array bounds for dodgy diagnostic code. fixes gcc9 builds. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.

CVS commit: src/external/gpl3/gcc

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 23:47:02 UTC 2020 Modified Files: src/external/gpl3/gcc: README.gcc9 Log Message: ia64 works, sun3 (m68k?) works, powerpc works, note powerpc64 issue, evbarmv7-eb dtb issue, prep overflow issue, note that almost all platfo

CVS commit: src/sys/arch

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 23:41:38 UTC 2020 Modified Files: src/sys/arch/m68k/include: cpuframe.h src/sys/arch/sun3/sun3: machdep.c Log Message: move the __packed attribute from struct frame::F_t into the single unaligned member inside. CT

CVS commit: src/sys/arch

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 22:22:17 UTC 2020 Modified Files: src/sys/arch/bebox/stand/boot: Makefile src/sys/arch/prep/stand/boot: Makefile Log Message: apply some GCC_NO_ADDR_OF_PACKED_MEMBER. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/gpl3/gcc/dist/gcc/config/rs6000

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 22:21:55 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/gcc/config/rs6000: netbsd64.h Log Message: use the generic ppc64 LINK_GCC_C_SEQUENCE_SPEC. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 \

CVS commit: src/usr.bin/make

2020-09-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 7 19:48:09 UTC 2020 Modified Files: src/usr.bin/make: dir.c src/usr.bin/make/unit-tests: dir.mk Log Message: make(1): document that nested braces work as expected now To generate a diff of this commit: cvs rdiff

CVS commit: src/external/gpl3/binutils/dist/bfd

2020-09-07 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Mon Sep 7 19:46:45 UTC 2020 Modified Files: src/external/gpl3/binutils/dist/bfd: Makefile.am Makefile.in Log Message: Fix `build.sh tools -j1` compilation, where bfd.h wasn't generated early enough. To generate a diff of this c

CVS commit: src/external/bsd/nsd/dist

2020-09-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 7 19:37:21 UTC 2020 Modified Files: src/external/bsd/nsd/dist: options.c Log Message: Simplify to avoid packed struct alignment issue. To generate a diff of this commit: cvs rdiff -u -r1.1.1.5 -r1.2 src/external/bsd/n

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

2020-09-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 7 19:17:36 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: comment.exp comment.mk Log Message: make(1): extend and explain the test for comments To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.

CVS commit: src/external/apache2/llvm/librt

2020-09-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 7 19:05:41 UTC 2020 Modified Files: src/external/apache2/llvm/librt: Makefile.inc Log Message: Disable an init-list-lifetime warning from gcc-9. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2020-09-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 7 19:04:27 UTC 2020 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: dnode_sync.c Log Message: Comment out index out of bounds debugging code. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2020-09-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 7 18:49:15 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: make(1): explain why each test is run in a sub-make To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/usr.bin/make

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

2020-09-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 7 18:43:59 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: make(1): use consistent spelling for postprocessing To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/usr.bin/make

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

2020-09-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 7 18:40:32 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: depsrc-wait.exp depsrc-wait.mk Log Message: make(1): add test for the .WAIT dependency source To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/usr.sbin/mrouted

2020-09-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 7 18:37:21 UTC 2020 Modified Files: src/usr.sbin/mrouted: defs.h inet.c Log Message: change cksum prototype to const void *, and check alignment via assertion. To generate a diff of this commit: cvs rdiff -u -r1.15 -r

CVS commit: src/usr.bin/make

2020-09-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 7 18:37:09 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): with -dp, print name of the function instead of its address This makes the output a bit more reproducible. There are still the file des

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

2020-09-07 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Mon Sep 7 18:29:48 UTC 2020 Modified Files: src/sys/arch/aarch64/include: ptrace.h Log Message: Oops. revert my previous commit. AArch64 instructions are always LE. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src

CVS commit: src/sys/crypto

2020-09-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Sep 7 18:06:13 UTC 2020 Modified Files: src/sys/crypto/aes/arch/arm: arm_neon.h src/sys/crypto/chacha/arch/arm: arm_neon.h Log Message: Fix vgetq_lane_u32 for aarch64eb with GCC Fixes NEON AES on aarch64eb To gen

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

2020-09-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Sep 7 18:05:17 UTC 2020 Modified Files: src/sys/crypto/chacha/arch/arm: chacha_neon_64.S Log Message: Use a working macro to detect big endian aarch64. Fixes aarch64eb NEON ChaCha. To generate a diff of this commit: cvs

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

2020-09-07 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Mon Sep 7 15:20:53 UTC 2020 Modified Files: xsrc/external/mit/libXext/dist/src: XEVI.c Log Message: Limit the number of visuals to 64K To generate a diff of this commit: cvs rdiff -u -r1.1.1.5 -r1.2 xsrc/external/mit/libXext

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

2020-09-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Sep 7 13:19:20 UTC 2020 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Fix printb string for LA57 To generate a diff of this commit: cvs rdiff -u -r1.174 -r1.175 src/sys/arch/x86/include/specialreg.h

CVS commit: src/sys/dev/ic

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 10:45:23 UTC 2020 Modified Files: src/sys/dev/ic: arn5008.c Log Message: in ar5008_set_viterbi_mask() be sure to initialise m[0]. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ic/arn5008.c Pl

CVS commit: src/sys/arch/mipsco/stand/installboot

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 10:44:52 UTC 2020 Modified Files: src/sys/arch/mipsco/stand/installboot: Makefile Log Message: apply some GCC_NO_ADDR_OF_PACKED_MEMBER. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mipsco/stan

CVS commit: src/external/gpl3/gcc

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 10:42:58 UTC 2020 Modified Files: src/external/gpl3/gcc: README.gcc9 Log Message: more updates: - more arm stuff builds - 32 bit mips builds and kernels run - mips64el builds - powerpc (walnut) kernels run To generate a

CVS commit: src

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 10:19:03 UTC 2020 Modified Files: src: UPDATING src/share/mk: bsd.own.mk Log Message: switch mips to binutils 2.34. To generate a diff of this commit: cvs rdiff -u -r1.312 -r1.313 src/UPDATING cvs rdiff -u -r1.12

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

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 09:14:48 UTC 2020 Modified Files: src/sys/arch/pmax/conf: RAMDISK64 Log Message: bump ramdisk image size to match build size. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/pmax/conf/RAMDISK64

CVS commit: src/sys/dev/pci/ixgbe

2020-09-07 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Sep 7 09:14:54 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Fix race between ixgbe_msix_admin() and ixgbe_handle_admin(), pointed out by ozaki-r@n.o. The race is caused by the following. CPU#A pro

CVS commit: src/external/gpl3/gcc/lib/libasan

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 09:09:40 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: asan_interceptors.cc needs -O1 for mipsel/mipseb. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/external/gpl3

CVS commit: src/distrib/pmax/ramdisk

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 09:05:11 UTC 2020 Modified Files: src/distrib/pmax/ramdisk: Makefile Log Message: bump image size for pmax64 builds. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/distrib/pmax/ramdisk/Makefile Please

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

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 07:48:23 UTC 2020 Modified Files: src/sys/arch/ia64/include: types.h Log Message: define __HAVE___LWP_GETPRIVATE_FAST To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/ia64/include/types.h Pleas

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 07:44:53 UTC 2020 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: vdev_raidz.c Log Message: i can't confirm or deny that GCC 9 is wrong about parity_valid[] having uninitialised members, but since setting u

CVS commit: src/external/gpl3/gcc

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 07:43:36 UTC 2020 Modified Files: src/external/gpl3/gcc: README.gcc9 Log Message: various updates: - most builds are working - arm64, amd64, sparc, evbmips64-eb, and armv7hf-el are known to be stable and work - mips64-el

CVS commit: src/usr.bin/make

2020-09-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 7 07:15:26 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): migrate SuffExpandChildren to Var_ParsePP To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144 src/usr.bin/make/suff.c Pleas

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 07:10:43 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_linux_libcdep.cc Log Message: avoid returning stack garbage on platforms that don't have either __lwp_gettcb

CVS commit: src/usr.bin/make

2020-09-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 7 07:10:56 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): migrate to Var_ParsePP in Var_Parse and Var_Subst To generate a diff of this commit: cvs rdiff -u -r1.489 -r1.490 src/usr.bin/make/var.c

CVS commit: src/sys/arch/acorn32

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 07:08:35 UTC 2020 Modified Files: src/sys/arch/acorn32/conf: GENERIC INSTALL LOWMEM_WSCONS src/sys/arch/acorn32/stand: Makefile.buildboot Log Message: -march=armv3m option is obsolete. remove it from commented ker

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

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 07:07:32 UTC 2020 Modified Files: src/sys/arch/sun3/conf: Makefile.sun3 Log Message: don't error array-bounds and packed-member issues with GCC 9. To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sys/a

CVS commit: src/usr.bin/make

2020-09-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 7 07:04:30 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): migrate ApplyModifiers to Var_ParsePP To generate a diff of this commit: cvs rdiff -u -r1.488 -r1.489 src/usr.bin/make/var.c Please note