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

2022-11-17 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Nov 17 13:10:43 UTC 2022 Modified Files: src/sys/arch/riscv/include: sysreg.h Log Message: Document lots of bits. Remove bits no longer in the RISC-V supervisor spec. Update defines for the user-mode sstatus value. To

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

2022-11-17 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Nov 17 09:50:23 UTC 2022 Modified Files: src/sys/arch/riscv/include: cpu.h Log Message: Use better types and struct member names in the clockframe. Avoid a magic number in CLKF_USERMODE(). To generate a diff of this commit:

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

2022-11-17 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Nov 17 09:50:23 UTC 2022 Modified Files: src/sys/arch/riscv/include: cpu.h Log Message: Use better types and struct member names in the clockframe. Avoid a magic number in CLKF_USERMODE(). To generate a diff of this commit:

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

2022-11-15 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Nov 15 14:49:14 UTC 2022 Modified Files: src/sys/arch/evbmips/conf: MIPSSIM Log Message: Enable CD9660; noticed by he@. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbmips/conf/MIPSSIM Please

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

2022-11-15 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Nov 15 14:49:14 UTC 2022 Modified Files: src/sys/arch/evbmips/conf: MIPSSIM Log Message: Enable CD9660; noticed by he@. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbmips/conf/MIPSSIM Please

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

2022-11-15 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Nov 15 14:44:05 UTC 2022 Modified Files: src/sys/arch/riscv/conf: GENERIC Log Message: Include GENERIC.local if it exists. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/riscv/conf/GENERIC

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

2022-11-15 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Nov 15 14:44:05 UTC 2022 Modified Files: src/sys/arch/riscv/conf: GENERIC Log Message: Include GENERIC.local if it exists. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/riscv/conf/GENERIC

CVS commit: src/sys/arch/riscv

2022-11-15 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Nov 15 14:33:34 UTC 2022 Modified Files: src/sys/arch/riscv/include: sysreg.h src/sys/arch/riscv/riscv: pmap_machdep.c riscv_machdep.c vm_machdep.c Log Message: Use similar macro-magic to aarch64 armreg.h to add

CVS commit: src/sys/arch/riscv

2022-11-15 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Nov 15 14:33:34 UTC 2022 Modified Files: src/sys/arch/riscv/include: sysreg.h src/sys/arch/riscv/riscv: pmap_machdep.c riscv_machdep.c vm_machdep.c Log Message: Use similar macro-magic to aarch64 armreg.h to add

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

2022-11-12 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Nov 12 11:14:44 UTC 2022 Modified Files: src/sys/arch/riscv/conf: GENERIC Log Message: Add NFS_BOOT_DHCP option. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/riscv/conf/GENERIC Please note

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

2022-11-12 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Nov 12 11:14:44 UTC 2022 Modified Files: src/sys/arch/riscv/conf: GENERIC Log Message: Add NFS_BOOT_DHCP option. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/riscv/conf/GENERIC Please note

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

2022-11-10 Thread Simon Burge
Module Name:src Committed By: simonb Date: Fri Nov 11 01:18:32 UTC 2022 Modified Files: src/sys/arch/riscv/include: sysreg.h Log Message: The supervisor status register is the native word width, not fixed at 32 bits. To generate a diff of this commit: cvs rdiff -u

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

2022-11-10 Thread Simon Burge
Module Name:src Committed By: simonb Date: Fri Nov 11 01:18:32 UTC 2022 Modified Files: src/sys/arch/riscv/include: sysreg.h Log Message: The supervisor status register is the native word width, not fixed at 32 bits. To generate a diff of this commit: cvs rdiff -u

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

2022-11-08 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Nov 8 13:47:09 UTC 2022 Modified Files: src/sys/arch/riscv/include: sysreg.h Log Message: Parentheses police. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/riscv/include/sysreg.h Please note

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

2022-11-08 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Nov 8 13:47:09 UTC 2022 Modified Files: src/sys/arch/riscv/include: sysreg.h Log Message: Parentheses police. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/riscv/include/sysreg.h Please note

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

