summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/epoll.go
AgeCommit message (Expand)Author
2021-06-30[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.Zach Koopmans
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-04-29Implement epoll_pwait2.Jing Chen
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-04-23Enable automated marshalling for epoll events.Rahat Mahmood
2019-07-09Cleanup straggling syscall dependencies.Adin Scannell
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-10-19Use correct company name in copyright headerIan Gudger
2018-04-28Check in gVisor.Googler