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

2020-10-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 6 06:26:46 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: cpuswitch.S vectors.S Log Message: move #include "opt_compat_netbsd32.h" to where it's required To generate a diff of this commit: cvs rdiff -u -r1.28 -r1

CVS commit: src/usr.bin/make

2020-10-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 5 22:45:47 UTC 2020 Modified Files: src/usr.bin/make: dir.c dir.h main.c Log Message: make(1): remove pathname limit for Dir_FindHereOrAbove While trying to compile the code with GCC's -Wformat-truncation, the snprintf c

CVS commit: src/usr.bin/make

2020-10-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 5 22:15:45 UTC 2020 Modified Files: src/usr.bin/make: Makefile make.h parse.c targ.c Log Message: make(1): enable format string truncation warnings for parse.c No node is ever going to have a million or more cohorts. An

CVS commit: src/usr.bin/make

2020-10-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 5 21:37:07 UTC 2020 Modified Files: src/usr.bin/make: job.c job.h main.c parse.c suff.c Log Message: make(1): prepare job.c, main.c, parse.c, suff.c for WARNS=6 In job.c, GCC 5 complains about the macro FILENO that it ha

CVS commit: src/games/factor

2020-10-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 5 21:11:47 UTC 2020 Modified Files: src/games/factor: factor.c Log Message: PR/55695: Andreas Gustafsson: factor(6) -h option doesn't always work Handle -h for factors greater than the primes table. To generate a diff

CVS commit: src/usr.bin/make

2020-10-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 5 20:21:30 UTC 2020 Modified Files: src/usr.bin/make: dir.c dir.h for.c hash.c hash.h Log Message: make(1): make dir.c, for.c and hash.c ready for WARNS=6 Some types have changed from int to unsigned int, size_t or time_

CVS commit: src/usr.bin/make

2020-10-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 5 19:59:07 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): make cond.c ready for WARNS=6, part 2 To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/usr.bin/make/cond.c Please no

CVS commit: src/usr.bin/make

2020-10-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 5 19:56:08 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): make cond.c ready for WARNS=6 To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161 src/usr.bin/make/cond.c Please note that

CVS commit: src/usr.bin/make

2020-10-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 5 19:39:30 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): fix compilation with GCC 10 and -Wimplicit-fallthrough=4 To generate a diff of this commit: cvs rdiff -u -r1.567 -r1.568 src/usr.bin/make

CVS commit: src/usr.bin/make

2020-10-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 5 19:30:37 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): fix double-free bug in -DCLEANUP mode (since 2020-10-02) The bug had been introduced with dir.c 1.155 on 2020-10-02 22:20:25. In that com

CVS commit: src/usr.bin/make

2020-10-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 5 19:27:48 UTC 2020 Modified Files: src/usr.bin/make: Makefile arch.c compat.c cond.c dir.c enum.c for.c hash.c job.c main.c make.h make_malloc.c nonints.h parse.c str.c suff.c targ.c trace.c util.c

CVS commit: src/usr.bin/make

2020-10-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 5 19:24:29 UTC 2020 Modified Files: src/usr.bin/make: Makefile arch.c compat.c cond.c dir.c enum.c for.c hash.c job.c main.c make.h make_malloc.c nonints.h parse.c str.c suff.c targ.c trace.c util.c

CVS commit: src/usr.bin/make

2020-10-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 5 18:29:20 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): fix test for .ifndef when compiled with -DUSE_UCHAR_BOOLEAN In that compilation variant, TRUE is defined to 255, to see whether all boole

CVS commit: src/usr.bin/make

2020-10-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 5 18:04:57 UTC 2020 Modified Files: src/usr.bin/make: compat.c Log Message: make(1): clean up compat.c Only cosmetic changes, no change of functionality. To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163

CVS commit: src/usr.bin/make

2020-10-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 5 17:33:21 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): extract init_machine and init_machine_arch from main To generate a diff of this commit: cvs rdiff -u -r1.366 -r1.367 src/usr.bin/make/ma

CVS commit: src/sbin/ifconfig

2020-10-05 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Oct 5 17:29:22 UTC 2020 Modified Files: src/sbin/ifconfig: media.c Log Message: Minor correction to prior To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sbin/ifconfig/media.c Please note that diffs are not

CVS commit: src/usr.bin/make

2020-10-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 5 16:54:41 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): extract parsing of sources from ParseDoDependency To generate a diff of this commit: cvs rdiff -u -r1.365 -r1.366 src/usr.bin/make/pars

CVS commit: src/usr.bin/make

2020-10-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 5 16:45:03 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): extract the target parsing from ParseDoDependency To generate a diff of this commit: cvs rdiff -u -r1.364 -r1.365 src/usr.bin/make/pars

CVS commit: src/usr.bin/make

2020-10-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 5 16:33:20 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): split ParseDoDependency into several smaller functions To generate a diff of this commit: cvs rdiff -u -r1.363 -r1.364 src/usr.bin/make

CVS commit: src/sbin/ifconfig

2020-10-05 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Oct 5 16:17:05 UTC 2020 Modified Files: src/sbin/ifconfig: media.c Log Message: ifconfig: Warn once more if media supported but no types This reverts media.c -r1.7 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/net

2020-10-05 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Oct 5 16:11:25 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c if_spppvar.h Log Message: ppp: Remove media There is none after all. Applications should be using ifi_link_state and not checking media. To generate a diff of

CVS commit: src/doc

2020-10-05 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Oct 5 16:04:11 UTC 2020 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note import of dhcpcd-9.3.0 To generate a diff of this commit: cvs rdiff -u -r1.1747 -r1.1748 src/doc/3RDPARTY cvs rdiff -u -r1.2742 -r1.2743 src/d

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

