commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. be9be179a2cde041fbe042362ee80f987423


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. be9be179a2cde041fbe042362ee80f9874233953
Date: Sat, 18 Sep 2010 18:40:16 +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  be9be179a2cde041fbe042362ee80f9874233953 (commit)
      from  7cecc5f97fb28126a7d930efe44d3a03a64ba272 (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 be9be179a2cde041fbe042362ee80f9874233953
Author: antrik <address@hidden>
Date:   Sat Jun 20 12:29:06 2009 +0200

    Obtain number of ports in proc and libps
    
    Add (and implement) a proc RPC to obtain the number of Mach ports used
    by the target task.
    
    Add infrastructure in libps to read this information.
    
    * hurd/process.defs (proc_getnports): New RPC.
    * hurd/process_request.defs (proc_getnports_request): New RPC.
    * libps/procstat.c (proc_stat_set_flags): Call proc_getnports RPC if
    needed.
    * libps/ps.h (proc_stat): New `num_ports' field.
    (PSTAT_NUM_PORTS): New macro.
    (proc_stat_num_ports): New macro.
    * libps/spec.c (ps_get_num_ports): New function.
    (ps_num_ports_getter): New variable.
    (specs): New entry for `ps_num_ports_getter'.
    * proc/info.c (S_proc_getnports): New function.

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

Summary of changes:
 hurd/process.defs         |    8 +++++++-
 hurd/process_request.defs |    6 ++++++
 libps/procstat.c          |    4 ++++
 libps/ps.h                |    4 ++++
 libps/spec.c              |   10 ++++++++++
 proc/info.c               |   32 ++++++++++++++++++++++++++++++++
 6 files changed, 63 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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