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 829970b29fa73cdfdc0a5e229411c2f31cf4a3fb (commit) via 9deab2b025e1aa512d1378753dbe1e1ef43686b8 (commit) via f511dce3f6598b75505a553ee40036bdb8167042 (commit) from 06429d67b7e9be332d1012ed4c2bba694e5ddabb (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 829970b29fa73cdfdc0a5e229411c2f31cf4a3fb Author: Joan Lledó <joanlluisll...@gmail.com> Date: Sat Aug 11 18:17:09 2018 +0200 lwip: return EINTR when a select() IPC thread is cancelled Needed to properly support poll in glibc (_hurd_select). * lwip/io-ops.c (lwip_io_select_common): Detect when the current RPC is cancelled by checking the reply port. commit 9deab2b025e1aa512d1378753dbe1e1ef43686b8 Author: Joan Lledó <joanlluisll...@gmail.com> Date: Sat Aug 11 18:17:08 2018 +0200 lwip: refactor main demuxer to avoid code duplication * lwip/main.c (lwip_demuxer): Refactored. commit f511dce3f6598b75505a553ee40036bdb8167042 Author: Joan Lledó <joanlluisll...@gmail.com> Date: Sat Aug 11 18:17:07 2018 +0200 lwip: poll(): return EIO when POLLERR is set Needed to properly support poll in glibc (_hurd_select). * lwip/io-ops.c (lwip_io_select_common): If POLLERR is set, return EIO. ----------------------------------------------------------------------- Summary of changes: lwip/io-ops.c | 11 +++++++++++ lwip/main.c | 42 +++++++++++------------------------------- 2 files changed, 22 insertions(+), 31 deletions(-) hooks/post-receive -- Hurd