CVS commit: src/sys/arch/mips

2020-06-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 14 15:12:56 UTC 2020 Modified Files: src/sys/arch/mips/include: cache_r5k.h src/sys/arch/mips/mips: cache_r5k.c cache_r5k_subr.S Log Message: Use proper "page" alignments for R5k Page Invalidate(S) op. PR/55139

CVS commit: src/sys/arch/mips

2020-06-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 14 15:12:56 UTC 2020 Modified Files: src/sys/arch/mips/include: cache_r5k.h src/sys/arch/mips/mips: cache_r5k.c cache_r5k_subr.S Log Message: Use proper "page" alignments for R5k Page Invalidate(S) op. PR/55139

CVS commit: src/sys/arch/mips/mips

2020-06-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 14 14:16:49 UTC 2020 Modified Files: src/sys/arch/mips/mips: cache.c Log Message: Use 32 byte cacheline ops (not 16 byte ones) for R5000 picache. PR/55138 Commented "I think this is bad copy" from skrll@. No visible

CVS commit: src/sys/netinet6

2020-06-14 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Jun 14 14:26:18 UTC 2020 Modified Files: src/sys/netinet6: in6.c Log Message: inet6: Allow addresses to be marked AUTOCONF from userland To generate a diff of this commit: cvs rdiff -u -r1.279 -r1.280 src/sys/netinet6/in6.c

CVS commit: src/sys/netinet6

2020-06-14 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Jun 14 14:26:18 UTC 2020 Modified Files: src/sys/netinet6: in6.c Log Message: inet6: Allow addresses to be marked AUTOCONF from userland To generate a diff of this commit: cvs rdiff -u -r1.279 -r1.280 src/sys/netinet6/in6.c

CVS commit: src/sys/arch/mips/mips

2020-06-14 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 14 14:45:12 UTC 2020 Modified Files: src/sys/arch/mips/mips: mips_machdep.c Log Message: Revert thinko in previous. To generate a diff of this commit: cvs rdiff -u -r1.289 -r1.290 src/sys/arch/mips/mips/mips_machdep.c

CVS commit: src/sys/arch/mips/mips

2020-06-14 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 14 14:45:12 UTC 2020 Modified Files: src/sys/arch/mips/mips: mips_machdep.c Log Message: Revert thinko in previous. To generate a diff of this commit: cvs rdiff -u -r1.289 -r1.290 src/sys/arch/mips/mips/mips_machdep.c

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

2020-06-14 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Jun 14 16:29:47 UTC 2020 Modified Files: src/sys/arch/arm/sunxi: sun8i_crypto.c Log Message: Fix !DIAGNOSTIC compile. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/sunxi/sun8i_crypto.c Please

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

2020-06-14 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Jun 14 16:29:47 UTC 2020 Modified Files: src/sys/arch/arm/sunxi: sun8i_crypto.c Log Message: Fix !DIAGNOSTIC compile. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/sunxi/sun8i_crypto.c Please

CVS commit: src/sys/arch/mips/mips

