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 8872f037708d83d8b71de6747be499066d287455 (commit) via 71f4f63143d2ab0987d3315cdcd5d20e233d68d7 (commit) via 34e83eab4497bfbe8da0cbb7bd4f59c0021bf285 (commit) from 899d69cc267b3d07ea3eeea91cf10a5a32dac985 (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 8872f037708d83d8b71de6747be499066d287455 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Mon Apr 6 22:16:05 2020 +0200 mach_trap_table: Fix 64bit version The addition of the mach_trap_name field made the 64bit unused field spurious. * kern/syscall_sw.h (mach_trap_t): Remove `unused' field. commit 71f4f63143d2ab0987d3315cdcd5d20e233d68d7 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Mon Apr 6 22:15:36 2020 +0200 Add warning about one of the next 64bit fixes to make commit 34e83eab4497bfbe8da0cbb7bd4f59c0021bf285 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Mon Apr 6 22:13:15 2020 +0200 ddb: Add 64bit support to memory examination * ddb/db_examine.c(db_examine): Add q modifier to examine 64bit values. * doc/mach.texi (examine): Document q modifier. ----------------------------------------------------------------------- Summary of changes: ddb/db_examine.c | 12 ++++++++---- doc/mach.texi | 3 +++ i386/i386/locore.S | 2 +- i386/intel/pmap.c | 3 +++ kern/syscall_sw.h | 5 ++--- x86_64/locore.S | 2 +- 6 files changed, 18 insertions(+), 9 deletions(-) hooks/post-receive -- GNU Mach