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 566c227636481b246d928772ebeaacbc7c37145b (commit) from 92fad38a043b75ed6b435b3efa574ede91dbe9ee (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 566c227636481b246d928772ebeaacbc7c37145b Author: Flavio Cruz <flavioc...@gmail.com> Date: Wed Jan 11 23:23:24 2023 -0500 Create kern/mach4.h and kern/mach_host.h and define the RPC prototypes for mach4.defs and mach_host.defs. Also move more mach_debug rpcs to kern/mach_debug.h. Message-Id: <y7+lpmloafuqr...@jupiter.tail36e24.ts.net> ----------------------------------------------------------------------- Summary of changes: Makefrag.am | 2 + ipc/mach_debug.c | 1 + kern/host.c | 1 + kern/ipc_host.c | 2 + kern/ipc_mig.h | 9 +++++ kern/ipc_tt.c | 1 + kern/{mach_debug.h => mach4.h} | 52 ++++++++++++++++++------- kern/mach_debug.h | 73 +++++++++++++++++++++++++++++++++++ kern/mach_host.h | 86 ++++++++++++++++++++++++++++++++++++++++++ kern/machine.c | 1 + kern/pc_sample.c | 1 + kern/thread.c | 2 + vm/vm_debug.c | 1 + 13 files changed, 219 insertions(+), 13 deletions(-) copy kern/{mach_debug.h => mach4.h} (51%) create mode 100644 kern/mach_host.h hooks/post-receive -- GNU Mach