CVS commit: src

2022-06-01 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Jun 2 05:09:01 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: db_trace.c Added Files: src/usr.sbin/crash/arch: aarch64.c Log Message: tidy up backtrace from crash(9) on aarch64 - fix to dump trapframe when

CVS commit: src

2022-06-01 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Jun 2 05:09:01 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: db_trace.c Added Files: src/usr.sbin/crash/arch: aarch64.c Log Message: tidy up backtrace from crash(9) on aarch64 - fix to dump trapframe when

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

2022-06-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jun 2 01:57:27 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.318 -r1.319 src/sys/dev/pci/ixgbe/ixgbe.c cvs rdiff

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

2022-06-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jun 2 01:57:27 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.318 -r1.319 src/sys/dev/pci/ixgbe/ixgbe.c cvs rdiff

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

2022-06-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Jun 2 00:32:14 UTC 2022 Modified Files: src/sys/arch/powerpc/powerpc: fix_unaligned.c Log Message: As a tiny optimization, rearrange cases as follows: (1) load/store of format D (base + disp) (2) load/store of format X (base +

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

2022-06-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Jun 2 00:32:14 UTC 2022 Modified Files: src/sys/arch/powerpc/powerpc: fix_unaligned.c Log Message: As a tiny optimization, rearrange cases as follows: (1) load/store of format D (base + disp) (2) load/store of format X (base +

CVS commit: src/sys/dev/acpi

2022-06-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Jun 2 00:12:20 UTC 2022 Modified Files: src/sys/dev/acpi: acpi_verbose.c Log Message: Localize one more variable to NPCI > 0 block. Fix ia64 build. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/dev/acpi

2022-06-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Jun 2 00:12:20 UTC 2022 Modified Files: src/sys/dev/acpi: acpi_verbose.c Log Message: Localize one more variable to NPCI > 0 block. Fix ia64 build. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/doc

2022-06-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jun 1 21:01:44 UTC 2022 Modified Files: src/doc: 3RDPARTY Log Message: tmux 3.3 out. To generate a diff of this commit: cvs rdiff -u -r1.1860 -r1.1861 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/doc

2022-06-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jun 1 21:01:44 UTC 2022 Modified Files: src/doc: 3RDPARTY Log Message: tmux 3.3 out. To generate a diff of this commit: cvs rdiff -u -r1.1860 -r1.1861 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/sys/crypto/cprng_fast

2022-06-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jun 1 15:44:37 UTC 2022 Modified Files: src/sys/crypto/cprng_fast: cprng_fast.c Log Message: cprng(9): cprng_fast is no longer used from interrupt context. Rip out logic to defer reseeding to softint. To generate a

CVS commit: src/sys/crypto/cprng_fast

2022-06-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jun 1 15:44:37 UTC 2022 Modified Files: src/sys/crypto/cprng_fast: cprng_fast.c Log Message: cprng(9): cprng_fast is no longer used from interrupt context. Rip out logic to defer reseeding to softint. To generate a

CVS commit: src/sys/dev/marvell

2022-06-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jun 1 15:40:15 UTC 2022 Modified Files: src/sys/dev/marvell: mvxpsec.c Log Message: mvxpsec(4): Fix missing change to freesession return type. Not sure how this didn't get committed before -- it was supposed to be part

CVS commit: src/sys/dev/marvell

2022-06-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jun 1 15:40:15 UTC 2022 Modified Files: src/sys/dev/marvell: mvxpsec.c Log Message: mvxpsec(4): Fix missing change to freesession return type. Not sure how this didn't get committed before -- it was supposed to be part

CVS commit: src/sys/fs/tmpfs

2022-06-01 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Wed Jun 1 08:42:38 UTC 2022 Modified Files: src/sys/fs/tmpfs: tmpfs_vnops.c Log Message: tmpfs_read: respect MNT_NOATIME. To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150 src/sys/fs/tmpfs/tmpfs_vnops.c Please

CVS commit: src/sys/fs/tmpfs

2022-06-01 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Wed Jun 1 08:42:38 UTC 2022 Modified Files: src/sys/fs/tmpfs: tmpfs_vnops.c Log Message: tmpfs_read: respect MNT_NOATIME. To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150 src/sys/fs/tmpfs/tmpfs_vnops.c Please

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

2022-06-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 1 06:18:04 UTC 2022 Modified Files: src/sys/arch/hppa/include: asm.h Log Message: delay slot indentation To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hppa/include/asm.h Please note that

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

2022-06-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 1 06:18:04 UTC 2022 Modified Files: src/sys/arch/hppa/include: asm.h Log Message: delay slot indentation To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hppa/include/asm.h Please note that

CVS commit: src/sys/arch/macppc/dev

2022-06-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 1 06:05:47 UTC 2022 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: Revert previous, the mask is intented to be like sc_output_mask, a bitmask of active ports. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/macppc/dev

2022-06-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 1 06:05:47 UTC 2022 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: Revert previous, the mask is intented to be like sc_output_mask, a bitmask of active ports. To generate a diff of this commit: cvs