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

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 22:27:41 UTC 2023 Modified Files: src/sys/arch/alpha/include: alpha_instruction.h Log Message: Expose alpha_print_instruction_context to not-_KERNEL. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/alpha/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 22:25:16 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_disasm.c Log Message: pal_opname(): Make the static buffer for unknown PALcode ops large enough to hold all possible values. alpha_print_instruction():

CVS commit: src/sys/arch/alpha/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 22:25:16 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_disasm.c Log Message: pal_opname(): Make the static buffer for unknown PALcode ops large enough to hold all possible values. alpha_print_instruction():

CVS commit: src/sys/arch/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 22:19:13 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_disasm.c db_interface.c db_trace.c fp_complete.c patch.c trap.c Added Files: src/sys/arch/alpha/include: alpha_instruction.h Removed

CVS commit: src/sys/arch/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 22:19:13 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_disasm.c db_interface.c db_trace.c fp_complete.c patch.c trap.c Added Files: src/sys/arch/alpha/include: alpha_instruction.h Removed

CVS commit: src/sys/arch/alpha/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 21:53:06 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_interface.c Log Message: Ensure that all fields of db_regs[] are initialized. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/sys/arch/alpha/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 21:53:06 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_interface.c Log Message: Ensure that all fields of db_regs[] are initialized. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/sys/arch/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 21:23:56 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_interface.c db_trace.c src/sys/arch/alpha/include: db_machdep.h Log Message: Adjust proc/lwp access for user-space (crash(8)). To generate a

CVS commit: src/sys/arch/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 21:23:56 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_interface.c db_trace.c src/sys/arch/alpha/include: db_machdep.h Log Message: Adjust proc/lwp access for user-space (crash(8)). To generate a

CVS commit: src/sys/arch/alpha/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 20:40:24 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_trace.c Log Message: Reduce db_trace.c's exposure to proc/lwp. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/sys/arch/alpha/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 20:40:24 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_trace.c Log Message: Reduce db_trace.c's exposure to proc/lwp. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/sys/arch/alpha/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 20:29:47 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_trace.c Log Message: decode_prologue(): Make pc a db_addr_t, not a db_expr_t. db_stack_trace_print_ra(): Missed one direct reference to XentSys; fix. To

CVS commit: src/sys/arch/alpha/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 20:29:47 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_trace.c Log Message: decode_prologue(): Make pc a db_addr_t, not a db_expr_t. db_stack_trace_print_ra(): Missed one direct reference to XentSys; fix. To

CVS commit: src/sys/arch/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 19:59:07 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_interface.c db_trace.c src/sys/arch/alpha/include: db_machdep.h Log Message: Refactor the special symbol handling out of db_trace.c into

CVS commit: src/sys/arch/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 19:59:07 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_interface.c db_trace.c src/sys/arch/alpha/include: db_machdep.h Log Message: Refactor the special symbol handling out of db_trace.c into

CVS commit: src/sys/arch/alpha/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 18:57:29 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_trace.c Log Message: Don't access insns or frame values directly; use db_read_bytes(). To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/sys/arch/alpha/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 18:57:29 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_trace.c Log Message: Don't access insns or frame values directly; use db_read_bytes(). To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/sys/arch/alpha/common

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 17:52:51 UTC 2023 Modified Files: src/sys/arch/alpha/common: shared_intr.c Log Message: Don't open-code tailq access. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/sys/arch/alpha/common

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 17:52:51 UTC 2023 Modified Files: src/sys/arch/alpha/common: shared_intr.c Log Message: Don't open-code tailq access. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/sys/arch

2023-11-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Nov 20 03:05:48 UTC 2023 Modified Files: src/sys/arch/amd64/amd64: process_machdep.c src/sys/arch/amd64/include: ptrace.h src/sys/arch/i386/i386: process_machdep.c src/sys/arch/i386/include: ptrace.h

CVS commit: src/sys/arch

2023-11-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Nov 20 03:05:48 UTC 2023 Modified Files: src/sys/arch/amd64/amd64: process_machdep.c src/sys/arch/amd64/include: ptrace.h src/sys/arch/i386/i386: process_machdep.c src/sys/arch/i386/include: ptrace.h

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

2023-11-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 19 20:01:48 UTC 2023 Modified Files: src/sys/arch/alpha/conf: GENERIC.QEMU Log Message: Add some VirtIO devies. virtio-scsi and virtio-rng are tested a bit, virtio-blk does not work, virtio-net not yet tested. To

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

