CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2011/03/13 19:06:20

Modified files:
        sys/kern       : uipc_socket.c 

Log message:
When a process reads from a spliced socket that already got an
end-of-file but still has data in the receive buffer, soreceive()
should block until all data has been moved.
To make kqueue work with socket splicing, it has to report spliced
sockets as non-readable.
ok deraadt@

Reply via email to