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

2020-12-04 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sat Dec 5 03:42:15 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: Use .MAKE.OS if we can To generate a diff of this commit: cvs rdiff -u -r1.235 -r1.236 src/usr.bin/make/unit-tests/Makefile Please

CVS commit: src/include

2020-12-04 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Dec 4 23:04:58 UTC 2020 Modified Files: src/include: unistd.h Log Message: Correct typo in previous. To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161 src/include/unistd.h Please note that diffs are not public

CVS commit: src/sys/dev/ic

2020-12-04 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Fri Dec 4 23:03:11 UTC 2020 Modified Files: src/sys/dev/ic: nvme.c Log Message: PR kern/55839: handle multiple nvme_rescan()s correctly by doing the name-space identify only once per nsid. fixes issue where modloading triggers

CVS commit: src/usr.bin/make

2020-12-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 4 22:47:57 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): extract UnexportEnv from Var_UnExport To generate a diff of this commit: cvs rdiff -u -r1.700 -r1.701 src/usr.bin/make/var.c Please

CVS commit: src/usr.bin/make

2020-12-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 4 22:35:40 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): extract UnexportVar from Var_UnExport To generate a diff of this commit: cvs rdiff -u -r1.699 -r1.700 src/usr.bin/make/var.c Please

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

2020-12-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Dec 4 21:39:26 UTC 2020 Modified Files: src/sys/arch/arm/cortex: gicv3.c gicv3.h Log Message: gicv3: Only use 1 of N SPI distribution when the feature is available. A GICv3+ implementation is not guaranteed to support 1

CVS commit: src/sys/sys

2020-12-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 4 20:38:44 UTC 2020 Modified Files: src/sys/sys: cdefs.h Log Message: add __null_sentinel (from FreeBSD) To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 src/sys/sys/cdefs.h Please note that diffs are

CVS commit: src/include

2020-12-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 4 20:39:10 UTC 2020 Modified Files: src/include: unistd.h Log Message: Add __null_sentinel To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160 src/include/unistd.h Please note that diffs are not public

CVS commit: src/usr.bin/make

2020-12-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 4 20:23:33 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): rename parse functions The word "Do" was not necessary. To generate a diff of this commit: cvs rdiff -u -r1.463 -r1.464

CVS commit: src/usr.bin/make

2020-12-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 4 20:11:48 UTC 2020 Modified Files: src/usr.bin/make: lst.c lst.h Log Message: make(1): inline Lst_Enqueue To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/usr.bin/make/lst.c cvs rdiff -u -r1.91

CVS commit: src/usr.bin/make

2020-12-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 4 20:08:07 UTC 2020 Modified Files: src/usr.bin/make: lst.c lst.h Log Message: make(1): inline Vector_Done To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/usr.bin/make/lst.c cvs rdiff -u -r1.90 -r1.91

CVS commit: src/doc

2020-12-04 Thread Christos Zoulas
310,4 +310,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0: [rin 20201201] pkg_install(8): Updated to 20201202. This changes the default database location from /var/db/pkg to /usr/pkg/pkgdb. [wiz 20201202] - libfido2: Update for OpenSSH 8.4 support [christos 20201204] + libfido2: Update to 1.5.0

CVS commit: src/distrib/sets/lists

2020-12-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 4 18:43:48 UTC 2020 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: bump libssh To generate a diff of this commit: cvs rdiff -u -r1.909 -r1.910

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

2020-12-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 4 18:42:50 UTC 2020 Modified Files: src/crypto/external/bsd/openssh: openssh2netbsd src/crypto/external/bsd/openssh/dist: PROTOCOL PROTOCOL.agent auth-options.c auth-options.h auth.c auth2-pubkey.c

CVS import: src/crypto/external/bsd/openssh/dist

2020-12-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 4 18:40:10 UTC 2020 Update of /cvsroot/src/crypto/external/bsd/openssh/dist In directory ivanova.netbsd.org:/tmp/cvs-serv3789 Log Message: OpenSSH 8.4 was released on 2020-09-27. It is available from the mirrors listed at

CVS commit: src/doc

2020-12-04 Thread Christos Zoulas
etBSD source tree. @@ -310,3 +310,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0: [rin 20201201] pkg_install(8): Updated to 20201202. This changes the default database location from /var/db/pkg to /usr/pkg/pkgdb. [wiz 20201202] + libfido2: Update for OpenSSH 8.4 support [christos 20201204]

CVS commit: src/distrib/sets/lists

2020-12-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 4 18:27:18 UTC 2020 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi src/distrib/sets/lists/debug: shl.mi Log Message: new libfido2 To generate a diff of this

CVS commit: src/external/bsd/libfido2

2020-12-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 4 18:27:44 UTC 2020 Modified Files: src/external/bsd/libfido2: Makefile.inc src/external/bsd/libfido2/lib: Makefile fido2.map Log Message: merge changes To generate a diff of this commit: cvs rdiff -u -r1.1

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

2020-12-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 4 18:09:14 UTC 2020 Update of /cvsroot/src/external/bsd/libfido2/dist In directory ivanova.netbsd.org:/tmp/cvs-serv25452 Log Message: Version 1.5.0 (2020-09-01) hid_linux: return FIDO_OK if no devices are found.

CVS commit: src/usr.bin/xlint/lint1

2020-12-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 4 17:56:04 UTC 2020 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: __sentinel__ = __sentinel__(0) To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/usr.bin/xlint/lint1/cgram.y Please

CVS commit: src/usr.bin/make

2020-12-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 4 14:51:46 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): improve variable names in Arch_ParseArchive The variable buf used to be a Buffer, now it is a simple string pointer. To generate a

CVS commit: src/usr.bin/make

2020-12-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 4 14:39:56 UTC 2020 Modified Files: src/usr.bin/make: arch.c dir.c job.c lst.c targ.c Log Message: make(1): use consistent variable names for list nodes To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183

CVS commit: src/usr.bin/make

2020-12-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 4 14:28:50 UTC 2020 Modified Files: src/usr.bin/make: dir.c src/usr.bin/make/unit-tests: Makefile opt-debug-graph1.exp suff-main-several.exp suff-transform-debug.exp Log Message: make(1): use fixed

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

2020-12-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 4 08:29:11 UTC 2020 Modified Files: src/sys/arch/aarch64/include: cpufunc.h Log Message: Remove unnecessary casts To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/aarch64/include/cpufunc.h

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

2020-12-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 4 08:24:41 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: pmapboot.c Log Message: Ensure translation table updates are visible to the hardware walker(s) in pmapboot_enter. To generate a diff of this commit: cvs

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

2020-12-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 4 08:00:53 UTC 2020 Modified Files: src/sys/arch/arm/arm: psci.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/arm/psci.c Please note that diffs are not