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 4cb90fceb779dbf33cfd9bcf28c66ffc737537f2 (commit)
from a8b8ece4ff36fca27492f0a4e925e2f4453ee483 (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 4cb90fceb779dbf33cfd9bcf28c66ffc737537f2
Author: Samuel Thibault <[email protected]>
Date: Sat Jun 4 23:14:46 2016 +0200
Do not make io_select return errors on unsupported READ/WRITE mode
The descriptor is valid, it is just the mode which is not available.
* console-client/kbd-repeat.c (repeater_select): Drop SELECT_URG flag from
`type'. Return 0 instead of EINVAL if `type' contains SELECT_WRITE.
* console-client/pc-mouse (repeater_select): Likewise.
* trans/mtab.c (trivfs_S_io_select): Return 0 instead of EBADF when the
openmodes do not match the requested modes in `type'.
* trans/new-fifo.c (io_select_common): Likewise.
* trans/fifo.c (io_select_common): Likewise.
* trans/null.c (trivfs_S_io_select): Likewise.
* trans/streamio.c (io_select_common): Likewise.
-----------------------------------------------------------------------
Summary of changes:
console-client/kbd-repeat.c | 5 ++++-
console-client/pc-mouse.c | 5 ++++-
trans/fifo.c | 2 --
trans/mtab.c | 4 ----
trans/new-fifo.c | 2 --
trans/null.c | 6 +-----
trans/streamio.c | 12 ++++--------
7 files changed, 13 insertions(+), 23 deletions(-)
hooks/post-receive
--
Hurd