CVS commit: src/usr.bin/make

2020-09-06 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 7 05:58:08 UTC 2020 Modified Files: src/usr.bin/make: for.c Log Message: make(1): add local variable for escapes to for_substitute Just for debugging. No change in code size. To generate a diff of this commit: cvs

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

2020-09-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 7 05:50:58 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: if_fdir.c if_sriov.c ixgbe.c ixv.c Log Message: - Remove extra callout_stop() in ixgbe_detach(). Found by knakahara@. - Rename ix{gbe,v}_free_workqueue() to

CVS commit: src/usr.bin/make

2020-09-06 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 7 05:32:12 UTC 2020 Modified Files: src/usr.bin/make: job.c Log Message: make(1): clean up comments in job.c To generate a diff of this commit: cvs rdiff -u -r1.227 -r1.228 src/usr.bin/make/job.c Please note that

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

2020-09-06 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 7 05:16:32 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: archive.mk Log Message: make(1): fix archive test when .CURDIR != .PARSEDIR To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2020-09-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 7 04:15:12 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: __predict_false() should be __predict_true() for adapter->osdep.detaching == false check. To generate a diff of this commit: cvs rdiff -u

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

2020-09-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 7 03:57:28 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Don't schedule admin work while shutdown like the recovery mode timer. The admin workqueue also runs while !IFF_UP like the recovery

CVS commit: src/sys/kern

2020-09-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Sep 7 03:50:41 UTC 2020 Modified Files: src/sys/kern: files.kern init_main.c Log Message: Add the ability to set an alternate cnmagic in the kernel config file, e.g.: optionsCNMAGIC="\"+\"" To generate a diff of

CVS commit: src/sys/dev/audio

2020-09-06 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Mon Sep 7 03:36:11 UTC 2020 Modified Files: src/sys/dev/audio: audio.c Log Message: Fix misspellings in comment. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/dev/audio/audio.c Please note that diffs

CVS commit: src

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 03:19:05 UTC 2020 Modified Files: src/sbin/fsck_lfs: Makefile src/usr.sbin/dumplfs: Makefile Log Message: remove GCC_NO_ADDR_OF_PACKED_MEMBER now lfs_accessors.h works. To generate a diff of this commit: cvs

