CVS commit: src/sys/dev/pci

2022-05-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat May 7 14:18:25 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Use mlp_bgi for MFI_LD_PROG_BGI. Same as OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/mfii.c Please

CVS commit: src/sys/dev/pci

2022-05-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat May 7 14:18:25 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Use mlp_bgi for MFI_LD_PROG_BGI. Same as OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/mfii.c Please

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

2022-05-07 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat May 7 14:59:25 UTC 2022 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: return after calling xen_pagezero(), don't fall back to the legacy pmap_zero_page() method. This should only affect performances. To

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

2022-05-07 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat May 7 14:59:25 UTC 2022 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: return after calling xen_pagezero(), don't fall back to the legacy pmap_zero_page() method. This should only affect performances. To

CVS commit: src/sys/dev/ic

2022-05-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat May 7 14:14:34 UTC 2022 Modified Files: src/sys/dev/ic: mfi.c Log Message: Use mlp_bgi for MFI_LD_PROG_BGI. Same as OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/dev/ic/mfi.c Please note

CVS commit: src/sys/dev/ic

2022-05-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat May 7 14:14:34 UTC 2022 Modified Files: src/sys/dev/ic: mfi.c Log Message: Use mlp_bgi for MFI_LD_PROG_BGI. Same as OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/dev/ic/mfi.c Please note

CVS commit: src/usr.bin/make

2022-05-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 7 17:49:47 UTC 2022 Modified Files: src/usr.bin/make: compat.c main.c make.1 make.c make.h src/usr.bin/make/unit-tests: Makefile depsrc-wait.exp depsrc-wait.mk varname-dot-make-mode.exp

CVS commit: src/usr.bin/make

2022-05-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 7 17:49:47 UTC 2022 Modified Files: src/usr.bin/make: compat.c main.c make.1 make.c make.h src/usr.bin/make/unit-tests: Makefile depsrc-wait.exp depsrc-wait.mk varname-dot-make-mode.exp

CVS commit: src/sys/dev/ic

2022-05-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat May 7 14:25:12 UTC 2022 Modified Files: src/sys/dev/ic: mfi.c Log Message: Clear mailbox to not to pass garbage data. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/dev/ic/mfi.c Please note that

CVS commit: src/sys/dev/ic

2022-05-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat May 7 14:25:12 UTC 2022 Modified Files: src/sys/dev/ic: mfi.c Log Message: Clear mailbox to not to pass garbage data. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/dev/ic/mfi.c Please note that

CVS commit: src/usr.bin/make

2022-05-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 7 17:25:28 UTC 2022 Modified Files: src/usr.bin/make: parse.c Log Message: make: fix off-by-one error in buffer for .WAIT nodes Strangely, GCC didn't warn about this error. For the buffer overflow to actually happen,

CVS commit: src/usr.bin/make

2022-05-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 7 17:25:28 UTC 2022 Modified Files: src/usr.bin/make: parse.c Log Message: make: fix off-by-one error in buffer for .WAIT nodes Strangely, GCC didn't warn about this error. For the buffer overflow to actually happen,

CVS commit: src/sys

2022-05-07 Thread matthew green
Module Name:src Committed By: mrg Date: Sat May 7 19:44:40 UTC 2022 Modified Files: src/sys/kern: kern_lwp.c kern_proc.c src/sys/sys: lwp.h Log Message: bump maxthreads default. bump the default MAXLWP to 4096 from 2048, and adjust the default limits seen to be

CVS commit: src/sys

2022-05-07 Thread matthew green
Module Name:src Committed By: mrg Date: Sat May 7 19:44:40 UTC 2022 Modified Files: src/sys/kern: kern_lwp.c kern_proc.c src/sys/sys: lwp.h Log Message: bump maxthreads default. bump the default MAXLWP to 4096 from 2048, and adjust the default limits seen to be

Re: CVS commit: src/sys/arch

2022-05-07 Thread Valery Ushakov
On Sat, May 07, 2022 at 04:12:55 +, Rin Okuyama wrote: > Module Name: src > Committed By: rin > Date: Sat May 7 04:12:55 UTC 2022 > > Modified Files: > src/sys/arch/evbppc/dht: locore.S > src/sys/arch/powerpc/include: spr.h > > Log Message: > Instead of hard-coding

