commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. v0.9.git20200718-4-g94779df


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20200718-4-g94779df
Date: Sat, 25 Jul 2020 07:16:21 -0400 (EDT)

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  94779df38295bcd1b07795970685e0e5e2ce2a81 (commit)
       via  06906d97984e6de0567b652e108cc4d8d764e561 (commit)
       via  67c9d475e7204296ca9bcfbd08a896df1a87e74a (commit)
      from  1bb4fdc3a2c725276d457d2fa7cd1962d3e232d6 (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 94779df38295bcd1b07795970685e0e5e2ce2a81
Author: Damien Zammit <damien@zamaudio.com>
Date:   Sat Jul 25 11:18:47 2020 +1000

    rumpdisk: Use bootstrap resume of fs task in machdev
    
    Message-Id: <20200725011847.186969-4-damien@zamaudio.com>

commit 06906d97984e6de0567b652e108cc4d8d764e561
Author: Damien Zammit <damien@zamaudio.com>
Date:   Sat Jul 25 11:18:45 2020 +1000

    libmachdev: Implement S_i386_io_perm_create
    
    Now that machdev redirects the device master port, it has to implement
    the i386 permission RPCs on it.
    
    Message-Id: <20200725011847.186969-2-damien@zamaudio.com>
    Message-Id: <20200725011847.186969-3-damien@zamaudio.com>

commit 67c9d475e7204296ca9bcfbd08a896df1a87e74a
Author: Damien Zammit <damien@zamaudio.com>
Date:   Sat Jul 25 11:18:44 2020 +1000

    libmachdev: Add resume for bootstrap server
    
    machdev users can now pass along a port to the next translator in the
    bootstrap chain (bootstrap_resume_task), that they'll get from their
    command line set by the bootloader. machdev will then call task_resume
    on it as appropriate. It will also have the opportunity to get
    fsys_getpriv calls, and thus redirect the device master port, thus
    having the opportunity to expose its devices on the device master port,
    as if they were handled by the kernel.
    
    Message-Id: <20200725011847.186969-1-damien@zamaudio.com>

-----------------------------------------------------------------------

Summary of changes:
 Makeconf                   |   4 +
 libmachdev/Makefile        |   2 +-
 libmachdev/ds_routines.c   |  15 +++-
 libmachdev/machdev.h       |   5 +-
 libmachdev/trivfs_server.c | 214 ++++++++++++++++++++++++++++++++++++++++-----
 rumpdisk/block-rump.c      |  39 +++++++--
 rumpdisk/main.c            |  95 +++++++++++++++++++-
 7 files changed, 336 insertions(+), 38 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]