2022-11-08 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Nov 8 13:35:32 UTC 2022 Modified Files: src/sys/arch/riscv/include: sysreg.h Log Message: Add cause register trap types, and some macros to access cause register fields. To generate a diff of this commit: cvs rdiff -u

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

2022-11-08 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Nov 8 13:35:32 UTC 2022 Modified Files: src/sys/arch/riscv/include: sysreg.h Log Message: Add cause register trap types, and some macros to access cause register fields. To generate a diff of this commit: cvs rdiff -u

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

2022-11-08 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Nov 8 13:34:18 UTC 2022 Modified Files: src/sys/arch/riscv/include: types.h Log Message: Add a #define for XLEN, the RISC-V native base integer ISA width. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

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

2022-11-08 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Nov 8 13:34:18 UTC 2022 Modified Files: src/sys/arch/riscv/include: types.h Log Message: Add a #define for XLEN, the RISC-V native base integer ISA width. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

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

2022-11-08 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Nov 8 13:04:49 UTC 2022 Modified Files: src/sys/arch/mips/include: mipsNN.h Log Message: Fix tyop in __BITS for the MIPSNN_MTI_CFG7_PREF_MASK macro. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2022-11-08 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Nov 8 13:04:49 UTC 2022 Modified Files: src/sys/arch/mips/include: mipsNN.h Log Message: Fix tyop in __BITS for the MIPSNN_MTI_CFG7_PREF_MASK macro. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/sys

2022-11-01 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Nov 1 06:47:41 UTC 2022 Modified Files: src/sys/sys: disklabel.h Log Message: Define the mount program for zfs. To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/sys/sys/disklabel.h Please note that

CVS commit: src/sys/sys

2022-11-01 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Nov 1 06:47:41 UTC 2022 Modified Files: src/sys/sys: disklabel.h Log Message: Define the mount program for zfs. To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/sys/sys/disklabel.h Please note that

CVS commit: src/sys/dev/pci

2022-10-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Oct 31 13:00:34 UTC 2022 Modified Files: src/sys/dev/pci: virtio.c Log Message: Use PRIx64 in a debug print macro to print a uint64_t. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/dev/pci/virtio.c

CVS commit: src/sys/dev/pci

2022-10-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Oct 31 13:00:34 UTC 2022 Modified Files: src/sys/dev/pci: virtio.c Log Message: Use PRIx64 in a debug print macro to print a uint64_t. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/dev/pci/virtio.c

CVS commit: src/sys/arch/riscv/riscv

2022-10-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Oct 31 12:50:49 UTC 2022 Modified Files: src/sys/arch/riscv/riscv: bus_space_generic.S Log Message: In bus_space_write_{1,2,4,8} store the correct register in write to device. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/riscv/riscv

2022-10-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Oct 31 12:50:49 UTC 2022 Modified Files: src/sys/arch/riscv/riscv: bus_space_generic.S Log Message: In bus_space_write_{1,2,4,8} store the correct register in write to device. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/riscv/riscv

2022-10-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Oct 31 12:49:18 UTC 2022 Modified Files: src/sys/arch/riscv/riscv: bus_space_generic.S Log Message: Fix tyop in END for generic_bs_r_8. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/riscv/riscv

2022-10-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Oct 31 12:49:18 UTC 2022 Modified Files: src/sys/arch/riscv/riscv: bus_space_generic.S Log Message: Fix tyop in END for generic_bs_r_8. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/cddl/osnet/dist/uts/common/os

2022-10-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Oct 31 10:44:29 UTC 2022 Modified Files: src/external/cddl/osnet/dist/uts/common/os: list.c Log Message: Provide an empty ASSERT macro ifdef _STANDALONE. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \

CVS commit: src/external/cddl/osnet/dist/uts/common/os

