CVS commit: src/sbin/raidctl

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 05:31:46 UTC 2020 Modified Files: src/sbin/raidctl: rf_configure.c Log Message: avoid trying to printf() a NULL as %s. fixes likely bug. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/sbin/raidctl

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 05:31:46 UTC 2020 Modified Files: src/sbin/raidctl: rf_configure.c Log Message: avoid trying to printf() a NULL as %s. fixes likely bug. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

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

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 05:30:17 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_linux_libcdep.cc Log Message: fix merge botch: netbsd doesn't want any of this. To generate a diff of

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

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 05:30:17 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_linux_libcdep.cc Log Message: fix merge botch: netbsd doesn't want any of this. To generate a diff of

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

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 6 04:35:03 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: opt-debug-errors.exp opt-debug-errors.mk Log Message: make(1): add test for the -de option To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 6 04:35:03 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: opt-debug-errors.exp opt-debug-errors.mk Log Message: make(1): add test for the -de option To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sbin/ccdconfig

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 02:34:30 UTC 2020 Modified Files: src/sbin/ccdconfig: ccdconfig.c Log Message: rework error message to never call printf() %s with NULL. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/sbin/amrctl

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 02:34:03 UTC 2020 Modified Files: src/sbin/amrctl: amrctl.c Log Message: avoid calling printf() %s with NULL. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sbin/amrctl/amrctl.c Please note that

CVS commit: src/sbin/amrctl

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 02:34:03 UTC 2020 Modified Files: src/sbin/amrctl: amrctl.c Log Message: avoid calling printf() %s with NULL. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sbin/amrctl/amrctl.c Please note that

CVS commit: src/sbin/ccdconfig

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 02:34:30 UTC 2020 Modified Files: src/sbin/ccdconfig: ccdconfig.c Log Message: rework error message to never call printf() %s with NULL. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/external/gpl3/gcc

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 02:25:17 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libbacktrace/arch/earm: backtrace-supported.h config.h src/external/gpl3/gcc/lib/libbacktrace/arch/earmeb: backtrace-supported.h

CVS commit: src/tools/gcc

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 02:24:38 UTC 2020 Modified Files: src/tools/gcc: Makefile mknative-gcc mknative-gcc.old Log Message: pass down earm* not earmv5* to mknative-gcc. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100

CVS commit: src/tools/gcc

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 02:24:38 UTC 2020 Modified Files: src/tools/gcc: Makefile mknative-gcc mknative-gcc.old Log Message: pass down earm* not earmv5* to mknative-gcc. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100

CVS commit: src/sys

2020-09-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Sep 6 02:18:53 UTC 2020 Modified Files: src/sys/arch/x86/x86: pmap.c src/sys/arch/xen/x86: x86_xpmap.c xen_pmap.c src/sys/dev/nvmm: nvmm_internal.h src/sys/dev/nvmm/x86: nvmm_x86.c nvmm_x86_svm.c

CVS commit: src/sys

2020-09-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Sep 6 02:18:53 UTC 2020 Modified Files: src/sys/arch/x86/x86: pmap.c src/sys/arch/xen/x86: x86_xpmap.c xen_pmap.c src/sys/dev/nvmm: nvmm_internal.h src/sys/dev/nvmm/x86: nvmm_x86.c nvmm_x86_svm.c

CVS commit: src/external/gpl3/gcc

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 23:18:49 UTC 2020 Modified Files: src/external/gpl3/gcc: README.gcc9 Log Message: update mknative-gcc status. everything but earmv5 is done, though few have been tested to actually build yet. To generate a diff of this

CVS commit: src/external/gpl3/gcc

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 23:18:49 UTC 2020 Modified Files: src/external/gpl3/gcc: README.gcc9 Log Message: update mknative-gcc status. everything but earmv5 is done, though few have been tested to actually build yet. To generate a diff of this

CVS commit: src/external/gpl3/gcc

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 23:13:31 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libbacktrace/arch/arm: backtrace-supported.h config.h src/external/gpl3/gcc/lib/libbacktrace/arch/earmv4: backtrace-supported.h

