commit-hurd
[Top][All Lists]
Advanced

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

[SCM] procfs branch, master, updated. aac4aaf42372f61c78061711916c81a9d5


From: Justus Winter
Subject: [SCM] procfs branch, master, updated. aac4aaf42372f61c78061711916c81a9d5bcb42d
Date: Sun, 15 Jun 2014 16:46:49 +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 "procfs".

The branch, master has been updated
       via  aac4aaf42372f61c78061711916c81a9d5bcb42d (commit)
      from  65ebcc40e55dfb3ee776383891f8a6b15b176d27 (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 aac4aaf42372f61c78061711916c81a9d5bcb42d
Author: Justus Winter <address@hidden>
Date:   Sun Jun 15 18:25:59 2014 +0200

    Prepare the procfs translator to be merged into the Hurd sources
    
    Move the procfs translator to its own subdirectory 'procfs'.
    
    This is the last commit to this repository.  Development of the procfs
    translator will continue in the main Hurd repository.
    
    * procfs/Makefile: Replace the standalone Makefile with the one from
    the Debian packaging repository.

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

Summary of changes:
 Makefile                            |   46 -----------------------------------
 ChangeLog => procfs/ChangeLog       |    0
 procfs/Makefile                     |   34 +++++++++++++++++++++++++
 TODO => procfs/TODO                 |    0
 dircat.c => procfs/dircat.c         |    0
 dircat.h => procfs/dircat.h         |    0
 main.c => procfs/main.c             |    0
 main.h => procfs/main.h             |    0
 netfs.c => procfs/netfs.c           |    0
 process.c => procfs/process.c       |    0
 process.h => procfs/process.h       |    0
 procfs.c => procfs/procfs.c         |    0
 procfs.h => procfs/procfs.h         |    0
 procfs_dir.c => procfs/procfs_dir.c |    0
 procfs_dir.h => procfs/procfs_dir.h |    0
 proclist.c => procfs/proclist.c     |    0
 proclist.h => procfs/proclist.h     |    0
 rootdir.c => procfs/rootdir.c       |    0
 rootdir.h => procfs/rootdir.h       |    0
 19 files changed, 34 insertions(+), 46 deletions(-)
 delete mode 100644 Makefile
 rename ChangeLog => procfs/ChangeLog (100%)
 create mode 100644 procfs/Makefile
 rename TODO => procfs/TODO (100%)
 rename dircat.c => procfs/dircat.c (100%)
 rename dircat.h => procfs/dircat.h (100%)
 rename main.c => procfs/main.c (100%)
 rename main.h => procfs/main.h (100%)
 rename netfs.c => procfs/netfs.c (100%)
 rename process.c => procfs/process.c (100%)
 rename process.h => procfs/process.h (100%)
 rename procfs.c => procfs/procfs.c (100%)
 rename procfs.h => procfs/procfs.h (100%)
 rename procfs_dir.c => procfs/procfs_dir.c (100%)
 rename procfs_dir.h => procfs/procfs_dir.h (100%)
 rename proclist.c => procfs/proclist.c (100%)
 rename proclist.h => procfs/proclist.h (100%)
 rename rootdir.c => procfs/rootdir.c (100%)
 rename rootdir.h => procfs/rootdir.h (100%)


hooks/post-receive
-- 
procfs



reply via email to

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