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

2020-09-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 14 05:04:05 UTC 2020 Modified Files: src/sys/arch/sh3/include: ptrace.h Log Message: apply some parens to make macros safe. fixes GCC 9 sanitizer issues. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/net

2020-09-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 14 04:57:21 UTC 2020 Modified Files: src/sys/net: if_wg.c Log Message: wg: Add altq hooks. While here, remove the IFQ_CLASSIFY bottleneck (takes the ifq lock, so it would serialize all transmission to all peers on a

CVS commit: src/external/gpl3/gcc

2020-09-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 14 01:19:50 UTC 2020 Modified Files: src/external/gpl3/gcc: README.gcc9 Log Message: fixed armv7-eb build issue; as not gcc related. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src

2020-09-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 14 00:40:03 UTC 2020 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/comp: mi src/sys/dev: Makefile Log Message: Revert previous to make iscsi kernel headers optional again, as required

CVS commit: src/share/mk

2020-09-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 14 00:11:45 UTC 2020 Modified Files: src/share/mk: bsd.own.mk Log Message: switch m68k and sh3 to binutils 2.34. testing sun3 in tme and landisk in gxemul shows them both to work as well as binutils 2.31. that's binutils

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

2020-09-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 14 00:01:51 UTC 2020 Added Files: src/distrib/sets/lists/dtb: ad.earmv7eb Log Message: fix earmv7eb builds -- add the dtb set items. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/share/mk

2020-09-13 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 13 23:33:21 UTC 2020 Modified Files: src/share/mk: bsd.own.mk Log Message: fix syntax errors in previous. To generate a diff of this commit: cvs rdiff -u -r1.1213 -r1.1214 src/share/mk/bsd.own.mk Please note that diffs

CVS commit: src

2020-09-13 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 13 23:32:04 UTC 2020 Modified Files: src/external/gpl3/gcc: README.gcc9 src/share/mk: bsd.own.mk Log Message: switch riscv and ia64 to GCC 9. switch riscv to binutils 2.34. To generate a diff of this commit: cvs

CVS commit: src/external/gpl3/gcc

2020-09-13 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 13 23:23:00 UTC 2020 Modified Files: src/external/gpl3/gcc: README.gcc9 Log Message: riscv64 vs xorg-server is solved (non-gcc specific issue.) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2020-09-13 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 13 23:01:03 UTC 2020 Modified Files: src/external/mit/xorg/server/xorg-server/Xext: Makefile src/external/mit/xorg/server/xorg-server/fb: Makefile.fb src/external/mit/xorg/server/xorg-server/hw/vfb: Makefile

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

2020-09-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 13 21:41:17 UTC 2020 Modified Files: src/sys/arch/arm/acpi: acpi_iort.c acpi_pci_n1sdp.c acpi_platform.c acpi_table.c Log Message: Make Arm MD ACPI code big endian friendly. To generate a diff of this

CVS commit: src/external/gpl3/gcc

2020-09-13 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 13 21:21:04 UTC 2020 Modified Files: src/external/gpl3/gcc: README.gcc9 Log Message: note some platforms switched and some are ready to switch. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/external/gpl3/binutils/usr.bin/ld/arch

2020-09-13 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 13 21:18:50 UTC 2020 Modified Files: src/external/gpl3/binutils/usr.bin/ld/arch/riscv32: defs.mk ldemul-list.h src/external/gpl3/binutils/usr.bin/ld/arch/riscv64: defs.mk ldemul-list.h Log

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

2020-09-13 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 13 21:14:02 UTC 2020 Modified Files: src/external/gpl3/binutils/dist/ld: configure.tgt Log Message: merge riscv*-netbsd* target support. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 21:12:08 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): rename local variables in PrintLocation For PrintLocation, there is no "current" filename or line number, therefore the "c" in the

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 21:03:15 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): in Var_Parse, replace bmake_strldup with bmake_strsedup To generate a diff of this commit: cvs rdiff -u -r1.518 -r1.519

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

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 21:00:34 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varparse-dynamic.mk Log Message: make(1): add test for dynamic variable with modifiers in Var_Parse To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/share/mk