CVS commit: src/external/gpl3/gcc

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 23:13:31 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libbacktrace/arch/arm: backtrace-supported.h config.h src/external/gpl3/gcc/lib/libbacktrace/arch/earmv4: backtrace-supported.h

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

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 22:41:17 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: don't include vxworks-dummy.h twice To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65

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

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 22:41:17 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: don't include vxworks-dummy.h twice To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65

CVS commit: src/external/gpl3/gcc

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 22:17:13 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libbacktrace/arch/aarch64: backtrace-supported.h config.h src/external/gpl3/gcc/lib/libbacktrace/arch/alpha: backtrace-supported.h

CVS commit: src/external/gpl3/gcc

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 22:17:13 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libbacktrace/arch/aarch64: backtrace-supported.h config.h src/external/gpl3/gcc/lib/libbacktrace/arch/alpha: backtrace-supported.h

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

2020-09-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 5 20:24:43 UTC 2020 Modified Files: src/common/lib/libc/arch/aarch64/string: strlen.S Log Message: Fix a broken corner case of strlen()/strnlen() on aarch64eb Previously a string such as "\x1\x1\x1\x1\x1\x1\x1" would

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

2020-09-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 5 20:24:43 UTC 2020 Modified Files: src/common/lib/libc/arch/aarch64/string: strlen.S Log Message: Fix a broken corner case of strlen()/strnlen() on aarch64eb Previously a string such as "\x1\x1\x1\x1\x1\x1\x1" would

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

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 19:17:42 UTC 2020 Modified Files: src/distrib/sets/lists/base: mi Log Message: lists/base/mi: fix lines with 4 fields ok mrg To generate a diff of this commit: cvs rdiff -u -r1.1258 -r1.1259

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

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 19:17:42 UTC 2020 Modified Files: src/distrib/sets/lists/base: mi Log Message: lists/base/mi: fix lines with 4 fields ok mrg To generate a diff of this commit: cvs rdiff -u -r1.1258 -r1.1259

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 19:11:16 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): replay the changes from v1.283 I accidentally reverted them in v1.284. To generate a diff of this commit: cvs rdiff -u -r1.284

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 19:11:16 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): replay the changes from v1.283 I accidentally reverted them in v1.284. To generate a diff of this commit: cvs rdiff -u -r1.284

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 19:07:25 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): clean up comments about parsing To generate a diff of this commit: cvs rdiff -u -r1.283 -r1.284 src/usr.bin/make/parse.c Please note

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 19:07:25 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): clean up comments about parsing To generate a diff of this commit: cvs rdiff -u -r1.283 -r1.284 src/usr.bin/make/parse.c Please note

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 18:41:59 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): fix comments about setting .PARSEDIR and .PARSEFILE To generate a diff of this commit: cvs rdiff -u -r1.282 -r1.283

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 18:41:59 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): fix comments about setting .PARSEDIR and .PARSEFILE To generate a diff of this commit: cvs rdiff -u -r1.282 -r1.283

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 18:31:03 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): make GetActuallyIncludingFile faster In deeply nested includes, starting the search from the inner end is faster since it needs fewer

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 18:31:03 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): make GetActuallyIncludingFile faster In deeply nested includes, starting the search from the inner end is faster since it needs fewer

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 18:18:05 UTC 2020 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: include-main.exp include-main.mk Log Message: make(1): fix .INCLUDEDFROMDIR/.INCLUDEDFROMFILE To generate a diff of

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 18:18:05 UTC 2020 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: include-main.exp include-main.mk Log Message: make(1): fix .INCLUDEDFROMDIR/.INCLUDEDFROMFILE To generate a diff of

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

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 18:13:47 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: include-main.exp include-main.mk include-sub.mk include-subsub.mk Log Message: make(1): add test for .INCLUDEDFILE combined with .for loops

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

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 18:13:47 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: include-main.exp include-main.mk include-sub.mk include-subsub.mk Log Message: make(1): add test for .INCLUDEDFILE combined with .for loops

CVS commit: src/sys/arch/alpha

2020-09-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 5 18:01:42 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: genassym.cf interrupt.c locore.s src/sys/arch/alpha/include: cpu.h intr.h Log Message: Track the SSIR per-cpu, rather than globally. To generate a

CVS commit: src/sys/arch/alpha

