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 61ea190ac347ab091882a827b3549a08bdd47f6c (commit) via 78f3d3ee0b18456f28a4605e62a3057a6b0b64c5 (commit) from b4ca6cb2acdfd30e6ef14e314ed1cb6f487c9fa2 (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 61ea190ac347ab091882a827b3549a08bdd47f6c Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sat Apr 11 18:35:30 2020 +0200 rump: do not build if rump/rump.h can't be found * configure.ac: Combine tests for rump/rump.h and librump. commit 78f3d3ee0b18456f28a4605e62a3057a6b0b64c5 Author: Damien Zammit <dam...@zamaudio.com> Date: Sun Mar 29 22:37:23 2020 +1100 rumpdisk: Add userspace disk support via librump ----------------------------------------------------------------------- Summary of changes: Makefile | 4 + configure.ac | 5 + {ext2fs => rumpdisk}/Makefile | 23 +-- rumpdisk/block-rump.c | 350 ++++++++++++++++++++++++++++++++++++++++++ rumpdisk/block-rump.h | 23 +++ rumpdisk/ioccom-rump.h | 82 ++++++++++ rumpdisk/main.c | 39 +++++ 7 files changed, 515 insertions(+), 11 deletions(-) copy {ext2fs => rumpdisk}/Makefile (59%) create mode 100644 rumpdisk/block-rump.c create mode 100644 rumpdisk/block-rump.h create mode 100644 rumpdisk/ioccom-rump.h create mode 100644 rumpdisk/main.c hooks/post-receive -- Hurd