2020-09-13 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 13 20:59:18 UTC 2020 Modified Files: src/share/mk: bsd.own.mk Log Message: switch vax and ia64 to binutils 2.34. reverse the list and leave the remaining m68k (untested), riscv (riscv64 ld is missing emulations for 32 bit

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 20:38:47 UTC 2020 Modified Files: src/usr.bin/make: nonints.h Log Message: make(1): fix documentation of VarParseErrors It does not matter whether lint mode is enabled or not, Var_Parse must reliably return whether an

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 20:21:24 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: opt-debug-lint.exp opt-debug-lint.mk Log Message: make(1): in lint mode, report undefined variables in conditions To

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

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 20:04:27 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: dep-var.mk Log Message: make(1): explain why the dep-var test behaves differently in lint mode To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 19:46:23 UTC 2020 Modified Files: src/usr.bin/make: cond.c nonints.h var.c src/usr.bin/make/unit-tests: opt-debug-lint.exp Log Message: make(1): suppress wrong "Malformed conditional" for undefined variables

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 19:28:46 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: opt-debug-lint.exp opt-debug-lint.mk Log Message: make(1): in lint mode, improve error handling for undefined variables

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 19:16:22 UTC 2020 Modified Files: src/usr.bin/make: nonints.h var.c Log Message: make(1): make documentation of VarParseErrors more precise To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 18:27:39 UTC 2020 Modified Files: src/usr.bin/make: arch.c cond.c nonints.h parse.c suff.c var.c Log Message: make(1): prepare Var_Parse for proper error handling and reporting Right now, Var_Parse swallows many

CVS commit: src/sys/net

2020-09-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Sep 13 17:18:54 UTC 2020 Modified Files: src/sys/net: if_wg.c Log Message: wg: Fix detach logic. Not tested but this should be less of a rake to step on if anyone made an unloadable wg module. To generate a diff of this

CVS commit: src/sys/net

2020-09-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Sep 13 17:18:13 UTC 2020 Modified Files: src/sys/net: if_wg.c Log Message: wg: Use RUN_ONCE to defer workqueue_create until after configure. Should really fix workqueue(9) so workqueue_create can be done before CPUs have

CVS commit: src/sys/net

2020-09-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Sep 13 17:17:31 UTC 2020 Modified Files: src/sys/net: if_wg.c Log Message: wg: Add missing kpreempt_disable/enable around pktq_enqueue. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/net/if_wg.c

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

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 16:53:19 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varname-dot-includes.mk varname-dot-libs.mk Log Message: make(1): fix tests for .INCLUDES and .LIBS Found by an early draft of a refactoring

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 16:47:24 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: counter.exp vardebug.exp varname-dot-shell.exp Log Message: make(1): shorten debug output of ApplyModifiers

CVS commit: [netbsd-9] src/doc

2020-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 13 15:52:03 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Ticket #1084 To generate a diff of this commit: cvs rdiff -u -r1.1.2.110 -r1.1.2.111 src/doc/CHANGES-9.1 Please note that diffs are not

CVS commit: [netbsd-9] src/crypto/external/bsd/openssl/dist/crypto/engine

2020-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 13 15:51:06 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/engine [netbsd-9]: eng_devcrypto.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1084):

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 15:27:25 UTC 2020 Modified Files: src/usr.bin/make: buf.h hash.h make_malloc.h metachar.h nonints.h Log Message: make(1): fix position of MAKE_ATTR_UNUSED in inline functions The attribute needs to be before the

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 15:15:51 UTC 2020 Modified Files: src/usr.bin/make: arch.c buf.c compat.c cond.c dir.c enum.c for.c hash.c job.c lst.c main.c make.c make.h make_malloc.c metachar.c parse.c str.c strlist.c suff.c

CVS commit: src/tests/net/arp

2020-09-13 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Sep 13 14:36:32 UTC 2020 Modified Files: src/tests/net/arp: t_arp.sh Log Message: arp test: Use the ndp cache expiration test in place of the old one As the logic is the same. While here, GC some variables and comment out a

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 13:53:55 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): fix parameter type of CondEvalExpression To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 src/usr.bin/make/cond.c

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 13:50:27 UTC 2020 Modified Files: src/usr.bin/make: cond.c make.h nonints.h parse.c var.c Log Message: make(1): clean up API for evaluating conditions There was no need to make struct If publicly visible. There was