CVS commit: src/usr.bin/make

2022-05-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 7 10:05:49 UTC 2022 Modified Files: src/usr.bin/make: make.c Log Message: make: inline MakeBuildParent The word "parent" didn't match exactly, since this part is about the predecessor/successor relationship due to the

CVS commit: src/usr.bin/make

2022-05-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 7 10:05:49 UTC 2022 Modified Files: src/usr.bin/make: make.c Log Message: make: inline MakeBuildParent The word "parent" didn't match exactly, since this part is about the predecessor/successor relationship due to the

CVS commit: src/tests/lib/libc/gen

2022-05-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat May 7 13:14:16 UTC 2022 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: Skip sigfpe_int also for sh3; integer division by zero is not trapped. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/tests/lib/libc/gen

2022-05-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat May 7 13:14:16 UTC 2022 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: Skip sigfpe_int also for sh3; integer division by zero is not trapped. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

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

2022-05-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 7 12:40:40 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: deptgt-posix.mk Log Message: tests/make: clean up comments in test for .POSIX To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2022-05-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 7 12:40:40 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: deptgt-posix.mk Log Message: tests/make: clean up comments in test for .POSIX To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/powerpc

2022-05-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat May 7 07:10:47 UTC 2022 Modified Files: src/sys/arch/powerpc/conf: files.powerpc src/sys/arch/powerpc/include: pmap.h src/sys/arch/powerpc/include/oea: pmap.h Log Message: Try to fix PV tracking support. * For

CVS commit: src/sys/arch/powerpc

2022-05-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat May 7 07:10:47 UTC 2022 Modified Files: src/sys/arch/powerpc/conf: files.powerpc src/sys/arch/powerpc/include: pmap.h src/sys/arch/powerpc/include/oea: pmap.h Log Message: Try to fix PV tracking support. * For

CVS commit: src/sbin/newfs_udf

2022-05-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat May 7 08:51:32 UTC 2022 Modified Files: src/sbin/newfs_udf: udf_core.c Log Message: Data is written out in fixed sized packets; discs are normally a multiple of the packet size but they don't have to be so never write past

CVS commit: src/sbin/newfs_udf

2022-05-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat May 7 08:51:32 UTC 2022 Modified Files: src/sbin/newfs_udf: udf_core.c Log Message: Data is written out in fixed sized packets; discs are normally a multiple of the packet size but they don't have to be so never write past

Re: CVS commit: src/sys/arch

2022-05-07 Thread Rin Okuyama
Oops, I missed it. I will fix soon. Thanks again, rin On 2022/05/07 17:24, Valery Ushakov wrote: On Sat, May 07, 2022 at 04:12:55 +, Rin Okuyama wrote: Module Name:src Committed By: rin Date: Sat May 7 04:12:55 UTC 2022 Modified Files: src/sys/arch/evbppc/dht:

CVS commit: src/sys/uvm/pmap

2022-05-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat May 7 06:53:16 UTC 2022 Modified Files: src/sys/uvm/pmap: pmap.c pmap.h pmap_pvt.c Log Message: Introduce PMAP_PV_TRACK_ONLY_STUBS option, by which only empty stubs for global functions in pmap_pvt.h are provided, instead of

CVS commit: src/sys/uvm/pmap

2022-05-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat May 7 06:53:16 UTC 2022 Modified Files: src/sys/uvm/pmap: pmap.c pmap.h pmap_pvt.c Log Message: Introduce PMAP_PV_TRACK_ONLY_STUBS option, by which only empty stubs for global functions in pmap_pvt.h are provided, instead of

CVS commit: src/usr.bin/make

2022-05-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 7 08:01:20 UTC 2022 Modified Files: src/usr.bin/make: compat.c job.c main.c make.h src/usr.bin/make/unit-tests: compat-error.mk deptgt-begin.mk deptgt-end-fail-indirect.mk deptgt-end-fail.mk Log

CVS commit: src/usr.bin/make

2022-05-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 7 08:01:20 UTC 2022 Modified Files: src/usr.bin/make: compat.c job.c main.c make.h src/usr.bin/make/unit-tests: compat-error.mk deptgt-begin.mk deptgt-end-fail-indirect.mk deptgt-end-fail.mk Log

CVS commit: src/usr.sbin/makefs

