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 534fe660fc8910ff77920ba12d5fcb66825b83e7 (commit) via d7dcc044cd586dc5ffaadb7b59355596222e16b3 (commit) via bdd11b58a4c381df205a89ff61c60cc28ee66fb3 (commit) via 7fefb61140ac9bf7674d9cc67a0999af644d5ac7 (commit) via dad67a8584b41700f87442c282f964381116b3ad (commit) from 6904429cfd079235b7a99cff53e2bd60c17f6797 (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 534fe660fc8910ff77920ba12d5fcb66825b83e7 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sat Mar 28 20:52:36 2020 +0100 Enable at x86_64 build * x86_64/configfrag.ac (ncom, nplr) [!at:x86_64]: Set to 0. (ncom) [at:x86_64]: Set to 4. (nlpr) [at:x86_64]: Set to 1. (ATX86_64): Define to 1. (NCOM): Define. (NLPR): Define. * configure.ac [at:x86_64]: Accept combination. commit d7dcc044cd586dc5ffaadb7b59355596222e16b3 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sat Mar 28 20:51:00 2020 +0100 at-x86_64: Enable fpu/pic/pit macros This must be replaced by 64bit equivalents, but let's enable them for now so it can build. * i386/i386/pic.h [ATX86_64]: Enable macros. * i386/i386/pit.h [ATX86_64]: Likewise. * i386/i386/fpu.c [ATX86_64]: Enable fpintr function. commit bdd11b58a4c381df205a89ff61c60cc28ee66fb3 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sat Mar 28 20:50:12 2020 +0100 pmap: fix 64bit non-xen build * i386/intel/pmap.c (pmap_bootstrap) [!MACH_PV_PAGETABLES]: Do not call pmap_set_page_readonly_init. commit 7fefb61140ac9bf7674d9cc67a0999af644d5ac7 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sat Mar 28 20:49:32 2020 +0100 kdasm: Fix 64bit build * x86_64/kdasm.S (count): Fix type to 32bit. (kd_slmscu, kd_slmscd): Fix getting count as 32bit. commit dad67a8584b41700f87442c282f964381116b3ad Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sat Mar 28 20:48:10 2020 +0100 IDT: fix entries format * i386/i386/idt.c (idt_init_entry): Set entrypoint type to unsigned long. * x86_64/idt_inittab.S (IDT_ENTRY): Fix entry format accordingly. ----------------------------------------------------------------------- Summary of changes: configure.ac | 2 +- i386/i386/fpu.c | 2 +- i386/i386/idt.c | 2 +- i386/i386/pic.h | 4 ++-- i386/i386/pit.h | 4 ++-- i386/intel/pmap.c | 2 ++ x86_64/configfrag.ac | 19 +++++++++++++++++++ x86_64/idt_inittab.S | 4 ++-- x86_64/kdasm.S | 6 +++--- 9 files changed, 33 insertions(+), 12 deletions(-) hooks/post-receive -- GNU Mach