2023-11-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 19 20:01:48 UTC 2023 Modified Files: src/sys/arch/alpha/conf: GENERIC.QEMU Log Message: Add some VirtIO devies. virtio-scsi and virtio-rng are tested a bit, virtio-blk does not work, virtio-net not yet tested. To

CVS commit: src/sys/arch/m68k/fpe

2023-11-18 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Nov 19 03:58:15 UTC 2023 Modified Files: src/sys/arch/m68k/fpe: fpu_rem.c Log Message: m68k: Remove an unused variable since rev 1.1. Detected by clang15 (nono emulator has imported and used this FPE). To generate a diff of

CVS commit: src/sys/arch/m68k/fpe

2023-11-18 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Nov 19 03:58:15 UTC 2023 Modified Files: src/sys/arch/m68k/fpe: fpu_rem.c Log Message: m68k: Remove an unused variable since rev 1.1. Detected by clang15 (nono emulator has imported and used this FPE). To generate a diff of

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

2023-11-11 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 11 17:35:45 UTC 2023 Modified Files: src/sys/arch/arm/cortex: gicv3_its.c Log Message: gicv3_its: assorted minor improvements - KASSERT that the command queue is not stalled due to async error before issuing more

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

2023-11-11 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 11 17:35:45 UTC 2023 Modified Files: src/sys/arch/arm/cortex: gicv3_its.c Log Message: gicv3_its: assorted minor improvements - KASSERT that the command queue is not stalled due to async error before issuing more

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

2023-11-07 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Nov 7 21:39:30 UTC 2023 Modified Files: src/sys/arch/playstation2/conf: AGATE DEBUG std.playstation2 Log Message: Remove ksyms from AGATE/DEBUG configs, it is defined in included default config. Remove unneeded "channel ?"

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

2023-11-07 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Nov 7 21:39:30 UTC 2023 Modified Files: src/sys/arch/playstation2/conf: AGATE DEBUG std.playstation2 Log Message: Remove ksyms from AGATE/DEBUG configs, it is defined in included default config. Remove unneeded "channel ?"

CVS commit: src/sys/arch/playstation2/playstation2

2023-11-07 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Nov 7 21:19:04 UTC 2023 Modified Files: src/sys/arch/playstation2/playstation2: kloader_machdep.c Log Message: add explicit void in function declaration to fix old-style function declaration. To generate a diff of this

CVS commit: src/sys/arch/playstation2/playstation2

2023-11-07 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Nov 7 21:19:04 UTC 2023 Modified Files: src/sys/arch/playstation2/playstation2: kloader_machdep.c Log Message: add explicit void in function declaration to fix old-style function declaration. To generate a diff of this

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

2023-11-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 7 13:31:26 UTC 2023 Modified Files: src/sys/arch/arm/arm: smccc.c Log Message: smccc: Adjust SMCCC_ARCH_ATTRIBUTE for clang/arm Conditionally use (1) __attribute__ ((target("arch=armv7ve"))) (2) __attribute__

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

2023-11-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 7 13:31:26 UTC 2023 Modified Files: src/sys/arch/arm/arm: smccc.c Log Message: smccc: Adjust SMCCC_ARCH_ATTRIBUTE for clang/arm Conditionally use (1) __attribute__ ((target("arch=armv7ve"))) (2) __attribute__

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

2023-11-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 17:01:07 UTC 2023 Modified Files: src/sys/arch/xen/x86: xen_ipi.c Log Message: xen_ipi: valid_ipimask: Sprinkle __diagused to fix clang !DIAGNOSTIC build To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

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

2023-11-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 17:01:07 UTC 2023 Modified Files: src/sys/arch/xen/x86: xen_ipi.c Log Message: xen_ipi: valid_ipimask: Sprinkle __diagused to fix clang !DIAGNOSTIC build To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

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

2023-11-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 07:09:08 UTC 2023 Modified Files: src/sys/arch/i386/stand/dosboot: Makefile Log Message: x86/dosboot: Drop no-longer-available -DSLOW for libz It should be lost during merge from upstream. We may introduce a similar

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

2023-11-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 07:09:08 UTC 2023 Modified Files: src/sys/arch/i386/stand/dosboot: Makefile Log Message: x86/dosboot: Drop no-longer-available -DSLOW for libz It should be lost during merge from upstream. We may introduce a similar

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