2022-10-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Oct 31 10:44:29 UTC 2022 Modified Files: src/external/cddl/osnet/dist/uts/common/os: list.c Log Message: Provide an empty ASSERT macro ifdef _STANDALONE. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2022-10-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Oct 31 10:32:28 UTC 2022 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_ioctl.c Log Message: Whitespace nit. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 \

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2022-10-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Oct 31 10:32:28 UTC 2022 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_ioctl.c Log Message: Whitespace nit. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 \

CVS commit: src/sys/kern

2022-10-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Oct 31 09:14:18 UTC 2022 Modified Files: src/sys/kern: subr_prf.c Log Message: Fix (invalid) gcc uninitialised warning with i386 gcc using -Os. To generate a diff of this commit: cvs rdiff -u -r1.195 -r1.196

CVS commit: src/sys/kern

2022-10-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Oct 31 09:14:18 UTC 2022 Modified Files: src/sys/kern: subr_prf.c Log Message: Fix (invalid) gcc uninitialised warning with i386 gcc using -Os. To generate a diff of this commit: cvs rdiff -u -r1.195 -r1.196

CVS commit: src/external/cddl/osnet/sys/sys

2022-10-30 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Oct 31 04:50:12 UTC 2022 Modified Files: src/external/cddl/osnet/sys/sys: time.h Log Message: Only need TIMESPEC_OVERFLOW() to check against INT32_{MIN,MAX} on FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.14

CVS commit: src/external/cddl/osnet/sys/sys

2022-10-30 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Oct 31 04:50:12 UTC 2022 Modified Files: src/external/cddl/osnet/sys/sys: time.h Log Message: Only need TIMESPEC_OVERFLOW() to check against INT32_{MIN,MAX} on FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.14

CVS commit: src/usr.bin/pkill

2022-10-29 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Oct 29 08:17:16 UTC 2022 Modified Files: src/usr.bin/pkill: pkill.1 pkill.c Log Message: Add a -q option for pgrep to not print anything; similar to grep -q. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/usr.bin/pkill

2022-10-29 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Oct 29 08:17:16 UTC 2022 Modified Files: src/usr.bin/pkill: pkill.1 pkill.c Log Message: Add a -q option for pgrep to not print anything; similar to grep -q. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/usr.bin/vmstat

2022-10-23 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Oct 23 23:30:31 UTC 2022 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Remove extraneous "d" in a printf format string in UVM history dump (leftover int format specifier from conversion to FMTd32?). To generate

CVS commit: src/usr.bin/vmstat

2022-10-23 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Oct 23 23:30:31 UTC 2022 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Remove extraneous "d" in a printf format string in UVM history dump (leftover int format specifier from conversion to FMTd32?). To generate

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

2022-10-15 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Oct 15 06:52:35 UTC 2022 Modified Files: src/sys/arch/riscv/include: sysreg.h Log Message: Consistency nit: use "__volatile" instead of "volatile" with asm()s. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2022-10-15 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Oct 15 06:52:35 UTC 2022 Modified Files: src/sys/arch/riscv/include: sysreg.h Log Message: Consistency nit: use "__volatile" instead of "volatile" with asm()s. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2022-10-15 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Oct 15 06:48:31 UTC 2022 Modified Files: src/sys/arch/riscv/include: sysreg.h Log Message: Add SATP modes for bare, SV57 and SV64. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2022-10-15 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Oct 15 06:48:31 UTC 2022 Modified Files: src/sys/arch/riscv/include: sysreg.h Log Message: Add SATP modes for bare, SV57 and SV64. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2022-10-15 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Oct 15 06:46:41 UTC 2022 Modified Files: src/sys/arch/riscv/include: cpu_counter.h Log Message: Use __volatile so the compiler doesn't optimise out successive calls to cpu_counter(). Add a 64-bit cycle counter on _LP64. To

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

2022-10-15 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Oct 15 06:46:41 UTC 2022 Modified Files: src/sys/arch/riscv/include: cpu_counter.h Log Message: Use __volatile so the compiler doesn't optimise out successive calls to cpu_counter(). Add a 64-bit cycle counter on _LP64. To

CVS commit: src/sys/arch/riscv

