commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.7-100-g0da2914


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.7-100-g0da2914
Date: Sun, 20 Mar 2016 21:30:38 +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  0da2914ac9d9321cca2d402b2c505881e436c725 (commit)
      from  03f8e9b08a9d4f5034ea1a27c3a8e86d9b147306 (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 0da2914ac9d9321cca2d402b2c505881e436c725
Author: Samuel Thibault <address@hidden>
Date:   Sun Mar 20 22:27:44 2016 +0100

    pflocal: Add support for access() on pipes
    
    bash's '<(' helper creates a pipe and gives /dev/fd/63 to the program, and
    gcc would then run access() on it. So we actually need to support at least
    some FS operations on pipes.
    
    * pflocal/fs.c: New file.
    * pflocal/mig-mutate.h (FILE_INTRAN, FILE_INTRAN_PAYLOAD, FILE_DESTRUCTOR,
    FILE_IMPORTS): New macros.
    * pflocal/sserver.c: Include "fs_S.h".
    (sock_demuxer): Call fs_server_routine.
    * pflocal/Makefile (SRCS): Add fs.c.
    (MIGSTUBS): Add fsServer.o.

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

Summary of changes:
 pflocal/Makefile     |    4 +-
 pflocal/fs.c         |  308 ++++++++++++++++++++++++++++++++++++++++++++++++++
 pflocal/mig-mutate.h |    6 +
 pflocal/sserver.c    |    2 +
 4 files changed, 318 insertions(+), 2 deletions(-)
 create mode 100644 pflocal/fs.c


hooks/post-receive
-- 
Hurd



reply via email to

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