2020-09-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 5 18:01:42 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: genassym.cf interrupt.c locore.s src/sys/arch/alpha/include: cpu.h intr.h Log Message: Track the SSIR per-cpu, rather than globally. To generate a

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

2020-09-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 5 17:49:26 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: locore_el2.S start.S Log Message: aarch64: switch CPU to the kernel's byte order during boot To generate a diff of this commit: cvs rdiff -u -r1.4

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

2020-09-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 5 17:49:26 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: locore_el2.S start.S Log Message: aarch64: switch CPU to the kernel's byte order during boot To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/sys/kern

2020-09-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Sep 5 17:33:11 UTC 2020 Modified Files: src/sys/kern: subr_pool.c Log Message: Suppress pool redzone message unless booted with debug. To generate a diff of this commit: cvs rdiff -u -r1.273 -r1.274

CVS commit: src/sys/kern

2020-09-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Sep 5 17:33:11 UTC 2020 Modified Files: src/sys/kern: subr_pool.c Log Message: Suppress pool redzone message unless booted with debug. To generate a diff of this commit: cvs rdiff -u -r1.273 -r1.274

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

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 16:59:20 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: include-main.exp include-main.mk include-sub.mk include-subsub.mk Log Message: make(1): make test for .INCLUDEDFROMDIR simpler The .info and

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

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 16:59:20 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: include-main.exp include-main.mk include-sub.mk include-subsub.mk Log Message: make(1): make test for .INCLUDEDFROMDIR simpler The .info and

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

2020-09-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 5 16:44:54 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: bus_space.c Log Message: Adjust aarch64 bus_space tags to also work on aarch64eb To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2020-09-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 5 16:44:54 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: bus_space.c Log Message: Adjust aarch64 bus_space tags to also work on aarch64eb To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys

2020-09-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Sep 5 16:30:13 UTC 2020 Modified Files: src/sys/arch/aarch64/include: asan.h src/sys/arch/amd64/include: asan.h src/sys/arch/arm/include: asan.h src/sys/compat/common: uvm_13.c uvm_50.c

CVS commit: src/sys

2020-09-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Sep 5 16:30:13 UTC 2020 Modified Files: src/sys/arch/aarch64/include: asan.h src/sys/arch/amd64/include: asan.h src/sys/arch/arm/include: asan.h src/sys/compat/common: uvm_13.c uvm_50.c

CVS commit: src/sys/arch/alpha

2020-09-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 5 16:29:08 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: genassym.cf interrupt.c locore.s src/sys/arch/alpha/include: alpha_cpu.h intr.h src/sys/arch/alpha/tc: tc_3000_300.c tc_3000_500.c Log

CVS commit: src/sys/arch/alpha

2020-09-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 5 16:29:08 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: genassym.cf interrupt.c locore.s src/sys/arch/alpha/include: alpha_cpu.h intr.h src/sys/arch/alpha/tc: tc_3000_300.c tc_3000_500.c Log

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

2020-09-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 5 16:04:31 UTC 2020 Modified Files: src/sys/arch/arm/include: bus_funcs.h Log Message: Add missing prototypes for __bs_c(f,_bs_sm_?_swap) (implementations of these already exist for aarch64) To generate a diff of

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

2020-09-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 5 16:04:31 UTC 2020 Modified Files: src/sys/arch/arm/include: bus_funcs.h Log Message: Add missing prototypes for __bs_c(f,_bs_sm_?_swap) (implementations of these already exist for aarch64) To generate a diff of

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