2023-11-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 07:02:17 UTC 2023 Modified Files: src/sys/arch/i386/stand/dosboot: Makefile Log Message: x86/dosboot: Do not page-align data segment 4K alignment is too heavy burden for COM executable with 64K limit :) Fix binary size

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

2023-11-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 07:02:17 UTC 2023 Modified Files: src/sys/arch/i386/stand/dosboot: Makefile Log Message: x86/dosboot: Do not page-align data segment 4K alignment is too heavy burden for COM executable with 64K limit :) Fix binary size

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

2023-11-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 06:53:52 UTC 2023 Modified Files: src/sys/arch/i386/stand/dosboot: Makefile Log Message: x86/dosboot: Allow NULL dereference to fetch command line arguments DOS command line arguments are provided as struct psp at

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

2023-11-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 06:53:52 UTC 2023 Modified Files: src/sys/arch/i386/stand/dosboot: Makefile Log Message: x86/dosboot: Allow NULL dereference to fetch command line arguments DOS command line arguments are provided as struct psp at

CVS commit: src/sys/arch/playstation2/playstation2

2023-11-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Nov 5 22:05:07 UTC 2023 Modified Files: src/sys/arch/playstation2/playstation2: interrupt.c Log Message: Return missing debug message text and remove obsolete sched_whichqs param. Allows INTR_DEBUG code to compile. To

CVS commit: src/sys/arch/playstation2/playstation2

2023-11-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Nov 5 22:05:07 UTC 2023 Modified Files: src/sys/arch/playstation2/playstation2: interrupt.c Log Message: Return missing debug message text and remove obsolete sched_whichqs param. Allows INTR_DEBUG code to compile. To

CVS commit: src/sys/arch/playstation2

2023-11-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Nov 5 21:54:27 UTC 2023 Modified Files: src/sys/arch/playstation2/ee: sif.c src/sys/arch/playstation2/playstation2: clock.c Log Message: Fix format specifiers for debug code. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/playstation2

2023-11-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Nov 5 21:54:27 UTC 2023 Modified Files: src/sys/arch/playstation2/ee: sif.c src/sys/arch/playstation2/playstation2: clock.c Log Message: Fix format specifiers for debug code. To generate a diff of this commit: cvs

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

2023-11-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Nov 5 21:50:27 UTC 2023 Modified Files: src/sys/arch/playstation2/dev: if_smap.c Log Message: Use DPRINTF instead of __gsfb_print() to print smap status. __gsfb_printf() is defined only with the GSFB_DEBUG_MONITOR option.

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

2023-11-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Nov 5 21:50:27 UTC 2023 Modified Files: src/sys/arch/playstation2/dev: if_smap.c Log Message: Use DPRINTF instead of __gsfb_print() to print smap status. __gsfb_printf() is defined only with the GSFB_DEBUG_MONITOR option.

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

2023-11-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Nov 4 18:13:25 UTC 2023 Modified Files: src/sys/arch/newsmips/dev: dmac_0448.h scsi_1185.c Log Message: Use DELAY(9), not empty for() loop that could be optimized out. No visible regression on NWS-3260 and NWS-3470. To

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

2023-11-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Nov 4 18:13:25 UTC 2023 Modified Files: src/sys/arch/newsmips/dev: dmac_0448.h scsi_1185.c Log Message: Use DELAY(9), not empty for() loop that could be optimized out. No visible regression on NWS-3260 and NWS-3470. To

CVS commit: src/sys/arch/newsmips

2023-11-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Nov 4 15:30:53 UTC 2023 Modified Files: src/sys/arch/newsmips/conf: GENERIC INSTALL src/sys/arch/newsmips/dev: fb.c Log Message: Add support for LCD-MONO framebuffer on NWS-32x0 laptop machines. Tested on NWS-3260,

CVS commit: src/sys/arch/newsmips

2023-11-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Nov 4 15:30:53 UTC 2023 Modified Files: src/sys/arch/newsmips/conf: GENERIC INSTALL src/sys/arch/newsmips/dev: fb.c Log Message: Add support for LCD-MONO framebuffer on NWS-32x0 laptop machines. Tested on NWS-3260,

CVS commit: src/sys/arch/ofppc/ofppc

