CVS commit: src/lib/libc/arch/aarch64/gen

2021-10-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 7 06:44:19 UTC 2021 Modified Files: src/lib/libc/arch/aarch64/gen: _setjmp.S setjmp.S Log Message: Fix the lib/libc/setjmp/t_setjmp:{,_}longjmp_zero test cases To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libc/arch/aarch64/gen

2021-10-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 7 06:44:19 UTC 2021 Modified Files: src/lib/libc/arch/aarch64/gen: _setjmp.S setjmp.S Log Message: Fix the lib/libc/setjmp/t_setjmp:{,_}longjmp_zero test cases To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/dev/acpi

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Oct 7 00:11:08 UTC 2021 Modified Files: src/sys/dev/acpi: wss_acpi.c Log Message: Also print the device name with aprint_naive, like wss@pnpbios does. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/a

CVS commit: src/sys/dev/acpi

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Oct 7 00:11:08 UTC 2021 Modified Files: src/sys/dev/acpi: wss_acpi.c Log Message: Also print the device name with aprint_naive, like wss@pnpbios does. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/a

CVS commit: src/sys/dev/isapnp

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Oct 7 00:01:45 UTC 2021 Modified Files: src/sys/dev/isapnp: wss_isapnp.c Log Message: Fix KASSERT triggered when attaching opl at wss@isapnp. Not really tested (no h/w), but this problem is exhibited by the congruent code in ac

CVS commit: src/sys/dev/isapnp

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Oct 7 00:01:45 UTC 2021 Modified Files: src/sys/dev/isapnp: wss_isapnp.c Log Message: Fix KASSERT triggered when attaching opl at wss@isapnp. Not really tested (no h/w), but this problem is exhibited by the congruent code in ac

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

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 23:58:49 UTC 2021 Modified Files: src/sys/arch/i386/pnpbios: wss_pnpbios.c Log Message: Fix KASSERT triggered when attaching opl at wss@pnpbios wss has two attributes, "wss" and "audiobus", and this call didn't specify an

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

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 23:58:49 UTC 2021 Modified Files: src/sys/arch/i386/pnpbios: wss_pnpbios.c Log Message: Fix KASSERT triggered when attaching opl at wss@pnpbios wss has two attributes, "wss" and "audiobus", and this call didn't specify an

CVS commit: src/sys

2021-10-06 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Oct 6 20:42:44 UTC 2021 Modified Files: src/sys/dev/ic: ninjascsi32var.h src/sys/net: if_media.c Log Message: s/acccess/access/ To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/ninjascsi32v

CVS commit: src/sys

2021-10-06 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Oct 6 20:42:44 UTC 2021 Modified Files: src/sys/dev/ic: ninjascsi32var.h src/sys/net: if_media.c Log Message: s/acccess/access/ To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/ninjascsi32v

CVS commit: src/sys/arch

2021-10-06 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Oct 6 20:36:58 UTC 2021 Modified Files: src/sys/arch/ews4800mips/stand/common: loader.c src/sys/arch/hpc/stand/hpcboot/sh3/dev: sh.h src/sys/arch/playstation2/ee: eevar.h src/sys/arch/playstation2/plays

CVS commit: src/sys/arch

2021-10-06 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Oct 6 20:36:58 UTC 2021 Modified Files: src/sys/arch/ews4800mips/stand/common: loader.c src/sys/arch/hpc/stand/hpcboot/sh3/dev: sh.h src/sys/arch/playstation2/ee: eevar.h src/sys/arch/playstation2/plays

CVS commit: src/sys/dev/acpi

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 20:10:42 UTC 2021 Modified Files: src/sys/dev/acpi: wss_acpi.c Log Message: Don't use aprint_normal_dev("") to print the device name. wssattach eventually calls ad1848_attach that prints the chip name with ": %s". Usuall

CVS commit: src/sys/dev/acpi

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 20:10:42 UTC 2021 Modified Files: src/sys/dev/acpi: wss_acpi.c Log Message: Don't use aprint_normal_dev("") to print the device name. wssattach eventually calls ad1848_attach that prints the chip name with ": %s". Usuall

CVS commit: src/sys/dev/acpi

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 18:41:34 UTC 2021 Modified Files: src/sys/dev/acpi: wss_acpi.c Log Message: Fix KASSERT triggered when attaching opl at wss. wss has two attributes, "wss" and "audiobus", and this call didn't specify an iattr for opl to a

CVS commit: src/sys/dev/acpi

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 18:41:34 UTC 2021 Modified Files: src/sys/dev/acpi: wss_acpi.c Log Message: Fix KASSERT triggered when attaching opl at wss. wss has two attributes, "wss" and "audiobus", and this call didn't specify an iattr for opl to a

Re: CVS commit: src/sys

2021-10-06 Thread Taylor R Campbell
> Date: Wed, 6 Oct 2021 17:44:22 +0200 > From: Reinoud Zandijk > > Sorry for my ignorance but I thought that the ksyms list was static? ie > read-only? Or is this change to support kernel modules symbols too and thus > need rw access control? The main kernel's symbols don't change, but the whole

