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-39-g4089f37


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.9-39-g4089f37
Date: Sat, 18 Mar 2017 11:28:07 -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  4089f37cdd776e046d51604041c3fe62a2bc1435 (commit)
       via  ef729f8642cc96ddfd3f5b5db4d6aac057b1d397 (commit)
      from  34a94ce86b1bada9c0768f631540735d44f41100 (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 4089f37cdd776e046d51604041c3fe62a2bc1435
Author: Justus Winter <address@hidden>
Date:   Sun Mar 12 17:16:40 2017 +0100

    Pass the kernel's task port to proc.
    
    Previously, the early server bootstrap relied upon a specific task
    layout to determine the kernels task port.  Explicitly pass it from
    the kernel instead.
    
    * boot/boot.c (default_boot_script): Add '--kernel-task' parameter to
    ext2fs.
    (main): New bootscript variable 'kernel-task'.
    * libdiskfs/boot-start.c (diskfs_kernel_task): Declaration variable.
    (diskfs_start_bootstrap): If '--kernel-task' was given to us, pass it
    along to startup.
    * libdiskfs/opts-std-startup.c (diskfs_kernel_task): New variable.
    (startup_options): Add '--kernel-task' option.
    (parse_startup_opt): Handle option.
    * proc/main.c (kernel_task): New variable.
    (OPT_KERNEL_TASK): New macro.
    (options): New variable.
    (parse_opt): New function.
    (main): Parse options.  Use 'kernel_task' if provided.
    * release/servers.boot: Add '--kernel-task' parameter to ext2fs.
    * startup/startup.c (OPT_KERNEL_TASK): New macro.
    (options): Add '--kernel-task' option.
    (kernel_task): New variable.
    (insert_ports_fnc_t): New declaration.
    (run): Add argument for a function that inserts rights into the newly
    created task and adds arguments to the argument vector.
    (argz_task_insert_right): New function.
    (proc_insert_ports): Likewise.
    (parse_opt): New function.
    (main): Pass the kernel's task port to proc.
    (frob_kernel_process): Use the kernel's task port.

commit ef729f8642cc96ddfd3f5b5db4d6aac057b1d397
Author: Justus Winter <address@hidden>
Date:   Sun Mar 12 12:35:39 2017 +0100

    startup: Simplify reference handling.
    
    * startup/startup.c (launch_core_servers): Instead of copying a send
    right and then deallocating it, move it.
    (init_stdarrays): Likewise.

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

Summary of changes:
 boot/boot.c                  |   3 ++
 libdiskfs/boot-start.c       |  44 +++++++++++++----
 libdiskfs/opts-std-startup.c |   5 ++
 proc/main.c                  |  42 +++++++++++++++--
 release/servers.boot         |   2 +-
 startup/startup.c            | 109 +++++++++++++++++++++++++++++++++++--------
 6 files changed, 169 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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