2020-06-14 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 14 12:58:01 UTC 2020 Modified Files: src/sys/arch/mips/mips: cache.c Log Message: Support Octeon Cavium cnMIPS I, II and III cores that have various non-standard cache configurations (in terms of following MIPS spec for

CVS commit: src/sys/arch/mips/mips

2020-06-14 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 14 12:58:01 UTC 2020 Modified Files: src/sys/arch/mips/mips: cache.c Log Message: Support Octeon Cavium cnMIPS I, II and III cores that have various non-standard cache configurations (in terms of following MIPS spec for

CVS commit: src/sys/arch/x86

2020-06-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 14 16:12:05 UTC 2020 Modified Files: src/sys/arch/x86/include: cpufunc.h fpu.h src/sys/arch/x86/x86: fpu.c Log Message: Use static constant rather than stack memset buffer for zero fpregs. To generate a diff

CVS commit: src/sys/arch/aarch64

2020-06-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 14 16:10:18 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: cpu.c src/sys/arch/aarch64/include: armreg.h Log Message: Add some more id_aa64pfr0_el1 bits. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/x86

2020-06-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 14 16:12:05 UTC 2020 Modified Files: src/sys/arch/x86/include: cpufunc.h fpu.h src/sys/arch/x86/x86: fpu.c Log Message: Use static constant rather than stack memset buffer for zero fpregs. To generate a diff

CVS commit: src/sys/arch/aarch64

2020-06-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 14 16:10:18 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: cpu.c src/sys/arch/aarch64/include: armreg.h Log Message: Add some more id_aa64pfr0_el1 bits. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/mdsetimage

2020-06-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 14 18:24:21 UTC 2020 Modified Files: src/usr.sbin/mdsetimage: mdsetimage.c Log Message: Explicitly print a fs image filename on "fs image is too big" errors. This will help future analysis of build errors caused by

CVS commit: src/usr.sbin/mdsetimage

2020-06-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 14 18:24:21 UTC 2020 Modified Files: src/usr.sbin/mdsetimage: mdsetimage.c Log Message: Explicitly print a fs image filename on "fs image is too big" errors. This will help future analysis of build errors caused by

CVS commit: src

2020-06-14 Thread Christos Zoulas
ent changes: ^^^ +20200614: + blacklist* has been renamed to blocklist*. You need to manually: + mv /var/db/bl{a,o}cklist.db + fix npf rules that mention blacklist + fix rc.conf variables + 20200601: Due to a mistake in LIBISPRIVATE handling, .so libraries were created in the bu

CVS commit: src

2020-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 15 03:39:00 UTC 2020 Modified Files: src: UPDATING Log Message: mention blacklist -> blocklist rename To generate a diff of this commit: cvs rdiff -u -r1.308 -r1.309 src/UPDATING Please note that diffs are not public

CVS commit: src/sys/arch/mips

2020-06-14 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 14 06:50:31 UTC 2020 Modified Files: src/sys/arch/mips/include: locore.h src/sys/arch/mips/mips: cpu_subr.c db_interface.c mips_machdep.c Log Message: Retire MIPS_CP0FL_USERLOCAL and MIPS_CP0FL_HWRENA and the

CVS commit: src/sys/arch/mips/mips

2020-06-14 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 14 09:55:37 UTC 2020 Modified Files: src/sys/arch/mips/mips: cache.c Log Message: Make core specific overrides a bit more readable / scalable (switch instead of if / else / ...). Move debug printfs to after core specific

CVS commit: src/sys/arch/mips

2020-06-14 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 14 06:50:31 UTC 2020 Modified Files: src/sys/arch/mips/include: locore.h src/sys/arch/mips/mips: cpu_subr.c db_interface.c mips_machdep.c Log Message: Retire MIPS_CP0FL_USERLOCAL and MIPS_CP0FL_HWRENA and the

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

2020-06-14 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 14 08:43:08 UTC 2020 Modified Files: src/sys/arch/mips/include: cache_octeon.h Log Message: Define Octeon Cavium cache layouts for various cnMIPS cores. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/mips/mips

2020-06-14 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 14 12:07:44 UTC 2020 Modified Files: src/sys/arch/mips/mips: cache.c Log Message: Move some "case 0" statements to be first in their switch statements. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65

CVS commit: src/sys/arch/mips/mips

2020-06-14 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 14 12:07:44 UTC 2020 Modified Files: src/sys/arch/mips/mips: cache.c Log Message: Move some "case 0" statements to be first in their switch statements. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65

CVS commit: src/sys/arch/mips/mips

2020-06-14 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 14 09:41:18 UTC 2020 Modified Files: src/sys/arch/mips/mips: cache.c Log Message: KNF police - long lines and comments. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/arch/mips/mips/cache.c

CVS commit: src/sys/arch/mips/mips

2020-06-14 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 14 09:41:18 UTC 2020 Modified Files: src/sys/arch/mips/mips: cache.c Log Message: KNF police - long lines and comments. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/arch/mips/mips/cache.c

CVS commit: src/sys/arch/mips/mips

2020-06-14 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 14 09:55:37 UTC 2020 Modified Files: src/sys/arch/mips/mips: cache.c Log Message: Make core specific overrides a bit more readable / scalable (switch instead of if / else / ...). Move debug printfs to after core specific

CVS commit: src/sys/arch/mips/mips

2020-06-14 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 14 12:02:07 UTC 2020 Modified Files: src/sys/arch/mips/mips: cache.c Log Message: Adjust previous - move consolidated debug printfs _after_ core specific overrides, not before them. To generate a diff of this commit:

CVS commit: src/sys/arch/mips/mips

2020-06-14 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 14 12:02:07 UTC 2020 Modified Files: src/sys/arch/mips/mips: cache.c Log Message: Adjust previous - move consolidated debug printfs _after_ core specific overrides, not before them. To generate a diff of this commit:

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

2020-06-14 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 14 08:43:08 UTC 2020 Modified Files: src/sys/arch/mips/include: cache_octeon.h Log Message: Define Octeon Cavium cache layouts for various cnMIPS cores. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/mips/mips

2020-06-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 14 14:02:39 UTC 2020 Modified Files: src/sys/arch/mips/mips: bus_dma.c Log Message: Fix inconsistent mips_o32, _mips_o32, and __mips_o32 macro. PR/54216 Not sure what the original intention was, but no responce for a

CVS commit: src/sys/arch/mips/mips

2020-06-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 14 14:02:39 UTC 2020 Modified Files: src/sys/arch/mips/mips: bus_dma.c Log Message: Fix inconsistent mips_o32, _mips_o32, and __mips_o32 macro. PR/54216 Not sure what the original intention was, but no responce for a

CVS commit: src/sys/arch/mips/mips

2020-06-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 14 14:16:49 UTC 2020 Modified Files: src/sys/arch/mips/mips: cache.c Log Message: Use 32 byte cacheline ops (not 16 byte ones) for R5000 picache. PR/55138 Commented "I think this is bad copy" from skrll@. No visible

CVS commit: src/sys/arch/mips/mips

2020-06-14 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 14 14:40:24 UTC 2020 Modified Files: src/sys/arch/mips/mips: mips_machdep.c Log Message: Include room for the trailing NUL in the way name string. To generate a diff of this commit: cvs rdiff -u -r1.288 -r1.289

CVS commit: src/sys/arch/mips/mips

2020-06-14 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 14 14:40:24 UTC 2020 Modified Files: src/sys/arch/mips/mips: mips_machdep.c Log Message: Include room for the trailing NUL in the way name string. To generate a diff of this commit: cvs rdiff -u -r1.288 -r1.289

CVS commit: src/sys/arch/aarch64

2020-06-14 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Jun 14 21:47:15 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c src/sys/arch/aarch64/include: pmap.h Log Message: - Fix a lock order reversal in pmap_page_protect(). - Make sure pmap is always locked when

CVS commit: src/sys/arch/x86/x86

2020-06-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jun 15 01:23:44 UTC 2020 Modified Files: src/sys/arch/x86/x86: cpu_rng.c Log Message: Use x86_read_psl/x86_disable_intr/x86_read_psl to defer interrupts. Using x86_disable_intr/x86_enable_intr causes a bit of a snag when

CVS commit: src/sys/arch/x86/x86

2020-06-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jun 15 01:23:44 UTC 2020 Modified Files: src/sys/arch/x86/x86: cpu_rng.c Log Message: Use x86_read_psl/x86_disable_intr/x86_read_psl to defer interrupts. Using x86_disable_intr/x86_enable_intr causes a bit of a snag when

CVS commit: src

2020-06-14 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Jun 14 21:41:42 UTC 2020 Modified Files: src/sys/arch/x86/x86: pmap.c src/sys/sys: cpu_data.h src/sys/uvm: uvm_glue.c uvm_meter.c uvm_page.c uvm_page.h uvm_pgflcache.c uvm_pglist.c uvm_stat.c

CVS commit: src

2020-06-14 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Jun 14 21:41:42 UTC 2020 Modified Files: src/sys/arch/x86/x86: pmap.c src/sys/sys: cpu_data.h src/sys/uvm: uvm_glue.c uvm_meter.c uvm_page.c uvm_page.h uvm_pgflcache.c uvm_pglist.c uvm_stat.c

CVS commit: src/sys/uvm

2020-06-14 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Jun 14 22:25:15 UTC 2020 Modified Files: src/sys/uvm: uvm_extern.h Log Message: g/c vm_page_zero_enable To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.230 src/sys/uvm/uvm_extern.h Please note that diffs are not

CVS commit: src/sys/uvm

2020-06-14 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Jun 14 22:25:15 UTC 2020 Modified Files: src/sys/uvm: uvm_extern.h Log Message: g/c vm_page_zero_enable To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.230 src/sys/uvm/uvm_extern.h Please note that diffs are not

CVS commit: src/usr.bin/make

2020-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jun 14 23:13:21 UTC 2020 Modified Files: src/usr.bin/make: str.c src/usr.bin/make/unit-tests: modmatch.mk Log Message: usr.bin/make: revert performance improvement That change might be the cause of a build failure

CVS commit: src/usr.bin/make

2020-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jun 14 23:13:21 UTC 2020 Modified Files: src/usr.bin/make: str.c src/usr.bin/make/unit-tests: modmatch.mk Log Message: usr.bin/make: revert performance improvement That change might be the cause of a build failure

CVS commit: src/sys/opencrypto

2020-06-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 14 23:23:55 UTC 2020 Modified Files: src/sys/opencrypto: cryptosoft.c Log Message: swcrypto(4): Simplify iv generation logic with cprng_fast. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

CVS commit: src/sys/arch/x86/x86

2020-06-14 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Jun 14 23:24:20 UTC 2020 Modified Files: src/sys/arch/x86/x86: tsc.c Log Message: tsc_get_timecount(): disable the "clock goes backwards" check on i386 for the moment since it requires 64-bit store to be atomic because of nesting

CVS commit: src/sys/arch/x86/x86

2020-06-14 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Jun 14 23:24:20 UTC 2020 Modified Files: src/sys/arch/x86/x86: tsc.c Log Message: tsc_get_timecount(): disable the "clock goes backwards" check on i386 for the moment since it requires 64-bit store to be atomic because of nesting

CVS commit: src/sys/arch/mips/mips

2020-06-14 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Jun 15 00:31:21 UTC 2020 Modified Files: src/sys/arch/mips/mips: mips_machdep.c Log Message: Remove mips32r2 error introduced in previous commit; there no MP support at all for 32-bit MIPSNN kernels. To generate a diff of

CVS commit: src/sys/arch/mips/mips

2020-06-14 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Jun 15 00:31:21 UTC 2020 Modified Files: src/sys/arch/mips/mips: mips_machdep.c Log Message: Remove mips32r2 error introduced in previous commit; there no MP support at all for 32-bit MIPSNN kernels. To generate a diff of

CVS commit: src

2020-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 15 01:57:33 UTC 2020 Modified Files: src/crypto/external/bsd/openssh/bin/sshd: Makefile src/crypto/external/bsd/openssh/dist: pfilter.c src/distrib/sets/lists/base: mi shl.mi

CVS commit: src/common/lib/libprop

2020-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 14 21:28:58 UTC 2020 Modified Files: src/common/lib/libprop: prop_array_util.c Log Message: Fix incorrect type (found by lint), and add linted comments for the long long -> long (uintmax_t on LP64) To generate a diff

CVS commit: src/common/lib/libprop

2020-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 14 21:28:58 UTC 2020 Modified Files: src/common/lib/libprop: prop_array_util.c Log Message: Fix incorrect type (found by lint), and add linted comments for the long long -> long (uintmax_t on LP64) To generate a diff

CVS commit: src/sys/dev/marvell

2020-06-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 14 23:29:23 UTC 2020 Modified Files: src/sys/dev/marvell: mvcesa.c Log Message: mvcesa(4): Don't use prev msg's last block as IV for next msg in CBC. This violates the security contract of the CBC construction, which

CVS commit: src/sys/dev/marvell

2020-06-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 14 23:29:23 UTC 2020 Modified Files: src/sys/dev/marvell: mvcesa.c Log Message: mvcesa(4): Don't use prev msg's last block as IV for next msg in CBC. This violates the security contract of the CBC construction, which

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

2020-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 15 00:18:51 UTC 2020 Update of /cvsroot/src/external/bsd/file/dist In directory ivanova.netbsd.org:/tmp/cvs-serv16029 Log Message: Import 5.39: * Remove unused subtype_mime (Steve Grubb) * Remove unused check in okstat

CVS commit: src/sys/arch/x86/x86

2020-06-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jun 15 01:24:21 UTC 2020 Modified Files: src/sys/arch/x86/x86: cpu_rng.c Log Message: Count down bits of entropy, not bits of data, in x86 cpu_rng. Fixes logic in this loop for XSTORERNG on VIA CPUs, which are deemed to

CVS commit: src/sys/arch/x86/x86

2020-06-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jun 15 01:24:21 UTC 2020 Modified Files: src/sys/arch/x86/x86: cpu_rng.c Log Message: Count down bits of entropy, not bits of data, in x86 cpu_rng. Fixes logic in this loop for XSTORERNG on VIA CPUs, which are deemed to

CVS commit: src/lib/libpthread

2020-06-14 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Jun 14 21:31:11 UTC 2020 Modified Files: src/lib/libpthread: pthread.c Log Message: Don't need to ignore ESRCH from _lwp_park() any more. To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177

CVS commit: src/common/lib/libprop

2020-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 14 21:31:01 UTC 2020 Modified Files: src/common/lib/libprop: prop_array_util.c prop_dictionary_util.c Log Message: add/fix linted comments To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/lib/libpthread

2020-06-14 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Jun 14 21:31:11 UTC 2020 Modified Files: src/lib/libpthread: pthread.c Log Message: Don't need to ignore ESRCH from _lwp_park() any more. To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177

CVS commit: src/common/lib/libprop

2020-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 14 21:31:01 UTC 2020 Modified Files: src/common/lib/libprop: prop_array_util.c prop_dictionary_util.c Log Message: add/fix linted comments To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/aarch64

2020-06-14 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Jun 14 21:47:15 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c src/sys/arch/aarch64/include: pmap.h Log Message: - Fix a lock order reversal in pmap_page_protect(). - Make sure pmap is always locked when

CVS commit: src/sys/dev/pci

2020-06-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 14 23:22:09 UTC 2020 Modified Files: src/sys/dev/pci: ubsec.c ubsecvar.h Log Message: ubsec(4): Don't use prev msg's last block as IV for next msg in CBC. This violates the security contract of the CBC construction,

CVS commit: src/sys/dev/pci/qat

2020-06-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 14 23:23:12 UTC 2020 Modified Files: src/sys/dev/pci/qat: qat.c Log Message: qat(4): Simplify iv generation logic with cprng_fast. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/qat/qat.c

CVS commit: src/sys/opencrypto

2020-06-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 14 23:23:55 UTC 2020 Modified Files: src/sys/opencrypto: cryptosoft.c Log Message: swcrypto(4): Simplify iv generation logic with cprng_fast. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

CVS commit: src/sys/dev/pci

2020-06-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 14 23:22:09 UTC 2020 Modified Files: src/sys/dev/pci: ubsec.c ubsecvar.h Log Message: ubsec(4): Don't use prev msg's last block as IV for next msg in CBC. This violates the security contract of the CBC construction,

CVS commit: src/sys/dev/pci/qat

2020-06-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 14 23:23:12 UTC 2020 Modified Files: src/sys/dev/pci/qat: qat.c Log Message: qat(4): Simplify iv generation logic with cprng_fast. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/qat/qat.c

CVS commit: src/sys/rump/include/rump

2020-06-14 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jun 14 23:38:25 UTC 2020 Modified Files: src/sys/rump/include/rump: rump.h Log Message: Remove old compat include of rump_syscallshotgun.h It was separated in 2016 and is no longer needed. To generate a diff of this commit:

CVS commit: src/sys/rump/include/rump

2020-06-14 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jun 14 23:38:25 UTC 2020 Modified Files: src/sys/rump/include/rump: rump.h Log Message: Remove old compat include of rump_syscallshotgun.h It was separated in 2016 and is no longer needed. To generate a diff of this commit:

CVS commit: src/external/bsd/file

2020-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 15 00:37:25 UTC 2020 Modified Files: src/external/bsd/file/dist: ChangeLog Makefile.am Makefile.in configure configure.ac src/external/bsd/file/dist/doc: file.1 magic.5

CVS commit: src/external/bsd/file

2020-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 15 00:37:25 UTC 2020 Modified Files: src/external/bsd/file/dist: ChangeLog Makefile.am Makefile.in configure configure.ac src/external/bsd/file/dist/doc: file.1 magic.5

CVS import: src/external/bsd/blocklist

2020-06-14 Thread Christos Zoulas
from the HEAD of the NetBSD tree. Status: Vendor Tag: CHRISTOS Release Tags: blocklist-20200614 N src/external/bsd/blocklist/Makefile N src/external/bsd/blocklist/Makefile.inc N src/external/bsd/blocklist/README N src/external/bsd/blocklist/TODO N src/external/bsd/blocklist

CVS import: src/external/bsd/blocklist

2020-06-14 Thread Christos Zoulas
from the HEAD of the NetBSD tree. Status: Vendor Tag: CHRISTOS Release Tags: blocklist-20200614 N src/external/bsd/blocklist/Makefile N src/external/bsd/blocklist/Makefile.inc N src/external/bsd/blocklist/README N src/external/bsd/blocklist/TODO N src/external/bsd/blocklist

CVS commit: src/sys/rump/include/rump

2020-06-14 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jun 14 22:12:58 UTC 2020 Modified Files: src/sys/rump/include/rump: rump.h Log Message: Fix header compatibility with C++ This file is OS-agnostic and cannot include OS specific headers. The fallback for NetBSD specific

CVS commit: src/sys/rump/include/rump

2020-06-14 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jun 14 22:12:58 UTC 2020 Modified Files: src/sys/rump/include/rump: rump.h Log Message: Fix header compatibility with C++ This file is OS-agnostic and cannot include OS specific headers. The fallback for NetBSD specific

CVS commit: src/share/man/man4

2020-06-14 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Sun Jun 14 22:30:44 UTC 2020 Modified Files: src/share/man/man4: mcp980x.4 Log Message: is -> are To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/mcp980x.4 Please note that diffs are not public

CVS commit: src/share/man/man4

2020-06-14 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Sun Jun 14 22:30:44 UTC 2020 Modified Files: src/share/man/man4: mcp980x.4 Log Message: is -> are To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/mcp980x.4 Please note that diffs are not public

CVS commit: src/sys/kern

2020-06-14 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Jun 14 23:17:01 UTC 2020 Modified Files: src/sys/kern: subr_pool.c Log Message: Arithmetic error in previous. To generate a diff of this commit: cvs rdiff -u -r1.271 -r1.272 src/sys/kern/subr_pool.c Please note that diffs are

CVS commit: src/sys/kern

2020-06-14 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Jun 14 23:17:01 UTC 2020 Modified Files: src/sys/kern: subr_pool.c Log Message: Arithmetic error in previous. To generate a diff of this commit: cvs rdiff -u -r1.271 -r1.272 src/sys/kern/subr_pool.c Please note that diffs are

CVS commit: src/distrib/sets/lists

2020-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 15 00:39:03 UTC 2020 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: bump libmagic To generate a diff of this commit: cvs rdiff -u -r1.891 -r1.892

CVS commit: src/doc

2020-06-14 Thread Christos Zoulas
all media for earmv7hf and aarch64. [jmcneill 20200528] dhcpcd: Import version 9.1.1 [roy 20200604] inet6: in-kernel Router Advertisment handling removed. [roy 20200612] + file(1): Upgraded to 5.39. [christos 20200614]

CVS commit: src/doc

2020-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 15 00:40:14 UTC 2020 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new file(1) To generate a diff of this commit: cvs rdiff -u -r1.1728 -r1.1729 src/doc/3RDPARTY cvs rdiff -u -r1.2700 -r1.2701 src/doc/CHANGES

CVS commit: src/distrib/sets/lists

2020-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 15 00:39:03 UTC 2020 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: bump libmagic To generate a diff of this commit: cvs rdiff -u -r1.891 -r1.892

CVS commit: src/common/lib/libprop

2020-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 15 00:46:00 UTC 2020 Modified Files: src/common/lib/libprop: prop_dictionary_util.c Log Message: remove error(1) comments To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/common/lib/libprop

2020-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 15 00:46:00 UTC 2020 Modified Files: src/common/lib/libprop: prop_dictionary_util.c Log Message: remove error(1) comments To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src

2020-06-14 Thread Christos Zoulas
n 14 21:57:30 2020 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2701 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2702 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -219,3 +219,4 @@ Changes from NetBSD

CVS commit: src/external/bsd/blocklist

2020-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 15 02:29:45 UTC 2020 Modified Files: src/external/bsd/blocklist: Makefile.inc src/external/bsd/blocklist/bin: blocklistctl.8 blocklistd.8 blocklistd.conf.5 src/external/bsd/blocklist/diff:

CVS commit: src/external/bsd/blocklist

2020-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 15 02:29:45 UTC 2020 Modified Files: src/external/bsd/blocklist: Makefile.inc src/external/bsd/blocklist/bin: blocklistctl.8 blocklistd.8 blocklistd.conf.5 src/external/bsd/blocklist/diff:

CVS commit: src

2020-06-14 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Jun 14 21:34:25 UTC 2020 Modified Files: src/sys/kern: subr_pool.c src/sys/sys: pool.h src/usr.bin/vmstat: vmstat.c Log Message: pool_cache: - make all counters per-CPU and make cache layer do its work with

CVS commit: src

2020-06-14 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Jun 14 21:34:25 UTC 2020 Modified Files: src/sys/kern: subr_pool.c src/sys/sys: pool.h src/usr.bin/vmstat: vmstat.c Log Message: pool_cache: - make all counters per-CPU and make cache layer do its work with

CVS commit: src/lib/libpthread

2020-06-14 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Jun 14 21:33:28 UTC 2020 Modified Files: src/lib/libpthread: pthread_cond.c Log Message: Another bug. The CAS loop in pthread_cond_signal() could race against the thread it is trying to awake. The thread could exit the condvar

CVS commit: src/lib/libpthread

2020-06-14 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Jun 14 21:33:28 UTC 2020 Modified Files: src/lib/libpthread: pthread_cond.c Log Message: Another bug. The CAS loop in pthread_cond_signal() could race against the thread it is trying to awake. The thread could exit the condvar

CVS commit: src/sys/arch/i386/pci

2020-06-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 14 23:19:11 UTC 2020 Modified Files: src/sys/arch/i386/pci: glxsb.c Log Message: glxsb(4): Don't use prev msg's last block as IV for next msg in CBC. This violates the security contract of the CBC construction, which

CVS commit: src/sys/arch/x86/x86

2020-06-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 14 23:20:15 UTC 2020 Modified Files: src/sys/arch/x86/x86: via_padlock.c Log Message: padlock(4): Don't use prev msg's last block as IV for next msg in CBC. This violates the security contract of the CBC construction,

CVS commit: src/sys/arch/x86/x86

2020-06-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 14 23:20:15 UTC 2020 Modified Files: src/sys/arch/x86/x86: via_padlock.c Log Message: padlock(4): Don't use prev msg's last block as IV for next msg in CBC. This violates the security contract of the CBC construction,

CVS commit: src/sys/arch/i386/pci

2020-06-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 14 23:19:11 UTC 2020 Modified Files: src/sys/arch/i386/pci: glxsb.c Log Message: glxsb(4): Don't use prev msg's last block as IV for next msg in CBC. This violates the security contract of the CBC construction, which

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

2020-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 15 00:18:51 UTC 2020 Update of /cvsroot/src/external/bsd/file/dist In directory ivanova.netbsd.org:/tmp/cvs-serv16029 Log Message: Import 5.39: * Remove unused subtype_mime (Steve Grubb) * Remove unused check in okstat