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 194318d21f8ce386a186d90544d8a1d81aa222c2 (commit) from c2886e18c39182084c11d85f18fff5f9f81360ef (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 194318d21f8ce386a186d90544d8a1d81aa222c2 Author: Luca Dariz <l...@orpolo.org> Date: Mon Jan 16 11:58:54 2023 +0100 update writev syscall signature with rpc types * device/device_emul.h: write/writev: update trap argument types * device/ds_routines.c: update argument types and adjust copyin * device/ds_routines.h: write/writev: update trap argument type * include/device/device_types.h: add rpc_io_buf_vec_t type * kern/ipc_mig.c: write/writev: update trap argument type * kern/ipc_mig.h: Likewise Message-Id: <20230116105857.240210-5-l...@orpolo.org> ----------------------------------------------------------------------- Summary of changes: device/device_emul.h | 4 ++-- device/ds_routines.c | 22 +++++++++++++--------- device/ds_routines.h | 12 ++++++------ include/device/device_types.h | 4 ++++ kern/ipc_mig.c | 6 +++--- kern/ipc_mig.h | 6 +++--- 6 files changed, 31 insertions(+), 23 deletions(-) hooks/post-receive -- GNU Mach