2022-10-15 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Oct 15 06:41:44 UTC 2022 Modified Files: src/sys/arch/riscv/include: cpu_counter.h pmap.h pte.h sysreg.h src/sys/arch/riscv/riscv: pmap_machdep.c riscv_machdep.c trap.c Log Message: #define To generate a diff of

CVS commit: src/sys/arch/riscv

2022-10-15 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Oct 15 06:41:44 UTC 2022 Modified Files: src/sys/arch/riscv/include: cpu_counter.h pmap.h pte.h sysreg.h src/sys/arch/riscv/riscv: pmap_machdep.c riscv_machdep.c trap.c Log Message: #define To generate a diff of

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

2022-10-12 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Oct 12 07:56:46 UTC 2022 Modified Files: src/sys/arch/riscv/conf: GENERIC Log Message: "options" To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/riscv/conf/GENERIC Please note that diffs are not

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

2022-10-12 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Oct 12 07:56:46 UTC 2022 Modified Files: src/sys/arch/riscv/conf: GENERIC Log Message: "options" To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/riscv/conf/GENERIC Please note that diffs are not

CVS commit: src/sys/arch/riscv/riscv

2022-10-12 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Oct 12 07:53:56 UTC 2022 Modified Files: src/sys/arch/riscv/riscv: db_machdep.c Log Message: Nuke funny trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/riscv/riscv/db_machdep.c

CVS commit: src/sys/arch/riscv/riscv

2022-10-12 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Oct 12 07:53:56 UTC 2022 Modified Files: src/sys/arch/riscv/riscv: db_machdep.c Log Message: Nuke funny trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/riscv/riscv/db_machdep.c

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

2022-10-12 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Oct 12 07:53:15 UTC 2022 Modified Files: src/sys/arch/riscv/include: vmparam.h Log Message: Set RISCV_DIRECTMAP_SIZE to 2^64-PAGESIZE, since 2^64 is effectively 0 for a 64bit constant. Bump VM_PHYSSEG_MAX from 1 to 16. To

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

2022-10-12 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Oct 12 07:53:15 UTC 2022 Modified Files: src/sys/arch/riscv/include: vmparam.h Log Message: Set RISCV_DIRECTMAP_SIZE to 2^64-PAGESIZE, since 2^64 is effectively 0 for a 64bit constant. Bump VM_PHYSSEG_MAX from 1 to 16. To

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

2022-10-12 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Oct 12 07:50:57 UTC 2022 Modified Files: src/sys/arch/riscv/include: reg.h Log Message: Fix a tyop regname in a comment. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/riscv/include/reg.h Please

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

2022-10-12 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Oct 12 07:50:57 UTC 2022 Modified Files: src/sys/arch/riscv/include: reg.h Log Message: Fix a tyop regname in a comment. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/riscv/include/reg.h Please

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

2022-10-12 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Oct 12 07:50:00 UTC 2022 Modified Files: src/sys/arch/riscv/include: param.h Log Message: NKMEMPAGES_MIN_DEFAULT is in pages not bytes (hint is in the name). Also set NKMEMPAGES_MAX_UNLIMITED while we're here. To generate a

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

2022-10-12 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Oct 12 07:50:00 UTC 2022 Modified Files: src/sys/arch/riscv/include: param.h Log Message: NKMEMPAGES_MIN_DEFAULT is in pages not bytes (hint is in the name). Also set NKMEMPAGES_MAX_UNLIMITED while we're here. To generate a

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

2022-08-06 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Aug 7 02:55:46 UTC 2022 Modified Files: src/sys/arch/atari/conf: ATARITT FALCON HADES MILAN-ISAIDE MILAN-PCIIDE SMALL030 Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125

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

2022-08-06 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Aug 7 02:55:46 UTC 2022 Modified Files: src/sys/arch/atari/conf: ATARITT FALCON HADES MILAN-ISAIDE MILAN-PCIIDE SMALL030 Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125

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