2023-11-03 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Nov 3 20:25:13 UTC 2023 Modified Files: src/sys/arch/ofppc/ofppc: cpu.c Log Message: Remove unused msr definition. Fixes ofppc GENERIC.MP build. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/arch/ofppc/ofppc

2023-11-03 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Nov 3 20:25:13 UTC 2023 Modified Files: src/sys/arch/ofppc/ofppc: cpu.c Log Message: Remove unused msr definition. Fixes ofppc GENERIC.MP build. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2023-11-02 Thread Simon Burge
Module Name:src Committed By: simonb Date: Fri Nov 3 00:24:20 UTC 2023 Modified Files: src/sys/arch/evbmips/conf: INSTALL_OMSAL400 Log Message: All other install kernels use a 6MB RAM disk. Stop with the teeny frequent bumps and jump straight to the size everything is

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

2023-11-02 Thread Simon Burge
Module Name:src Committed By: simonb Date: Fri Nov 3 00:24:20 UTC 2023 Modified Files: src/sys/arch/evbmips/conf: INSTALL_OMSAL400 Log Message: All other install kernels use a 6MB RAM disk. Stop with the teeny frequent bumps and jump straight to the size everything is

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 21:06:05 UTC 2023 Modified Files: src/sys/arch/newsmips/dev: fb.c Log Message: Remove trailing spaces and tab. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/newsmips/dev/fb.c Please

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 21:06:05 UTC 2023 Modified Files: src/sys/arch/newsmips/dev: fb.c Log Message: Remove trailing spaces and tab. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/newsmips/dev/fb.c Please

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 20:05:45 UTC 2023 Modified Files: src/sys/arch/newsmips/dev: fb.c Log Message: Use C99 designated struct initializers. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/newsmips/dev/fb.c

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 20:05:45 UTC 2023 Modified Files: src/sys/arch/newsmips/dev: fb.c Log Message: Use C99 designated struct initializers. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/newsmips/dev/fb.c

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 20:00:04 UTC 2023 Modified Files: src/sys/arch/newsmips/dev: fb.c Log Message: Use proper C99 exact-width integer types. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/newsmips/dev/fb.c

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 20:00:04 UTC 2023 Modified Files: src/sys/arch/newsmips/dev: fb.c Log Message: Use proper C99 exact-width integer types. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/newsmips/dev/fb.c

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 19:55:18 UTC 2023 Modified Files: src/sys/arch/newsmips/dev: fb.c Log Message: Make local functions and variables static. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/newsmips/dev/fb.c

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 19:55:18 UTC 2023 Modified Files: src/sys/arch/newsmips/dev: fb.c Log Message: Make local functions and variables static. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/newsmips/dev/fb.c

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 19:46:49 UTC 2023 Modified Files: src/sys/arch/newsmips/conf: DEJIKO GENERIC INSTALL WAPIKO Log Message: Specify -fno-unwind-tables to shrink kernel binaries. To generate a diff of this commit: cvs rdiff -u -r1.36

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 19:46:49 UTC 2023 Modified Files: src/sys/arch/newsmips/conf: DEJIKO GENERIC INSTALL WAPIKO Log Message: Specify -fno-unwind-tables to shrink kernel binaries. To generate a diff of this commit: cvs rdiff -u -r1.36

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 19:34:44 UTC 2023 Modified Files: src/sys/arch/newsmips/conf: DEJIKO GENERIC WAPIKO Log Message: Use FONT_SONY12x24 for Sony fans, rather than Gallant fonts used on Sun. To generate a diff of this commit: cvs rdiff

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 19:34:44 UTC 2023 Modified Files: src/sys/arch/newsmips/conf: DEJIKO GENERIC WAPIKO Log Message: Use FONT_SONY12x24 for Sony fans, rather than Gallant fonts used on Sun. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/evbarm/evbarm

2023-10-28 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 28 17:53:06 UTC 2023 Modified Files: src/sys/arch/evbarm/evbarm: autoconf.c Log Message: allow "root=xxx" command line to override platform defaults. PR#57324 shows that on broadcom evbarm systems the default root is no

CVS commit: src/sys/arch/evbarm/evbarm

2023-10-28 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 28 17:53:06 UTC 2023 Modified Files: src/sys/arch/evbarm/evbarm: autoconf.c Log Message: allow "root=xxx" command line to override platform defaults. PR#57324 shows that on broadcom evbarm systems the default root is no

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

