Module Name: src Committed By: chs Date: Mon Nov 23 00:52:53 UTC 2020
Modified Files: src/sys/kern: uipc_socket.c src/sys/netinet: tcp_usrreq.c src/sys/sys: socketvar.h Log Message: Restore correct functioning of SIOCATMARK by removing the previous change that was done to fix poll(POLLPRI | POLLRDBAND) and instead add a separate flag to track when poll() should indicate that a MSG_OOB byte is available. Re-fixes PR 54435 properly. To generate a diff of this commit: cvs rdiff -u -r1.292 -r1.293 src/sys/kern/uipc_socket.c cvs rdiff -u -r1.227 -r1.228 src/sys/netinet/tcp_usrreq.c cvs rdiff -u -r1.162 -r1.163 src/sys/sys/socketvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.