CVS commit: src/sys/arch/aarch64

2020-11-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Nov 10 07:51:19 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: aarch64_machdep.c genassym.cf pmap.c pmap_page.S pmapboot.c src/sys/arch/aarch64/include: asan.h vmparam.h Log Message: AA64 is not

CVS commit: src/usr.bin/make

2020-11-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 10 07:40:30 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): remove unnecessary NULL marker from functions list Comparing the pointer works equally well and uses less memory. To generate a diff

CVS commit: src/sys/dev/ic

2020-11-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 10 07:39:12 UTC 2020 Modified Files: src/sys/dev/ic: nvme.c Log Message: One more fix for big-endian machines. Now, ld(4) at nvme(4) works perfectly for aarch64eb! Tested on ROCKPro64 and qemu-system-aarch64. To generate

CVS commit: src/sys/arch/riscv/riscv

2020-11-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Nov 10 06:58:46 UTC 2020 Modified Files: src/sys/arch/riscv/riscv: spl.S Log Message: Revamp to the point it builds, but needs more work To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/uvm

2020-11-09 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Tue Nov 10 04:27:22 UTC 2020 Modified Files: src/sys/uvm: uvm_bio.c Log Message: remove someone's leftover debug printfs. To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 src/sys/uvm/uvm_bio.c Please note that

CVS commit: src/usr.bin/make

2020-11-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 10 00:32:13 UTC 2020 Modified Files: src/usr.bin/make: buf.h hash.h lst.h make.h make_malloc.h metachar.h nonints.h var.c Log Message: make(1): use consistent definition for MAKE_INLINE To generate a diff of

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

2020-11-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 10 00:19:19 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile varname-vpath.exp varname-vpath.mk Log Message: make(1): add test for the obsolete variable VPATH To generate a diff of this commit:

CVS commit: src/games/warp

2020-11-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 10 00:02:11 UTC 2020 Modified Files: src/games/warp: EXTERN.h INTERN.h bang.c bang.h 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 sig.h sm.c

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

2020-11-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 9 23:36:34 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cmd-errors.exp cmd-errors.mk Log Message: make(1): add test that parsing continues after a parse error To generate a diff of this commit: cvs rdiff -u

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

2020-11-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 9 22:36:44 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varname-makefile.exp varname-makefile.mk Log Message: make(1): add test for MAKEFILE after reading all files To generate a diff of this commit: cvs rdiff

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

2020-11-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 9 20:57:36 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: sh-leading-at.exp sh-leading-at.mk Log Message: make(1): add test for repeating the leading '@' in shell commands To generate a diff of this commit: cvs

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

2020-11-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 9 20:50:56 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile envfirst.mk opt-ignore.mk opt-keep-going.mk opt-no-action.mk opt-query.mk opt-var-expanded.mk opt-var-literal.mk

CVS commit: src

2020-11-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 9 20:39:46 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile var-op-shell.exp var-op-shell.mk Removed Files: src/usr.bin/make/unit-tests: varshell.exp

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

2020-11-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 9 20:16:33 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-order-shuffle.mk Log Message: make(1): document since when the :Ox modifier is available To generate a diff of this commit: cvs rdiff -u -r1.5

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

2020-11-09 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Mon Nov 9 19:12:52 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: Control TZ for depsrc-optional To generate a diff of this commit: cvs rdiff -u -r1.192 -r1.193 src/usr.bin/make/unit-tests/Makefile

CVS commit: src/sys/kern

2020-11-09 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Nov 9 18:09:02 UTC 2020 Modified Files: src/sys/kern: vfs_vnops.c Log Message: Lock the vnode while calling VOP_BMAP() for FIOGETBMAP. Reported-by: syzbot+cfa1b773be7337250...@syzkaller.appspotmail.com To generate a diff of

CVS commit: src/share/mk

2020-11-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 9 16:15:05 UTC 2020 Modified Files: src/share/mk: bsd.lib.mk bsd.prog.mk bsd.sys.mk sys.mk Log Message: - make the CTFCONVERT command lines consistent and concise by putting all the implementation stuff in a variable

CVS commit: src/distrib/syspkg/sets

2020-11-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Nov 9 12:12:17 UTC 2020 Modified Files: src/distrib/syspkg/sets/comp: Makefile src/distrib/syspkg/sets/games: Makefile src/distrib/syspkg/sets/man: Makefile src/distrib/syspkg/sets/text: Makefile

CVS commit: [netbsd-9] src/doc

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

CVS commit: [netbsd-9] src/sys/arch/aarch64/aarch64

2020-11-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Nov 9 11:47:15 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: pmapboot.c Log Message: Pull up following revision(s) (requested by skrll in ticket #1128): sys/arch/aarch64/aarch64/pmapboot.c:

CVS commit: src/usr.sbin/makemandb

2020-11-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Nov 9 10:19:41 UTC 2020 Modified Files: src/usr.sbin/makemandb: Makefile Log Message: Fix copy in previous To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/makemandb/Makefile Please note that

CVS commit: src/share/mk

2020-11-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Nov 9 10:19:18 UTC 2020 Modified Files: src/share/mk: bsd.prog.mk Log Message: Adapt for sqlite requiring pthreads now To generate a diff of this commit: cvs rdiff -u -r1.333 -r1.334 src/share/mk/bsd.prog.mk Please note