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 "GNU Mach".
The branch, master has been updated via 81da45e8a778bab158bf93ff5c9350fed3959f59 (commit) via 661a4e5f793c7cd90fd0b90e7430fa8ed6f17e70 (commit) via b865fe917090293dc6035c26788c4ccd13bb8d38 (commit) from 2e03784967a89b36942e498820db7b3639d74548 (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 81da45e8a778bab158bf93ff5c9350fed3959f59 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sun Apr 20 15:24:19 2025 +0200 fpu: Fix fp_xsave_size meaning confusion It was meant to be the size of the whole ifps, but then it was mistaken as the xsave size. Switch to that meaning, and add to it the offset as appropriate. commit 661a4e5f793c7cd90fd0b90e7430fa8ed6f17e70 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sun Apr 20 15:22:31 2025 +0200 fpu_get/set_state: Do not convert tag between fxsr and i387 i386_XFLOAT_STATE does expect fxsr tag. commit b865fe917090293dc6035c26788c4ccd13bb8d38 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sun Apr 20 15:19:30 2025 +0200 fpu_get_state: Fail if requested xfloat state while we have saved 387 state Userland will fall back to 387 support, which is what it should. ----------------------------------------------------------------------- Summary of changes: i386/i386/fpu.c | 32 +++++++++++++++++--------------- i386/i386/fpu.h | 1 + 2 files changed, 18 insertions(+), 15 deletions(-) hooks/post-receive -- GNU Mach