CVS commit: src/sys/dev/ofw

2021-04-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Apr 30 02:34:13 UTC 2021 Modified Files: src/sys/dev/ofw: ofbus.c Log Message: If we're enumerating the root bus, skip some well-known nodes that don't have any useful device child nodes: aliases options

CVS commit: src/sys/arch/shark

2021-04-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Apr 30 02:24:06 UTC 2021 Modified Files: src/sys/arch/shark/conf: GENERIC files.shark Added Files: src/sys/arch/shark/shark: shark_iic.c Log Message: Driver for the I2C bus used for RAM serial presence detection.

CVS commit: src/sys/dev/ofisa

2021-04-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Apr 30 02:13:15 UTC 2021 Modified Files: src/sys/dev/ofisa: files.ofisa ofisa.c ofisavar.h Log Message: Allow devices to declare themselves an "ofisa_subclass", allowing that device to beat "ofisa" in match, but then attach

CVS commit: src/sys/arch/shark

2021-04-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Apr 30 02:11:37 UTC 2021 Modified Files: src/sys/arch/shark/conf: GENERIC files.shark src/sys/arch/shark/shark: hat.c sequoia.c sequoia.h Log Message: - Introduce sequoiaLock() / sequoiaUnlock() functions that hide

CVS commit: src/sys/arch

2021-04-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 30 01:09:29 UTC 2021 Modified Files: src/sys/arch/amd64/include: gdt.h src/sys/arch/i386/include: gdt.h src/sys/arch/x86/include: pmap.h Log Message: Bump MAX_USERLDT_SIZE to the max size (wastes some

CVS commit: src/games/cgram

2021-04-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Apr 29 20:17:20 UTC 2021 Modified Files: src/games/cgram: cgram.6 cgram.c Log Message: cgram: in hinting mode, show all correct characters in bold face For almost solved cryptograms, this makes the punctuation stand out

CVS commit: src/sys/net

2021-04-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Apr 29 17:55:51 UTC 2021 Modified Files: src/sys/net: if_wg.c Log Message: Sprinkle __noinline to reduce gigantic stack frames in ALL kernels. In principle this might just push a real problem around, but this is unlikely

CVS commit: src/external/bsd/elftoolchain/dist/common

2021-04-29 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Thu Apr 29 17:38:08 UTC 2021 Modified Files: src/external/bsd/elftoolchain/dist/common: elfdefinitions.h Log Message: Add a version control system marker. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \

CVS commit: src/doc

2021-04-29 Thread Christos Zoulas
change made to the NetBSD source tree. @@ -365,3 +365,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0: OpenSSH: Import 8.6. [christos 20210419] powerpc: Switch to GCC 10. [mrg 20200425] aarch64: Switch to GCC 10. [mrg 20200425] + bind: Import version 9.16.15. [christos 20210429]

CVS commit: src/distrib/sets/lists

2021-04-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 29 17:27:54 UTC 2021 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: bump shlibs for bind-9.16.15 To generate a diff of this commit: cvs rdiff -u -r1.918

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

2021-04-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 29 17:11:30 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: Add constructor and destructor attribute priorities To generate a diff of this commit: cvs rdiff -u -r1.221 -r1.222

CVS commit: src/sys/arch/aarch64

2021-04-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 29 09:27:29 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c src/sys/arch/aarch64/include: asan.h Log Message: Remove some unnecessary tlb invalidate in pmap_growkernel and ASAN shadow map. Ensure the

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

2021-04-29 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 29 08:47:26 UTC 2021 Modified Files: src/sys/arch/evbmips/conf: std.malta Log Message: Don't force all MALTA kernels to be compiled with -mips64 when they also support MIPS32-only CPU configs. To generate a diff of this

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

2021-04-29 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 29 08:45:29 UTC 2021 Modified Files: src/sys/arch/mips/mips: fp.S Log Message: Fix another misplaced label for cvt_s_w() but use a named local label and redo fix for cvt_d_w() in rev 1.52 the same way. To generate a

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

2021-04-29 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 29 08:14:08 UTC 2021 Modified Files: src/sys/arch/mips/mips: fp.S Log Message: Move a comment slighty so that it's before two #ifdef blocks that do the same thing instead of in the middle of them. To generate a diff of

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

2021-04-29 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 29 08:11:38 UTC 2021 Modified Files: src/sys/arch/mips/mips: fp.S Log Message: Move a branch target in cvt_d_w() to where it will be hit for either case of an #ifdef block of code. Fixes an FP emulation problem if