Age | Commit message (Expand) | Author |
---|---|---|
2021-07-20 | Add go:build directives as required by Go 1.17's gofmt. | Jamie Liu |
2021-03-03 | [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. | Ayush Ranjan |
2020-08-20 | Consistent precondition formatting | Michael Pratt |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-09 | New sync package. | Ian Gudger |
2019-08-05 | Change syscall.EPOLLET to unix.EPOLLET | Haibo Xu |
2019-07-30 | Change syscall.POLL to syscall.PPOLL. | Haibo Xu |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-05-15 | Automated rollback of changelist 247964961 | Andrei Vagin |
2019-05-13 | gvisor/hostnet: restart epoll_wait after epoll_ctl | Andrei Vagin |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-04-17 | Convert poll/select to operate more directly on linux.PollFD | Michael Pratt |
2019-01-31 | Remove license comments | Michael Pratt |
2018-12-14 | Move fdnotifier package to reduce internal confusion. | Adin Scannell |