CVS commit: src/sys/lib/libsa

2020-09-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 13 13:31:36 UTC 2020 Modified Files: src/sys/lib/libsa: loadfile_elf32.c Log Message: Elf64_Phdr::p_offset is 64 bits, not 32 To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 13:25:07 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): clean up comments for ParseErrorInternal and ParseMessage To generate a diff of this commit: cvs rdiff -u -r1.300 -r1.301

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 13:22:29 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): fix comment for ParseVErrorInternal To generate a diff of this commit: cvs rdiff -u -r1.299 -r1.300 src/usr.bin/make/parse.c Please

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 13:17:44 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): reduce complexity of PrintLocation Analyzing a printf statement that is split into several small pieces is harder than necessary in

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

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 13:03:16 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi Log Message: make(1): add recently added tests to distrib file list To generate a diff of this commit: cvs rdiff -u -r1.921 -r1.922

CVS commit: [netbsd-9] src/doc

2020-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 13 12:26:36 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Tickets #1077 - #1083 To generate a diff of this commit: cvs rdiff -u -r1.1.2.109 -r1.1.2.110 src/doc/CHANGES-9.1 Please note that diffs

CVS commit: [netbsd-9] src

2020-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 13 12:25:29 UTC 2020 Modified Files: src/sys/miscfs/genfs [netbsd-9]: genfs_rename.c src/tests/fs/vfs [netbsd-9]: t_renamerace.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1083):

CVS commit: [netbsd-9] src