2020-09-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 5 15:59:09 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: disasm.c Log Message: AArch64 instructions are always LE: swap if we're BE To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2020-09-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 5 15:59:09 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: disasm.c Log Message: AArch64 instructions are always LE: swap if we're BE To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 15:57:13 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: depsrc-exec.exp depsrc-exec.mk depsrc-made.exp depsrc-made.mk depsrc-make.exp depsrc-make.mk depsrc-notmain.exp depsrc-notmain.mk

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

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 15:57:13 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: depsrc-exec.exp depsrc-exec.mk depsrc-made.exp depsrc-made.mk depsrc-make.exp depsrc-make.mk depsrc-notmain.exp depsrc-notmain.mk

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 15:12:04 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): fix local variable type in ParseIsEscaped To generate a diff of this commit: cvs rdiff -u -r1.279 -r1.280 src/usr.bin/make/parse.c

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 15:12:04 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): fix local variable type in ParseIsEscaped To generate a diff of this commit: cvs rdiff -u -r1.279 -r1.280 src/usr.bin/make/parse.c

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 15:05:08 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): fix return type of ParseIsEscaped To generate a diff of this commit: cvs rdiff -u -r1.278 -r1.279 src/usr.bin/make/parse.c Please

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 15:05:08 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): fix return type of ParseIsEscaped To generate a diff of this commit: cvs rdiff -u -r1.278 -r1.279 src/usr.bin/make/parse.c Please

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 15:04:09 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): remove redundant prototype for ParseMark To generate a diff of this commit: cvs rdiff -u -r1.277 -r1.278 src/usr.bin/make/parse.c

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 15:04:09 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): remove redundant prototype for ParseMark To generate a diff of this commit: cvs rdiff -u -r1.277 -r1.278 src/usr.bin/make/parse.c

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

2020-09-05 Thread Kamil Rytarowski
On 05.09.2020 15:35, matthew green wrote: > Module Name: src > Committed By: mrg > Date: Sat Sep 5 13:35:55 UTC 2020 > > Modified Files: > src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: > sanitizer_linux.cc sanitizer_linux.h sanitizer_linux_libcdep.cc >

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 14:58:07 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): remove redundant prototypes for local functions from parse.c To generate a diff of this commit: cvs rdiff -u -r1.276 -r1.277

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 14:58:07 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): remove redundant prototypes for local functions from parse.c To generate a diff of this commit: cvs rdiff -u -r1.276 -r1.277

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

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 14:24:26 UTC 2020 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile.backend src/external/gpl3/gcc/usr.bin/backend: Makefile src/external/gpl3/gcc/usr.bin/cc1: Makefile

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

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 14:24:26 UTC 2020 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile.backend src/external/gpl3/gcc/usr.bin/backend: Makefile src/external/gpl3/gcc/usr.bin/cc1: Makefile

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 13:55:08 UTC 2020 Modified Files: src/usr.bin/make: arch.c dir.c hash.c hash.h targ.c Log Message: make(1): remove initial size argument from Hash_InitTable In all but one case this argument was set to auto-detect

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 13:55:08 UTC 2020 Modified Files: src/usr.bin/make: arch.c dir.c hash.c hash.h targ.c Log Message: make(1): remove initial size argument from Hash_InitTable In all but one case this argument was set to auto-detect

CVS commit: src/external/gpl3/gcc

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 13:41:02 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libbacktrace/arch/x86_64: backtrace-supported.h config.h src/external/gpl3/gcc/lib/libgcc/arch/x86_64: defs.mk

CVS commit: src/share/mk

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 13:38:43 UTC 2020 Modified Files: src/share/mk: bsd.sys.mk Log Message: disable -Wabi for GCC 9. To generate a diff of this commit: cvs rdiff -u -r1.302 -r1.303 src/share/mk/bsd.sys.mk Please note that diffs are not

CVS commit: src/libexec/httpd

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 13:38:24 UTC 2020 Modified Files: src/libexec/httpd: bozohttpd.c Log Message: avoid passing NULL pointers to printf() like functions and %s. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121

CVS commit: src/libexec/httpd

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 13:38:24 UTC 2020 Modified Files: src/libexec/httpd: bozohttpd.c Log Message: avoid passing NULL pointers to printf() like functions and %s. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121

CVS commit: src/share/mk

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 13:38:43 UTC 2020 Modified Files: src/share/mk: bsd.sys.mk Log Message: disable -Wabi for GCC 9. To generate a diff of this commit: cvs rdiff -u -r1.302 -r1.303 src/share/mk/bsd.sys.mk Please note that diffs are not

CVS commit: src

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 13:37:59 UTC 2020 Modified Files: src/include/ssp: string.h src/lib/libc/ssp: memmove_chk.c Log Message: make the 2nd argument to __memmove_chk() const To generate a diff of this commit: cvs rdiff -u -r1.13

