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 <[email protected]>
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