2022-05-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat May 7 08:54:02 UTC 2022 Modified Files: src/usr.sbin/makefs: makefs.h udf.c Log Message: When creating disc images, keep the proposed size a multiple of the blockingnr for good measure; this prevents possible

CVS commit: src/usr.sbin/makefs

2022-05-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat May 7 08:54:02 UTC 2022 Modified Files: src/usr.sbin/makefs: makefs.h udf.c Log Message: When creating disc images, keep the proposed size a multiple of the blockingnr for good measure; this prevents possible

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

2022-05-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat May 7 09:02:19 UTC 2022 Modified Files: src/sys/arch/powerpc/include: spr.h Log Message: Remove SPR_CCR0 from ; we already have it in , together with other 4xx-specific SPRs. Thanks uwe@ for pointing out. To generate a diff

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

2022-05-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat May 7 09:02:19 UTC 2022 Modified Files: src/sys/arch/powerpc/include: spr.h Log Message: Remove SPR_CCR0 from ; we already have it in , together with other 4xx-specific SPRs. Thanks uwe@ for pointing out. To generate a diff

CVS commit: src/usr.bin/make

2022-05-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 7 09:44:50 UTC 2022 Modified Files: src/usr.bin/make: make.c Log Message: make: inline make_abort, improve error details This function was only called a single time, making the source code line number redundant.

CVS commit: src/usr.bin/make

2022-05-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 7 09:44:50 UTC 2022 Modified Files: src/usr.bin/make: make.c Log Message: make: inline make_abort, improve error details This function was only called a single time, making the source code line number redundant.

CVS commit: src/external/mit/xorg/bin/xdm/config

2022-05-07 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 7 06:31:39 UTC 2022 Modified Files: src/external/mit/xorg/bin/xdm/config: Xresources.in Log Message: Add RCSID to Xresources config. Use the B/W NetBSD logo on B/W displays. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/mit/xorg/bin/xdm/config

2022-05-07 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 7 06:31:39 UTC 2022 Modified Files: src/external/mit/xorg/bin/xdm/config: Xresources.in Log Message: Add RCSID to Xresources config. Use the B/W NetBSD logo on B/W displays. To generate a diff of this commit: cvs rdiff

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

2022-05-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 7 07:26:27 UTC 2022 Modified Files: src/sys/arch/arm/broadcom: bcm2835_spi.c Log Message: Remove unnecessary gotos and label. Same code before and after. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2022-05-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 7 07:26:27 UTC 2022 Modified Files: src/sys/arch/arm/broadcom: bcm2835_spi.c Log Message: Remove unnecessary gotos and label. Same code before and after. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys

2022-05-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 7 08:20:04 UTC 2022 Modified Files: src/sys/arch/arm/apple: files.apple src/sys/arch/evbarm/conf: GENERIC64 src/sys/dev/ic: nvme.c nvmevar.h Added Files: src/sys/arch/arm/apple: apple_nvme.c Log

CVS commit: src/sys

2022-05-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 7 08:20:04 UTC 2022 Modified Files: src/sys/arch/arm/apple: files.apple src/sys/arch/evbarm/conf: GENERIC64 src/sys/dev/ic: nvme.c nvmevar.h Added Files: src/sys/arch/arm/apple: apple_nvme.c Log

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

2022-05-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 7 21:24:53 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: deptgt-posix.mk Log Message: tests/make: document why deptgt-posix needs its own directory As described in PR toolchain/15163, '.include ' first looks in

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

2022-05-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 7 21:24:53 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: deptgt-posix.mk Log Message: tests/make: document why deptgt-posix needs its own directory As described in PR toolchain/15163, '.include ' first looks in

CVS commit: src/usr.bin/make

2022-05-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 7 21:19:43 UTC 2022 Modified Files: src/usr.bin/make: dir.c Log Message: make: fix grammar in comment of DirFindDot To generate a diff of this commit: cvs rdiff -u -r1.278 -r1.279 src/usr.bin/make/dir.c Please note

CVS commit: src/usr.bin/make

2022-05-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 7 21:19:43 UTC 2022 Modified Files: src/usr.bin/make: dir.c Log Message: make: fix grammar in comment of DirFindDot To generate a diff of this commit: cvs rdiff -u -r1.278 -r1.279 src/usr.bin/make/dir.c Please note