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 3c26c30fd2a5bdec081384d45e42a7ea4e424846 (commit) via 6a643459ea45594d91984d0ad98e8d2d5fa7ca5a (commit) via 9de9e186233d0b983231bf2a474c2cb1025ea283 (commit) via 36f9abcded04aede782fb46b700a9d3986d462e3 (commit) from c66f3931b45ef05a9acfdaf5b9a6a3e35155e47f (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 3c26c30fd2a5bdec081384d45e42a7ea4e424846 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Mon Dec 12 00:03:05 2022 +0100 copy_to/from_phys: fix non-page-aligned case The vaddr field of the returned map only points to the base address, we have to add the offset within the page before reading/writing. This fixes accessing tasks different from the current task, and the user part of ddb backtraces. commit 6a643459ea45594d91984d0ad98e8d2d5fa7ca5a Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sun Dec 11 23:07:16 2022 +0100 db: Add support for CSI-based arrows commit 9de9e186233d0b983231bf2a474c2cb1025ea283 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sun Dec 11 22:54:11 2022 +0100 i386 db: Fix db_read_bytes over multiple pages The target pointer was not getting advanced between page chunks. commit 36f9abcded04aede782fb46b700a9d3986d462e3 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sun Dec 11 22:52:56 2022 +0100 i386 db: Add ud2 instruction ----------------------------------------------------------------------- Summary of changes: ddb/db_input.c | 40 ++++++++++++++++++++++++++++++++++++++++ i386/i386/db_disasm.c | 2 +- i386/i386/db_interface.c | 1 + i386/i386/phys.c | 4 ++-- 4 files changed, 44 insertions(+), 3 deletions(-) hooks/post-receive -- GNU Mach