commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.5-495-g25fe9cb


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.5-495-g25fe9cb
Date: Fri, 21 Nov 2014 04:57:51 +0000

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  25fe9cb62331d609b87b9d0b1db06d06ab825d16 (commit)
       via  4e38225c4e3af1dede56b5df6f734faaa2b2469e (commit)
       via  e4429ebed2924fd75b23248719a6e0ef4f8b53c3 (commit)
       via  eece795b00d83c9816a2cc7ebb7b8aad7a37bc17 (commit)
       via  a99d8b562d74e3b08c88d52433914d9c1c6bd362 (commit)
       via  5133c8eb5d6564d037c9c7312ee4506c0d2e49a7 (commit)
       via  41eda58f8bfa602f7aa82157b5d1bd3c6ec30466 (commit)
       via  8bee9fcf5fc9e47e1aac0a670cc8d5e3fba8a7dd (commit)
       via  788407b951b162148a2e223da69ff2c16d8d05b4 (commit)
      from  5ee314b6c1ffd8b090ca6771f0896e080f7000ef (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 25fe9cb62331d609b87b9d0b1db06d06ab825d16
Author: Justus Winter <address@hidden>
Date:   Fri Nov 7 10:43:47 2014 +0100

    boot: improve the demuxer
    
    Handle multiple request types as recommended by the Mach Server
    Writer's Guide section 4, subsection "Handling Multiple Request
    Types".  This avoids initializing the reply message in every X_server
    function.
    
    * boot/boot.c (mig_reply_setup): Provide local version.
    (request_server): Rename to `boot_demuxer', and improve the dispatch.

commit 4e38225c4e3af1dede56b5df6f734faaa2b2469e
Author: Justus Winter <address@hidden>
Date:   Fri Nov 7 00:27:03 2014 +0100

    boot: implement pseudo-time device
    
    * boot/boot.c (pseudo_time): New variable.
    (main): Allocate port `pseudo_time'.
    (ds_device_open): Give out `pseudo_time'.
    (ds_device_map): Emulate Mach-style `Mapped Time'.

commit e4429ebed2924fd75b23248719a6e0ef4f8b53c3
Author: Justus Winter <address@hidden>
Date:   Fri Nov 7 09:56:29 2014 +0100

    boot: support ds_device_get_status with flavor DEV_GET_RECORDS
    
    * boot/boot.c (ds_device_get_status): Support flavor DEV_GET_RECORDS.

commit eece795b00d83c9816a2cc7ebb7b8aad7a37bc17
Author: Justus Winter <address@hidden>
Date:   Thu Nov 6 18:49:06 2014 +0100

    boot: drop obsolete device procedures
    
    * boot/boot.c (ds_xxx_device_set_status): Remove function.
    (ds_xxx_device_get_status): Likewise.
    (ds_xxx_device_set_filter): Likewise.

commit a99d8b562d74e3b08c88d52433914d9c1c6bd362
Author: Justus Winter <address@hidden>
Date:   Thu Nov 6 13:59:59 2014 +0100

    boot: remove unused function `boot_script_read_file'
    
    The unused function `boot_script_read_file' requires access to the
    default pager, which is privileged.
    
    * boot/boot.c (defpager): Remove now unused variable.
    (boot_script_read_file): Remove unused function.
    (main): Do not acquire port to the default pager.
    * boot/boot_script.h (boot_script_read_file): Remove declaration.

commit 5133c8eb5d6564d037c9c7312ee4506c0d2e49a7
Author: Justus Winter <address@hidden>
Date:   Thu Nov 6 13:27:43 2014 +0100

    boot: drop bootstrap compat code
    
    GNU Mach never sent old-style bootstrap messages.  Drop the unused
    compatibility code.
    
    * boot/boot.c (request_server): Drop unused code.
    (bootstrap_compat): Drop unused function.

commit 41eda58f8bfa602f7aa82157b5d1bd3c6ec30466
Author: Justus Winter <address@hidden>
Date:   Fri Nov 7 16:15:17 2014 +0100

    startup: also open `console' for reading
    
    * startup/startup.c (main): Also open `console' for reading.

commit 8bee9fcf5fc9e47e1aac0a670cc8d5e3fba8a7dd
Author: Justus Winter <address@hidden>
Date:   Fri Nov 7 14:57:43 2014 +0100

    proc: gracefully handle failure to increase priority
    
    * proc/main.c (increase_priority): New function.
    (main): Move code increasing the proc servers priority to a new
    function and handle errors gracefully.

commit 788407b951b162148a2e223da69ff2c16d8d05b4
Author: Justus Winter <address@hidden>
Date:   Fri Nov 7 11:44:22 2014 +0100

    Makeconf: handle the gnumach protocol
    
    * Makeconf (mach_defs_names): Add `gnumach'.

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

Summary of changes:
 Makeconf           |    4 +-
 boot/boot.c        |  288 ++++++++++++++++++---------------------------------
 boot/boot_script.h |    4 -
 proc/main.c        |   44 ++++++--
 startup/startup.c  |    2 +-
 5 files changed, 138 insertions(+), 204 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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