CVS commit: src

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 13:37:59 UTC 2020 Modified Files: src/include/ssp: string.h src/lib/libc/ssp: memmove_chk.c Log Message: make the 2nd argument to __memmove_chk() const To generate a diff of this commit: cvs rdiff -u -r1.13

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

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 13:36:49 UTC 2020 Modified Files: src/external/gpl3/gcc/lib: Makefile.sanitizer Log Message: work around various headers not being fully open without some special #define being present (ie, define them.) To generate a

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

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 13:36:49 UTC 2020 Modified Files: src/external/gpl3/gcc/lib: Makefile.sanitizer Log Message: work around various headers not being fully open without some special #define being present (ie, define them.) To generate a

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 13:36:25 UTC 2020 Modified Files: src/usr.bin/make: hash.c Log Message: make(1): make Hash_Table independent from -funsigned-char This only makes a difference for Hash_Table keys outside the ASCII character set, and

CVS commit: src/usr.bin/make

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 13:36:25 UTC 2020 Modified Files: src/usr.bin/make: hash.c Log Message: make(1): make Hash_Table independent from -funsigned-char This only makes a difference for Hash_Table keys outside the ASCII character set, and

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

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 13:35:55 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_linux.cc sanitizer_linux.h sanitizer_linux_libcdep.cc sanitizer_platform_limits_netbsd.cc

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

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 13:35:24 UTC 2020 Modified Files: src/external/bsd/libarchive/dist/libarchive: archive_read_open_filename.c Log Message: avoid always passing NULL to printf()-like functions To generate a diff of this

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

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 13:35:24 UTC 2020 Modified Files: src/external/bsd/libarchive/dist/libarchive: archive_read_open_filename.c Log Message: avoid always passing NULL to printf()-like functions To generate a diff of this

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

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 13:35:55 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_linux.cc sanitizer_linux.h sanitizer_linux_libcdep.cc sanitizer_platform_limits_netbsd.cc

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

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 13:34:19 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varname.exp Log Message: make(1): add expected test result for hashing variable names To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 13:34:19 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varname.exp Log Message: make(1): add expected test result for hashing variable names To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 12:59:07 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile varname.mk Log Message: make(1): add test for intentional hash collision for variable names Hash collisions may slow down make in certain special

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

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 12:59:07 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile varname.mk Log Message: make(1): add test for intentional hash collision for variable names Hash collisions may slow down make in certain special

CVS commit: src/external/gpl3/gcc

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 12:19:25 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd.h src/external/gpl3/gcc/lib/libstdc++-v3: Makefile Log Message: find header files in /usr/include/gcc-9 and the gcc cpu dir. To

CVS commit: src/external/gpl3/gcc

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 12:19:25 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd.h src/external/gpl3/gcc/lib/libstdc++-v3: Makefile Log Message: find header files in /usr/include/gcc-9 and the gcc cpu dir. To

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

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 11:40:56 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc Log Message: endfor not endif To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/external/gpl3/gcc/lib/libgcc/Makefile.inc

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

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 11:40:56 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc Log Message: endfor not endif To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/external/gpl3/gcc/lib/libgcc/Makefile.inc

CVS commit: src/distrib/sets

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 11:13:07 UTC 2020 Added Files: src/distrib/sets: fmt-list Log Message: add distrib/sets/fmt-list to format the file lists consistently This program is much more complicated than sort-list in the same directory. It

CVS commit: src/distrib/sets

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 11:13:07 UTC 2020 Added Files: src/distrib/sets: fmt-list Log Message: add distrib/sets/fmt-list to format the file lists consistently This program is much more complicated than sort-list in the same directory. It

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

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 11:00:18 UTC 2020 Modified Files: src/distrib/sets/lists/comp: ad.sh3 Log Message: fix alignment in ad.sh3 To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/distrib/sets/lists/comp/ad.sh3 Please note

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

2020-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 5 11:00:18 UTC 2020 Modified Files: src/distrib/sets/lists/comp: ad.sh3 Log Message: fix alignment in ad.sh3 To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/distrib/sets/lists/comp/ad.sh3 Please note

CVS commit: src/tools/gcc

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 10:58:08 UTC 2020 Modified Files: src/tools/gcc: Makefile mknative-gcc Log Message: disable fetching stuff from libsanitizer for now. it needs libstdc++ to build in mknative using gcc makefiles, and our locale changes

  1   2   >