2023-10-27 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Oct 27 06:31:49 UTC 2023 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: add MSR stuff for AMD errata 1474. To generate a diff of this commit: cvs rdiff -u -r1.208 -r1.209

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

2023-10-27 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Oct 27 06:31:49 UTC 2023 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: add MSR stuff for AMD errata 1474. To generate a diff of this commit: cvs rdiff -u -r1.208 -r1.209

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

2023-10-26 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Oct 27 05:45:00 UTC 2023 Modified Files: src/sys/arch/x86/x86: errata.c Log Message: x86: handle AMD errata 1474: A CPU core may hang after about 1044 days from the new comment: * This requires disabling CC6 power level,

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

2023-10-26 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Oct 27 05:45:00 UTC 2023 Modified Files: src/sys/arch/x86/x86: errata.c Log Message: x86: handle AMD errata 1474: A CPU core may hang after about 1044 days from the new comment: * This requires disabling CC6 power level,

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

2023-10-26 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Oct 27 03:06:04 UTC 2023 Modified Files: src/sys/arch/x86/x86: errata.c Log Message: x86: add names for errata that don't have actual numbers zenbleed is reported as "erratum 65535" currently, this adds a name for it, and

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

2023-10-26 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Oct 27 03:06:04 UTC 2023 Modified Files: src/sys/arch/x86/x86: errata.c Log Message: x86: add names for errata that don't have actual numbers zenbleed is reported as "erratum 65535" currently, this adds a name for it, and

CVS commit: src/sys/arch/sparc

2023-10-26 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Oct 26 10:41:03 UTC 2023 Modified Files: src/sys/arch/sparc/conf: files.sparc src/sys/arch/sparc/include: db_machdep.h src/sys/arch/sparc/sparc: db_interface.c Log Message: Build db_machdep.c when KGDB option

CVS commit: src/sys/arch/sparc

2023-10-26 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Oct 26 10:41:03 UTC 2023 Modified Files: src/sys/arch/sparc/conf: files.sparc src/sys/arch/sparc/include: db_machdep.h src/sys/arch/sparc/sparc: db_interface.c Log Message: Build db_machdep.c when KGDB option

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

2023-10-25 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Oct 25 12:59:09 UTC 2023 Modified Files: src/sys/arch/newsmips/dev: zs_hb.c Log Message: Don't use aprint_error(9) for a normal attach message. Found on testing NetBSD/newsmips 9.3 on NWS-3260 sent from ryo@'s belongings.

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

2023-10-25 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Oct 25 12:59:09 UTC 2023 Modified Files: src/sys/arch/newsmips/dev: zs_hb.c Log Message: Don't use aprint_error(9) for a normal attach message. Found on testing NetBSD/newsmips 9.3 on NWS-3260 sent from ryo@'s belongings.

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

2023-10-25 Thread Andrius V
Thank you, I should pay attention to that. On Wed, Oct 25, 2023 at 9:02 AM Nick Hudson wrote: > > Module Name:src > Committed By: skrll > Date: Wed Oct 25 06:02:14 UTC 2023 > > Modified Files: > src/sys/arch/mips/mips: kgdb_machdep.c > > Log Message: > -> > > > To

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

2023-10-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 25 06:02:14 UTC 2023 Modified Files: src/sys/arch/mips/mips: kgdb_machdep.c Log Message: -> To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/mips/mips/kgdb_machdep.c Please note that diffs

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

2023-10-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 25 06:02:14 UTC 2023 Modified Files: src/sys/arch/mips/mips: kgdb_machdep.c Log Message: -> To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/mips/mips/kgdb_machdep.c Please note that diffs

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

2023-10-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 25 06:01:29 UTC 2023 Modified Files: src/sys/arch/mips/mips: kgdb_machdep.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/mips/mips/kgdb_machdep.c Please

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

2023-10-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 25 06:01:29 UTC 2023 Modified Files: src/sys/arch/mips/mips: kgdb_machdep.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/mips/mips/kgdb_machdep.c Please

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

2023-10-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Oct 24 22:04:24 UTC 2023 Modified Files: src/sys/arch/mips/mips: kgdb_machdep.c Log Message: add two blocks of db_regs_t to gdb translation, according to regnum.h definitions and if either __mips_n32 or __mips_n64 is defined.

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

2023-10-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Oct 24 22:04:24 UTC 2023 Modified Files: src/sys/arch/mips/mips: kgdb_machdep.c Log Message: add two blocks of db_regs_t to gdb translation, according to regnum.h definitions and if either __mips_n32 or __mips_n64 is defined.

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

