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-451-g02c47da


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.5-451-g02c47da
Date: Mon, 29 Sep 2014 10:41:06 +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  02c47da17b716bfff20bfafe2d5958b2b720ff49 (commit)
       via  af68bfc377c4f56a1355d856fe2c666fec6b0d5f (commit)
       via  1fb3542ef83f01e913d9944b093de8d5c178e5d7 (commit)
       via  b288ae932a53133c986e5daace2d5bfa4cf95d2c (commit)
       via  e9b7aa85c98750b6c8f54f3eb0013c359841f4d4 (commit)
      from  db9ad21d272a4dce53c35095b97ca0a597b45004 (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 02c47da17b716bfff20bfafe2d5958b2b720ff49
Author: Justus Winter <address@hidden>
Date:   Fri Sep 19 10:10:24 2014 +0200

    procfs: reorganize rootdir.c
    
    * procfs/rootdir.c: Move the translator linkage code to the
    appropriate location.

commit af68bfc377c4f56a1355d856fe2c666fec6b0d5f
Author: Justus Winter <address@hidden>
Date:   Fri Sep 19 10:01:57 2014 +0200

    procfs: generalize the translator linkage code
    
    Generalize the translator linkage code previously introduced for the
    `mounts' node.
    
    * procfs/rootdir.c (struct procfs_translated_node_ops): New
    specialized node operations structure for translated nodes.
    (rootdir_mounts_make_node): Generalize and rename to
    rootdir_make_translated_node.  Also, pass the entry_hook to
    procfs_make_node so that...
    (rootdir_mounts_get_translator): ... can be generalized to
    rootdir_translated_node_get_translator and read the argz vector from
    the hooked structure.
    (ROOTDIR_DEFINE_TRANSLATED_NODE): New convenience macro to define
    translated nodes.
    (rootdir_entries): Use the new code for the `mounts' node.

commit 1fb3542ef83f01e913d9944b093de8d5c178e5d7
Author: Justus Winter <address@hidden>
Date:   Fri Sep 19 08:18:33 2014 +0200

    procfs: do not test whether /hurd/mtab exists
    
    Now that procfs is merged into the Hurd repository we can just assume
    that the mtab translator exists.
    
    * procfs/rootdir.c (rootdir_mounts_exists): Drop function.
    (rootdir_entries): Adjust accordingly.

commit b288ae932a53133c986e5daace2d5bfa4cf95d2c
Author: Justus Winter <address@hidden>
Date:   Thu Sep 18 19:38:04 2014 +0200

    procfs: implement /proc/filesystems
    
    * procfs/rootdir.c (rootdir_gc_filesystems): New function.
    (rootdir_entries): Use the new function to implement /proc/filesystems.

commit e9b7aa85c98750b6c8f54f3eb0013c359841f4d4
Author: Justus Winter <address@hidden>
Date:   Thu Sep 18 18:38:04 2014 +0200

    procfs: implement /proc/N/maps
    
    Fixes https://savannah.gnu.org/bugs/?32770 .
    
    * procfs/process.c (process_file_gc_maps): New function.
    (entries): Use the new function to implement /proc/N/maps.

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

Summary of changes:
 procfs/process.c |  104 +++++++++++++++++++++++++++-
 procfs/rootdir.c |  208 ++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 243 insertions(+), 69 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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