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-108-g0ca198f


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9-108-g0ca198f
Date: Sun, 10 Dec 2017 20:38:36 -0500 (EST)

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  0ca198f1f90071a054287c204a3fd1b4ea315e18 (commit)
       via  a8fecd7be76342fea85b5129d450ab01738dcbdf (commit)
      from  83fef6c8958377258a764702ddda85f29ba6f3af (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 0ca198f1f90071a054287c204a3fd1b4ea315e18
Author: Samuel Thibault <address@hidden>
Date:   Mon Dec 11 02:32:26 2017 +0100

    Record executable entry for PIE core dumps
    
    * hurd/process.defs (proc_set_entry, proc_get_entry): New RPCs.
    * hurd/process_reply.defs: Add skips for proc_set_entry, proc_get_entry.
    * hurd/process_request.defs: Likewise.
    * exec/exec.c (do_exec): Call proc_set_entry.
    * proc/proc.h (proc): Add p_entry field.
    * proc/mgt.c (S_proc_set_entry, S_proc_get_entry): New RPC
    implementations.
    * exec/elfcore.c (dump_core): Add at_entry note, call proc_get_entry to
    get it, and write it with WRITE_NOTE.

commit a8fecd7be76342fea85b5129d450ab01738dcbdf
Author: Samuel Thibault <address@hidden>
Date:   Mon Dec 11 02:00:34 2017 +0100

    Reserve IDs for proc_set_exe and proc_get_exe
    
    * hurd/process.defs: Reserve IDs for proc_set_exe and proc_get_exe
    * hurd/process_reply.defs: Likewise.
    * hurd/process_request.defs: Likewise.

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

Summary of changes:
 exec/elfcore.c            | 13 +++++++++++++
 exec/exec.c               |  5 +++++
 hurd/process.defs         | 13 +++++++++++++
 hurd/process_reply.defs   |  6 ++++++
 hurd/process_request.defs |  6 ++++++
 proc/mgt.c                | 18 ++++++++++++++++++
 proc/proc.h               |  1 +
 7 files changed, 62 insertions(+)


hooks/post-receive
-- 
Hurd



reply via email to

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