Re: git: 3aaaa2efde89 - main - poll(2): Add POLLRDHUP.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Mar 2022 08:29:58 UTC
On Wed, Apr 28, 2021 at 11:19:47AM +0000, Thomas Munro wrote: > The branch main has been updated by tmunro: > > URL: https://cgit.FreeBSD.org/src/commit/?id=3aaaa2efde896e19d229ee2cf09fe7e6ab0fbf6e > > commit 3aaaa2efde896e19d229ee2cf09fe7e6ab0fbf6e > Author: Thomas Munro <tmunro@FreeBSD.org> > AuthorDate: 2021-04-28 09:31:38 +0000 > Commit: Thomas Munro <tmunro@FreeBSD.org> > CommitDate: 2021-04-28 11:00:31 +0000 > > poll(2): Add POLLRDHUP. > > Teach poll(2) to support Linux-style POLLRDHUP events for sockets, if > requested. Triggered when the remote peer shuts down writing or closes > its end. > > Reviewed by: kib > MFC after: 1 month > Differential Revision: https://reviews.freebsd.org/D29757 Hi, Thomas! Could you please merge this change into stable branches?