2022-08-06 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Aug 7 02:53:43 UTC 2022 Modified Files: src/sys/arch/amiga/conf: GENERIC INSTALL Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.335 -r1.336 src/sys/arch/amiga/conf/GENERIC cvs rdiff -u -r1.140

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

2022-08-06 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Aug 7 02:53:43 UTC 2022 Modified Files: src/sys/arch/amiga/conf: GENERIC INSTALL Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.335 -r1.336 src/sys/arch/amiga/conf/GENERIC cvs rdiff -u -r1.140

CVS commit: src/sys/arch

2022-08-06 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Aug 7 02:52:30 UTC 2022 Modified Files: src/sys/arch/acorn32/conf: GENERIC src/sys/arch/alpha/conf: GENERIC src/sys/arch/amd64/conf: ALL GENERIC XEN3_DOM0 XEN3_DOMU src/sys/arch/amiga/conf: DRACO

CVS commit: src/sys/ufs

2022-08-06 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Aug 7 02:33:47 UTC 2022 Modified Files: src/sys/ufs/lfs: ulfs_dirhash.c src/sys/ufs/ufs: ufs_dirhash.c Log Message: If UFS or LFS dirhash is enabled in the kernel, set the dirhash cache size dependant on memory size.

CVS commit: src/sys/ufs

2022-08-06 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Aug 7 02:33:47 UTC 2022 Modified Files: src/sys/ufs/lfs: ulfs_dirhash.c src/sys/ufs/ufs: ufs_dirhash.c Log Message: If UFS or LFS dirhash is enabled in the kernel, set the dirhash cache size dependant on memory size.

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

2022-07-23 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Jul 23 11:49:58 UTC 2022 Modified Files: src/sys/arch/ia64/conf: GENERIC GENERIC.SKI Log Message: Add some file system options present in GENERIC kernels. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2022-07-23 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Jul 23 11:49:58 UTC 2022 Modified Files: src/sys/arch/ia64/conf: GENERIC GENERIC.SKI Log Message: Add some file system options present in GENERIC kernels. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/kern

2022-07-21 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Jul 21 14:07:16 UTC 2022 Modified Files: src/sys/kern: init_main.c Log Message: Removed unused opt_wapbl.h include. To generate a diff of this commit: cvs rdiff -u -r1.539 -r1.540 src/sys/kern/init_main.c Please note that

CVS commit: src/sys/kern

2022-07-21 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Jul 21 14:07:16 UTC 2022 Modified Files: src/sys/kern: init_main.c Log Message: Removed unused opt_wapbl.h include. To generate a diff of this commit: cvs rdiff -u -r1.539 -r1.540 src/sys/kern/init_main.c Please note that

CVS commit: src/usr.bin/vmstat

2022-07-16 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Jul 16 10:36:19 UTC 2022 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: When operating on core files or /dev/mem when using the -M option, use 64-bit math to calculate pool sizes. Fixes overflow errors for pools

CVS commit: src/usr.bin/vmstat

2022-07-16 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Jul 16 10:36:19 UTC 2022 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: When operating on core files or /dev/mem when using the -M option, use 64-bit math to calculate pool sizes. Fixes overflow errors for pools

CVS commit: src/sys/kern

2022-07-16 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Jul 16 10:20:21 UTC 2022 Modified Files: src/sys/kern: subr_pool.c Log Message: Use 64-bit math to calculate pool sizes. Fixes overflow errors for pools larger than 4GB and gives the correct output for kernel pool pages in

CVS commit: src/sys/kern

2022-07-16 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Jul 16 10:20:21 UTC 2022 Modified Files: src/sys/kern: subr_pool.c Log Message: Use 64-bit math to calculate pool sizes. Fixes overflow errors for pools larger than 4GB and gives the correct output for kernel pool pages in

CVS commit: src/usr.bin/vmstat

2022-07-16 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Jul 16 09:32:27 UTC 2022 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Move the call to getnlist() to after we check if kvm_openfiles(3) succeeded. Avoids a coredump when called with "vmstat -M /dev/mem". To

CVS commit: src/usr.bin/vmstat