CVS commit: src/sys/ddb

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 17:04:49 UTC 2021 Modified Files: src/sys/ddb: ddbvar.h Log Message: Sort variable declarations. Add short comments while here. The list was neither sorted nor grouped logically when db_dumpstack and db_panicstackframes

CVS commit: src/sys/ddb

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 17:04:49 UTC 2021 Modified Files: src/sys/ddb: ddbvar.h Log Message: Sort variable declarations. Add short comments while here. The list was neither sorted nor grouped logically when db_dumpstack and db_panicstackframes

Re: CVS commit: src/sys

2021-10-06 Thread Reinoud Zandijk
On Wed, Sep 15, 2021 at 07:58:20PM +0900, Rin Okuyama wrote: > On 2021/09/11 19:09, Taylor R Campbell wrote: > > Module Name:src > > Committed By: riastradh > > Date: Sat Sep 11 10:09:55 UTC 2021 > > > > Modified Files: > > src/sys/arch/sparc64/sparc64: machdep.c >

CVS commit: src/sys/ddb

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 12:18:20 UTC 2021 Modified Files: src/sys/ddb: db_panic.c Log Message: KNF: The function type must be declared on a line by itself. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/ddb/db_panic.c Pl

CVS commit: src/sys/ddb

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 12:18:20 UTC 2021 Modified Files: src/sys/ddb: db_panic.c Log Message: KNF: The function type must be declared on a line by itself. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/ddb/db_panic.c Pl

CVS commit: src/sys/ddb

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 12:14:51 UTC 2021 Modified Files: src/sys/ddb: files.ddb Log Message: Add DDB_DUMPSTACK to opt_ddbparam.h. PR kern/56445 To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/ddb/files.ddb Please note th

CVS commit: src/sys/ddb

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 12:14:51 UTC 2021 Modified Files: src/sys/ddb: files.ddb Log Message: Add DDB_DUMPSTACK to opt_ddbparam.h. PR kern/56445 To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/ddb/files.ddb Please note th

CVS commit: src/sys/ddb

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 12:12:39 UTC 2021 Modified Files: src/sys/ddb: files.ddb Log Message: One option per-line for opt_ddbparam.h options. Sort. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/ddb/files.ddb Please not

CVS commit: src/sys/ddb

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 12:12:39 UTC 2021 Modified Files: src/sys/ddb: files.ddb Log Message: One option per-line for opt_ddbparam.h options. Sort. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/ddb/files.ddb Please not

CVS commit: src/sys/stand/efiboot/bootriscv64

2021-10-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Oct 6 11:26:21 UTC 2021 Modified Files: src/sys/stand/efiboot/bootriscv64: Makefile Log Message: EFIBOOT_FDT=yes for riscv64 too To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/stand/efiboot/bootriscv6

CVS commit: src/sys/stand/efiboot/bootriscv64

2021-10-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Oct 6 11:26:21 UTC 2021 Modified Files: src/sys/stand/efiboot/bootriscv64: Makefile Log Message: EFIBOOT_FDT=yes for riscv64 too To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/stand/efiboot/bootriscv6

CVS commit: src/sys/stand/efiboot

2021-10-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Oct 6 10:15:20 UTC 2021 Modified Files: src/sys/stand/efiboot: efifdt.c src/sys/stand/efiboot/bootarm: Makefile Log Message: Fix bootarm build. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys

CVS commit: src/sys/stand/efiboot

2021-10-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Oct 6 10:15:20 UTC 2021 Modified Files: src/sys/stand/efiboot: efifdt.c src/sys/stand/efiboot/bootarm: Makefile Log Message: Fix bootarm build. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys

CVS commit: src/sys/stand/efiboot

2021-10-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Oct 6 10:13:20 UTC 2021 Modified Files: src/sys/stand/efiboot: Makefile.efiboot boot.c bootmenu.c efiacpi.c efiacpi.h efiboot.c efiboot.h efifdt.c efifdt.h efigetsecs.c efigop.c exec.c src/sys

CVS commit: src/sys/stand/efiboot

2021-10-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Oct 6 10:13:20 UTC 2021 Modified Files: src/sys/stand/efiboot: Makefile.efiboot boot.c bootmenu.c efiacpi.c efiacpi.h efiboot.c efiboot.h efifdt.c efifdt.h efigetsecs.c efigop.c exec.c src/sys

CVS commit: src/external/bsd/pam-u2f/dist/pamu2fcfg

2021-10-06 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Oct 6 09:06:21 UTC 2021 Modified Files: src/external/bsd/pam-u2f/dist/pamu2fcfg: pamu2fcfg.c Log Message: Add what must be an overlooked newline in the normal output. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r

CVS commit: src/external/bsd/pam-u2f/dist/pamu2fcfg

2021-10-06 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Oct 6 09:06:21 UTC 2021 Modified Files: src/external/bsd/pam-u2f/dist/pamu2fcfg: pamu2fcfg.c Log Message: Add what must be an overlooked newline in the normal output. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r