CVS commit: xsrc/external/mit/MesaLib/dist/src/util

2024-10-21 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Tue Oct 22 00:23:43 UTC 2024 Modified Files: xsrc/external/mit/MesaLib/dist/src/util: u_atomic.c Log Message: sort-of-fix Mesa on most 32-bit platforms. the new sparse_array implementation in Mesa 21 (not present in Mesa 19, as shi

CVS commit: xsrc/external/mit/MesaLib/dist/src/util

2024-10-21 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Tue Oct 22 00:23:43 UTC 2024 Modified Files: xsrc/external/mit/MesaLib/dist/src/util: u_atomic.c Log Message: sort-of-fix Mesa on most 32-bit platforms. the new sparse_array implementation in Mesa 21 (not present in Mesa 19, as shi

CVS commit: src/bin/sh

2024-10-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Oct 21 15:57:45 UTC 2024 Modified Files: src/bin/sh: expand.c parser.c parser.h Log Message: Fix processing of unknown variable expansion types. Our shell is (was) one of the last not to do this correctly. Expansions are suppos

CVS commit: src/bin/sh

2024-10-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Oct 21 15:57:45 UTC 2024 Modified Files: src/bin/sh: expand.c parser.c parser.h Log Message: Fix processing of unknown variable expansion types. Our shell is (was) one of the last not to do this correctly. Expansions are suppos

CVS commit: src/bin/sh

2024-10-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Oct 21 15:56:44 UTC 2024 Modified Files: src/bin/sh: var.c Log Message: If searching for a variable with no name, bail out faster, that can never succeed.NFCI. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 s

CVS commit: src/bin/sh

2024-10-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Oct 21 15:56:44 UTC 2024 Modified Files: src/bin/sh: var.c Log Message: If searching for a variable with no name, bail out faster, that can never succeed.NFCI. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 s

CVS commit: src/bin/sh

2024-10-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Oct 21 15:31:34 UTC 2024 Modified Files: src/bin/sh: eval.c Log Message: Add function names to relevant error messages. When a shell detected error occurs while executing a function, include the name of the function currently be

CVS commit: src/bin/sh

2024-10-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Oct 21 15:31:34 UTC 2024 Modified Files: src/bin/sh: eval.c Log Message: Add function names to relevant error messages. When a shell detected error occurs while executing a function, include the name of the function currently be

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-ngle

2024-10-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Oct 21 13:42:13 UTC 2024 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-ngle: Makefile Log Message: build acceleration support To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ src/external

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-ngle

2024-10-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Oct 21 13:42:13 UTC 2024 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-ngle: Makefile Log Message: build acceleration support To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ src/external

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2024-10-21 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Oct 21 13:40:53 UTC 2024 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: ngle.h ngle_driver.c Added Files: xsrc/external/mit/xf86-video-ngle/dist/src: ngle_accel.c Log Message: add acceleration, Visualiz

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2024-10-21 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Oct 21 13:40:53 UTC 2024 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: ngle.h ngle_driver.c Added Files: xsrc/external/mit/xf86-video-ngle/dist/src: ngle_accel.c Log Message: add acceleration, Visualiz

CVS commit: src/sys/arch/cats/cats

2024-10-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 21 13:37:07 UTC 2024 Modified Files: src/sys/arch/cats/cats: cats_machdep.c Log Message: Fix my thinko wrt PMAP_NEED_ALLOC_POOLPAGE and restore the code that was #ifndef PMAP_NEED_ALLOC_POOLPAGE / #endif To generate a dif

CVS commit: src/sys/arch/cats/cats

2024-10-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 21 13:37:07 UTC 2024 Modified Files: src/sys/arch/cats/cats: cats_machdep.c Log Message: Fix my thinko wrt PMAP_NEED_ALLOC_POOLPAGE and restore the code that was #ifndef PMAP_NEED_ALLOC_POOLPAGE / #endif To generate a dif

CVS commit: src/sys/dev/qbus

2024-10-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Oct 21 11:28:25 UTC 2024 Modified Files: src/sys/dev/qbus: files.uba Log Message: qbus/qt(4): Add missing dependency to `ifuba` To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/qbus/files.uba Please no

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

2024-10-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 21 07:10:44 UTC 2024 Modified Files: src/sys/arch/riscv/riscv: bus_dma.c Log Message: Sync a comment with the arm version. XXX need to fix the copy pasta To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sy

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

2024-10-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 21 07:10:44 UTC 2024 Modified Files: src/sys/arch/riscv/riscv: bus_dma.c Log Message: Sync a comment with the arm version. XXX need to fix the copy pasta To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sy

CVS commit: src/lib/libc/gen

2024-10-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 21 07:08:41 UTC 2024 Modified Files: src/lib/libc/gen: nlist.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libc/gen/nlist.c Please note that diffs are not public

CVS commit: src/lib/libc/gen

2024-10-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 21 07:08:41 UTC 2024 Modified Files: src/lib/libc/gen: nlist.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libc/gen/nlist.c Please note that diffs are not public