2022-07-16 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Jul 16 09:32:27 UTC 2022 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Move the call to getnlist() to after we check if kvm_openfiles(3) succeeded. Avoids a coredump when called with "vmstat -M /dev/mem". To

CVS commit: src/usr.bin/fstat

2022-06-19 Thread Simon Burge
1 --- /dev/null Sun Jun 19 11:31:19 2022 +++ src/usr.bin/fstat/zfs.c Sun Jun 19 11:31:19 2022 @@ -0,0 +1,75 @@ +/* $NetBSD: zfs.c,v 1.1 2022/06/19 11:31:19 simonb Exp $ */ + +/*- + * Copyright (c) 2022 The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software co

CVS commit: src/usr.bin/fstat

2022-06-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 19 11:31:19 UTC 2022 Modified Files: src/usr.bin/fstat: Makefile fstat.c fstat.h Added Files: src/usr.bin/fstat: zfs.c zfs_znode.h Log Message: Add basic ZFS support to fstat(1). XXX: Use a local zfs_znode.h for a

CVS commit: src/usr.bin/vmstat

2022-05-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu May 19 13:57:03 UTC 2022 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Bump some column widths for "vmstat -mW". To generate a diff of this commit: cvs rdiff -u -r1.252 -r1.253 src/usr.bin/vmstat/vmstat.c

CVS commit: src/usr.bin/vmstat

2022-05-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu May 19 13:57:03 UTC 2022 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Bump some column widths for "vmstat -mW". To generate a diff of this commit: cvs rdiff -u -r1.252 -r1.253 src/usr.bin/vmstat/vmstat.c

CVS commit: src/sys/dev/pci

2022-05-03 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed May 4 02:38:27 UTC 2022 Modified Files: src/sys/dev/pci: if_vioif.c Log Message: White space KNF nits. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/dev/pci/if_vioif.c Please note that diffs are

CVS commit: src/sys/dev/pci

2022-05-03 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed May 4 02:38:27 UTC 2022 Modified Files: src/sys/dev/pci: if_vioif.c Log Message: White space KNF nits. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/dev/pci/if_vioif.c Please note that diffs are

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

2022-03-15 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Mar 16 04:31:54 UTC 2022 Modified Files: src/sys/arch/evbmips/include: param.h Log Message: Add the increasingly spreading __HIDE_DELAY kludge to evbmips. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2022-03-15 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Mar 16 04:31:54 UTC 2022 Modified Files: src/sys/arch/evbmips/include: param.h Log Message: Add the increasingly spreading __HIDE_DELAY kludge to evbmips. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

Re: CVS commit: src/etc

2022-03-14 Thread Simon Burge
Hi Alex, Alexander Nasonov wrote: > Simon Burge wrote: > > Why don't we just mount all the ZFS filesystems in mountcritlocal? > > Future versions may require loading of encryption keys over kerberos > or a special pam module to decrypt /home/$USER. How is this different to

Re: CVS commit: src/etc

2022-03-11 Thread Simon Burge
[ Oops, resending to include the source-changes-d list. ] [ Sorry for the double-up for the original recipients. ] Hi Alexander, folks, Sorry for chiming in a bit late on this. I'm running with a complete ZFS-only setup with no legacy mounts. This is my basic ZFS layout (leaving out a few

CVS commit: src/sys/arch/i386/stand/lib

2021-12-27 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Dec 28 00:37:16 UTC 2021 Modified Files: src/sys/arch/i386/stand/lib: biosdisk.c Log Message: In biosdisk_findpartition() check if part_name isn't NULL before assigning *part_name. Thanks to manu@ for the pointer. To

CVS commit: src/sys/arch/i386/stand/lib

2021-12-27 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Dec 28 00:37:16 UTC 2021 Modified Files: src/sys/arch/i386/stand/lib: biosdisk.c Log Message: In biosdisk_findpartition() check if part_name isn't NULL before assigning *part_name. Thanks to manu@ for the pointer. To

Re: CVS commit: src/sys/arch/i386/stand/efiboot

2021-12-27 Thread Simon Burge
Emmanuel Dreyfus wrote: > In src/sys/arch/i386/stand/lib/biosdisk.c > int > biosdisk_findpartition(int biosdev, daddr_t sector, >int *partition, const char **part_name) > { > (...) > /* default ot first partition */ > *partition = 0; > *part_name =

