Searched +hist:65 +hist:abebfa (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/fs/
H A Dfifo.cppdiff 65abebfa Thu Aug 03 05:48:02 MDT 2017 Philippe Houdoin <philippe.houdoin@gmail.com> fifo: wakeup readers not checking POLLHUP/B_SELECT_DISCONNECTED
For readers waiting in select() or simply in read(),
B_SELECT_DISCONNECTED notification didn't wake them anymore.
Now, cascade notifications to be sure to wake them, either
on POLLHUP, POOLERR/B_SELECT_ERROR or, at worst, from read().

See #7859 for details.
diff 65abebfa Thu Aug 03 05:48:02 MDT 2017 Philippe Houdoin <philippe.houdoin@gmail.com> fifo: wakeup readers not checking POLLHUP/B_SELECT_DISCONNECTED
For readers waiting in select() or simply in read(),
B_SELECT_DISCONNECTED notification didn't wake them anymore.
Now, cascade notifications to be sure to wake them, either
on POLLHUP, POOLERR/B_SELECT_ERROR or, at worst, from read().

See #7859 for details.

Completed in 49 milliseconds