Re: CVS commit: src/usr.bin/make

2023-02-27 Thread Simon J. Gerraty
Taylor R Campbell wrote: > That said, I don't see any reason why this should be a macro in the > first place. If there is a compelling reason, please write it down; > if not, please change it to a static function: > Sure. > static BuildMon * > BM(Job *job) > { > > return (job != NULL

CVS commit: src/usr.bin/make

2023-02-27 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Tue Feb 28 06:04:28 UTC 2023 Modified Files: src/usr.bin/make: meta.c Log Message: Use inline function rather that macro BM To generate a diff of this commit: cvs rdiff -u -r1.203 -r1.204 src/usr.bin/make/meta.c Please note that d

CVS commit: src/usr.bin/make

2023-02-27 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Tue Feb 28 06:04:28 UTC 2023 Modified Files: src/usr.bin/make: meta.c Log Message: Use inline function rather that macro BM To generate a diff of this commit: cvs rdiff -u -r1.203 -r1.204 src/usr.bin/make/meta.c Please note that d

Re: CVS commit: src/usr.bin/make

2023-02-27 Thread Taylor R Campbell
> Module Name:src > Committed By: sjg > Date: Sat Feb 25 22:52:22 UTC 2023 > > Modified Files: > src/usr.bin/make: meta.c > > Log Message: > meta.c: use macro to access job->bm > > and if job is NULL use Mybm. > +#define BM(job) (job != NULL) ? &job->bm : &Mybm If this

CVS commit: src

2023-02-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 27 23:07:53 UTC 2023 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: platform_ilp32.c src/usr.bin/xlint/lint1: Makefile Added Files: src/tests/usr.bin/xlint/lint1: pla

CVS commit: src

2023-02-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 27 23:07:53 UTC 2023 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: platform_ilp32.c src/usr.bin/xlint/lint1: Makefile Added Files: src/tests/usr.bin/xlint/lint1: pla

CVS commit: src/sbin/nvmectl

2023-02-27 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Feb 27 22:00:25 UTC 2023 Modified Files: src/sbin/nvmectl: bignum.c Log Message: fix some typos in comments. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sbin/nvmectl/bignum.c Please note that diffs are n

CVS commit: src/sbin/nvmectl

2023-02-27 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Feb 27 22:00:25 UTC 2023 Modified Files: src/sbin/nvmectl: bignum.c Log Message: fix some typos in comments. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sbin/nvmectl/bignum.c Please note that diffs are n

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

2023-02-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 27 21:59:14 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_230_uchar.c Log Message: tests/lint: sync test for nonportable character comparisons Message 230 was changed on 2023-02-22 but only tested on signed

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

2023-02-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 27 21:59:14 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_230_uchar.c Log Message: tests/lint: sync test for nonportable character comparisons Message 230 was changed on 2023-02-22 but only tested on signed

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

2023-02-27 Thread Christopher KOBAYASHI
Module Name:src Committed By: sekiya Date: Mon Feb 27 21:15:09 UTC 2023 Modified Files: src/sys/arch/arm/ti: if_cpsw.c Log Message: Uncomment and protect sanity checks that would drop into the debugger with a CPSW_DEBUG_DMA define. This handles a condition where checking

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

2023-02-27 Thread Christopher KOBAYASHI
Module Name:src Committed By: sekiya Date: Mon Feb 27 21:15:09 UTC 2023 Modified Files: src/sys/arch/arm/ti: if_cpsw.c Log Message: Uncomment and protect sanity checks that would drop into the debugger with a CPSW_DEBUG_DMA define. This handles a condition where checking

CVS commit: src/share/misc

2023-02-27 Thread Frederic Cambus
Module Name:src Committed By: fcambus Date: Mon Feb 27 21:04:43 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: Add PGO (profile guided optimization). To generate a diff of this commit: cvs rdiff -u -r1.331 -r1.332 src/share/misc/acronyms.comp Please

