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

2020-10-05 Thread Rin Okuyama
Hi, On 2020/10/01 1:35, Nick Hudson wrote: Module Name:src Committed By: skrll Date: Wed Sep 30 16:35:49 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: cpuswitch.S vectors.S Log Message: Move el[01]_trap_exit into vectors.S where the callers exist To generate

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

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

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.

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.

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

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

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

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

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

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

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

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

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: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

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

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

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

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

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

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

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

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

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

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 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

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

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/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

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

2020-10-05 Thread Andreas Gustafsson
Christos Zoulas committed: > Module Name:src > Committed By: christos > Date: Sun Oct 4 19:32:48 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 >

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

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

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

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

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

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

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

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

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

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

CVS commit: src/doc

2020-10-05 Thread Roy Marples
R in GENERIC. [thorpej 20200918] ld.so(1): Upgrade r_debug to the protocol version 1. [kamil 20200921] vether(4): Imported from OpenBSD. [roy 20200927] + dhcpcd: Update to version 9.3.0 [roy 20201005]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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:

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:

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

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

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

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

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

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

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

2020-10-05 Thread Christos Zoulas
Thanks, I will change it as you suggest. christos > On Oct 5, 2020, at 6:20 AM, Rin Okuyama wrote: > > Hi, > > On 2020/10/05 4:32, Christos Zoulas wrote: >> Module Name: src >> Committed By:christos >> Date:Sun Oct 4 19:32:48 UTC 2020 >> Modified Files: >>

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:

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:

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

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

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 \

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 \

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

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

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/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

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

2020-10-05 Thread Rin Okuyama
Hi, On 2020/10/05 4:32, Christos Zoulas wrote: Module Name:src Committed By: christos Date: Sun Oct 4 19:32:48 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

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

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

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

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

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

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

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

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

CVS commit: src/etc

2020-10-05 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Mon Oct 5 06:45:40 UTC 2020 Modified Files: src/etc: ntp.conf Log Message: Add iburst to peer and server. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/etc/ntp.conf Please note that diffs are not public

CVS commit: src/etc

2020-10-05 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Mon Oct 5 06:45:40 UTC 2020 Modified Files: src/etc: ntp.conf Log Message: Add iburst to peer and server. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/etc/ntp.conf Please note that diffs are not public

CVS commit: src/share/man/man8

2020-10-05 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Oct 5 06:41:16 UTC 2020 Modified Files: src/share/man/man8: afterboot.8 Log Message: ifconfig up before doing wifi stuff To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/share/man/man8/afterboot.8 Please

CVS commit: src/share/man/man8

2020-10-05 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Oct 5 06:41:16 UTC 2020 Modified Files: src/share/man/man8: afterboot.8 Log Message: ifconfig up before doing wifi stuff To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/share/man/man8/afterboot.8 Please