commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. hurd-release-0-2-3461-gcbe6f88


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. hurd-release-0-2-3461-gcbe6f88
Date: Sun, 16 Dec 2012 23:18:08 +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  cbe6f88b5ee7fa3394e916a8a7fe893066923b73 (commit)
      from  23c9bbee12b08bcbc82188dabe3bf8135756c183 (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 cbe6f88b5ee7fa3394e916a8a7fe893066923b73
Author: Samuel Thibault <address@hidden>
Date:   Mon Dec 17 00:05:04 2012 +0100

    Make io_select return errors
    
    instead of returning 0 and make clients have to actually read the error.
    This makes implementing "poll" much easier.
    
    Based on Svante Signell's patch.
    
    * pflocal/io.c (S_io_select): Return error returned by pipe_wait_readable or
    pipe_wait_writable.
    * trans/fifo.c (trivfs_S_io_select): Return error returned by
    pipe_wait_readable or pipe_wait_writable. Return EBADF on bogus access mode.
    * trans/new-fifo.c (trivfs_S_io_select): Likewise.

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

Summary of changes:
 pflocal/io.c     |   17 +++++++++++++----
 trans/fifo.c     |   27 +++++++++++++++++++++------
 trans/new-fifo.c |   27 +++++++++++++++++++++------
 3 files changed, 55 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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