CVS commit: src/share/misc

2023-02-27 Thread Frederic Cambus
Module Name:src Committed By: fcambus Date: Mon Feb 27 21:04:43 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: Add PGO (profile guided optimization). To generate a diff of this commit: cvs rdiff -u -r1.331 -r1.332 src/share/misc/acronyms.comp Please

CVS commit: src/external/gpl3/binutils/dist/gas/config

2023-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 27 17:38:18 UTC 2023 Modified Files: src/external/gpl3/binutils/dist/gas/config: obj-elf.c Log Message: Disable completely mips ifunc test to make cross-compilation on other OSs work. (Jan-Benedict Glaw) To generate a

CVS commit: src/external/gpl3/binutils/dist/gas/config

2023-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 27 17:38:18 UTC 2023 Modified Files: src/external/gpl3/binutils/dist/gas/config: obj-elf.c Log Message: Disable completely mips ifunc test to make cross-compilation on other OSs work. (Jan-Benedict Glaw) To generate a

CVS commit: src/sys/uvm

2023-02-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 27 16:24:46 UTC 2023 Modified Files: src/sys/uvm: uvm_map.c Log Message: uvm(9): KASSERT(A && B) -> KASSERT(A); KASSERT(B) While here, print some of the inputs with KASSERTMSG. To generate a diff of this commit: cvs

CVS commit: src/sys/uvm

2023-02-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 27 16:24:46 UTC 2023 Modified Files: src/sys/uvm: uvm_map.c Log Message: uvm(9): KASSERT(A && B) -> KASSERT(A); KASSERT(B) While here, print some of the inputs with KASSERTMSG. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/amd64/amd64

2023-02-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 27 16:24:28 UTC 2023 Modified Files: src/sys/arch/amd64/amd64: amd64_trap.S Log Message: amd64_trap.S: Annotate trap vectors with their mnemonics. Derived from Intel and AMD manuals. Intel 64 and IA-32 Architectures S

CVS commit: src/sys/arch/amd64/amd64

2023-02-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 27 16:24:28 UTC 2023 Modified Files: src/sys/arch/amd64/amd64: amd64_trap.S Log Message: amd64_trap.S: Annotate trap vectors with their mnemonics. Derived from Intel and AMD manuals. Intel 64 and IA-32 Architectures S

CVS commit: src

2023-02-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 27 15:41:41 UTC 2023 Modified Files: src/share/man/man4: igpio.4 src/sys/dev/acpi: igpio_acpi.c Log Message: igpio(4): Disable Baytrail and Lynxpoint support. Fixes PR kern/57225. It seems additional code is req

CVS commit: src

2023-02-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 27 15:41:41 UTC 2023 Modified Files: src/share/man/man4: igpio.4 src/sys/dev/acpi: igpio_acpi.c Log Message: igpio(4): Disable Baytrail and Lynxpoint support. Fixes PR kern/57225. It seems additional code is req

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2023-02-27 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Mon Feb 27 13:39:09 UTC 2023 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: grabmyaddr.c Log Message: cast to the correct message structure (rt_msghdr instead of if_msghdr) To generate a diff of this commit: cvs rdiff -

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2023-02-27 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Mon Feb 27 13:39:09 UTC 2023 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: grabmyaddr.c Log Message: cast to the correct message structure (rt_msghdr instead of if_msghdr) To generate a diff of this commit: cvs rdiff -

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

2023-02-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 27 08:29:36 UTC 2023 Modified Files: src/usr.bin/make/unit-tests: varmod-order.exp varmod-order.mk Log Message: tests/make: describe the absent fallback for ':O' modifiers more clearly To generate a diff of this commit:

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

2023-02-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 27 08:29:36 UTC 2023 Modified Files: src/usr.bin/make/unit-tests: varmod-order.exp varmod-order.mk Log Message: tests/make: describe the absent fallback for ':O' modifiers more clearly To generate a diff of this commit: