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

2025-03-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 17 06:54:17 UTC 2025 Modified Files: src/sys/arch/hppa/dev: hyperfb.c Log Message: remove glyphcache and debug goop we're not likely to be able to use any off-screen memory on this hardware, so don't pretend we will. T

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

2025-03-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 17 06:54:17 UTC 2025 Modified Files: src/sys/arch/hppa/dev: hyperfb.c Log Message: remove glyphcache and debug goop we're not likely to be able to use any off-screen memory on this hardware, so don't pretend we will. T

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

2025-03-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 16 22:34:36 UTC 2025 Modified Files: src/sys/arch/alpha/alpha: fp_complete.c Log Message: Convert the 24 year-old "temporary trap shadow instrumentation" to use event counters (so they're generally visible) and atomics to

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

2025-03-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 16 22:34:36 UTC 2025 Modified Files: src/sys/arch/alpha/alpha: fp_complete.c Log Message: Convert the 24 year-old "temporary trap shadow instrumentation" to use event counters (so they're generally visible) and atomics to

CVS commit: src/sys/arch/alpha

2025-03-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 16 19:27:30 UTC 2025 Modified Files: src/sys/arch/alpha/alpha: fp_complete.c machdep.c src/sys/arch/alpha/include: alpha.h Log Message: Add an alpha_fp_init() function, and move the initialization of FP-related ev

CVS commit: src/sys/arch/alpha

2025-03-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 16 19:27:30 UTC 2025 Modified Files: src/sys/arch/alpha/alpha: fp_complete.c machdep.c src/sys/arch/alpha/include: alpha.h Log Message: Add an alpha_fp_init() function, and move the initialization of FP-related ev

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

2025-03-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 16 17:38:06 UTC 2025 Modified Files: src/sys/arch/alpha/alpha: machdep.c Log Message: identifycpu(): don't print the system serial number from the RPB if there isn't one there. To generate a diff of this commit: cvs rdi

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

2025-03-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 16 17:38:06 UTC 2025 Modified Files: src/sys/arch/alpha/alpha: machdep.c Log Message: identifycpu(): don't print the system serial number from the RPB if there isn't one there. To generate a diff of this commit: cvs rdi

CVS commit: src/sys/kern

2025-03-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 16 15:52:18 UTC 2025 Modified Files: src/sys/kern: kern_exit.c Log Message: kern_exit.c: Sprinkle SET_ERROR. To generate a diff of this commit: cvs rdiff -u -r1.299 -r1.300 src/sys/kern/kern_exit.c Please note that d

CVS commit: src/sys/kern

2025-03-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 16 15:52:18 UTC 2025 Modified Files: src/sys/kern: kern_exit.c Log Message: kern_exit.c: Sprinkle SET_ERROR. To generate a diff of this commit: cvs rdiff -u -r1.299 -r1.300 src/sys/kern/kern_exit.c Please note that d

CVS commit: src/sys/kern

2025-03-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 16 15:52:03 UTC 2025 Modified Files: src/sys/kern: kern_proc.c Log Message: kern_proc.c: Sprinkle SET_ERROR. To generate a diff of this commit: cvs rdiff -u -r1.277 -r1.278 src/sys/kern/kern_proc.c Please note that d

CVS commit: src/sys/kern

2025-03-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 16 15:52:03 UTC 2025 Modified Files: src/sys/kern: kern_proc.c Log Message: kern_proc.c: Sprinkle SET_ERROR. To generate a diff of this commit: cvs rdiff -u -r1.277 -r1.278 src/sys/kern/kern_proc.c Please note that d

CVS commit: src/sys/kern

2025-03-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 16 15:51:50 UTC 2025 Modified Files: src/sys/kern: kern_exit.c Log Message: kern_exit.c: Sort includes. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.298 -r1.299 src/sys/kern/kern

CVS commit: src/sys/kern

2025-03-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 16 15:51:50 UTC 2025 Modified Files: src/sys/kern: kern_exit.c Log Message: kern_exit.c: Sort includes. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.298 -r1.299 src/sys/kern/kern

CVS commit: src/sys/kern

2025-03-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 16 15:51:34 UTC 2025 Modified Files: src/sys/kern: kern_proc.c Log Message: kern_proc.c: Sort includes. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.276 -r1.277 src/sys/kern/kern

CVS commit: src/sys/kern

2025-03-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 16 15:51:34 UTC 2025 Modified Files: src/sys/kern: kern_proc.c Log Message: kern_proc.c: Sort includes. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.276 -r1.277 src/sys/kern/kern

CVS commit: src/tests/lib/libc/gen/posix_spawn

2025-03-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 16 15:35:37 UTC 2025 Modified Files: src/tests/lib/libc/gen/posix_spawn: fa_spawn_utils.c fa_spawn_utils.h t_fileactions.c t_spawn.c t_spawnattr.c Log Message: tests/lib/libc/gen/posix_spawn: Spruce up a bit

CVS commit: src/tests/lib/libc/gen/posix_spawn

2025-03-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 16 15:35:37 UTC 2025 Modified Files: src/tests/lib/libc/gen/posix_spawn: fa_spawn_utils.c fa_spawn_utils.h t_fileactions.c t_spawn.c t_spawnattr.c Log Message: tests/lib/libc/gen/posix_spawn: Spruce up a bit

CVS commit: src

2025-03-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 16 15:35:00 UTC 2025 Modified Files: src/sys/arch/alpha/alpha: machdep.c src/sys/arch/amd64/amd64: machdep.c src/sys/arch/hppa/hppa: machdep.c src/sys/arch/i386/i386: machdep.c src/sys/arc

CVS commit: src

2025-03-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 16 15:35:00 UTC 2025 Modified Files: src/sys/arch/alpha/alpha: machdep.c src/sys/arch/amd64/amd64: machdep.c src/sys/arch/hppa/hppa: machdep.c src/sys/arch/i386/i386: machdep.c src/sys/arc

Re: CVS commit: src/sys/dev/ata

2025-03-16 Thread Andrius V
Yet again forgot to add: reviewed and approved by riastradh and bad. Thank you! Also tested on the multiple VIA V-RAID devices (removing disks, mixing different RAID arrays, two RAID controllers at the same motherboard (both setup in ataraid(4) and disks removed or swapped), etc). On Sun, Mar 16,

CVS commit: src/sys/dev/ata

2025-03-16 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Mar 16 12:27:50 UTC 2025 Modified Files: src/sys/dev/ata: ata_raid_subr.c ld_ataraid.c Log Message: ataraid(4), ld(4): ensure RAID disk status is set before resolving vnode. Given a RAID array disk is missing (due to removal,

CVS commit: src/sys/dev/ata

2025-03-16 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Mar 16 12:27:50 UTC 2025 Modified Files: src/sys/dev/ata: ata_raid_subr.c ld_ataraid.c Log Message: ataraid(4), ld(4): ensure RAID disk status is set before resolving vnode. Given a RAID array disk is missing (due to removal,

CVS commit: src/sys/dev/pci

2025-03-16 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Mar 16 11:26:39 UTC 2025 Modified Files: src/sys/dev/pci: viaide.c Log Message: viaide(4): add IDE controller identification by the VT8237S ISA bridge. The controller's PATA interface uses PCI ID 0x0571, which is shared among

CVS commit: src/sys/dev/pci

2025-03-16 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Mar 16 11:26:39 UTC 2025 Modified Files: src/sys/dev/pci: viaide.c Log Message: viaide(4): add IDE controller identification by the VT8237S ISA bridge. The controller's PATA interface uses PCI ID 0x0571, which is shared among