CVS commit: src/usr.bin/make

2020-11-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Nov 11 07:34:56 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): document non-obvious special case in EvalNotEmpty To generate a diff of this commit: cvs rdiff -u -r1.204 -r1.205

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

2020-11-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Nov 11 07:30:11 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-cmp-unary.exp cond-cmp-unary.mk Log Message: make(1): add tests demonstrating bugs in TryParseNumber and EvalNotEmpty To generate a diff of this

CVS commit: src/usr.bin/make

2020-11-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Nov 11 07:13:42 UTC 2020 Modified Files: src/usr.bin/make: cond.c src/usr.bin/make/unit-tests: directive-ifmake.exp directive-ifmake.mk Log Message: make(1): add test to cover the If_Eval call in EvalNotEmpty To

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

2020-11-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Nov 11 07:10:19 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-token-string.exp Log Message: make(1): fix line numbers in test cond-token-string To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/cddl/osnet/sys/kern

2020-11-10 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed Nov 11 03:31:04 UTC 2020 Modified Files: src/external/cddl/osnet/sys/kern: kmem.c Log Message: kmem_cache_create()'s "name" parameter can be on the stack, so make a copy of it rather than keeping a pointer to it. To generate a

CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 23:32:33 UTC 2020 Modified Files: src/games/warp: play.c Log Message: remove error(1) comments To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/games/warp/play.c Please note that diffs are not

CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 23:03:22 UTC 2020 Modified Files: src/games/warp: util.c Log Message: Antivaxer support. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/games/warp/util.c Please note that diffs are not public

CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 22:56:49 UTC 2020 Removed Files: src/games/warp: config.H Log Message: can't have config.h and config.H in case-preserving but case-folding file-systems. To generate a diff of this commit: cvs rdiff -u -r1.2 -r0

CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 22:52:46 UTC 2020 Modified Files: src/games/warp: term.c Log Message: don't segv if the terminal is too big. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/games/warp/term.c Please note that diffs

CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 22:52:32 UTC 2020 Modified Files: src/games/warp: warp.c Log Message: pray-tell where are you trying to write? To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/games/warp/warp.c Please note that

CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 22:42:19 UTC 2020 Modified Files: src/games/warp: bang.c bang.h config.H config.h config.h.SH init.c init.h intrp.c intrp.h move.c move.h object.c object.h play.c play.h score.c score.h sig.c

CVS commit: src/usr.bin/make

2020-11-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 10 22:25:39 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): remove unreachable code from CondParser_String The code that has been removed was not reachable from after the Var_Parse call. All

CVS commit: src

2020-11-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 10 22:23:37 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile cond-token-string.exp cond-token-string.mk directive-elif.exp directive-elif.mk

CVS commit: src

2020-11-10 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 10 21:47:49 UTC 2020 Modified Files: src: BUILDING src/distrib/sets: comments deps descrs sets.subr src/distrib/sets/lists/base: mi src/distrib/sets/lists/comp: mi

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

2020-11-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 10 21:40:07 UTC 2020 Modified Files: src/sys/arch/arm/arm: cpu_exec.c Log Message: Test (epp->ep_esch->es_emul != _netbsd) instead of (epp->ep_esch->es_emul == _netbsd32) to determine whether curlwp is running on

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

2020-11-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 10 21:38:03 UTC 2020 Modified Files: src/sys/arch/arm/arm: core_machdep.c Log Message: Stop turning on EABI flag to core files dumped by OABI binaries. This seems a bug introduced in rev 1.5:

CVS commit: src/usr.bin/make

2020-11-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 10 20:52:28 UTC 2020 Modified Files: src/usr.bin/make: cond.c src/usr.bin/make/unit-tests: directive-if.exp directive-if.mk Log Message: make(1): fix error message when parsing unknown .if (since 2005-05-01) To

CVS commit: src/usr.sbin/makefs

2020-11-10 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Nov 10 20:48:29 UTC 2020 Modified Files: src/usr.sbin/makefs: cd9660.c Log Message: rock_ridge_move_count is only incremented and can never be negative so change %08i to %08u. This removes a warning when compiling with tools

CVS commit: src/usr.bin/make

2020-11-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 10 20:44:18 UTC 2020 Modified Files: src/usr.bin/make: cond.c src/usr.bin/make/unit-tests: cond-func.exp cond-func.mk directive-if.exp directive-if.mk Log Message: make(1): add tests for parsing

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

2020-11-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 10 19:36:50 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-func.exp cond-func.mk Log Message: make(1): add tests for edge cases in parsing conditionals To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/lib/libkvm

2020-11-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Nov 10 19:14:11 UTC 2020 Modified Files: src/lib/libkvm: kvm_aarch64.c Log Message: Catch up with aa64 is not mips change To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libkvm/kvm_aarch64.c Please note

CVS commit: [netbsd-9] src/tests/net

2020-11-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Nov 10 11:44:22 UTC 2020 Modified Files: src/tests/net/if_ipsec [netbsd-9]: t_ipsec.sh t_ipsec_natt.sh t_ipsec_pfil.sh src/tests/net/ipsec [netbsd-9]: common.sh t_ipsec_natt.sh Log Message: Pull up

CVS commit: [netbsd-9] src/doc

2020-11-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Nov 10 11:45:36 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1129 To generate a diff of this commit: cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-9.2 Please note that diffs are not

CVS commit: src/games/warp

2020-11-10 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 10 11:29:29 UTC 2020 Removed Files: src/games/warp: smap.0 smap.1 smap.2 smap.3 smap.4 smap.5 smap.6 smap.7 Log Message: Remove the smap.* files They are generated during the build. To generate a diff of this commit:

CVS commit: src/etc/etc.evbppc

2020-11-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 10 11:22:23 UTC 2020 Modified Files: src/etc/etc.evbppc: MAKEDEV.conf Log Message: Add nvme(4) and raid(4). To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/etc/etc.evbppc/MAKEDEV.conf Please note that

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

2020-11-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 10 11:19:58 UTC 2020 Modified Files: src/sys/arch/evbppc/conf: RB800 Log Message: Add nvme(4) and ahcisata(4). Both work fine via miniPCIe to M.2 adapter. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/external

2020-11-10 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Nov 10 11:00:02 UTC 2020 Modified Files: src/external: README Log Message: Delete trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/external/README Please note that diffs are not public

CVS commit: src/etc/mtree

2020-11-10 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 10 10:31:48 UTC 2020 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: + ./usr/share/games/warp To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 src/etc/mtree/NetBSD.dist.base Please note that

CVS commit: src/usr.sbin/sysinst

2020-11-10 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Nov 10 09:14:01 UTC 2020 Modified Files: src/usr.sbin/sysinst: util.c Log Message: Fix typos in comment To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/usr.sbin/sysinst/util.c Please note that diffs are not

CVS commit: src/etc/etc.evbarm

2020-11-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 10 08:52:36 UTC 2020 Modified Files: src/etc/etc.evbarm: MAKEDEV.conf Log Message: Add nvme(4) and raid(4). To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/etc/etc.evbarm/MAKEDEV.conf Please note that

CVS commit: src

2020-11-10 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 10 08:49:09 UTC 2020 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/debug: mi src/distrib/sets/lists/games: mi src/games: Makefile src/games/warp: Makefile config.h

CVS commit: src/usr.bin/make

2020-11-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 10 08:02:35 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): document ParseEmptyArg To generate a diff of this commit: cvs rdiff -u -r1.199 -r1.200 src/usr.bin/make/cond.c Please note that diffs