2020-10-05 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Oct 5 16:02:15 UTC 2020 Modified Files: src/external/bsd/dhcpcd/dist/src: bpf.c dhcp.c dhcp6.c dhcpcd.c if-bsd.c if-options.c ipv6nd.c logerr.c privsep.c script.c Log Message: Sync with dhcpcd-9.3.0 To generate a d

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

2020-10-05 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Oct 5 16:01:14 UTC 2020 Update of /cvsroot/src/external/bsd/dhcpcd/dist In directory ivanova.netbsd.org:/tmp/cvs-serv12318 Log Message: Update to dhcpcd-9.3.0 with the following changes: * dhcpcd: Backticks have been removed from quoti

CVS commit: src/usr.bin/make

2020-10-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 5 15:43:32 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): split ParseDoSrc into smaller functions To generate a diff of this commit: cvs rdiff -u -r1.362 -r1.363 src/usr.bin/make/parse.c Pleas

CVS commit: src/usr.bin/make

2020-10-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 5 15:14:25 UTC 2020 Modified Files: src/usr.bin/make: make.h Log Message: make(1): replace GNode macros with inline functions Curiously, this affects the size of the generated code: it gets smaller than before. To gene

CVS commit: src/usr.bin/make

2020-10-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 5 15:11:37 UTC 2020 Modified Files: src/usr.bin/make: Makefile Log Message: make(1): allow easy creation of preprocessed source and assembler To be used during development, to see how changes in the source code affect th

CVS commit: src/share/misc

2020-10-05 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Oct 5 14:54:51 UTC 2020 Modified Files: src/share/misc: acronyms Log Message: NGPC To generate a diff of this commit: cvs rdiff -u -r1.307 -r1.308 src/share/misc/acronyms Please note that diffs are not public domain; they are

CVS commit: src/share/man/man8

2020-10-05 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Oct 5 14:54:25 UTC 2020 Modified Files: src/share/man/man8: afterboot.8 Log Message: bump date To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/share/man/man8/afterboot.8 Please note that diffs are not public

CVS commit: src/crypto/external/bsd/openssl

2020-10-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 5 14:34:04 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn: bn_print.c src/crypto/external/bsd/openssl/dist/include/openssl: bn.h src/crypto/external/bsd/openssl/lib/libcrypto: cry

CVS commit: src/games/factor

2020-10-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 5 14:31:30 UTC 2020 Modified Files: src/games/factor: factor.c Log Message: revert previous and don't parse octal To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/games/factor/factor.c Please note th

CVS commit: src/doc

2020-10-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Oct 5 13:32:32 UTC 2020 Modified Files: src/doc: HACKS Log Message: Update gdb/dwarf2expr.c hack for earmv7hf{,eb}; the situation does not change even for GCC 9.3 with ``memcmp'' fix. To generate a diff of this commit: cvs rdi

CVS commit: src/doc

2020-10-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Oct 5 13:20:30 UTC 2020 Modified Files: src/doc: HACKS Log Message: Update aes_ccm_tag() hack for m68k. Even with ``memcmp fix'', GCC 9.4 miscompiles this function for -O[12]. But the situation was slightly changed from that wi

CVS commit: src/usr.sbin/sysinst

2020-10-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 5 12:28:46 UTC 2020 Modified Files: src/usr.sbin/sysinst: README.md_defs bsddisklabel.c src/usr.sbin/sysinst/arch/amd64: md.h src/usr.sbin/sysinst/arch/evbarm: md.h src/usr.sbin/sysinst/arch/i386: m

CVS commit: src/games/factor

2020-10-05 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Oct 5 12:22:49 UTC 2020 Modified Files: src/games/factor: factor.c Log Message: factor: usage(): mark __dead To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/games/factor/factor.c Please note that diffs are n

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

2020-10-05 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Oct 5 11:29:36 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: crypto.map Log Message: Whitespace nit. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \ src/crypto/external/bsd/opens

CVS commit: src/doc

2020-10-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Oct 5 10:44:09 UTC 2020 Modified Files: src/doc: HACKS Log Message: Remove -fno-omit-frame-pointer hack for sun2 kernel. To generate a diff of this commit: cvs rdiff -u -r1.209 -r1.210 src/doc/HACKS Please note that diffs are

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

2020-10-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Oct 5 10:42:53 UTC 2020 Modified Files: src/sys/arch/sun2/conf: Makefile.sun2 Log Message: Kernel without -fno-omit-frame-pointer works fine now, both for GCC8 and 9. Not sure which commit ``fixed'' the problem although... To

CVS commit: src/sys/netipsec

2020-10-05 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Oct 5 09:51:25 UTC 2020 Modified Files: src/sys/netipsec: xform_esp.c Log Message: Make sequence number of esp header MP-safe for IPsec Tx side. reviewed by ozaki-r@n.o In IPsec Tx side, one Security Association can be u

CVS commit: src/external/mit/xorg/lib/fontconfig/etc

2020-10-05 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Oct 5 09:16:53 UTC 2020 Modified Files: src/external/mit/xorg/lib/fontconfig/etc: fonts.conf Log Message: fix indentation To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/mit/xorg/lib/fontconfig/etc/fo

CVS commit: src/external/mit/xorg/lib/fontconfig/etc

2020-10-05 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Oct 5 09:16:26 UTC 2020 Modified Files: src/external/mit/xorg/lib/fontconfig/etc: fonts.conf Log Message: Adjust the default fontconfig fonts.conf to avoid selecting bitmap fonts included as part of X11 that are also included as

CVS commit: src/sys/sys

2020-10-05 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Oct 5 08:38:18 UTC 2020 Modified Files: src/sys/sys: socketvar.h Log Message: soreadable() should consider so_rerror To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161 src/sys/sys/socketvar.h Please note that dif