2023-10-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Oct 24 21:45:49 UTC 2023 Modified Files: src/sys/arch/sgimips/dev: zs_kgdb.c Log Message: cast kgdb_dev to int as sun3, sgimips and sgimips64 have different types, same %lld format specifier doesn't work for both. To

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

2023-10-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Oct 24 21:45:49 UTC 2023 Modified Files: src/sys/arch/sgimips/dev: zs_kgdb.c Log Message: cast kgdb_dev to int as sun3, sgimips and sgimips64 have different types, same %lld format specifier doesn't work for both. To

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

2023-10-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Oct 24 20:37:16 UTC 2023 Modified Files: src/sys/arch/sgimips/dev: zs.c Log Message: declare zskgdb() in zs.c, if KGBD option is enabled. Fixes compilation issue with the KGBD option enabled for sgimips. To generate a diff

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

2023-10-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Oct 24 20:37:16 UTC 2023 Modified Files: src/sys/arch/sgimips/dev: zs.c Log Message: declare zskgdb() in zs.c, if KGBD option is enabled. Fixes compilation issue with the KGBD option enabled for sgimips. To generate a diff

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

2023-10-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Oct 24 20:21:12 UTC 2023 Modified Files: src/sys/arch/powerpc/powerpc: kgdb_machdep.c Log Message: declare batl for PPC_OEA601 only, since it is unused by OEA or OEA64_BRIDGE. To generate a diff of this commit: cvs rdiff -u

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

2023-10-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Oct 24 20:21:12 UTC 2023 Modified Files: src/sys/arch/powerpc/powerpc: kgdb_machdep.c Log Message: declare batl for PPC_OEA601 only, since it is unused by OEA or OEA64_BRIDGE. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch

2023-10-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Oct 24 19:05:07 UTC 2023 Modified Files: src/sys/arch/mac68k/dev: zs_kgdb.c src/sys/arch/macppc/dev: zs_kgdb.c src/sys/arch/mipsco/obio: zs_kgdb.c src/sys/arch/sgimips/dev: zs_kgdb.c

CVS commit: src/sys/arch

2023-10-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Oct 24 19:05:07 UTC 2023 Modified Files: src/sys/arch/mac68k/dev: zs_kgdb.c src/sys/arch/macppc/dev: zs_kgdb.c src/sys/arch/mipsco/obio: zs_kgdb.c src/sys/arch/sgimips/dev: zs_kgdb.c

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

2023-10-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Oct 24 18:08:16 UTC 2023 Modified Files: src/sys/arch/mips/mips: trap.c Log Message: pass >tf_registers instead of tf to db_set_ddb_regs(). use _R_PC definition instead of TF_EPC for tf->tf_regs[]. Changes were not adjusted

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

2023-10-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Oct 24 18:08:16 UTC 2023 Modified Files: src/sys/arch/mips/mips: trap.c Log Message: pass >tf_registers instead of tf to db_set_ddb_regs(). use _R_PC definition instead of TF_EPC for tf->tf_regs[]. Changes were not adjusted

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

2023-10-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Oct 24 18:01:31 UTC 2023 Modified Files: src/sys/arch/mips/mips: kgdb_machdep.c Log Message: move locore.h include above pte.h, which uses some of its definitions. fix typo in pte_valid_p() argument, *pte->*ptep. makes this

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

2023-10-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Oct 24 18:01:31 UTC 2023 Modified Files: src/sys/arch/mips/mips: kgdb_machdep.c Log Message: move locore.h include above pte.h, which uses some of its definitions. fix typo in pte_valid_p() argument, *pte->*ptep. makes this

CVS commit: src/sys/arch

2023-10-22 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 23 01:43:56 UTC 2023 Modified Files: src/sys/arch/amd64/conf: GENERIC src/sys/arch/i386/conf: GENERIC Log Message: eqos(4): Disable eqos(4) by default because it's not stable on x86. To generate a diff of this

CVS commit: src/sys/arch

2023-10-22 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 23 01:43:56 UTC 2023 Modified Files: src/sys/arch/amd64/conf: GENERIC src/sys/arch/i386/conf: GENERIC Log Message: eqos(4): Disable eqos(4) by default because it's not stable on x86. To generate a diff of this

<    6   7   8   9   10   11   12   13   14   15   >