CVS commit: src/sys/compat/netbsd32

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 03:12:51 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.h Log Message: remove __packed from struct netbsd32_lsdisable. the structure is already properly aligned (the embedded int64 already has align(4)

CVS commit: src

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 03:09:54 UTC 2020 Modified Files: src/libexec/lfs_cleanerd: Makefile src/sbin/dump_lfs: Makefile src/sbin/newfs_lfs: Makefile src/sbin/resize_lfs: Makefile src/sbin/scan_ffs: Makefile

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

2020-09-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 7 03:03:09 UTC 2020 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add CPUID(EAX=07H, ECX=0) ECX bit 16 LA57 from maxv. To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174

CVS commit: src/sys/ufs/lfs

2020-09-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 7 02:28:12 UTC 2020 Modified Files: src/sys/ufs/lfs: lfs_accessors.h Log Message: Suppress -Waddress-of-packed-member just for lfs_accessors.h. We can remove -Wno-error=address-of-packed-member from various makefiles

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

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 02:22:27 UTC 2020 Modified Files: src/sys/arch/hppa/conf: Makefile.hppa Log Message: enable -Wno-error=array-bounds for GCC 9 and hppa. machdep.c has a bunch of warnings that i can't workaround yet. To generate a diff

CVS commit: src/sys/lib/libsa

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 01:54:26 UTC 2020 Modified Files: src/sys/lib/libsa: Makefile Makefile.inc Log Message: oops, move GCC_NO_ADDR_OF_PACKED_MEMBER into the right header. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93

CVS commit: src/sys/fs/msdosfs

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 01:35:25 UTC 2020 Modified Files: src/sys/fs/msdosfs: msdosfs_fat.c Log Message: avoid an uninit warning with GCC 9. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/fs/msdosfs/msdosfs_fat.c Please

CVS commit: src/sys/net

2020-09-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 7 01:15:25 UTC 2020 Modified Files: src/sys/net: if_wg.c Log Message: wg: Use threadpool(9) and workqueue(9) for asynchronous tasks. - Using threadpool(9) job per interface to receive incoming handshake messages

CVS commit: src/sys/net

2020-09-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 7 01:14:42 UTC 2020 Modified Files: src/sys/net: if_wg.c Log Message: wg: Use a global pktqueue rather than a per-peer pcq. - Improves scalability -- won't hit limit on softints no matter how many peers there are.

CVS commit: src/sys/kern

2020-09-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 7 01:08:27 UTC 2020 Modified Files: src/sys/kern: kern_threadpool.c Log Message: threadpool: Simplify job reference-counting logic. Use atomic_load_relaxed while here. To generate a diff of this commit: cvs rdiff

CVS commit: src/share/man/man9

2020-09-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 7 01:07:38 UTC 2020 Modified Files: src/share/man/man9: threadpool.9 Log Message: threadpool: Fix man page for threadpool_job_init. This is threadpool_job_init(job, fn, interlock, fmt, args...), not just

CVS commit: src/common/lib/libc/atomic

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:52:19 UTC 2020 Modified Files: src/common/lib/libc/atomic: atomic_c11_compare_exchange_cas_16.c atomic_c11_compare_exchange_cas_32.c atomic_c11_compare_exchange_cas_8.c atomic_load.c

CVS commit: src/external/bsd/ntp/dist/lib/isc

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:48:45 UTC 2020 Modified Files: src/external/bsd/ntp/dist/lib/isc: assertions.c Log Message: avoid calling printf %s with NULL. fix idea from christos. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/amd64/amd64

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:47:27 UTC 2020 Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: adjust some fallback code to be slightly less ugly and avoid upsetting GCC 9. To generate a diff of this commit: cvs rdiff -u -r1.356

CVS commit: src/usr.bin/stat

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:46:38 UTC 2020 Modified Files: src/usr.bin/stat: stat.c Log Message: avoid a GCC stringop truncate warning. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/usr.bin/stat/stat.c Please note that

CVS commit: src/external/gpl3/gcc

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:38:14 UTC 2020 Modified Files: src/external/gpl3/gcc: README.gcc9 Log Message: update status for several ports that now mostly build (perhaps with some uncommited changes.) To generate a diff of this commit: cvs

CVS commit: src/external/gpl3/gcc

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:37:29 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libgcc/arch/m68000: defs.mk src/external/gpl3/gcc/lib/libgomp: defs.mk src/external/gpl3/gcc/lib/libiberty: defs.mk

CVS commit: src/external/bsd/pkg_install/dist/lib

2020-09-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 7 00:36:53 UTC 2020 Modified Files: src/external/bsd/pkg_install/dist/lib: plist.c Log Message: Avoid strict aliasing issue by using a separate buffer.. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/net

2020-09-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 7 00:33:08 UTC 2020 Modified Files: src/sys/net: if_wg.c Log Message: wg: Fix debug output now that the priority is mixed into it. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/net/if_wg.c

CVS commit: src/sys/net

2020-09-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 7 00:32:21 UTC 2020 Modified Files: src/sys/net: if_wg.c Log Message: wg: Fix non-DIAGNOSTIC build. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/net/if_wg.c Please note that diffs are not

CVS commit: src/sys/dev/ic

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:32:28 UTC 2020 Modified Files: src/sys/dev/ic: nslm7x.c Log Message: don't call printf %s with a NULL. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/dev/ic/nslm7x.c Please note that diffs are

CVS commit: src/sys/lib/libsa

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:32:49 UTC 2020 Modified Files: src/sys/lib/libsa: Makefile Log Message: apply GCC_NO_ADDR_OF_PACKED_MEMBER To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sys/lib/libsa/Makefile Please note that

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

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:32:00 UTC 2020 Modified Files: src/sys/arch/m68k/include: mcontext.h Log Message: pass a pointer conversion via uintptr_t *and* the desired type casts. avoids new GCC 9 warnings with C++ code. To generate a diff of

CVS commit: src/games/tetris

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:31:11 UTC 2020 Modified Files: src/games/tetris: scores.c Log Message: avoid uninit memory and use memmove vs strncpy for a will be truncated on purpose string. To generate a diff of this commit: cvs rdiff -u -r1.24

CVS commit: src/tests

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:29:15 UTC 2020 Modified Files: src/tests/fs/common: Makefile src/tests/lib/libc/misc: Makefile Log Message: avoid new GCC 9 warnings. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/tests/lib/libc/db

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:28:44 UTC 2020 Modified Files: src/tests/lib/libc/db: t_db_hash_seq.c Log Message: don't pass NULL to printf(), but use "" to signify this test is operating on an in-memory only database. To generate a diff of this

CVS commit: src/usr.bin

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:26:24 UTC 2020 Modified Files: src/usr.bin/kdump: Makefile src/usr.bin/ktruss: Makefile src/usr.bin/tftp: Makefile src/usr.bin/xinstall: Makefile Log Message: apply GCC_NO_ADDR_OF_PACKED_MEMBER

CVS commit: src/external/mit/xorg/server/drivers

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:24:37 UTC 2020 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-intel: Makefile src/external/mit/xorg/server/drivers/xf86-video-vmware: Makefile Log Message: use GCC_NO_ADDR_OF_PACKED_MEMBER.

CVS commit: src/external/gpl3/gdb/lib/libgdb

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:24:17 UTC 2020 Modified Files: src/external/gpl3/gdb/lib/libgdb: Makefile Log Message: apply -Wno-error=alloca-larger-than= for GCC 9. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

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

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:22:51 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_linux.cc Log Message: fix for netbsd/mips. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/external/apache2/llvm

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:18:26 UTC 2020 Modified Files: src/external/apache2/llvm/lib/libLLVMAnalysis: Makefile src/external/apache2/llvm/lib/libLLVMInstCombine: Makefile src/external/apache2/llvm/lib/libLLVMInstrumentation:

CVS commit: src/distrib/sets/lists

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:19:04 UTC 2020 Modified Files: src/distrib/sets/lists/base: ad.mips src/distrib/sets/lists/comp: ad.mips ad.powerpc Log Message: fix mips and powerpc GCC 9 builds. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/fs/efs

2020-09-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 7 00:11:48 UTC 2020 Modified Files: src/sys/fs/efs: efs_subr.c Log Message: fix unaligned access To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/fs/efs/efs_subr.c Please note that diffs are not

CVS commit: src/external/gpl3/gcc

2020-09-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Sep 6 23:23:22 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libbacktrace/arch/aarch64eb: backtrace-supported.h config.h src/external/gpl3/gcc/lib/libgcc/libgcov/arch/aarch64eb: defs.mk

CVS commit: src/tools/gcc

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 21:59:34 UTC 2020 Modified Files: src/tools/gcc: gcc-version.mk Log Message: mark GCC 9 as (so far) netbsd 20200907 version. this should fix the compiler saying it is "gcc version 9.3.0 ()". (needs mknative redo.) To

CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2020-09-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 6 21:49:32 UTC 2020 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_subr.c Log Message: Adjust string sizes To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 \

CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2020-09-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 6 21:49:44 UTC 2020 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_options.c Log Message: Stop using alloca To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 \

CVS commit: src/usr.bin/make

2020-09-06 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 6 19:34:36 UTC 2020 Modified Files: src/usr.bin/make: nonints.h parse.c Log Message: make(1): add const for Parse_IsVar To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/usr.bin/make/nonints.h cvs

CVS commit: src/usr.bin/make

2020-09-06 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 6 19:30:54 UTC 2020 Modified Files: src/usr.bin/make: for.c nonints.h Log Message: make(1): add const to For_Eval and For_Accum To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/usr.bin/make/for.c cvs

CVS commit: src/usr.bin/make

2020-09-06 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 6 19:28:49 UTC 2020 Modified Files: src/usr.bin/make: for.c Log Message: make(1): clean up For_Eval * Reduce scope of local variables. * Remove unnecessary null character test before positive isspace call. To generate

CVS commit: src/usr.bin/make

2020-09-06 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 6 19:24:12 UTC 2020 Modified Files: src/usr.bin/make: for.c Log Message: make(1): properly initialize For structure in For_Eval Initializing a Buffer or a strlist_t with zero-valued bytes only works by conincidence, but

CVS commit: src/usr.bin/make

2020-09-06 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 6 19:19:49 UTC 2020 Modified Files: src/usr.bin/make: for.c Log Message: make(1): improve documentation in For_Eval To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/usr.bin/make/for.c Please note that

CVS commit: src/usr.bin/make

2020-09-06 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 6 19:18:16 UTC 2020 Modified Files: src/usr.bin/make: for.c Log Message: make(1): fix type of For.short_var To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/usr.bin/make/for.c Please note that diffs

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

2020-09-06 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sun Sep 6 17:43:31 UTC 2020 Modified Files: src/sys/arch/aarch64/include: ptrace.h Log Message: need swap for aarch64be To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/aarch64/include/ptrace.h Please

CVS commit: src/sys/arch/aarch64

2020-09-06 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sun Sep 6 17:38:10 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c src/sys/arch/aarch64/include: machdep.h Log Message: Fix panic caused by modload.

CVS commit: src/sys/dev/sbus

2020-09-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Sep 6 17:22:45 UTC 2020 Modified Files: src/sys/dev/sbus: genfb_sbus.c Log Message: uvm/uvm_extern.h, not machine/pmap.h, for pmap(9). Sort includes. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/arch

2020-09-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Sep 6 17:19:47 UTC 2020 Modified Files: src/sys/arch/dreamcast/include: kloader.h src/sys/arch/evbsh3/include: kloader.h src/sys/arch/hpcarm/include: kloader.h src/sys/arch/hpcmips/include:

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

2020-09-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 6 17:15:09 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_platform_limits_netbsd.cc Log Message: comment out ioctl that is only defined for the kernel To

CVS commit: src/external/bsd/iscsi/dist/src/lib

2020-09-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 6 17:06:20 UTC 2020 Modified Files: src/external/bsd/iscsi/dist/src/lib: initiator.c Log Message: fix null argument To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/external/cddl/osnet/dist/lib/libctf/common

2020-09-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 6 16:44:17 UTC 2020 Modified Files: src/external/cddl/osnet/dist/lib/libctf/common: ctf_lib.c Log Message: fix zeroing To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 \

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

2020-09-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 6 16:30:41 UTC 2020 Modified Files: src/external/bsd/jemalloc/dist/src: malloc_io.c Log Message: Appease gcc-9 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys

2020-09-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Sep 6 15:27:23 UTC 2020 Modified Files: src/sys/dev/bus_dma: bus_dmamem_common.c src/sys/kern: subr_physmap.c Log Message: Fix some more uvm.h cleanup fallout. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/doc

2020-09-06 Thread Roy Marples
COMPAT_LINUX by default [jdolecek 20200816] mips: Port crash(8) to mips. [mrg 20200816] wg(4): Add implementation of WireGuard protocol. [ozaki-r 20200820] + dhcpcd: Update to version 9.2.0. [roy 20200906]

CVS commit: src/external/bsd/dhcpcd/include

2020-09-06 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Sep 6 14:57:18 UTC 2020 Modified Files: src/external/bsd/dhcpcd/include: config.h Log Message: dhcpcd: Use ppoll(2) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/dhcpcd/include/config.h Please

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

2020-09-06 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Sep 6 14:55:34 UTC 2020 Modified Files: src/external/bsd/dhcpcd/dist/src: dhcp.c dhcpcd.8.in dhcpcd.c if-options.c ipv6.c ipv6nd.c logerr.c privsep.c Log Message: Sync To generate a diff of this commit: cvs rdiff

CVS import: src/external/bsd/dhcpcd/dist

2020-09-06 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Sep 6 14:54:29 UTC 2020 Update of /cvsroot/src/external/bsd/dhcpcd/dist In directory ivanova.netbsd.org:/tmp/cvs-serv11980 Log Message: Update to dhcpcd-9.2.0 with the following changes: * route: ensure IPv4LL routes come last in

CVS commit: src/external/gpl3/gcc

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 13:06:03 UTC 2020 Modified Files: src/external/gpl3/gcc: README.gcc9 Log Message: note that aarch64, earm*, sh3*, sparc*, vax, and x86-64 are slightly updated in status. x86-64 and sparc and mips64-eb all appear to work

CVS commit: src/etc/mtree

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 10:59:51 UTC 2020 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: obsolete gcc-7 dirs. add gcc-9 dirs. To generate a diff of this commit: cvs rdiff -u -r1.222 -r1.223 src/etc/mtree/NetBSD.dist.base Please

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

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 10:55:16 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_linux.cc sanitizer_platform_limits_netbsd.cc Log Message: re-port to netbsd/sparc* fix build on

CVS commit: src/distrib/sets/lists

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 10:54:26 UTC 2020 Modified Files: src/distrib/sets/lists/base: mi shl.mi src/distrib/sets/lists/comp: ad.aarch64 ad.arm ad.hppa ad.m68k ad.mips ad.powerpc ad.riscv ad.sh3 md.alpha md.amd64 md.hppa

CVS commit: src/games/tetris

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 10:51:20 UTC 2020 Modified Files: src/games/tetris: Makefile Log Message: apply ${GCC_NO_FORMAT_TRUNCATION} to scores.c To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/games/tetris/Makefile Please note

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 10:50:53 UTC 2020 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: build-hash-table.lo and build-vec.lo depend upon $HASH_TABLE_H not $GGC_H To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 10:48:21 UTC 2020 Modified Files: src/sys/arch/sparc/include: pmap.h src/sys/arch/sparc64/include: pmap.h Log Message: forward declare struct vm_page, and include uvm_prot.h and uvm_pmap.h. fixes build,

CVS commit: src/usr.bin/fgen

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 08:18:21 UTC 2020 Modified Files: src/usr.bin/fgen: fgen.l Log Message: remove unused NULL pointer that was passed to printf %s. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/usr.bin/fgen/fgen.l

CVS commit: src/external/bsd/ppp/usr.sbin/pppd

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 08:15:04 UTC 2020 Modified Files: src/external/bsd/ppp/usr.sbin/pppd: sys-bsd.c Log Message: use struct zero initialiser and avoid calling memset() on a pointer of the wrong size. To generate a diff of this commit: cvs

CVS commit: src

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 07:20:33 UTC 2020 Modified Files: src/external/apache2/mDNSResponder/usr.sbin/mdnsd: Makefile src/external/bsd/ipf: Makefile.inc src/external/bsd/ipf/bin/ipmon: Makefile