CVS commit: src/sys/arch/i386/stand/lib

2021-12-27 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Dec 28 00:34:30 UTC 2021 Modified Files: src/sys/arch/i386/stand/lib: biosdisk.c Log Message: Fix a tyop. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/arch/i386/stand/lib/biosdisk.c Please note

CVS commit: src/sys/arch/i386/stand/lib

2021-12-27 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Dec 28 00:34:30 UTC 2021 Modified Files: src/sys/arch/i386/stand/lib: biosdisk.c Log Message: Fix a tyop. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/arch/i386/stand/lib/biosdisk.c Please note

CVS commit: src/sys/arch/i386/stand/efiboot

2021-12-27 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Dec 27 12:19:27 UTC 2021 Modified Files: src/sys/arch/i386/stand/efiboot: devopen.c Log Message: Revert rev 1.12 of devopen.c. This had the unintented side effect of breaking opens on non-root filesystems (eg trying to

CVS commit: src/sys/arch/i386/stand/efiboot

2021-12-27 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Dec 27 12:19:27 UTC 2021 Modified Files: src/sys/arch/i386/stand/efiboot: devopen.c Log Message: Revert rev 1.12 of devopen.c. This had the unintented side effect of breaking opens on non-root filesystems (eg trying to

Re: CVS commit: src/sys/arch/i386/stand/efiboot

2021-12-27 Thread Simon Burge
Emmanuel Dreyfus wrote: > On Mon, Dec 27, 2021 at 01:08:15PM +1100, Simon Burge wrote: > > What crash did this fix? All the use of part_name by the > > called functions should check if it is NULL before trying > > to assign anything to *part_name. > > I do not recall

Re: CVS commit: src/sys/arch/i386/stand/efiboot

2021-12-26 Thread Simon Burge
Hi Emmanuel, "Emmanuel Dreyfus" wrote: > Module Name: src > Committed By: manu > Date: Thu Nov 18 16:18:13 UTC 2021 > > Modified Files: > > src/sys/arch/i386/stand/efiboot: devopen.c > > Log Message: > > Fix crash because of NULL pointer reference What crash did this fix? All

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2021-12-22 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Dec 22 14:04:10 UTC 2021 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c Log Message: In zfs_setattr() don't recheck the auth policy for a "nodump" flags change. zfs_netbsd_setattr() has already

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2021-12-22 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Dec 22 14:04:10 UTC 2021 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c Log Message: In zfs_setattr() don't recheck the auth policy for a "nodump" flags change. zfs_netbsd_setattr() has already

CVS commit: src/sys/external/bsd/dwc2/conf

2021-12-20 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Dec 20 11:54:33 UTC 2021 Modified Files: src/sys/external/bsd/dwc2/conf: files.dwc2 Log Message: Explicitly use -I$S/external/bsd/dwc2/dist for dwc2 instead of possibly getting that include path via DRM. Fixes evbmips cavium

CVS commit: src/sys/external/bsd/dwc2/conf

2021-12-20 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Dec 20 11:54:33 UTC 2021 Modified Files: src/sys/external/bsd/dwc2/conf: files.dwc2 Log Message: Explicitly use -I$S/external/bsd/dwc2/dist for dwc2 instead of possibly getting that include path via DRM. Fixes evbmips cavium

CVS commit: src/external/cddl/osnet/sys/sys

2021-12-17 Thread Simon Burge
Module Name:src Committed By: simonb Date: Fri Dec 17 08:07:12 UTC 2021 Modified Files: src/external/cddl/osnet/sys/sys: vnode.h Log Message: In vattr_init_mask() check for va_flags and if set add to the mask of to the things that setattr is interested in. Fixes

<    1   2   3   4   >