2020-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 13 12:20:22 UTC 2020 Modified Files: src/lib/libc/atomic [netbsd-9]: membar_ops.3 src/share/man/man9 [netbsd-9]: atomic_loadstore.9 ipi.9 Log Message: Pull up following revision(s) (requested by riastradh in

CVS commit: [netbsd-9] src/sys/netinet

2020-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 13 12:18:16 UTC 2020 Modified Files: src/sys/netinet [netbsd-9]: tcp_input.c Log Message: Pull up following revision(s) (requested by kardel in ticket #1081): sys/netinet/tcp_input.c: revision 1.420 PR/kern

CVS commit: [netbsd-8] src/doc

2020-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 13 12:17:25 UTC 2020 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1603 and #1604 To generate a diff of this commit: cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-8.3 Please note that diffs

CVS commit: [netbsd-8] src/sys/netinet

2020-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 13 12:16:34 UTC 2020 Modified Files: src/sys/netinet [netbsd-8]: tcp_input.c Log Message: Pull up following revision(s) (requested by kardel in ticket #1604): sys/netinet/tcp_input.c: revision 1.420 PR/kern

CVS commit: [netbsd-8] src

2020-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 13 12:13:13 UTC 2020 Modified Files: src/etc/rc.d [netbsd-8]: motd src/share/man/man5 [netbsd-8]: rc.conf.5 Log Message: Pull up following revision(s) (requested by kim in ticket #1603): etc/rc.d/motd:

CVS commit: [netbsd-9] src

2020-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 13 12:11:07 UTC 2020 Modified Files: src/etc/defaults [netbsd-9]: rc.conf src/etc/rc.d [netbsd-9]: motd src/share/man/man5 [netbsd-9]: rc.conf.5 Log Message: Pull up following revision(s) (requested by kim

CVS commit: [netbsd-9] src/usr.bin/sockstat

2020-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 13 12:00:46 UTC 2020 Modified Files: src/usr.bin/sockstat [netbsd-9]: Makefile sockstat.c Log Message: Pull up following revision(s) (requested by kim in ticket #1079): usr.bin/sockstat/sockstat.c: revision 1.22

CVS commit: [netbsd-9] src/sys/dev/nvmm/x86

2020-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 13 11:56:44 UTC 2020 Modified Files: src/sys/dev/nvmm/x86 [netbsd-9]: nvmm_x86_svm.c nvmm_x86_vmx.c Log Message: Pull up following revision(s) (requested by maxv in ticket #1078): sys/dev/nvmm/x86/nvmm_x86_svm.c:

CVS commit: [netbsd-9] src/sys/dev/nvmm/x86

2020-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 13 11:54:10 UTC 2020 Modified Files: src/sys/dev/nvmm/x86 [netbsd-9]: nvmm_x86.c nvmm_x86_svm.c nvmm_x86_vmx.c Log Message: Pull up following revision(s) (requested by maxv in ticket #1077):

CVS commit: src/sys/net

2020-09-13 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Sep 13 11:48:45 UTC 2020 Modified Files: src/sys/net: files.net Log Message: nd needs arp or inet6. inet is not enough. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/net/files.net Please note that

CVS commit: src/sys/netinet

2020-09-13 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Sep 13 11:47:12 UTC 2020 Modified Files: src/sys/netinet: tcp_input.c Log Message: inet: Fix build without ARP To generate a diff of this commit: cvs rdiff -u -r1.422 -r1.423 src/sys/netinet/tcp_input.c Please note that diffs

CVS commit: src/sys/lib/libsa

2020-09-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 13 11:09:02 UTC 2020 Modified Files: src/sys/lib/libsa: loadfile_elf32.c Log Message: Elf64_Phdr::p_flags is 32 bits, not 64 To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

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

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 10:20:11 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: directive-include-fatal.mk Log Message: make(1): test another attempt at resuming from fatal errors To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 09:43:01 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): inline strchr call in IsInclude To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298 src/usr.bin/make/parse.c Please note

CVS commit: src/usr.bin/make

2020-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 13 09:35:10 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: Initialize endc unconditionally, gcc complains and it is not obvious whether this is a false positive. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 09:25:52 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): clean up the documentation for Parse_File To generate a diff of this commit: cvs rdiff -u -r1.296 -r1.297 src/usr.bin/make/parse.c

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

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 09:23:48 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: export-variants.mk Log Message: make(1): fix explanations in test for exporting variables To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 09:23:14 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: directive-include-fatal.exp Log Message: make(1): fix line number in expected test result for .include To generate a diff of this commit: cvs rdiff -u

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

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 09:20:23 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: directive-dinclude.exp directive-dinclude.mk directive-hyphen-include.exp

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

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 09:17:47 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: make(1): fix sync-mi helper target, at least for adding tests To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139

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

2020-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 13 08:51:59 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_platform_limits_netbsd.cc sanitizer_stoptheworld_netbsd_libcdep.cc Log Message: Add missing

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 08:17:14 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): rename ApplyModifier_Exclam The names of all other ApplyModifier functions already describe the effect instead of the spelling. To

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 08:11:40 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): inline call to strchr in ValidShortVarname It's a pity that neither GCC 5 nor GCC 10 nor Clang 9 inline this code themselves, even though

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 07:42:20 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varmod.exp varmod.mk Log Message: make(1): in lint mode, complain about erroneous $$ Since 2008-12-21, make has silently

CVS commit: src/share/man/man4

2020-09-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Sep 13 07:36:55 UTC 2020 Modified Files: src/share/man/man4: wskbd.4 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/share/man/man4/wskbd.4 Please note that diffs are not

CVS commit: src

2020-09-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Sep 13 07:35:15 UTC 2020 Modified Files: src/sbin/wsconsctl: keyboard.c src/share/man/man4: wskbd.4 Log Message: Document keyboard mode ioctls and let wsconsctl manage it. To generate a diff of this commit: cvs

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

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 07:32:32 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-loop.exp varmod-loop.mk Log Message: make(1): add test for empty variable name in :@var@...@ modifier To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 06:36:54 UTC 2020 Modified Files: src/usr.bin/make: compat.c Log Message: make(1): reduce indentation in Compat_RunCommand The while (1) had been there since the initial import on 1993-03-21, and in all that time

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 06:15:29 UTC 2020 Modified Files: src/usr.bin/make: arch.c main.c make.h suff.c Log Message: make(1): remove #endif comments for very short blocks To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113

CVS commit: src/usr.bin/make

2020-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 06:05:56 UTC 2020 Modified Files: src/usr.bin/make: main.c parse.c Log Message: make(1): remove redundant VARARGS comments These had been necessary at a time when the functions were declared with "unknown parameter

CVS commit: src/sbin/raidctl

2020-09-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Sep 13 06:04:53 UTC 2020 Modified Files: src/sbin/raidctl: raidctl.c Log Message: Allow components to be specified by wedge name. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sbin/raidctl/raidctl.c