This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hurd".
The branch, master has been updated via d2eb87c0674a281d1d3854b9c4fba0b7df215077 (commit) from f5bbed75d021b84b181ede1d793a7401f928043c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d2eb87c0674a281d1d3854b9c4fba0b7df215077 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Tue Jul 1 00:31:45 2025 +0200 console-client vga: Avoid using optimized string operations on vga_videomem The VGA boards may not like AVX-whatnot-optimized 512B accesses. E.g. qemu does not support it and raises an invalid opcode trap. ----------------------------------------------------------------------- Summary of changes: console-client/Makefile | 1 + console-client/fb.c | 18 ++++++++-------- console-client/vga-support.c | 51 +++++++++++++++++++++++++++++++++++++++----- console-client/vga-support.h | 9 ++++++++ console-client/vga.c | 8 +++---- 5 files changed, 69 insertions(+), 18 deletions(-) hooks/post-receive -- Hurd