gvisor/pkg/sentry/socket
Bhasker Hariharan e7ca2a51a8 Add POLLRDNORM/POLLWRNORM support.
On Linux these are meant to be equivalent to POLLIN/POLLOUT. Rather
than hack these on in sys_poll etc it felt cleaner to just cleanup
the call sites to notify for both events. This is what linux does
as well.

Fixes #5544

PiperOrigin-RevId: 364859977
2021-03-24 12:11:44 -07:00
..
control Fix panic when parsing SO_TIMESTAMP cmsg 2021-01-05 14:45:47 -08:00
hostinet Add POLLRDNORM/POLLWRNORM support. 2021-03-24 12:11:44 -07:00
netfilter Move Name() out of netstack Matcher. It can live in the sentry. 2021-02-17 18:24:34 -08:00
netlink Add POLLRDNORM/POLLWRNORM support. 2021-03-24 12:11:44 -07:00
netstack Add POLLRDNORM/POLLWRNORM support. 2021-03-24 12:11:44 -07:00
unix Add POLLRDNORM/POLLWRNORM support. 2021-03-24 12:11:44 -07:00
BUILD [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
socket.go [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00