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 "Hurd".
The branch, master has been updated via 81a3dd497d6231b157b3fb93a179f6432dc66df1 (commit) via 172045ae11945db82b4f72531437fda6ad4f451d (commit) via e75d1dde80507ea01d4f2288cdc56b7b85932fef (commit) via f0a1efe9fe080675a31f16104cd6a1df8fe87909 (commit) via eadd22d3da5ab76f4f9083f10d8cace9ead1b8b1 (commit) from 499dc6c6dc00b136fd1734d3f8d23f37aa1fa6c9 (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 81a3dd497d6231b157b3fb93a179f6432dc66df1 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sun Nov 15 21:25:12 2020 +0100 libmachdev: Fix spurious send reference * libmachdev/trivfs_server.c (trivfs_S_fsys_getpriv): Move the just-copied send rights instead of copying them again. commit 172045ae11945db82b4f72531437fda6ad4f451d Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sun Nov 15 21:24:41 2020 +0100 libmachdev: Make comments more precise commit e75d1dde80507ea01d4f2288cdc56b7b85932fef Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sun Nov 15 21:24:10 2020 +0100 libmachdev: Fix warning * libmachdev/trivfs_server.c: Include <mach/i386/mach_i386.h>. commit f0a1efe9fe080675a31f16104cd6a1df8fe87909 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sun Nov 15 21:22:07 2020 +0100 libmachdev: Remove duplicate declaration * libmachdev/ds_routines.c (machdev_is_master_device): Remove duplicate declaration. commit eadd22d3da5ab76f4f9083f10d8cace9ead1b8b1 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sun Nov 15 21:20:37 2020 +0100 libmachdev: Fix missing backtranslation to port name trivfs happens to set the payload for our control port, and we are not using payload translation for mach_i386, so we need to tell mig how to get back to the port name. * libmachdev/Makefile (mach_i386-MIGSFLAGS): Set -DMACH_PAYLOAD_TO_PORT=ports_payload_get_name. ----------------------------------------------------------------------- Summary of changes: libmachdev/Makefile | 1 + libmachdev/ds_routines.c | 2 -- libmachdev/trivfs_server.c | 7 ++++--- 3 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- Hurd